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

Unified Diff: PRESUBMIT.py

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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 | build_tools/common.sh » ('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 2a2dcc3ab59bdcc46c81774f46004a098d5b27b5..aaee3dcb0c9afea3c685f337e5dbaab59b712a6d 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -25,6 +25,7 @@ _EXCLUDED_PATHS = (
r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]fts.c",
r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]herror.c",
r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]timegm.c",
+ r"^ports[\\\/]alut-demo[\\\/]alut_hello_world.c",
)
def RunPylint(input_api, output_api):
« no previous file with comments | « no previous file | build_tools/common.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698