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

Unified Diff: webrtc/rtc_tools/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/modules/video_coding/DEPS ('k') | webrtc/rtc_tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/rtc_tools/BUILD.gn
similarity index 99%
copy from webrtc/tools/BUILD.gn
copy to webrtc/rtc_tools/BUILD.gn
index ff45daf09cf6d176368e682d13afc30c751d4621..e224380cc793133830e34ef3984e1fc09892b09a 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/rtc_tools/BUILD.gn
@@ -9,7 +9,7 @@
import("//third_party/protobuf/proto_library.gni")
import("../webrtc.gni")
-group("tools") {
+group("rtc_tools") {
# This target shall build all targets in tools/.
testonly = true
@@ -185,7 +185,7 @@ if (rtc_enable_protobuf) {
sources = [
"event_log_visualizer/chart.proto",
]
- proto_out_dir = "webrtc/tools/event_log_visualizer"
+ proto_out_dir = "webrtc/rtc_tools/event_log_visualizer"
}
rtc_static_library("event_log_visualizer_utils") {
« no previous file with comments | « webrtc/modules/video_coding/DEPS ('k') | webrtc/rtc_tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698