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") { |