Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: webrtc/tools/BUILD.gn

Issue 1665603003: Move gtest_prod_util.h out of webrtc/test tree. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/test/testsupport/gtest_prod_util.h ('k') | webrtc/tools/internal_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 0daba4d6c8eff04a28fdfaad99fe993a916a9a76..603e99944c612ca9d7fd1ed0ea5cfeea42dea400 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -20,7 +20,7 @@ source_set("command_line_parser") {
"simple_command_line_parser.h",
]
deps = [
- "..:gtest_prod",
+ "../base:gtest_prod",
]
configs += [ "..:common_config" ]
public_configs = [ "..:common_inherited_config" ]
« no previous file with comments | « webrtc/test/testsupport/gtest_prod_util.h ('k') | webrtc/tools/internal_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698