summaryrefslogtreecommitdiffstats
path: root/android_webview/buildbot
diff options
context:
space:
mode:
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 14:16:03 +0000
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-13 14:16:03 +0000
commit536f07230bf39e5b4e0d49e011f507718abf5694 (patch)
treefc53e9f377fc0312064c154fb71c9c3cc5d60ef9 /android_webview/buildbot
parent8c8594838cbf272fa7cb5c607781ea1eb4c4fcfc (diff)
downloadchromium_src-536f07230bf39e5b4e0d49e011f507718abf5694.zip
chromium_src-536f07230bf39e5b4e0d49e011f507718abf5694.tar.gz
chromium_src-536f07230bf39e5b4e0d49e011f507718abf5694.tar.bz2
Android WebView: update deps whitelist.
Update deps whitelist to match current downstream merge list. BUG= NOTRY=true Review URL: https://codereview.chromium.org/163323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/buildbot')
-rwxr-xr-xandroid_webview/buildbot/deps_whitelist.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py
index e967d14..f4e6e89 100755
--- a/android_webview/buildbot/deps_whitelist.py
+++ b/android_webview/buildbot/deps_whitelist.py
@@ -27,7 +27,6 @@ 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/brotli/src',
]
# Dependencies that need to be merged into the Android tree.
@@ -36,6 +35,7 @@ class DepsWhitelist(object):
'testing/gtest',
'third_party/WebKit',
'third_party/angle',
+ 'third_party/brotli/src',
('third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/'
'braille'),
'third_party/freetype',
@@ -44,6 +44,9 @@ class DepsWhitelist(object):
'third_party/libjingle/source/talk',
'third_party/libphonenumber/src/phonenumbers',
'third_party/libphonenumber/src/resources',
+ 'third_party/libsrtp',
+ 'third_party/libvpx',
+ 'third_party/libyuv',
'third_party/mesa/src',
'third_party/openssl',
'third_party/opus/src',
@@ -53,7 +56,7 @@ class DepsWhitelist(object):
'third_party/skia/include',
'third_party/skia/src',
'third_party/smhasher/src',
- 'third_party/v8-i18n',
+ 'third_party/webrtc',
'third_party/yasm/source/patched-yasm',
'tools/grit',
'tools/gyp',