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

Side by Side Diff: webrtc/webrtc.DEPS/DEPS

Issue 19235014: Add WebRTC DEPS for Android builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # 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
2 # execute WebRTC Android tests from a Chromium checkout.
3
4 vars = {
5 # Use this googlecode_url variable only if there is an internal mirror for it.
6 # If you do not know, use the full path while defining your new deps entry.
7 "googlecode_url": "http://%s.googlecode.com/svn",
8 }
9
10 deps_os = {
11 "android": {
12 "src/data":
13 (Var("googlecode_url") % "webrtc") + "/trunk/data",
14 "src/third_party/google-gflags":
15 (Var("googlecode_url") % "webrtc") + "/trunk/third_party/google-gflags",
16 "src/third_party/google-gflags/src":
17 "http://google-gflags.googlecode.com/svn/trunk/src@45",
18 },
19 }
OLDNEW
« 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