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

Unified Diff: PRESUBMIT.py

Issue 336773002: Get iossim to compile with Xcode 6. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exclude from presubmit Created 6 years, 6 months 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 | testing/iossim/iossim.gyp » ('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 67d496df45c8ac88d98ad76207b536410c519bf6..c2a4c5c3e0a0a859d9e22cc2af53e25ba9cfa12d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -54,6 +54,8 @@ _TEST_CODE_EXCLUDED_PATHS = (
r'chrome[/\\]browser[/\\]automation[/\\].*',
# Non-production example code.
r'mojo[/\\]examples[/\\].*',
+ # Launcher for running iOS tests on the simulator.
+ r'testing[/\\]iossim[/\\]iossim\.mm$',
)
_TEST_ONLY_WARNING = (
« no previous file with comments | « no previous file | testing/iossim/iossim.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698