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

Unified Diff: webrtc/examples/BUILD.gn

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 6 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/DEPS ('k') | webrtc/examples/peerconnection/server/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/BUILD.gn
diff --git a/webrtc/examples/BUILD.gn b/webrtc/examples/BUILD.gn
index ccdc21e23262cc9e634b426d81b303d7905aa4b6..85813fa22212f2ad6f12ff67b7566a2f908dc5b1 100644
--- a/webrtc/examples/BUILD.gn
+++ b/webrtc/examples/BUILD.gn
@@ -549,7 +549,7 @@ if (is_linux || is_win) {
deps = [
"//webrtc:webrtc_common",
"//webrtc/base:rtc_base_approved",
- "//webrtc/tools:command_line_parser",
+ "//webrtc/rtc_tools:command_line_parser",
]
if (!build_with_chromium && is_clang) {
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
« no previous file with comments | « webrtc/DEPS ('k') | webrtc/examples/peerconnection/server/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698