Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Unified Diff: DEPS

Issue 846593003: Remove no longer needed Android dependencies (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/webrtc/webrtc.DEPS
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 518b220e707496fa026cabc9482b2d78fd33383f..30a51582387fa9c55c56213a6bb604141fabc276 100644
--- a/DEPS
+++ b/DEPS
@@ -23,19 +23,6 @@ deps = {
Var('git_url') + '/chromium/deps/mozrunner.git@efb11330692424f7aa5533839b0ae728bc5f30d1',
}
-deps_os = {
- 'android': {
- 'src/data':
- Var('git_url') + '/external/webrtc/trunk/data.git',
- 'src/resources':
- Var('git_url') + '/external/webrtc/trunk/resources.git',
- 'src/third_party/gflags':
- Var('git_url') + '/external/webrtc/trunk/third_party/gflags.git',
- 'src/third_party/gflags/src':
- Var('git_url') + '/external/gflags/src.git@e7390f9185c75f8d902c05ed7d20bb94eb914d0c',
- },
-}
-
hooks = [
{
"pattern": ".",
@@ -69,17 +56,6 @@ hooks = [
"webrtc.DEPS/build_apprtc_collider.py"],
},
{
- # Download test resources, i.e. video and audio files from Google Storage.
- # These resources are used by the Android bots.
- "pattern": "\\.sha1",
- "action": ["download_from_google_storage",
- "--directory",
- "--recursive",
- "--num_threads=10",
- "--bucket", "chromium-webrtc-resources",
- "src/resources"],
- },
- {
# Download media files and tools used by the webrtc quality browser tests,
# chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc and
# chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698