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

Unified Diff: .gn

Issue 2555813003: Add a tool to fix (some) errors reported by gn gen --check. (Closed)
Patch Set: More improvements! Created 4 years 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 | tools/gn_check_autofix.py » ('j') | tools/gn_check_autofix.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index c44ccc8f6e7576eed08a73b2985f4818b01ee4fe..029e1abcb8c71af08c6e68f8d441ff43b51e9cb1 100644
--- a/.gn
+++ b/.gn
@@ -30,6 +30,7 @@ check_targets = [
"//webrtc/stats:rtc_stats",
"//webrtc/voice_engine",
"//webrtc/voice_engine:level_indicator",
+ "//webrtc/*",
kjellander_webrtc 2016/12/08 11:57:23 I assume this shouldn't be here?
]
# These are the list of GN files that run exec_script. This whitelist exists
« no previous file with comments | « no previous file | tools/gn_check_autofix.py » ('j') | tools/gn_check_autofix.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698