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

Unified Diff: PRESUBMIT.py

Issue 747143002: Make gn check //{,mojo}/services/* 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 | mojo/services/network/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 8a5732805c0f54c37c65d16a815c625cd845764b..c09d9f162a5b401e015c1d2906d9d7a8678e19ac 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -456,15 +456,12 @@ def _CheckGNCheck(input_api, output_api):
'//mojo/gles2/*',
'//mojo/gpu/*',
'//mojo/public/*',
- '//mojo/services/gles2/*',
- '//mojo/services/native_viewport/*',
- '//mojo/services/public/cpp/view_manager/*',
- '//mojo/services/view_manager/*',
- '//mojo/services/window_manager/*',
+ '//mojo/services/*',
'//mojo/skia/*',
'//mojo/spy/*',
'//mojo/tools/*',
'//mojo/views/*',
+ '//services/*',
]
if input_api.platform != 'win32':
KNOWN_PASSING += [
« no previous file with comments | « no previous file | mojo/services/network/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698