diff options
author | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-20 15:55:53 +0000 |
---|---|---|
committer | michaelbai@chromium.org <michaelbai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-20 15:55:53 +0000 |
commit | 78473bf55901828c914d4d2bb4604109cbd3b91f (patch) | |
tree | 604feffa5c358f4f06f7b293b7dead2bbab68c50 /android_webview | |
parent | f45e51eef6b417adb7951acda133a5a5d4e92269 (diff) | |
download | chromium_src-78473bf55901828c914d4d2bb4604109cbd3b91f.zip chromium_src-78473bf55901828c914d4d2bb4604109cbd3b91f.tar.gz chromium_src-78473bf55901828c914d4d2bb4604109cbd3b91f.tar.bz2 |
Add usrsctplib to the whitelist.
TBR=benm
NOTRY=true
Review URL: https://codereview.chromium.org/173073002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252248 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-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 f4e6e89..9893a52 100755 --- a/android_webview/buildbot/deps_whitelist.py +++ b/android_webview/buildbot/deps_whitelist.py @@ -56,6 +56,7 @@ class DepsWhitelist(object): 'third_party/skia/include', 'third_party/skia/src', 'third_party/smhasher/src', + 'third_party/usrsctp/usrsctplib', 'third_party/webrtc', 'third_party/yasm/source/patched-yasm', 'tools/grit', |