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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2626163004: GN: Refactor so that WebRTC compiles with rtc_enable_protobuf=false. (Closed)
Patch Set: Created 3 years, 11 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/BUILD.gn ('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 266f6690c5fd93b7115959ac3601e6890cd84fdc..6dc370858c9901e484b2c31fcd79dc279d51e141 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -30,11 +30,13 @@ group("tools") {
if (rtc_include_tests) {
public_deps += [
":activity_metric",
- ":rtp_analyzer",
":tools_unittests",
]
if (rtc_enable_protobuf) {
- public_deps += [ ":event_log_visualizer" ]
+ public_deps += [
+ ":event_log_visualizer",
+ ":rtp_analyzer",
+ ]
}
}
}
« no previous file with comments | « webrtc/modules/audio_processing/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698