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

Unified Diff: PRESUBMIT.py

Issue 746303002: Make gn check //examples/* pass (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | examples/apptest/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 da80e2a506f37b27b722254147a77e65d8a5a480..8a5732805c0f54c37c65d16a815c625cd845764b 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -444,6 +444,7 @@ def _CheckGNCheck(input_api, output_api):
# TODO(eseidel): Currently only these are known to pass,
# once everything passes we can just call 'gn check' once without a filter!
KNOWN_PASSING = [
+ '//examples/*',
'//mojo/aura/*',
'//mojo/application/*',
'//mojo/application_manager/*',
« no previous file with comments | « no previous file | examples/apptest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698