aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2019-04-25 15:58:07 -0700
committerCommit Bot <commit-bot@chromium.org>2019-04-26 00:10:32 +0000
commit4666ed256255c55674212707306c6b5c6fdb63ce (patch)
tree414a46df06aebd6822876c677f7b6c72d8f635e4 /BUILD.gn
parent8d10582f9ced25a6bb07d2677d573720283aa558 (diff)
downloadopenscreen-4666ed256255c55674212707306c6b5c6fdb63ce.tar.gz
Fix chromium compile erosion
This change makes a few more incremental changes to keep Chromium compilation compatibility so we can try to land the compilation upstream. Bug: 951615 Change-Id: I69fc9f074268657c4fbef46c57775d9b985cc8e6 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1580361 Reviewed-by: Ryan Keane <rwkeane@google.com> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a7cea6f5..547891f3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -49,7 +49,7 @@ executable("openscreen_unittests") {
"sample:hello_unittests",
"streaming/cast:cast_unittests",
"third_party/abseil",
- "//third_party/googletest:gtest_main",
+ "third_party/googletest:gtest_main",
]
}