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

Side by Side Diff: DEPS

Issue 1565173002: Download a prebuilt apprtc from google storage instead of building it. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | build_apprtc_appengine_app.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # DEPS file that pulls down dependencies that are needed to build and 1 # DEPS file that pulls down dependencies that are needed to build and
2 # execute WebRTC specific tests from a Chromium checkout. 2 # execute WebRTC specific tests from a Chromium checkout.
3 3
4 vars = { 4 vars = {
5 'git_url': 5 'git_url':
6 'https://chromium.googlesource.com' 6 'https://chromium.googlesource.com'
7 } 7 }
8 8
9 deps = { 9 deps = {
10 'apprtc':
11 Var('git_url') + '/external/webrtc/apprtc@3168981efed7629fabee731a5ee74d3716 b50652',
12 'webrtc.DEPS/third_party/manifestdestiny': 10 'webrtc.DEPS/third_party/manifestdestiny':
13 Var('git_url') + '/chromium/deps/manifestdestiny.git@46ae53ac463e23bfefec374 a81806355ea598ac4', 11 Var('git_url') + '/chromium/deps/manifestdestiny.git@46ae53ac463e23bfefec374 a81806355ea598ac4',
14 'webrtc.DEPS/third_party/mozdownload': 12 'webrtc.DEPS/third_party/mozdownload':
15 Var('git_url') + '/chromium/deps/mozdownload.git@5d3e0bf7851b093ff9a89d45f13 185691c496be', 13 Var('git_url') + '/chromium/deps/mozdownload.git@5d3e0bf7851b093ff9a89d45f13 185691c496be',
16 'webrtc.DEPS/third_party/mozinfo': 14 'webrtc.DEPS/third_party/mozinfo':
17 Var('git_url') + '/chromium/deps/mozinfo.git@f4cc257e21c48bc33dc1d12123d934a 4dcaa120c', 15 Var('git_url') + '/chromium/deps/mozinfo.git@f4cc257e21c48bc33dc1d12123d934a 4dcaa120c',
18 'webrtc.DEPS/third_party/mozprocess': 16 'webrtc.DEPS/third_party/mozprocess':
19 Var('git_url') + '/chromium/deps/mozprocess.git@11d11bebc8517dcedec71f377cbe c07fb91a3b1f', 17 Var('git_url') + '/chromium/deps/mozprocess.git@11d11bebc8517dcedec71f377cbe c07fb91a3b1f',
20 'webrtc.DEPS/third_party/mozprofile': 18 'webrtc.DEPS/third_party/mozprofile':
21 Var('git_url') + '/chromium/deps/mozprofile.git@313295a0d9e1687dafa58e12f1f0 1b093a136446', 19 Var('git_url') + '/chromium/deps/mozprofile.git@313295a0d9e1687dafa58e12f1f0 1b093a136446',
22 'webrtc.DEPS/third_party/mozrunner': 20 'webrtc.DEPS/third_party/mozrunner':
23 Var('git_url') + '/chromium/deps/mozrunner.git@efb11330692424f7aa5533839b0ae 728bc5f30d1', 21 Var('git_url') + '/chromium/deps/mozrunner.git@efb11330692424f7aa5533839b0ae 728bc5f30d1',
24 'webrtc.DEPS/third_party/requests/': 22 'webrtc.DEPS/third_party/requests/':
25 Var('git_url') + '/external/github.com/kennethreitz/requests.git@2128321b85d fd969498e5d1636dcc3c4a27917ba' 23 Var('git_url') + '/external/github.com/kennethreitz/requests.git@2128321b85d fd969498e5d1636dcc3c4a27917ba'
26 } 24 }
27 25
28 hooks = [ 26 hooks = [
29 { 27 {
30 "pattern": ".", 28 "pattern": ".",
31 "action" : ["python", 29 "action" : ["python",
32 "webrtc.DEPS/download_appengine_and_mercurial.py", 30 "webrtc.DEPS/download_apprtc_appengine_and_mercurial.py",
33 "webrtc.DEPS"], 31 "webrtc.DEPS"],
34 }, 32 },
35 { 33 {
36 "pattern": ".", 34 "pattern": ".",
37 "action" : ["python", 35 "action" : ["python",
38 "webrtc.DEPS/download_golang.py", 36 "webrtc.DEPS/download_golang.py",
39 "webrtc.DEPS"], 37 "webrtc.DEPS"],
40 }, 38 },
41 { 39 {
42 "pattern": ".",
43 "action" : ["python",
44 "webrtc.DEPS/download_node.py",
45 "webrtc.DEPS"],
46 },
47 {
48 # "Build" AppRTC, i.e. move it to the out/ dir where the browser test 40 # "Build" AppRTC, i.e. move it to the out/ dir where the browser test
49 # can find it. This is only done on runhooks. 41 # can find it. This is only done on runhooks.
50 "pattern": ".", 42 "pattern": ".",
51 "action" : ["python", 43 "action" : ["python",
52 "webrtc.DEPS/copy_apprtc.py"], 44 "webrtc.DEPS/copy_apprtc.py"],
53 }, 45 },
54 { 46 {
55 # Build Mercurial which is needed by the golang toolchain. 47 # Build Mercurial which is needed by the golang toolchain.
56 "pattern": ".", 48 "pattern": ".",
57 "action" : ["python", 49 "action" : ["python",
58 "webrtc.DEPS/build_mercurial_local.py"], 50 "webrtc.DEPS/build_mercurial_local.py"],
59 }, 51 },
60 { 52 {
61 # Build AppRTC Collider using the golang toolchain. 53 # Build AppRTC Collider using the golang toolchain.
62 "pattern": ".", 54 "pattern": ".",
63 "action" : ["python", 55 "action" : ["python",
64 "webrtc.DEPS/build_apprtc_collider.py"], 56 "webrtc.DEPS/build_apprtc_collider.py"],
65 }, 57 },
66 { 58 {
67 # Build the AppRTC App Engine Application.
68 "pattern": ".",
69 "action" : ["python",
70 "webrtc.DEPS/build_apprtc_appengine_app.py"],
71 },
72 {
73 # Download media files and tools used by the webrtc quality browser tests, 59 # Download media files and tools used by the webrtc quality browser tests,
74 # chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc and 60 # chrome/browser/media/chrome_webrtc_audio_quality_browsertest.cc and
75 # chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc. 61 # chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc.
76 "pattern": "\\.sha1", 62 "pattern": "\\.sha1",
77 "action": ["download_from_google_storage", 63 "action": ["download_from_google_storage",
78 "--directory", 64 "--directory",
79 "--num_threads=10", 65 "--num_threads=10",
80 "--bucket", "chromium-webrtc-resources", 66 "--bucket", "chromium-webrtc-resources",
81 "src/chrome/test/data/webrtc/resources"], 67 "src/chrome/test/data/webrtc/resources"],
82 }, 68 },
(...skipping 13 matching lines...) Expand all
96 # Download firefox for the Firefox AppRTC test. 82 # Download firefox for the Firefox AppRTC test.
97 # TODO(phoglund): Disabled due to http://crbug.com/545862. 83 # TODO(phoglund): Disabled due to http://crbug.com/545862.
98 "pattern": ".", 84 "pattern": ".",
99 "action" : ["python", 85 "action" : ["python",
100 "webrtc.DEPS/download_firefox_nightly.py", 86 "webrtc.DEPS/download_firefox_nightly.py",
101 "--clean-old-firefox-archives", 87 "--clean-old-firefox-archives",
102 "--target-dir", 88 "--target-dir",
103 "firefox-nightly"], 89 "firefox-nightly"],
104 }, 90 },
105 ] 91 ]
OLDNEW
« no previous file with comments | « no previous file | build_apprtc_appengine_app.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698