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

Unified Diff: .gn

Issue 2609443003: Refactoring ./webrtc/modules/BUILD.gn for gn check (Closed)
Patch Set: Removing useless TODO, I can depend on audio_processing:audioproc_debug_proto Created 3 years, 12 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 | « no previous file | webrtc/modules/BUILD.gn » ('j') | webrtc/modules/audio_coding/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 3e0fcf275e70c951619fa84ced03039adf41938f..d337b26fb3762f61458067dd8c197c5e69c86b5e 100644
--- a/.gn
+++ b/.gn
@@ -24,22 +24,7 @@ secondary_source = "//build/secondary/"
check_targets = [
"//webrtc/api/*",
"//webrtc/audio/*",
- "//webrtc/modules/audio_coding/*",
- "//webrtc/modules/audio_conference_mixer/*",
- "//webrtc/modules/audio_device/*",
- "//webrtc/modules/audio_mixer/*",
- "//webrtc/modules/audio_processing/*",
- "//webrtc/modules/bitrate_controller/*",
- "//webrtc/modules/congestion_controller/*",
- "//webrtc/modules/desktop_capture/*",
- "//webrtc/modules/media_file/*",
- "//webrtc/modules/pacing/*",
- "//webrtc/modules/rtp_rtcp/*",
- "//webrtc/modules/utility/*",
- "//webrtc/modules/video_capture/*",
- "//webrtc/modules/video_coding/*",
- "//webrtc/modules/video_processing/*",
- "//webrtc/modules/remote_bitrate_estimator/*",
+ "//webrtc/modules/*",
"//webrtc/stats:rtc_stats",
"//webrtc/voice_engine",
"//webrtc/voice_engine:level_indicator",
« no previous file with comments | « no previous file | webrtc/modules/BUILD.gn » ('j') | webrtc/modules/audio_coding/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698