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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2786363002: Revert of Loosening the coupling between WebRTC and //third_party/protobuf (Closed)
Patch Set: Created 3 years, 9 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/audio_processing/test/protobuf_utils.cc ('k') | no next file » | 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 510bc693156492d89e7e5e0168cb5697387e3152..169a7f49de9f29b0755e2643e5f73a11aceb8481 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -202,7 +202,6 @@
}
defines = [ "ENABLE_RTC_EVENT_LOG" ]
deps = [
- "../base:protobuf_utils",
"../call:call_interfaces",
"../logging:rtc_event_log_impl",
"../logging:rtc_event_log_parser",
@@ -239,7 +238,6 @@
defines = [ "ENABLE_RTC_EVENT_LOG" ]
deps = [
":event_log_visualizer_utils",
- "../base:protobuf_utils",
"../test:field_trial",
"//third_party/gflags",
]
@@ -331,7 +329,6 @@
"$root_build_dir/{{source_file_part}}",
]
deps = [
- "../base:protobuf_utils",
"../logging:rtc_event_log_proto",
]
}
« no previous file with comments | « webrtc/modules/audio_processing/test/protobuf_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698