niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 1 | vars = {
|
| 2 | "webrtc_trunk" : "https://webrtc.googlecode.com/svn/trunk",
|
| 3 | "chromium_trunk" : "http://src.chromium.org/svn/trunk",
|
ronghuawu@google.com | e256187 | 2011-08-04 17:44:30 +0000 | [diff] [blame] | 4 | "chromium_revision": "95033",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 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",
|
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 |
|
| 11 | deps = {
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 12 | "trunk/build":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 13 | Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"),
|
| 14 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 15 | "trunk/testing":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 16 | Var("chromium_trunk") + "/src/testing@" + Var("chromium_revision"),
|
| 17 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 18 | "trunk/testing/gtest":
|
ajm@google.com | c0b63a3 | 2011-08-08 16:10:19 +0000 | [diff] [blame^] | 19 | (Var("googlecode_url") % "googletest") + "/trunk@573",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 20 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 21 | "trunk/tools/gyp":
|
ajm@google.com | c0b63a3 | 2011-08-08 16:10:19 +0000 | [diff] [blame^] | 22 | (Var("googlecode_url") % "gyp") + "/trunk@985",
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 23 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 24 | "trunk/third_party/protobuf/":
|
ajm@google.com | 7c4469b | 2011-07-06 17:45:37 +0000 | [diff] [blame] | 25 | Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),
|
| 26 |
|
ajm@google.com | 98c5001 | 2011-07-09 21:16:30 +0000 | [diff] [blame] | 27 | "trunk/third_party/libvpx/source/libvpx":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 28 | "git://review.webmproject.org/libvpx.git@v0.9.6",
|
| 29 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 30 | "trunk/third_party/libjpeg_turbo/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 31 | Var("chromium_trunk") + "/deps/third_party/libjpeg_turbo@78340",
|
| 32 |
|
wjia@google.com | dd80760 | 2011-07-18 21:51:45 +0000 | [diff] [blame] | 33 | "trunk/third_party/libjpeg/":
|
| 34 | Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"),
|
| 35 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 36 | "trunk/third_party/yasm/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 37 | Var("chromium_trunk") + "/src/third_party/yasm@" + Var("chromium_revision"),
|
| 38 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 39 | "trunk/third_party/expat/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 40 | Var("chromium_trunk") + "/src/third_party/expat@" + Var("chromium_revision"),
|
| 41 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 42 | "trunk/third_party/libjingle/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 43 | Var("chromium_trunk") + "/src/third_party/libjingle@" + Var("chromium_revision"),
|
| 44 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 45 | "trunk/third_party/libjingle/source":
|
ronghuawu@google.com | e256187 | 2011-08-04 17:44:30 +0000 | [diff] [blame] | 46 | (Var("googlecode_url") % "libjingle") + "/trunk@" + Var("libjingle_revision"),
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 47 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 48 | "trunk/third_party/yasm/source/patched-yasm":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 49 | Var("chromium_trunk") + "/deps/third_party/yasm/patched-yasm@73761",
|
| 50 | # Used by libjpeg-turbo
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 51 | "trunk/third_party/yasm/binaries":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 52 | Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228",
|
| 53 |
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 54 | "trunk/third_party/jsoncpp/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 55 | "https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/tags/jsoncpp/0.5.0",
|
| 56 | }
|
| 57 |
|
| 58 | deps_os = {
|
| 59 | "win": {
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 60 | "trunk/third_party/cygwin/":
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 61 | Var("chromium_trunk") + "/deps/third_party/cygwin@66844",
|
| 62 | }
|
| 63 | }
|
| 64 |
|
| 65 | hooks = [
|
| 66 | {
|
| 67 | "pattern": ".",
|
niklase@google.com | 2b774c7 | 2011-07-07 08:25:57 +0000 | [diff] [blame] | 68 | "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] | 69 | },
|
| 70 | {
|
| 71 | # Create a supplement.gypi file under trunk/. This file will be picked up
|
| 72 | # by gyp and we use it to set Chromium related variables (inside_chromium_build)
|
| 73 | # to 0 and enable the standalone build.
|
| 74 | "pattern": ".",
|
niklase@google.com | f6d205a | 2011-07-07 09:18:14 +0000 | [diff] [blame] | 75 | "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] | 76 | },
|
| 77 | # A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
| 78 | {
|
| 79 | "pattern": ".",
|
niklase@google.com | cf16484 | 2011-07-07 11:16:20 +0000 | [diff] [blame] | 80 | "action": ["python", "trunk/build/gyp_chromium", "--depth=trunk", "trunk/webrtc.gyp"],
|
niklase@google.com | 0839478 | 2011-06-07 09:00:54 +0000 | [diff] [blame] | 81 | },
|
| 82 | ]
|
| 83 |
|