diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 14:36:32 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-01 14:36:32 +0000 |
commit | de28fed2ede12520680e1cd657953e6d34226f6a (patch) | |
tree | dd443b8ad42cf088ff969fd963dc206c1d0a37f4 /PRESUBMIT.py | |
parent | e5c2bfec25ef2eb6f85cf52cd3e3711e475670cc (diff) | |
download | chromium_src-de28fed2ede12520680e1cd657953e6d34226f6a.zip chromium_src-de28fed2ede12520680e1cd657953e6d34226f6a.tar.gz chromium_src-de28fed2ede12520680e1cd657953e6d34226f6a.tar.bz2 |
content: Add a new target 'test_netscape_plugin' to build the module in shell/tools/plugin
BUG=331302
TEST=ninja -C out_cros/Debug test_netscape_plugin builds
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/145723004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r-- | PRESUBMIT.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 2e6c077..b5aefd3 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -27,11 +27,12 @@ _EXCLUDED_PATHS = ( r"^gpu[\\\/]config[\\\/].*_list_json\.cc$", ) -# TestRunner library is temporarily excluded from pan-project checks until -# it's transitioned to chromium coding style. +# TestRunner and NetscapePlugIn library is temporarily excluded from pan-project +# checks until it's transitioned to chromium coding style. _TESTRUNNER_PATHS = ( r"^content[\\\/]shell[\\\/]renderer[\\\/]test_runner[\\\/].*", r"^content[\\\/]shell[\\\/]common[\\\/]test_runner[\\\/].*", + r"^content[\\\/]shell[\\\/]tools[\\\/]plugin[\\\/].*", ) # Fragment of a regular expression that matches C++ and Objective-C++ |