Chromium Code Reviews

Unified Diff: .gn

Issue 2714263004: Enable GN check for webrtc/{ortc,p2p} (Closed)
Patch Set: Refactored and included ortc here as well Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | webrtc/ortc/BUILD.gn » ('j') | webrtc/p2p/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 762273cff644b9faefd3fad6cfcd9ae77b2a59d8..6e28eaa0942a6132a9b0c63b30305babf0827c13 100644
--- a/.gn
+++ b/.gn
@@ -43,7 +43,9 @@ check_targets = [
"//webrtc/modules/video_coding/*",
"//webrtc/modules/video_processing/*",
"//webrtc/modules/remote_bitrate_estimator/*",
+ "//webrtc/ortc/*",
"//webrtc/stats/*",
+ "//webrtc/p2p/*",
"//webrtc/voice_engine",
"//webrtc/voice_engine:audio_coder",
"//webrtc/voice_engine:file_player",
« no previous file with comments | « no previous file | webrtc/ortc/BUILD.gn » ('j') | webrtc/p2p/BUILD.gn » ('J')

Powered by Google App Engine