Chromium Code Reviews| Index: DEPS |
| =================================================================== |
| --- DEPS (revision 274851) |
| +++ DEPS (working copy) |
| @@ -1,15 +1,16 @@ |
| -# DEPS file that pulls down dependencies that are needed to build and |
| +# DEPS file that pulls down dependencies that are needed to build and |
| # execute WebRTC Android tests from a Chromium checkout. |
| vars = { |
| + "chromium_git": "https://chromium.googlesource.com", |
| # Use this googlecode_url variable only if there is an internal mirror for it. |
| # If you do not know, use the full path while defining your new deps entry. |
| "googlecode_url": "http://%s.googlecode.com/svn", |
| } |
| deps = { |
| - "src/third_party/webrtc_apprtc": |
| - (Var("googlecode_url") % "webrtc") + "/trunk/samples/js", |
| + "src/third_party/webrtc-samples": |
|
kjellander_chromium
2014/06/04 17:13:59
I'm not sure we want to actually put it in here, s
phoglund_chromium
2014/06/05 07:21:00
After offline discussion: put it at the top level
kjellander_chromium
2014/06/05 07:25:36
Done.
|
| + Var("chromium_git") + "/external/webrtc-samples.git", |
| "webrtc.DEPS/third_party/manifestdestiny": |
| "/trunk/deps/third_party/manifestdestiny@240893", |
| "webrtc.DEPS/third_party/mozdownload": |
| @@ -26,9 +27,9 @@ |
| deps_os = { |
| "android": { |
| - "src/data": |
| + "src/data": |
| (Var("googlecode_url") % "webrtc") + "/trunk/data", |
| - "src/resources": |
| + "src/resources": |
| (Var("googlecode_url") % "webrtc") + "/trunk/resources", |
| "src/third_party/gflags": |
| (Var("googlecode_url") % "webrtc") + "/trunk/third_party/gflags", |
| @@ -79,7 +80,7 @@ |
| "pattern": ".", |
| "action" : ["python", |
| "webrtc.DEPS/download_firefox_nightly.py", |
| - "-t", |
| + "-t", |
| "firefox-nightly"], |
| }, |
| ] |