summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authororenb <orenb@chromium.org>2015-04-10 18:25:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-11 01:25:47 +0000
commitf8bbca92938bf5216257f6fd64f50f41bfcb61c5 (patch)
tree9a23b54be093c9361086dd85258f59bf5f7f1d45 /tools/licenses.py
parent066f2b8678771a00db9402c0774e4b942001220c (diff)
downloadchromium_src-f8bbca92938bf5216257f6fd64f50f41bfcb61c5.zip
chromium_src-f8bbca92938bf5216257f6fd64f50f41bfcb61c5.tar.gz
chromium_src-f8bbca92938bf5216257f6fd64f50f41bfcb61c5.tar.bz2
Add a fork of Polymore/more-routing [1] to our settings. This approach will allow us to make local modifications in case things break in the Polymer 0.8 migration. (Main difference currently is I replaced hyphens with underscores in filenames everywhere, in line with our file name convention.)
Disabling presubmit because every warning is just related to existing JS code from the fork... we don't intend to go through and fix those. [1] https://github.com/Polymore/more-routing NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1079683003 Cr-Commit-Position: refs/heads/master@{#324741}
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 597dcea..95378c8 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -84,6 +84,8 @@ PRUNE_DIRS = (VCS_METADATA_DIRS +
ADDITIONAL_PATHS = (
os.path.join('breakpad'),
os.path.join('chrome', 'common', 'extensions', 'docs', 'examples'),
+ os.path.join('chrome', 'browser', 'resources', 'settings', 'routing',
+ 'more_routing'),
os.path.join('chrome', 'test', 'chromeos', 'autotest'),
os.path.join('chrome', 'test', 'data'),
os.path.join('native_client'),