Chromium Code Reviews| Index: webrtc/webrtc.DEPS/DEPS |
| =================================================================== |
| --- webrtc/webrtc.DEPS/DEPS (revision 0) |
| +++ webrtc/webrtc.DEPS/DEPS (revision 0) |
| @@ -0,0 +1,19 @@ |
| +# DEPS file that pulls down dependencies that are needed to build and |
|
hellner
2013/07/17 02:06:06
Do we need Chromium copyright header?
How are the
kjellander_chromium
2013/07/17 05:51:27
Since Chrome doesn't have one in src/DEPS, I don't
|
| +# execute WebRTC Android tests from a Chromium checkout. |
| + |
| +vars = { |
| + # 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_os = { |
| + "android": { |
| + "src/data": |
| + (Var("googlecode_url") % "webrtc") + "/trunk/data", |
| + "src/third_party/google-gflags": |
| + (Var("googlecode_url") % "webrtc") + "/trunk/third_party/google-gflags", |
| + "src/third_party/google-gflags/src": |
| + "http://google-gflags.googlecode.com/svn/trunk/src@45", |
| + }, |
| +} |
| Property changes on: webrtc/webrtc.DEPS/DEPS |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| + LF |