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

Unified 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 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: 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
« 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