diff options
author | ksakamoto@chromium.org <ksakamoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 16:59:49 +0000 |
---|---|---|
committer | ksakamoto@chromium.org <ksakamoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-13 16:59:49 +0000 |
commit | 4743467f40b7943bbe428fc40c2f709c702c43d8 (patch) | |
tree | 8d41bb47f73be3a5a52310860ef3e12659fb9951 /android_webview/buildbot/deps_whitelist.py | |
parent | dbc0bcf9300414cc22fa817a06b540d9c7a25bf3 (diff) | |
download | chromium_src-4743467f40b7943bbe428fc40c2f709c702c43d8.zip chromium_src-4743467f40b7943bbe428fc40c2f709c702c43d8.tar.gz chromium_src-4743467f40b7943bbe428fc40c2f709c702c43d8.tar.bz2 |
Adds brotli DEPS entry to the whitelist
Brotli is the byte-level compression algorithm of WOFF 2.0 font file format,
and third_party/ots will depend on it.
BUG=307828
Review URL: https://codereview.chromium.org/111643005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240678 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/buildbot/deps_whitelist.py')
-rwxr-xr-x | android_webview/buildbot/deps_whitelist.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py index d198ec6..e967d14 100755 --- a/android_webview/buildbot/deps_whitelist.py +++ b/android_webview/buildbot/deps_whitelist.py @@ -27,7 +27,7 @@ class DepsWhitelist(object): # team and are in the process of having the required branches being created # in the Android tree. self._compile_but_not_snapshot_dependencies = [ - 'third_party/mesa/src', + 'third_party/brotli/src', ] # Dependencies that need to be merged into the Android tree. @@ -44,6 +44,7 @@ class DepsWhitelist(object): 'third_party/libjingle/source/talk', 'third_party/libphonenumber/src/phonenumbers', 'third_party/libphonenumber/src/resources', + 'third_party/mesa/src', 'third_party/openssl', 'third_party/opus/src', 'third_party/ots', |