diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 07:29:52 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-07 07:29:52 +0000 |
commit | b52e0956b72d0e4d5a6a4f679cf34ba612536161 (patch) | |
tree | ce3f6d6cc394909dec2c9e0b0bf230a422955a90 /android_webview | |
parent | 279e4a6a9ab99ba064f4c50d2346da5dc14ce7ed (diff) | |
download | chromium_src-b52e0956b72d0e4d5a6a4f679cf34ba612536161.zip chromium_src-b52e0956b72d0e4d5a6a4f679cf34ba612536161.tar.gz chromium_src-b52e0956b72d0e4d5a6a4f679cf34ba612536161.tar.bz2 |
Roll swarming_client @ e98b112.
git log 141ef86..e98b112 --date=short --format="%ad %an %s" | sed 's/@chromium\.org//'
2013-11-05 Marc-Antoine Ruel Make licensecheck.pl happy by tweaking the license header.
2013-11-05 Marc-Antoine Ruel Update copyright to the Swarming Authors and codereview.settings.
2013-11-05 Marc-Antoine Ruel Update colorama to 5a3100113a3a.
2013-10-30 vadimsh Report all swarming and isolate fatal errors in a consistent way.
2013-10-28 csharp Set the Swarm Test encoding to UTF-8
This removes the need to blacklist colorama for license check.
R=vadimsh@chromium.org,boliu@chromium.org
BUG=
Review URL: https://codereview.chromium.org/59913006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-x | android_webview/tools/webview_licenses.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py index 0348e91..0d12ad2 100755 --- a/android_webview/tools/webview_licenses.py +++ b/android_webview/tools/webview_licenses.py @@ -109,6 +109,8 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files): excluded_dirs_list.append('data/dom_perf') # Histogram tools, doesn't exist in the snapshot excluded_dirs_list.append('tools/histograms') + # Swarming tools, doesn't exist in the snapshot + excluded_dirs_list.append('tools/swarming_client') # Arm sysroot tools, doesn't exist in the snapshot excluded_dirs_list.append('arm-sysroot') # Data is not part of open source chromium, but are included on some bots. |