diff options
author | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 04:56:28 +0000 |
---|---|---|
committer | sbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 04:56:28 +0000 |
commit | 8886ffcbf112423454d06fecdffa885ea9a3ce31 (patch) | |
tree | 0d5f0abdc99ea636f0326ab83051fe3a4ad90106 /PRESUBMIT.py | |
parent | c9e9d3d206644741d5232b6dc5fa7e4bc11bc809 (diff) | |
download | chromium_src-8886ffcbf112423454d06fecdffa885ea9a3ce31.zip chromium_src-8886ffcbf112423454d06fecdffa885ea9a3ce31.tar.gz chromium_src-8886ffcbf112423454d06fecdffa885ea9a3ce31.tar.bz2 |
[NaCl SDK] make example Makefiles quiet by default
This is a port of some of the changes made to the common.mk
system when it was ported to support building nacltoons.
Also, change oshelpers "rm -f" so that is doesn't output
anything when it can't find files (this matches /bin/rm
behavior).
Also, remove redundant nmf build rules from host_vc.mk and
host_gcc.mk.
Also, add .mk files to exclusion list in top level
PRESUBMIT.py since they contain lines longer than 80 chars
and fixing this would make them harder to read.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/12209097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 07674af..751cfb1 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -18,6 +18,7 @@ _EXCLUDED_PATHS = ( r"^breakpad[\\\/].*", r"^native_client_sdk[\\\/]src[\\\/]build_tools[\\\/]make_rules.py", r"^native_client_sdk[\\\/]src[\\\/]build_tools[\\\/]make_simple.py", + r"^native_client_sdk[\\\/]src[\\\/]tools[\\\/].*.mk", r"^net[\\\/]tools[\\\/]spdyshark[\\\/].*", r"^skia[\\\/].*", r"^v8[\\\/].*", |