diff options
author | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 13:52:29 +0000 |
---|---|---|
committer | boliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 13:52:29 +0000 |
commit | dc99df4eefae93032fcc3954d8bb7e50063414ce (patch) | |
tree | f3543a1e2b2029d9936fb229bab54cf64dbbc365 /android_webview | |
parent | 789ff55491c0ed15006ca6e6b67f2921b2d133b9 (diff) | |
download | chromium_src-dc99df4eefae93032fcc3954d8bb7e50063414ce.zip chromium_src-dc99df4eefae93032fcc3954d8bb7e50063414ce.tar.gz chromium_src-dc99df4eefae93032fcc3954d8bb7e50063414ce.tar.bz2 |
Revert "Replace third_party/angle with angle_dx11 for Android WebView"
This reverts commit ee602ad20a138ef31a385e89d5c328d285357188.
TBR=joth@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/17471002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207422 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-x | android_webview/buildbot/deps_whitelist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py index 013bf94..2bd6212 100755 --- a/android_webview/buildbot/deps_whitelist.py +++ b/android_webview/buildbot/deps_whitelist.py @@ -36,7 +36,7 @@ class DepsWhitelist(object): 'sdch/open-vcdiff', 'testing/gtest', 'third_party/WebKit', - 'third_party/angle_dx11', + 'third_party/angle', ('third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/' 'braille'), 'third_party/freetype', |