13 lines
314 B
Python
13 lines
314 B
Python
# Copyright 2020 Google LLC. All Rights Reserved.
|
|
|
|
cc_library(
|
|
name = "testing",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//chromium_deps/testing/include/gmock",
|
|
"//chromium_deps/testing/include/gtest",
|
|
"@googletest//:gtest",
|
|
"@googletest//:gtest_main",
|
|
],
|
|
)
|