blob: 19e5303c7fdedffea106ea5b003f67aa8c5fe538 [file] [log] [blame]
andrew@webrtc.org29f91592011-09-16 05:26:16 +00001vars = {
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.org29f91592011-09-16 05:26:16 +00005 "chromium_trunk" : "http://src.chromium.org/svn/trunk",
andrew@webrtc.orgd3131ed2011-12-21 16:25:30 +00006 "chromium_revision": "114939",
mflodman@webrtc.orga4863db2011-12-22 08:51:52 +00007 "libjingle_revision": "101",
andrew@webrtc.orgf1a605c2011-10-21 15:29:16 +00008
kjellander@webrtc.org0c80c7f2011-11-23 14:11:16 +00009 # External resources like video and audio files used for testing purposes.
andrew@webrtc.orgc4ac3572011-11-23 18:37:51 +000010 # Downloaded on demand when needed.
henrik.lundin@webrtc.org46796522012-01-25 16:37:41 +000011 "webrtc_resources_revision": "7",
andrew@webrtc.org29f91592011-09-16 05:26:16 +000012}
13
andrew@webrtc.org82f66a72011-09-27 10:47:25 +000014# NOTE: Prefer revision numbers to tags for svn deps.
andrew@webrtc.org29f91592011-09-16 05:26:16 +000015deps = {
16 "trunk/build":
17 Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"),
18
19 "trunk/testing":
20 Var("chromium_trunk") + "/src/testing@" + Var("chromium_revision"),
21
22 "trunk/testing/gtest":
23 (Var("googlecode_url") % "googletest") + "/trunk@573",
24
25 "trunk/testing/gmock":
26 (Var("googlecode_url") % "googlemock") + "/trunk@386",
27
28 "trunk/tools/gyp":
andrew@webrtc.orgd3131ed2011-12-21 16:25:30 +000029 (Var("googlecode_url") % "gyp") + "/trunk@1107",
andrew@webrtc.orgf1a605c2011-10-21 15:29:16 +000030
31 # Needed by build/common.gypi.
32 "trunk/tools/win/supalink":
33 Var("chromium_trunk") + "/src/tools/win/supalink@" + Var("chromium_revision"),
34
35 "trunk/tools/clang/scripts":
36 Var("chromium_trunk") + "/src/tools/clang/scripts@" + Var("chromium_revision"),
andrew@webrtc.org29f91592011-09-16 05:26:16 +000037
kjellander@webrtc.orgf7824d92011-11-25 14:13:27 +000038 "trunk/tools/python":
39 Var("chromium_trunk") + "/src/tools/python@" + Var("chromium_revision"),
40
41 "trunk/tools/valgrind":
42 Var("chromium_trunk") + "/src/tools/valgrind@" + Var("chromium_revision"),
43
andrew@webrtc.org29f91592011-09-16 05:26:16 +000044 "trunk/third_party/protobuf/":
45 Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),
46
andrew@webrtc.org29f91592011-09-16 05:26:16 +000047 "trunk/third_party/libvpx/source/libvpx":
stefan@webrtc.org770c7ce2012-01-18 15:55:51 +000048 "http://git.chromium.org/webm/libvpx.git@e479379a",
andrew@webrtc.org29f91592011-09-16 05:26:16 +000049
50 "trunk/third_party/libjpeg_turbo/":
51 Var("chromium_trunk") + "/deps/third_party/libjpeg_turbo@95800",
52
53 "trunk/third_party/libjpeg/":
54 Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"),
55
mallinath@webrtc.orgdf551662012-01-10 02:29:53 +000056 "trunk/third_party/libsrtp/":
mallinath@webrtc.org1f238fd2012-02-01 01:27:15 +000057 Var("chromium_trunk") + "/deps/third_party/libsrtp@119742",
mallinath@webrtc.orgdf551662012-01-10 02:29:53 +000058
andrew@webrtc.org29f91592011-09-16 05:26:16 +000059 "trunk/third_party/yasm/":
60 Var("chromium_trunk") + "/src/third_party/yasm@" + Var("chromium_revision"),
61
62 "trunk/third_party/expat/":
63 Var("chromium_trunk") + "/src/third_party/expat@" + Var("chromium_revision"),
64
65 "trunk/third_party/libjingle/":
66 Var("chromium_trunk") + "/src/third_party/libjingle@" + Var("chromium_revision"),
67
68 "trunk/third_party/google-gflags/src":
69 (Var("googlecode_url") % "google-gflags") + "/trunk/src@45",
70
71 "trunk/third_party/libjingle/source":
72 (Var("googlecode_url") % "libjingle") + "/trunk@" + Var("libjingle_revision"),
73
74 "trunk/third_party/yasm/source/patched-yasm":
75 Var("chromium_trunk") + "/deps/third_party/yasm/patched-yasm@73761",
andrew@webrtc.org7adda5c2012-01-25 17:50:12 +000076
andrew@webrtc.org29f91592011-09-16 05:26:16 +000077 # Used by libjpeg-turbo
78 "trunk/third_party/yasm/binaries":
79 Var("chromium_trunk") + "/deps/third_party/yasm/binaries@74228",
80
81 "trunk/third_party/jsoncpp/":
82 "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@246",
andrew@webrtc.orgbbea7162011-12-09 19:43:12 +000083
mikhal@webrtc.org2cdb2d32011-11-28 18:09:41 +000084 "trunk/third_party/libyuv":
mikhal@webrtc.orge58112a2011-12-28 21:21:31 +000085 (Var("googlecode_url") % "libyuv") + "/trunk@121",
phoglund@webrtc.org96c39d12012-01-24 14:44:51 +000086
87 # Used by tools/coverage/dashboard and tools/python_charts
phoglund@webrtc.orgbd88f392012-01-17 12:21:15 +000088 "trunk/third_party/google-visualization-python":
89 (Var("googlecode_url") % "google-visualization-python") + "/trunk@15",
phoglund@webrtc.org96c39d12012-01-24 14:44:51 +000090
91 # Used by tools/coverage
92 "trunk/third_party/oauth2":
93 "https://github.com/simplegeo/python-oauth2.git@a83f4a297336b631e75cba102910c19231518159"
andrew@webrtc.org29f91592011-09-16 05:26:16 +000094}
95
96deps_os = {
97 "win": {
98 "trunk/third_party/cygwin/":
99 Var("chromium_trunk") + "/deps/third_party/cygwin@66844",
100 }
101}
102
103hooks = [
104 {
105 # Create a supplement.gypi file under trunk/. This file will be picked up
106 # by gyp and we use it to set Chromium related variables (inside_chromium_build)
107 # to 0 and enable the standalone build.
108 "pattern": ".",
109 "action": ["python", "trunk/tools/create_supplement_gypi.py", "trunk/src/supplement.gypi"],
110 },
andrew@webrtc.org29f91592011-09-16 05:26:16 +0000111 {
andrew@webrtc.orgf1a605c2011-10-21 15:29:16 +0000112 # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
113 # zero seconds to run. If something changed, it downloads a prebuilt clang.
114 "pattern": ".",
115 "action": ["python", "trunk/tools/clang/scripts/update.py", "--mac-only"],
116 },
117 {
kjellander@webrtc.org0c80c7f2011-11-23 14:11:16 +0000118 # Download test resources, i.e. video and audio files. If the latest
119 # version is already downloaded, this takes zero seconds to run.
120 # If a newer version or no current download exists, it will download
andrew@webrtc.orgc4ac3572011-11-23 18:37:51 +0000121 # the resources and extract them.
kjellander@webrtc.org0c80c7f2011-11-23 14:11:16 +0000122 "pattern": ".",
123 "action": ["python", "trunk/tools/resources/update.py"],
124 },
125 {
andrew@webrtc.orgf1a605c2011-10-21 15:29:16 +0000126 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
andrew@webrtc.org29f91592011-09-16 05:26:16 +0000127 "pattern": ".",
128 "action": ["python", "trunk/build/gyp_chromium", "--depth=trunk", "trunk/webrtc.gyp"],
129 },
130]
131