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

Unified Diff: PRESUBMIT.py

Issue 757803003: Make gn check //mojo/* pass on linux and android (Closed) Base URL: git@github.com:domokit/mojo.git@gn_check_services
Patch Set: PRESUBMIT.py Created 6 years, 1 month 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 | mojo/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c09d9f162a5b401e015c1d2906d9d7a8678e19ac..90826b89ec3dc6e5509ecc3ae9a189238e751488 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -445,22 +445,7 @@ def _CheckGNCheck(input_api, output_api):
# once everything passes we can just call 'gn check' once without a filter!
KNOWN_PASSING = [
'//examples/*',
- '//mojo/aura/*',
- '//mojo/application/*',
- '//mojo/application_manager/*',
- '//mojo/cc/*',
- '//mojo/common/*',
- '//mojo/converters/*',
- '//mojo/edk/*',
- '//mojo/environment/*',
- '//mojo/gles2/*',
- '//mojo/gpu/*',
- '//mojo/public/*',
- '//mojo/services/*',
- '//mojo/skia/*',
- '//mojo/spy/*',
- '//mojo/tools/*',
- '//mojo/views/*',
+ '//mojo/*',
'//services/*',
]
if input_api.platform != 'win32':
« no previous file with comments | « no previous file | mojo/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698