aboutsummaryrefslogtreecommitdiff
path: root/test/BUILD.gn
diff options
context:
space:
mode:
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",
]
}