summaryrefslogtreecommitdiffstats
path: root/android_webview/tools
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-25 17:24:05 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-25 17:24:05 +0000
commite97e1bc4a0a631efc8fd8805c6d54df89cce8ddb (patch)
tree8b98bb5ad7a08e3ab646e84c3d37ae35c8f146ad /android_webview/tools
parenta5eefcfa280d3376d8261a9b9c78eb8a96043e67 (diff)
downloadchromium_src-e97e1bc4a0a631efc8fd8805c6d54df89cce8ddb.zip
chromium_src-e97e1bc4a0a631efc8fd8805c6d54df89cce8ddb.tar.gz
chromium_src-e97e1bc4a0a631efc8fd8805c6d54df89cce8ddb.tar.bz2
Use upstream style for whitelisting clang (fixes http://codereview.chromium.org/10988014/)
TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/10987025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/tools')
-rwxr-xr-xandroid_webview/tools/webview_licenses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
index 6bea336..cfd272f 100755
--- a/android_webview/tools/webview_licenses.py
+++ b/android_webview/tools/webview_licenses.py
@@ -117,7 +117,7 @@ def _CheckLicenseHeaders(directory_list, whitelisted_files):
# Histogram tools, doesn't exist in the snapshot
directory_list.append('tools/histograms/')
# Ignore clang builders.
- os.path.join('third_party', 'llvm-build')
+ directory_list.append('third_party/llvm-build/')
# Exclude files under listed directories and some known offenders.
offending_files = []