diff options
author | borenet@google.com <borenet@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-17 22:49:15 +0000 |
---|---|---|
committer | borenet@google.com <borenet@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-17 22:49:15 +0000 |
commit | 1e531322e63205df1ce52d97f7d04a5f95e5426a (patch) | |
tree | 2c99c65fac669d10e6b39c9305dc5f7cb1cb94b7 /android_webview/buildbot | |
parent | 0e44fe2d997269cefab2fa1e96ae3ebf67e136f7 (diff) | |
download | chromium_src-1e531322e63205df1ce52d97f7d04a5f95e5426a.zip chromium_src-1e531322e63205df1ce52d97f7d04a5f95e5426a.tar.gz chromium_src-1e531322e63205df1ce52d97f7d04a5f95e5426a.tar.bz2 |
Attempt #3: Change Skia DEPS to pull from googlesource (git)
- Uploading from pure-svn and intending to commit manually to properly remove
the directory from svn.
- Includes deps_whitelist change for new Skia DEP
R=iannucci@chromium.org, mkosiba@chromium.org, torne@chromium.org
Review URL: https://codereview.chromium.org/283163002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271262 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/buildbot')
-rwxr-xr-x | android_webview/buildbot/deps_whitelist.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py index 6b8470c..6d606f4 100755 --- a/android_webview/buildbot/deps_whitelist.py +++ b/android_webview/buildbot/deps_whitelist.py @@ -53,9 +53,7 @@ class DepsWhitelist(object): 'third_party/opus/src', 'third_party/ots', 'third_party/sfntly/cpp/src', - 'third_party/skia/gyp', - 'third_party/skia/include', - 'third_party/skia/src', + 'third_party/skia', 'third_party/smhasher/src', 'third_party/usrsctp/usrsctplib', 'third_party/webrtc', |