diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 00:28:09 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-22 00:28:09 +0000 |
commit | b4e3fff015e642d845faf43e49719ae57563fc3a (patch) | |
tree | ba86685b73229d15f6a63378caddc1bbcd12fb70 /android_webview/buildbot | |
parent | e126ab319fd66bd2c4fd2fd7cbe020003a7009bf (diff) | |
download | chromium_src-b4e3fff015e642d845faf43e49719ae57563fc3a.zip chromium_src-b4e3fff015e642d845faf43e49719ae57563fc3a.tar.gz chromium_src-b4e3fff015e642d845faf43e49719ae57563fc3a.tar.bz2 |
Android WebView: add sfntly to deps whitelist.
We are now merging sfntly to Android; add it to the whitelist for the
android_aosp bot.
BUG=
NOTRY=true
Review URL: https://codereview.chromium.org/82253002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/buildbot')
-rwxr-xr-x | android_webview/buildbot/deps_whitelist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/buildbot/deps_whitelist.py b/android_webview/buildbot/deps_whitelist.py index 105646f..28a7b60 100755 --- a/android_webview/buildbot/deps_whitelist.py +++ b/android_webview/buildbot/deps_whitelist.py @@ -47,6 +47,7 @@ class DepsWhitelist(object): 'third_party/openssl', 'third_party/opus/src', 'third_party/ots', + 'third_party/sfntly/cpp/src', 'third_party/skia/gyp', 'third_party/skia/include', 'third_party/skia/src', |