aboutsummaryrefslogtreecommitdiff
path: root/test/BUILD.gn
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:55:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:55:57 +0000
commit3ae52b56f36cb329cd235f0605768792234ec960 (patch)
tree8aaaeb612b6c3a1e3fb9647f0da35e8cf285a502 /test/BUILD.gn
parent11c50660e6a6346955cd73d6e4af280ded4b2293 (diff)
parenta1f37d7e15e391e1973053f8d58f07e4d240f1b4 (diff)
downloadopenscreen-android14-mainline-cellbroadcast-release.tar.gz
Change-Id: If4f0eb15684f4d03a3075e975261f0cc604a76e3
Diffstat (limited to 'test/BUILD.gn')
-rw-r--r--test/BUILD.gn5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/BUILD.gn b/test/BUILD.gn
index 663b26d4..be8a1534 100644
--- a/test/BUILD.gn
+++ b/test/BUILD.gn
@@ -7,9 +7,7 @@ import("//build_overrides/build.gni")
source_set("test_main") {
testonly = true
- sources = [
- "test_main.cc",
- ]
+ sources = [ "test_main.cc" ]
if (!build_with_chromium) {
defines = [ "ENABLE_PLATFORM_IMPL" ]
@@ -17,6 +15,7 @@ source_set("test_main") {
deps = [
"../platform",
+ "../platform:standalone_impl",
"../third_party/googletest:gtest",
]
}