[go: nahoru, domu]

blob: 135662033e38b6625a794692282bb00434a25efa [file] [log] [blame]
mark@chromium.org5f129de2009-02-24 23:22:041vars = {
nsylvain@chromium.org44a2e452010-09-26 17:04:162 # 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.
tessamac@google.com0cf0cce2010-09-03 00:57:184 "googlecode_url": "http://%s.googlecode.com/svn",
bradnelson@google.com8e303b22010-08-18 21:03:125 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
bradnelson@google.comd657f3cc2010-09-02 03:44:046 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
tony@chromium.org3b32c0cd2011-08-17 22:54:217 "webkit_revision": "93234",
apavlov@chromium.orge39a5ac2010-10-12 14:47:598 "chromium_git": "http://git.chromium.org/git",
kkania@chromium.orgea6528b2010-12-16 19:06:479 "swig_revision": "69281",
mseaborn@chromium.orgb4e6d2db2011-04-28 00:32:5010 # These hashes need to be updated when nacl_revision is changed.
polina@google.com1b4f12622011-07-08 01:02:3011 # After changing nacl_revision, run 'gclient runhooks' to get the new values.
mseaborn@chromium.org21beb2e2011-08-17 21:18:4012 "nacl_irt_hash_x86_32": "96f8b8602ee43b05898fb22302fb5eb2dded4d5c",
13 "nacl_irt_hash_x86_64": "9b04a640e6216aea7153654dee1ab264fb537478",
14 "nacl_revision": "6459",
polina@google.combfc0c992011-07-16 02:49:4715 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
16 # to update other nacl_*_revision's.
17 # TODO(brettw) We should use the "From" syntax to avoid hardcoding the
18 # revisions here, but it makes checkdeps confused. We should fix checkdeps.
mseaborn@chromium.orgeaddf032011-08-17 18:47:0219 "nacl_chrome_ppapi_revision": "96903", # native_client/DEPS: chrome_ppapi_rev
polina@google.combfc0c992011-07-16 02:49:4720 "nacl_tools_revision": "5360", # native_client/DEPS: tools_rev
bradnelson@google.com89e43f652011-08-18 00:03:1721
22 # These hashes need to be updated when nacl_toolchain_revision is changed.
23 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
24 # new values.
25 "nacl_toolchain_mac_x86_newlib_hash":
26 "be4cc2baf6eb34c8fe155a1bb61e2acd8ca1e924",
27 "nacl_toolchain_win_x86_newlib_hash":
28 "56667d7f653b1005cd5116de3d8e9faf346053cf",
29 "nacl_toolchain_linux_x86_newlib_hash":
30 "5e4876a1fa53c7701cdbeef969a99b3ff0b0ddc5",
31 "nacl_toolchain_revision": "6429",
32
sergeyu@chromium.orge86b28f2011-07-29 22:21:0733 "libjingle_revision": "77",
hclam@chromium.org11e24d42011-08-11 14:47:3234 "libvpx_revision": "96377",
fischman@chromium.org745a7d32011-08-16 15:57:3935 "ffmpeg_revision": "96868",
arthurhsu@chromium.orgbe608712a2011-08-17 06:12:0136 "sfntly_revision": "54",
ctguil@chromium.org51aba7642011-08-17 09:17:5137 "skia_revision": "2128",
whesse@chromium.org0c41f372011-08-15 14:45:0838 "v8_revision": "8933",
wjia@chromium.org13505e52011-08-05 21:19:5039 "webrtc_revision": "242",
thakis@chromium.org001df302011-08-02 21:08:2140
41 # Note: On most bots, clang is not checked out via DEPS but by
42 # tools/clang/scripts/update.sh. The script reads this line here.
thakis@chromium.orgb9f5f632011-08-13 23:27:3843 "clang_revision": "137563",
mark@chromium.org5f129de2009-02-24 23:22:0444}
mark@chromium.org5f129de2009-02-24 23:22:0445
46deps = {
47 "src/breakpad/src":
mark@chromium.orgfa1f56d2011-08-11 14:12:0248 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@825",
mark@chromium.org5f129de2009-02-24 23:22:0449
slightlyoff@chromium.org74647d22009-06-23 01:13:5250 "src/build/util/support":
maruel@chromium.org9ff126f2009-08-04 17:32:0351 "/trunk/deps/support@20411",
slightlyoff@chromium.org74647d22009-06-23 01:13:5252
mark@chromium.org5f129de2009-02-24 23:22:0453 "src/googleurl":
joth@chromium.org86fa10522011-07-12 12:24:5754 (Var("googlecode_url") % "google-url") + "/trunk@159",
mark@chromium.org5f129de2009-02-24 23:22:0455
mseaborn@chromium.org808ea572010-09-01 16:22:0156 "src/seccompsandbox":
markus@chromium.org4743b21e2011-08-15 20:21:0857 (Var("googlecode_url") % "seccompsandbox") + "/trunk@167",
mseaborn@chromium.org808ea572010-09-01 16:22:0158
mark@chromium.org5f129de2009-02-24 23:22:0459 "src/sdch/open-vcdiff":
tessamac@google.com0cf0cce2010-09-03 00:57:1860 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28",
mark@chromium.org5f129de2009-02-24 23:22:0461
62 "src/testing/gtest":
jeffbailey@chromium.org62e9f2a2011-04-02 07:00:1963 (Var("googlecode_url") % "googletest") + "/trunk@560",
alokp@chromium.org4303d6b02010-04-19 15:59:5164
thakis@chromium.orgc6bc0bd22011-01-27 19:55:0665 "src/testing/gmock":
jeffbailey@chromium.org62e9f2a2011-04-02 07:00:1966 (Var("googlecode_url") % "googlemock") + "/trunk@374",
thakis@chromium.orgc6bc0bd22011-01-27 19:55:0667
alokp@chromium.org121de342010-04-28 22:52:4368 "src/third_party/angle":
kbr@chromium.org655db912011-08-16 16:39:2169 (Var("googlecode_url") % "angleproject") + "/trunk@731",
alokp@chromium.org121de342010-04-28 22:52:4370
evan@chromium.org1ec9e292011-02-01 21:38:1871 # Note that this is *not* where we check out WebKit -- this just
72 # puts some extra files into place for the real WebKit checkout to
73 # happen. See lines mentioning "webkit_revision" for the real
74 # WebKit checkout.
mark@chromium.org5f129de2009-02-24 23:22:0475 "src/third_party/WebKit":
abarth@chromium.org8cf26422011-02-27 00:33:4476 "/trunk/deps/third_party/WebKit@76115",
mark@chromium.org5f129de2009-02-24 23:22:0477
jshin@chromium.org280629492009-09-09 06:49:0878 "src/third_party/icu":
jshin@chromium.orga1f5b7e2011-07-25 17:18:2579 "/trunk/deps/third_party/icu46@93875",
mark@chromium.org5f129de2009-02-24 23:22:0480
mhm@chromium.orgadee30d2009-08-21 15:15:1681 "src/third_party/hunspell":
tfarina@chromium.orgbc0f4a4e2011-08-14 20:12:4182 "/trunk/deps/third_party/hunspell@96723",
hbono@chromium.orga0c303472010-06-03 03:32:3183
84 "src/third_party/hunspell_dictionaries":
akalin@chromium.org70e982a2011-04-07 23:38:1385 "/trunk/deps/third_party/hunspell_dictionaries@79099",
bradnelson@chromium.org5c965dd2009-09-04 21:11:4386
lzheng@chromium.org1ebf8962010-09-28 17:51:5787 "src/third_party/safe_browsing/testing":
lzheng@chromium.orga1980332010-11-16 00:22:3288 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@106",
lzheng@chromium.org1ebf8962010-09-28 17:51:5789
akalin@chromium.orgc97d3962011-04-08 17:21:3190 "src/third_party/cacheinvalidation/files/src/google":
akalin@chromium.org70e982a2011-04-07 23:38:1391 (Var("googlecode_url") % "google-cache-invalidation-api") +
ghc@google.com94387092011-08-02 22:55:1792 "/trunk/src/google@135",
akalin@chromium.org2cbb95c2010-04-23 03:03:2693
dgrogan@chromium.org0d773422011-08-16 11:20:5794 # TODO(dgrogan): Remove third_party/leveldb after WebCore.gyp is updated.
jorlow@chromium.org9ce15e92011-03-22 22:24:4295 "src/third_party/leveldb":
hans@chromium.org0fb3b9b2011-07-06 10:23:4896 (Var("googlecode_url") % "leveldb") + "/trunk@36",
dgrogan@chromium.org0d773422011-08-16 11:20:5797 "src/third_party/leveldatabase/src":
98 (Var("googlecode_url") % "leveldb") + "/trunk@47",
jorlow@chromium.org9ce15e92011-03-22 22:24:4299
jorlow@chromium.org9ce15e92011-03-22 22:24:42100 "src/third_party/snappy/src":
dgrogan@chromium.org723547f2011-05-24 16:26:42101 (Var("googlecode_url") % "snappy") + "/trunk@37",
jorlow@chromium.org9ce15e92011-03-22 22:24:42102
mmoss@google.comacb9f722010-03-25 17:14:59103 "src/tools/gyp":
thakis@chromium.org0c0564eb2011-08-14 19:48:02104 (Var("googlecode_url") % "gyp") + "/trunk@995",
mmoss@google.comacb9f722010-03-25 17:14:59105
mark@chromium.org5f129de2009-02-24 23:22:04106 "src/v8":
sgjesse@google.com5a939d32011-02-14 14:46:58107 (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
mark@chromium.org5f129de2009-02-24 23:22:04108
bradnelson@chromium.org3c221842009-07-13 21:09:38109 "src/native_client":
bradnelson@google.com8e303b22010-08-18 21:03:12110 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
akalin@chromium.org70e982a2011-04-07 23:38:13111
brettw@chromium.org0c3d29e2011-07-12 02:34:32112 "src/native_client/src/third_party/ppapi":
polina@google.combfc0c992011-07-16 02:49:47113 # TODO(brettw) enable the From() line instead when checkdeps is fixed.
cmp@chromium.orgfeda6552011-07-12 20:55:10114 #From("src/native_client", "native_client/src/third_party/ppapi"),
polina@google.combfc0c992011-07-16 02:49:47115 "/trunk/src/ppapi@" + Var("nacl_chrome_ppapi_revision"),
brettw@chromium.org0c3d29e2011-07-12 02:34:32116
gregoryd@google.com2d783342010-08-11 20:48:28117 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
mal@chromium.orgb70ffd1f2010-09-08 22:50:17118 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
gregoryd@google.com2d783342010-08-11 20:48:28119 Var("nacl_revision"),
reed@google.com2c5d73582011-01-20 20:56:51120
arthurhsu@chromium.orgf5364262011-07-22 17:57:59121 "src/third_party/sfntly/src/sfntly":
arthurhsu@chromium.org67641c02011-08-03 20:16:20122 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src/sfntly@" +
arthurhsu@chromium.orgf5364262011-07-22 17:57:59123 Var("sfntly_revision"),
124
thakis@chromium.orga19c9b62011-01-21 03:43:39125 "src/third_party/skia/gpu":
126 (Var("googlecode_url") % "skia") + "/trunk/gpu@" + Var("skia_revision"),
127
senorblanco@chromium.org8eb0eeb2009-10-23 14:52:40128 "src/third_party/skia/src":
tessamac@google.com0cf0cce2010-09-03 00:57:18129 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
senorblanco@chromium.org8eb0eeb2009-10-23 14:52:40130
131 "src/third_party/skia/include":
tessamac@google.com0cf0cce2010-09-03 00:57:18132 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
senorblanco@chromium.orgd5282e72009-05-13 13:16:52133
senorblanco@chromium.orgc6fb9c462011-06-03 14:01:49134 "src/third_party/skia/third_party/glu":
135 (Var("googlecode_url") % "skia") + "/trunk/third_party/glu@" + Var("skia_revision"),
136
victorw@chromium.orge6e47fc2009-07-13 19:18:23137 "src/third_party/WebKit/LayoutTests":
mark@chromium.org5f129de2009-02-24 23:22:04138 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
139
abarth@chromium.orgc1d9cdc2011-01-17 06:50:01140 "src/third_party/WebKit/Source":
141 Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
dglazkov@chromium.org63a73b52010-02-27 00:30:18142
tonyg@chromium.orgc92db212010-12-18 03:25:19143 "src/third_party/WebKit/Tools/DumpRenderTree":
144 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
tkent@chromium.org55eb3972010-04-07 03:07:51145
tonyg@chromium.orgc92db212010-12-18 03:25:19146 "src/third_party/WebKit/Tools/Scripts":
147 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
dpranke@chromium.orgf3d80d92010-02-09 01:57:54148
yusukes@google.comd7bdd382009-11-13 02:15:59149 "src/third_party/ots":
yusukes@google.com8bb55b562011-06-07 07:33:10150 (Var("googlecode_url") % "ots") + "/trunk@69",
yusukes@google.comd7bdd382009-11-13 02:15:59151
cmp@google.com58734d62009-06-30 00:12:53152 "src/tools/page_cycler/acid3":
tc@google.com060ab042009-07-13 21:39:51153 "/trunk/deps/page_cycler/acid3@19546",
avi@chromium.org07352662009-07-13 23:22:33154
jrt@chromium.org40646b012011-07-26 02:30:26155 "src/chrome/test/data/perf/frame_rate/content":
156 "/trunk/deps/frame_rate/content@93671",
157
ofri@google.com2a18cabc2011-04-12 10:36:04158 "src/third_party/bidichecker":
nsylvain@chromium.org8183066d2011-05-08 00:33:41159 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
ofri@google.com2a18cabc2011-04-12 10:36:04160
cira@google.com94e77c32011-08-12 17:54:29161 "src/third_party/v8-i18n":
nsylvain@chromium.orga100b9e22011-08-13 23:22:38162 (Var("googlecode_url") % "v8-i18n") + "/trunk@4",
cira@google.com94e77c32011-08-12 17:54:29163
jrt@chromium.org8a63e4e2011-07-21 04:55:45164 "src/third_party/webgl_conformance":
jrt@chromium.orgdf23e7272011-07-21 22:41:56165 "/trunk/deps/third_party/webgl/sdk/tests@93490",
jrt@chromium.org1f7077f2011-07-12 12:58:05166
tonyg@chromium.org2d8ea6b2010-12-18 05:06:44167 # We run these layout tests as UI tests. Since many of the buildbots that
jorlow@chromium.org6d374492009-08-05 06:02:07168 # run layout tests do NOT have access to the LayoutTest directory, we need
tonyg@chromium.org2d8ea6b2010-12-18 05:06:44169 # to map them here. In practice, these do not take up much space.
jorlow@chromium.org6d374492009-08-05 06:02:07170 "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
171 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
172 Var("webkit_revision"),
atwilson@chromium.org53d4e7d2009-09-24 05:14:30173 "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
174 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
175 Var("webkit_revision"),
jorlow@chromium.org6d374492009-08-05 06:02:07176 "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
177 Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
178 Var("webkit_revision"),
179 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
180 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
181 Var("webkit_revision"),
182 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
183 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
184 Var("webkit_revision"),
185 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
186 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
187 Var("webkit_revision"),
ukai@chromium.orgfc4c93122010-10-04 07:24:16188 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
189 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
190 Var("webkit_revision"),
dimich@chromium.org4d19b9e2010-04-20 01:41:28191 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
192 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
193 Var("webkit_revision"),
steveblock@chromium.org164668d2011-08-17 13:52:42194 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/fast/events":
195 Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/fast/events@" +
dpranke@chromium.orgf6b551d2010-04-03 00:49:55196 Var("webkit_revision"),
steveblock@chromium.org164668d2011-08-17 13:52:42197 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/http/tests/workers":
198 Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/http/tests/workers@" +
dpranke@chromium.orgf6b551d2010-04-03 00:49:55199 Var("webkit_revision"),
steveblock@chromium.org164668d2011-08-17 13:52:42200 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-cg-mac/storage/domstorage":
201 Var("webkit_trunk") + "/LayoutTests/platform/chromium-cg-mac/storage/domstorage@" +
dpranke@chromium.orgf6b551d2010-04-03 00:49:55202 Var("webkit_revision"),
203 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
204 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
205 Var("webkit_revision"),
206 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
207 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
208 Var("webkit_revision"),
michaeln@chromium.org446f96c2010-06-28 22:32:32209 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
210 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
211 Var("webkit_revision"),
dpranke@chromium.orgf6b551d2010-04-03 00:49:55212 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
213 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
214 Var("webkit_revision"),
215 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
216 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
217 Var("webkit_revision"),
jorlow@chromium.org6d374492009-08-05 06:02:07218 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
219 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
220 Var("webkit_revision"),
sergeyu@chromium.org4e27e402010-08-21 00:54:18221 "src/chrome/test/data/layout_tests/LayoutTests/media":
222 Var("webkit_trunk") + "/LayoutTests/media@" +
223 Var("webkit_revision"),
kinuko@chromium.org466ee602010-10-07 08:01:57224 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/workers":
225 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/workers@" +
226 Var("webkit_revision"),
227 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
228 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
229 Var("webkit_revision"),
adamk@chromium.orgb520d4e32011-03-25 19:11:43230 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/filesystem":
231 Var("webkit_trunk") + "/LayoutTests/http/tests/filesystem@" +
232 Var("webkit_revision"),
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35233
234 "src/third_party/swig/Lib":
235 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
scherkus@chromium.orge8ae38c2010-03-25 02:35:50236
kkania@chromium.orga0187c52011-03-19 20:47:19237 # WebDriver keeps client and test code separate, and merges when the
238 # python egg is installed. We run tests directly from src, so import
239 # the code into the structure expected by the tests.
240 "src/third_party/webdriver/python/selenium":
kkania@chromium.orgf6e3a892011-07-28 23:31:20241 "http://selenium.googlecode.com/svn/trunk/py/selenium@13091",
kkania@chromium.orga0187c52011-03-19 20:47:19242 "src/third_party/webdriver/python/selenium/test":
kkania@chromium.orgf6e3a892011-07-28 23:31:20243 "http://selenium.googlecode.com/svn/trunk/py/test@13091",
kkania@chromium.orgd9b19e32011-01-29 02:09:08244
fbarchard@chromium.orga93c77b2010-11-04 00:08:47245 "src/third_party/libvpx":
246 "/trunk/deps/third_party/libvpx@" +
247 Var("libvpx_revision"),
248
scherkus@chromium.org25ebc082010-06-02 06:13:07249 "src/third_party/ffmpeg":
250 "/trunk/deps/third_party/ffmpeg/source@" +
scherkus@chromium.orge8ae38c2010-03-25 02:35:50251 Var("ffmpeg_revision"),
rafaelw@chromium.org460793842010-11-03 16:58:24252
sergeyu@chromium.org7b7a16b2010-06-03 04:08:18253 "src/third_party/libjingle/source":
sergeyu@chromium.orge18194c2011-05-27 02:42:41254 (Var("googlecode_url") % "libjingle") + "/trunk@" +
sergeyu@chromium.org7b7a16b2010-06-03 04:08:18255 Var("libjingle_revision"),
satish@chromium.org68187f02010-08-17 16:50:07256
257 "src/third_party/speex":
maruel@chromium.org311cb802011-04-27 20:27:58258 "/trunk/deps/third_party/speex@83190",
sergeyu@chromium.orgc038370e2010-09-22 20:20:12259
fbarchard@chromium.org53dc40512010-11-29 17:09:16260 "src/third_party/yasm/source/patched-yasm":
hbono@chromium.orgeac6aa792011-02-04 06:33:00261 "/trunk/deps/third_party/yasm/patched-yasm@73761",
hbono@chromium.org76ce1522010-12-13 12:02:42262
263 "src/third_party/libjpeg_turbo":
hbono@chromium.org04bb1262011-08-09 08:53:37264 "/trunk/deps/third_party/libjpeg_turbo@95800",
satish@chromium.orgcc1b14652011-01-17 12:35:57265
266 "src/third_party/flac":
bradnelson@google.com58519ef2011-08-11 22:22:18267 "/trunk/deps/third_party/flac@96404",
bradnelson@google.comf94eda92011-02-25 00:34:00268
phajdan.jr@chromium.org4e7b5f92011-07-22 20:58:29269 "src/third_party/pyftpdlib/src":
270 (Var("googlecode_url") % "pyftpdlib") + "/trunk@888",
271
bradnelson@google.comf94eda92011-02-25 00:34:00272 # Needed to support nacl browser test jig.
273 "src/third_party/pylib":
polina@google.combfc0c992011-07-16 02:49:47274 # TODO(brettw) enable the From() line instead when checkdeps is fixed.
275 #From("src/native_client", "native_client/src/third_party/pylib"),
thakis@chromium.org91c3c3002011-05-06 20:00:05276 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
bradnelson@google.comb67b0862011-03-28 17:42:36277 "src/third_party/scons-2.0.1":
thakis@chromium.org91c3c3002011-05-06 20:00:05278 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
279 Var("nacl_tools_revision"),
henrika@chromium.org185a6912011-06-17 19:34:07280
281 "src/third_party/webrtc":
wjia@chromium.orga1ed44a2011-07-19 16:29:25282 (Var("googlecode_url") % "webrtc") + "/trunk/src@" + Var("webrtc_revision"),
mark@chromium.org5f129de2009-02-24 23:22:04283}
284
fbarchard@chromium.org00c517672010-11-04 00:27:29285
mark@chromium.org5f129de2009-02-24 23:22:04286deps_os = {
287 "win": {
jrt@chromium.org997af212011-07-01 19:13:36288 "src/chrome/tools/test/reference_build/chrome_win":
289 "/trunk/deps/reference_builds/chrome_win@89574",
eblake@chromium.orgb7373e52009-12-15 21:09:38290
mark@chromium.org5f129de2009-02-24 23:22:04291 "src/third_party/cygwin":
bradnelson@google.comc4ecdcf2010-11-23 03:18:19292 "/trunk/deps/third_party/cygwin@66844",
mark@chromium.org5f129de2009-02-24 23:22:04293
bradnelson@google.comc4ecdcf2010-11-23 03:18:19294 "src/third_party/python_26":
pkasting@chromium.org58747b72011-06-15 00:47:06295 "/trunk/tools/third_party/python_26@89111",
ajwong@chromium.orgf73eb0b52009-08-08 01:13:39296
joi@chromium.org7e6497f2011-03-30 18:52:23297 "src/third_party/psyco_win32":
298 "/trunk/deps/third_party/psyco_win32@79861",
299
tony@chromium.org5b30d472009-12-03 22:02:38300 "src/third_party/lighttpd":
301 "/trunk/deps/third_party/lighttpd@33727",
302
ajwong@chromium.orge0d00142009-09-18 22:10:27303 "src/third_party/ffmpeg/binaries/chromium/win/ia32":
304 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"),
nick@chromium.org1cf6e882009-09-15 23:18:42305
robertshield@chromium.org844090612009-09-25 15:03:34306 # Chrome Frame related deps
307 "src/third_party/xulrunner-sdk":
mal@chromium.orgd5692bd2011-02-05 05:46:33308 "/trunk/deps/third_party/xulrunner-sdk@71609",
jrt@chromium.org997af212011-07-01 19:13:36309 "src/chrome_frame/tools/test/reference_build/chrome_win":
310 "/trunk/deps/reference_builds/chrome_win@89574",
scherkus@chromium.org35770312009-10-28 01:21:48311
312 # Parses Windows PE/COFF executable format.
313 "src/third_party/pefile":
tessamac@google.com0cf0cce2010-09-03 00:57:18314 (Var("googlecode_url") % "pefile") + "/trunk@63",
wtc@chromium.org4b167a32010-01-25 17:54:08315
316 # NSS, for SSLClientSocketNSS.
317 "src/third_party/nss":
wtc@chromium.org422c2072011-08-01 22:03:13318 "/trunk/deps/third_party/nss@94921",
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35319
320 "src/third_party/swig/win":
321 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
gregoryd@google.com3b32fa62010-02-25 23:17:09322
323 "src/third_party/mingw-w64/mingw/bin":
thakis@chromium.org91c3c3002011-05-06 20:00:05324 (Var("nacl_trunk") + "/src/third_party/mingw-w64/mingw/bin@" +
325 Var("nacl_tools_revision")),
rogerta@google.com1c262172010-06-10 15:25:46326
327 "src/rlz":
tfarina@chromium.org3ef7fb0d2011-08-15 20:56:13328 (Var("googlecode_url") % "rlz") + "/trunk@46",
hbono@chromium.org76ce1522010-12-13 12:02:42329
330 # Dependencies used by libjpeg-turbo
331 "src/third_party/yasm/binaries":
bradnelson@google.com47ecab802011-03-15 03:25:34332 "/trunk/deps/third_party/yasm/binaries@74228",
rogerm@google.com51ce0e12011-08-05 16:16:23333
334 # Binary level profile guided optimizations. This points to the
335 # latest release binaries for the toolchain.
336 "src/third_party/syzygy/binaries":
siggi@chromium.org29c55822011-08-15 17:45:06337 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@398",
mark@chromium.org5f129de2009-02-24 23:22:04338 },
339 "mac": {
eblake@chromium.orgb7373e52009-12-15 21:09:38340 "src/chrome/tools/test/reference_build/chrome_mac":
jrt@chromium.org997af212011-07-01 19:13:36341 "/trunk/deps/reference_builds/chrome_mac@89574",
eblake@chromium.orgb7373e52009-12-15 21:09:38342
mark@chromium.org5f129de2009-02-24 23:22:04343 "src/third_party/GTM":
rsesek@chromium.org16bcfa52011-08-09 20:41:32344 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@453",
mark@chromium.org5f129de2009-02-24 23:22:04345 "src/third_party/pdfsqueeze":
mal@chromium.org46db5eae2011-01-19 19:19:44346 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
tony@chromium.org5b30d472009-12-03 22:02:38347 "src/third_party/lighttpd":
tony@chromium.org06cafed2009-12-03 22:33:33348 "/trunk/deps/third_party/lighttpd@33737",
tony@chromium.org5b30d472009-12-03 22:02:38349
tc@google.com060ab042009-07-13 21:39:51350 "src/third_party/WebKit/WebKitLibraries":
351 Var("webkit_trunk") + "/WebKitLibraries@" + Var("webkit_revision"),
ajwong@chromium.orge0d00142009-09-18 22:10:27352
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35353 "src/third_party/swig/mac":
354 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
wtc@chromium.orgd4852bd2010-05-28 16:56:22355
356 # NSS, for SSLClientSocketNSS.
357 "src/third_party/nss":
wtc@chromium.org422c2072011-08-01 22:03:13358 "/trunk/deps/third_party/nss@94921",
mark@chromium.org82f869be2010-06-22 20:33:50359
360 "src/chrome/installer/mac/third_party/xz/xz":
mark@chromium.orgaef5bbf2011-06-02 22:22:39361 "/trunk/deps/third_party/xz@87706",
mark@chromium.org5f129de2009-02-24 23:22:04362 },
mdm@chromium.orgef525cc2009-07-10 17:08:16363 "unix": {
364 # Linux, really.
eblake@chromium.orgb7373e52009-12-15 21:09:38365 "src/chrome/tools/test/reference_build/chrome_linux":
jrt@chromium.org997af212011-07-01 19:13:36366 "/trunk/deps/reference_builds/chrome_linux@89574",
eblake@chromium.orgb7373e52009-12-15 21:09:38367
mdm@chromium.orgef525cc2009-07-10 17:08:16368 "src/third_party/xdg-utils":
benwells@chromium.orgabb6a1e2011-07-21 07:56:45369 "/trunk/deps/third_party/xdg-utils@93299",
nirnimesh@chromium.org9f341ec2010-01-27 20:59:35370
371 "src/third_party/swig/linux":
372 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
thestig@chromium.org8351a632010-09-24 19:19:10373
374 "src/third_party/lss":
nsylvain@chromium.orga3a375d2010-10-31 23:27:44375 (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@3",
agl@chromium.org8f205b02010-11-10 22:48:17376
377 "src/third_party/openssl":
agl@chromium.org40d303d2011-08-05 15:17:25378 "/trunk/deps/third_party/openssl@94299",
evan@chromium.org43e75632011-03-07 19:02:33379
380 "src/third_party/WebKit/Tools/gdb":
381 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
mdm@chromium.orgef525cc2009-07-10 17:08:16382 },
mark@chromium.org5f129de2009-02-24 23:22:04383}
384
385
386include_rules = [
387 # Everybody can use some things.
388 "+base",
389 "+build",
agl@chromium.org946d1b22009-07-22 23:57:21390 "+ipc",
mark@chromium.org5f129de2009-02-24 23:22:04391
392 # For now, we allow ICU to be included by specifying "unicode/...", although
tfarina@chromium.org00feb462010-08-21 02:55:43393 # this should probably change.
mark@chromium.org5f129de2009-02-24 23:22:04394 "+unicode",
395 "+testing",
mark@chromium.org5f129de2009-02-24 23:22:04396]
397
398
399# checkdeps.py shouldn't check include paths for files in these dirs:
400skip_child_includes = [
evan@chromium.org5b7937e2010-11-04 23:37:18401 "breakpad",
402 "chrome_frame",
evan@chromium.org5b7937e2010-11-04 23:37:18403 "native_client",
404 "o3d",
jam@chromium.org0dd3a0ab2011-02-18 08:17:44405 "pdf",
evan@chromium.org5b7937e2010-11-04 23:37:18406 "sdch",
407 "skia",
408 "testing",
409 "third_party",
410 "v8",
mark@chromium.org5f129de2009-02-24 23:22:04411]
mark@chromium.orgbfa24b962009-03-02 00:16:16412
413
414hooks = [
415 {
mark@chromium.org154c6712009-09-16 19:44:02416 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
bradnelson@google.combe4948c2009-09-22 03:59:44417 "pattern": ".",
yaar@chromium.org5bf090e2009-10-05 20:48:38418 "action": ["python", "src/build/gyp_chromium"],
mark@chromium.orgbfa24b962009-03-02 00:16:16419 },
mseaborn@chromium.orgb4e6d2db2011-04-28 00:32:50420 {
421 # This downloads binaries for Native Client's integrated runtime (IRT)
422 # library, which is built as NaCl untrusted code.
423 "pattern": ".",
424 "action": ["python", "src/build/download_nacl_irt.py",
425 "--nacl_revision", Var("nacl_revision"),
426 "--file_hash", "x86_32", Var("nacl_irt_hash_x86_32"),
427 "--file_hash", "x86_64", Var("nacl_irt_hash_x86_64")],
428 },
bradnelson@google.com89e43f652011-08-18 00:03:17429 {
430 # This downloads binaries for Native Client's newlib toolchain.
431 # Done in lieu of building the toolchain from scratch as it can take
432 # anywhere from 30 minutes to 4 hours depending on platform to build.
433 "pattern": ".",
434 "action": [
435 "python", "src/build/download_nacl_toolchains.py",
436 "--x86-version", Var("nacl_toolchain_revision"),
437 "--nacl-newlib-only",
438 "--file-hash", "mac_x86_newlib",
439 Var("nacl_toolchain_mac_x86_newlib_hash"),
440 "--file-hash", "win_x86_newlib",
441 Var("nacl_toolchain_win_x86_newlib_hash"),
442 "--file-hash", "linux_x86_newlib",
443 Var("nacl_toolchain_linux_x86_newlib_hash"),
444 ],
445 },
mark@chromium.orgbfa24b962009-03-02 00:16:16446]