niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 1 | vars = {
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 2 | # Use this googlecode_url variable only if there is an internal mirror for it.
|
| 3 | # If you do not know, use the full path while defining your new deps entry.
|
| 4 | "googlecode_url": "http://%s.googlecode.com/svn",
|
andrew@webrtc.org | 6dd006e | 2011-09-12 22:38:15 +0000 | [diff] [blame] | 5 | "webrtc_trunk" : "https://webrtc.googlecode.com/svn/trunk",
|
| 6 | "chromium_trunk" : "http://src.chromium.org/svn/trunk",
|
| 7 | "chromium_revision": "98568",
|
ronghuawu@google.com | e256187 | 2011-08-04 17:44:30 +0000 | [diff] [blame] | 8 | "libjingle_revision": "77",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 9 | }
|
| 10 |
|
andrew@webrtc.org | 6dd006e | 2011-09-12 22:38:15 +0000 | [diff] [blame] | 11 | # NOTE: Prefer revision numbers to tags.
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 12 | deps = {
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 13 | "trunk/build":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 14 | Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"),
|
| 15 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 16 | "trunk/testing":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 17 | Var("chromium_trunk") + "/src/testing@" + Var("chromium_revision"),
|
| 18 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 19 | "trunk/testing/gtest":
|
ajm@google.com | c0b63a3 | 2011-08-08 16:10:19 +0000 | [diff] [blame] | 20 | (Var("googlecode_url") % "googletest") + "/trunk@573",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 21 |
|
andrew@webrtc.org | 1fc632e | 2011-09-12 22:41:39 +0000 | [diff] [blame] | 22 | "trunk/testing/gmock":
|
| 23 | (Var("googlecode_url") % "googlemock") + "/trunk@386",
|
| 24 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 25 | "trunk/tools/gyp":
|
andrew@webrtc.org | aed0348 | 2011-08-25 18:45:51 +0000 | [diff] [blame] | 26 | (Var("googlecode_url") % "gyp") + "/trunk@1012",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 27 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 28 | "trunk/third_party/protobuf/":
|
ajm@google.com | 7c4469b | 2011-07-06 17:45:37 +0000 | [diff] [blame] | 29 | Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),
|
| 30 |
|
andrew@webrtc.org | 20f7428 | 2011-09-01 17:09:16 +0000 | [diff] [blame] | 31 | # TODO(andrew): return to the webm git repository when possible.
|
ajm@google.com | 98c5001 | 2011-07-09 21:16:30 +0000 | [diff] [blame] | 32 | "trunk/third_party/libvpx/source/libvpx":
|
andrew@webrtc.org | 20f7428 | 2011-09-01 17:09:16 +0000 | [diff] [blame] | 33 | Var("chromium_trunk") + "/deps/third_party/libvpx/source/libvpx@98040",
|
| 34 | #"git://review.webmproject.org/libvpx.git@v0.9.7-p1",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 35 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 36 | "trunk/third_party/libjpeg_turbo/":
|
andrew@webrtc.org | c450747 | 2011-08-14 23:27:21 +0000 | [diff] [blame] | 37 | Var("chromium_trunk") + "/deps/third_party/libjpeg_turbo@95800",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 38 |
|
wjia@google.com | dd80760 | 2011-07-18 21:51:45 +0000 | [diff] [blame] | 39 | "trunk/third_party/libjpeg/":
|
| 40 | Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"),
|
| 41 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 42 | "trunk/third_party/yasm/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 43 | Var("chromium_trunk") + "/src/third_party/yasm@" + Var("chromium_revision"),
|
| 44 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 45 | "trunk/third_party/expat/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 46 | Var("chromium_trunk") + "/src/third_party/expat@" + Var("chromium_revision"),
|
| 47 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 48 | "trunk/third_party/libjingle/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 49 | Var("chromium_trunk") + "/src/third_party/libjingle@" + Var("chromium_revision"),
|
| 50 |
|
kjellander@webrtc.org | ecc43fd | 2011-09-09 13:00:24 +0000 | [diff] [blame] | 51 | "trunk/third_party/google-gflags/src":
|
andrew@webrtc.org | 6dd006e | 2011-09-12 22:38:15 +0000 | [diff] [blame] | 52 | (Var("googlecode_url") % "google-gflags") + "/trunk/src@45",
|
kjellander@webrtc.org | ecc43fd | 2011-09-09 13:00:24 +0000 | [diff] [blame] | 53 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 54 | "trunk/third_party/libjingle/source":
|
ronghuawu@google.com | e256187 | 2011-08-04 17:44:30 +0000 | [diff] [blame] | 55 | (Var("googlecode_url") % "libjingle") + "/trunk@" + Var("libjingle_revision"),
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 56 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 57 | "trunk/third_party/yasm/source/patched-yasm":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 58 | Var("chromium_trunk") + "/deps/third_party/yasm/patched-yasm@73761",
|
| 59 | # Used by libjpeg-turbo
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 60 | "trunk/third_party/yasm/binaries":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 61 | Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228",
|
| 62 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 63 | "trunk/third_party/jsoncpp/":
|
andrew@webrtc.org | 6dd006e | 2011-09-12 22:38:15 +0000 | [diff] [blame] | 64 | "https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@139",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 65 | }
|
| 66 |
|
| 67 | deps_os = {
|
| 68 | "win": {
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 69 | "trunk/third_party/cygwin/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 70 | Var("chromium_trunk") + "/deps/third_party/cygwin@66844",
|
| 71 | }
|
| 72 | }
|
| 73 |
|
| 74 | hooks = [
|
| 75 | {
|
| 76 | "pattern": ".",
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 77 | "action": ["svn", "export", Var("webrtc_trunk") + "/third_party_mods/jsoncpp", "trunk/third_party/jsoncpp", "--force"],
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 78 | },
|
| 79 | {
|
| 80 | # Create a supplement.gypi file under trunk/. This file will be picked up
|
| 81 | # by gyp and we use it to set Chromium related variables (inside_chromium_build)
|
| 82 | # to 0 and enable the standalone build.
|
| 83 | "pattern": ".",
|
niklase@google.com | f6d205a | 2011-07-07 09:18:14 +0000 | [diff] [blame] | 84 | "action": ["python", "trunk/tools/create_supplement_gypi.py", "trunk/src/supplement.gypi"],
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 85 | },
|
| 86 | # A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
| 87 | {
|
| 88 | "pattern": ".",
|
niklase@google.com | cf16484 | 2011-07-07 11:16:20 +0000 | [diff] [blame] | 89 | "action": ["python", "trunk/build/gyp_chromium", "--depth=trunk", "trunk/webrtc.gyp"],
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 90 | },
|
| 91 | ]
|
| 92 |
|