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

Unified Diff: PRESUBMIT.py

Issue 1260083004: Add needed functions to glibc-compat for pkg (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: fix wrong c++ lib Created 5 years, 5 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 | ports/cairo/build.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 6a324c739820b286c270935aea2414043f6b7fbe..f9796f36ef1735346df32714c442763d074d1bb0 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -17,8 +17,14 @@ _EXCLUDED_PATHS = (
# Many of the files in glibc-compat come from the other sources such as
# newlib and as such do not contain our copyright header.
r"^ports[\/\\]glibc-compat[\/\\]include[\/\\]err\.h",
- r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]err\.c"
- r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]libc-symbols\.h"
+ r"^ports[\/\\]glibc-compat[\/\\]include[\/\\]fts\.h",
+ r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]err\.c",
+ r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]libc-symbols\.h",
+ r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]dirfd.c",
+ r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]flock.c",
+ r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]fts.c",
+ r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]herror.c",
+ r"^ports[\/\\]glibc-compat[\/\\]src[\/\\]timegm.c",
)
def RunPylint(input_api, output_api):
« no previous file with comments | « no previous file | ports/cairo/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698