diff options
author | borenet@google.com <borenet@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-17 23:52:51 +0000 |
---|---|---|
committer | borenet@google.com <borenet@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-17 23:52:51 +0000 |
commit | b618fcbcfa95b6faf86b1cb746e567488e5467ed (patch) | |
tree | f366941ed424cfcb66463be85001baeec2f53465 /android_webview | |
parent | 8da459486d7b1d5a8e056204c034798c3baeff7c (diff) | |
download | chromium_src-b618fcbcfa95b6faf86b1cb746e567488e5467ed.zip chromium_src-b618fcbcfa95b6faf86b1cb746e567488e5467ed.tar.gz chromium_src-b618fcbcfa95b6faf86b1cb746e567488e5467ed.tar.bz2 |
Revert 271262 (Attempt #3: Change Skia DEPS to pull from googlesource (git))
Caused sync failures and check_licenses failure.
TBR=zty
Review URL: https://codereview.chromium.org/291743002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-x | android_webview/buildbot/deps_whitelist.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py index 6d606f4..6b8470c 100755 --- a/android_webview/buildbot/deps_whitelist.py +++ b/android_webview/buildbot/deps_whitelist.py @@ -53,7 +53,9 @@ class DepsWhitelist(object): 'third_party/opus/src', 'third_party/ots', 'third_party/sfntly/cpp/src', - 'third_party/skia', + 'third_party/skia/gyp', + 'third_party/skia/include', + 'third_party/skia/src', 'third_party/smhasher/src', 'third_party/usrsctp/usrsctplib', 'third_party/webrtc', |