1 # When adding a new dependency, please update the top-level .gitignore file
2 # to list the dependency's destination directory.
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",
8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s",
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk",
11 "webkit_revision": "119404",
12 "chromium_git": "http://git.chromium.org/git",
13 "swig_revision": "69281",
14 "nacl_revision": "8733",
15 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
16 # to update other nacl_*_revision's.
17 "nacl_tools_revision": "8673", # native_client/DEPS: tools_rev
19 # These hashes need to be updated when nacl_toolchain_revision is changed.
20 # After changing nacl_toolchain_revision, run 'gclient runhooks' to get the
22 "nacl_toolchain_linux_x86_hash":
23 "832431536b1245b49dae211851e9e8a23e06d5e8",
24 "nacl_toolchain_linux_x86_newlib_hash":
25 "3dc2a7fa55900a0a4d3258eea6bdabf5ccce6bf8",
26 "nacl_toolchain_mac_x86_hash":
27 "06d431637113afe0ba14f9eaaf8049022251bcf7",
28 "nacl_toolchain_mac_x86_newlib_hash":
29 "baa113d75a181ca88d4c3c33ccda7301ead0ae29",
30 "nacl_toolchain_pnacl_linux_x86_32_hash":
31 "bf3be22a2b473aac3ee58e99a45254f385975467",
32 "nacl_toolchain_pnacl_linux_x86_64_hash":
33 "d75fc5f81c5ed039fde6b3f76a0425024c12e79f",
34 "nacl_toolchain_pnacl_mac_x86_32_hash":
35 "fefe688c8d39e4bd103c98fdda7e66d1988b2809",
36 "nacl_toolchain_pnacl_translator_hash":
37 "fc1984dabfb21700feb2b29f17a14b15ab8f8a5b",
38 "nacl_toolchain_pnacl_win_x86_32_hash":
39 "21efccfdd0c567b46ed568acbb931a686505f4dd",
40 "nacl_toolchain_win_x86_hash":
41 "971ffcb4dd2985c85b3b49ede095d13754145798",
42 "nacl_toolchain_win_x86_newlib_hash":
43 "40165d4b6c1d4c6bfdaafdf74b98adf0de83060d",
44 "nacl_toolchain_revision": "8612",
45 "pnacl_toolchain_revision": "8612",
47 "libjingle_revision": "145",
48 "libphonenumber_revision": "456",
49 "libvpx_revision": "134182",
52 # These two FFmpeg variables must be updated together. One is used for SVN
53 # checkouts and the other for Git checkouts.
54 "ffmpeg_revision": "139693",
55 "ffmpeg_hash": "2f1df8e260506e962880128d8ada14032aa9058a",
57 "sfntly_revision": "128",
58 "skia_revision": "4138",
59 # Three lines of non-changing comments so that
60 # the commit queue can handle CLs rolling Skia
61 # and V8 without interference from each other.
62 "v8_revision": "11689",
63 "webrtc_revision": "2356",
64 "jsoncpp_revision": "248",
65 "nss_revision": "138140",
66 "rlz_revision": "130",
71 (Var("googlecode_url") % "google-breakpad") + "/trunk/src@939",
74 (Var("googlecode_url") % "google-url") + "/trunk@175",
77 (Var("googlecode_url") % "seccompsandbox") + "/trunk@186",
79 "src/sdch/open-vcdiff":
80 (Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
83 (Var("googlecode_url") % "googletest") + "/trunk@613",
86 (Var("googlecode_url") % "googlemock") + "/trunk@405",
88 "src/third_party/angle":
89 (Var("googlecode_url") % "angleproject") + "/trunk@1046",
91 # Note that this is *not* where we check out WebKit -- this just
92 # puts some extra files into place for the real WebKit checkout to
93 # happen. See lines mentioning "webkit_revision" for the real
95 "src/third_party/WebKit":
96 "/trunk/deps/third_party/WebKit@76115",
98 "src/third_party/icu":
99 "/trunk/deps/third_party/icu46@140144",
101 "src/third_party/hunspell":
102 "/trunk/deps/third_party/hunspell@132738",
104 "src/third_party/hunspell_dictionaries":
105 "/trunk/deps/third_party/hunspell_dictionaries@138928",
107 "src/third_party/safe_browsing/testing":
108 (Var("googlecode_url") % "google-safe-browsing") + "/trunk/testing@110",
110 "src/third_party/cacheinvalidation/files/src/google":
111 (Var("googlecode_url") % "google-cache-invalidation-api") +
112 "/trunk/src/google@213",
114 "src/third_party/leveldatabase/src":
115 (Var("googlecode_url") % "leveldb") + "/trunk@64",
117 "src/third_party/snappy/src":
118 (Var("googlecode_url") % "snappy") + "/trunk@37",
121 (Var("googlecode_url") % "grit-i18n") + "/trunk@45",
124 (Var("googlecode_url") % "gyp") + "/trunk@1409",
127 (Var("googlecode_url") % "v8") + "/trunk@" + Var("v8_revision"),
130 Var("nacl_trunk") + "/src/native_client@" + Var("nacl_revision"),
132 "src/native_client_sdk/src/site_scons":
133 Var("nacl_trunk") + "/src/native_client/site_scons@" + Var("nacl_revision"),
135 "src/third_party/pymox/src":
136 (Var("googlecode_url") % "pymox") + "/trunk@70",
138 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin":
139 Var("nacl_trunk") + "/src/native_client/tests/prebuilt@" +
140 Var("nacl_revision"),
142 "src/third_party/sfntly/cpp/src":
143 (Var("googlecode_url") % "sfntly") + "/trunk/cpp/src@" +
144 Var("sfntly_revision"),
146 "src/third_party/skia/src":
147 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"),
149 "src/third_party/skia/include":
150 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"),
152 "src/third_party/WebKit/LayoutTests":
153 Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
155 "src/third_party/WebKit/Source":
156 Var("webkit_trunk") + "/Source@" + Var("webkit_revision"),
158 "src/third_party/WebKit/Tools/DumpRenderTree":
159 Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
161 "src/third_party/WebKit/Tools/Scripts":
162 Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
164 "src/third_party/WebKit/Tools/TestWebKitAPI":
165 Var("webkit_trunk") + "/Tools/TestWebKitAPI@" + Var("webkit_revision"),
167 "src/third_party/ots":
168 (Var("googlecode_url") % "ots") + "/trunk@87",
170 "src/tools/page_cycler/acid3":
171 "/trunk/deps/page_cycler/acid3@102714",
173 "src/chrome/test/data/perf/canvas_bench":
174 "/trunk/deps/canvas_bench@122605",
176 "src/chrome/test/data/perf/frame_rate/content":
177 "/trunk/deps/frame_rate/content@93671",
179 "src/third_party/bidichecker":
180 (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4",
182 "src/third_party/v8-i18n":
183 (Var("googlecode_url") % "v8-i18n") + "/trunk@104",
185 # When roll to another webgl conformance tests revision, please goto
186 # chrome/test/gpu and run generate_webgl_conformance_test_list.py.
187 "src/third_party/webgl_conformance":
188 "/trunk/deps/third_party/webgl/sdk/tests@138171",
190 # We should use the same software_rendering_list.json for all branches.
191 "src/chrome/browser/resources/software_rendering_list":
192 "/trunk/deps/gpu/software_rendering_list@139585",
194 # We run these layout tests as UI tests. Since many of the buildbots that
195 # run layout tests do NOT have access to the LayoutTest directory, we need
196 # to map them here. In practice, these do not take up much space.
197 "src/content/test/data/layout_tests/LayoutTests/fast/events":
198 Var("webkit_trunk") + "/LayoutTests/fast/events@" +
199 Var("webkit_revision"),
200 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
201 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
202 Var("webkit_revision"),
203 "src/content/test/data/layout_tests/LayoutTests/fast/workers":
204 Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
205 Var("webkit_revision"),
206 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
207 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
208 Var("webkit_revision"),
209 "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
210 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
211 Var("webkit_revision"),
212 "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
213 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
214 Var("webkit_revision"),
215 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
216 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
217 Var("webkit_revision"),
218 "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
219 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
220 Var("webkit_revision"),
221 "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/events":
222 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/events@" +
223 Var("webkit_revision"),
224 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
225 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
226 Var("webkit_revision"),
227 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
228 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
229 Var("webkit_revision"),
230 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
231 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
232 Var("webkit_revision"),
233 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
234 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
235 Var("webkit_revision"),
236 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
237 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
238 Var("webkit_revision"),
239 "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
240 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
241 Var("webkit_revision"),
242 "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
243 Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
244 Var("webkit_revision"),
245 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
246 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
247 Var("webkit_revision"),
248 "src/content/test/data/layout_tests/LayoutTests/media":
249 Var("webkit_trunk") + "/LayoutTests/media@" +
250 Var("webkit_revision"),
252 "src/third_party/swig/Lib":
253 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"),
255 # Make sure you update the two functional.DEPS and webdriver.DEPS too.
256 "src/third_party/webdriver/pylib":
257 (Var("googlecode_url") % "selenium") + "/trunk/py@13487",
259 "src/third_party/libvpx":
260 "/trunk/deps/third_party/libvpx@" +
261 Var("libvpx_revision"),
263 "src/third_party/ffmpeg":
264 "/trunk/deps/third_party/ffmpeg@" +
265 Var("ffmpeg_revision"),
267 "src/third_party/libjingle/source":
268 (Var("googlecode_url") % "libjingle") + "/trunk@" +
269 Var("libjingle_revision"),
271 "src/third_party/libsrtp":
272 "/trunk/deps/third_party/libsrtp@123853",
274 "src/third_party/speex":
275 "/trunk/deps/third_party/speex@111570",
277 "src/third_party/yasm/source/patched-yasm":
278 "/trunk/deps/third_party/yasm/patched-yasm@134927",
280 "src/third_party/libjpeg_turbo":
281 "/trunk/deps/third_party/libjpeg_turbo@139754",
283 "src/third_party/flac":
284 "/trunk/deps/third_party/flac@120197",
286 "src/third_party/pyftpdlib/src":
287 (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
289 # Needed to support nacl browser test jig.
290 "src/third_party/pylib":
291 Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
292 "src/third_party/scons-2.0.1":
293 Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
294 Var("nacl_tools_revision"),
296 "src/third_party/webrtc":
297 (Var("googlecode_url") % "webrtc") + "/stable/src@" + Var("webrtc_revision"),
299 "src/third_party/jsoncpp/source/include":
300 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
301 "/trunk/jsoncpp/include@" + Var("jsoncpp_revision"),
303 "src/third_party/jsoncpp/source/src/lib_json":
304 (Var("sourceforge_url") % {"repo": "jsoncpp"}) +
305 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"),
307 "src/third_party/libyuv":
308 (Var("googlecode_url") % "libyuv") + "/trunk@247",
310 "src/third_party/mozc/session":
311 (Var("googlecode_url") % "mozc") + "/trunk/src/session@83",
313 "src/third_party/mozc/chrome/chromeos/renderer":
314 (Var("googlecode_url") % "mozc") + "/trunk/src/chrome/chromeos/renderer@83",
316 "src/third_party/smhasher/src":
317 (Var("googlecode_url") % "smhasher") + "/trunk@136",
319 "src/third_party/libphonenumber/src/phonenumbers":
320 (Var("googlecode_url") % "libphonenumber") +
321 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"),
322 "src/third_party/libphonenumber/src/test":
323 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" +
324 Var("libphonenumber_revision"),
325 "src/third_party/libphonenumber/src/resources":
326 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" +
327 Var("libphonenumber_revision"),
329 "src/third_party/undoview":
330 "/trunk/deps/third_party/undoview@119694",
332 "src/tools/deps2git":
333 "/trunk/tools/deps2git@139377",
335 "src/third_party/webpagereplay":
336 (Var("googlecode_url") % "web-page-replay") + "/trunk@468",
342 "src/chrome/tools/test/reference_build/chrome_win":
343 "/trunk/deps/reference_builds/chrome_win@137747",
345 "src/third_party/cygwin":
346 "/trunk/deps/third_party/cygwin@133786",
348 "src/third_party/python_26":
349 "/trunk/tools/third_party/python_26@89111",
351 "src/third_party/psyco_win32":
352 "/trunk/deps/third_party/psyco_win32@79861",
354 "src/third_party/lighttpd":
355 "/trunk/deps/third_party/lighttpd@33727",
357 # Chrome Frame related deps
358 "src/third_party/xulrunner-sdk":
359 "/trunk/deps/third_party/xulrunner-sdk@119756",
360 "src/chrome_frame/tools/test/reference_build/chrome_win":
361 "/trunk/deps/reference_builds/chrome_win@89574",
363 # Parses Windows PE/COFF executable format.
364 "src/third_party/pefile":
365 (Var("googlecode_url") % "pefile") + "/trunk@63",
367 # NSS, for SSLClientSocketNSS.
368 "src/third_party/nss":
369 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
371 "src/third_party/swig/win":
372 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"),
374 # GNU binutils assembler for x86-32.
375 "src/third_party/gnu_binutils":
376 (Var("nacl_trunk") + "/deps/third_party/gnu_binutils@" +
377 Var("nacl_tools_revision")),
378 # GNU binutils assembler for x86-64.
379 "src/third_party/mingw-w64/mingw/bin":
380 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" +
381 Var("nacl_tools_revision")),
384 (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
386 # Dependencies used by libjpeg-turbo
387 "src/third_party/yasm/binaries":
388 "/trunk/deps/third_party/yasm/binaries@74228",
390 # Binary level profile guided optimizations. This points to the
391 # latest release binaries for the toolchain.
392 "src/third_party/syzygy/binaries":
393 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@782",
395 # Binaries for nacl sdk.
396 "src/third_party/nacl_sdk_binaries":
397 "/trunk/deps/third_party/nacl_sdk_binaries@111576",
400 "src/chrome/tools/test/reference_build/chrome_mac":
401 "/trunk/deps/reference_builds/chrome_mac@137727",
403 "src/third_party/GTM":
404 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@516",
405 "src/third_party/pdfsqueeze":
406 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4",
407 "src/third_party/lighttpd":
408 "/trunk/deps/third_party/lighttpd@33737",
410 "src/third_party/swig/mac":
411 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),
414 (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"),
416 # NSS, for SSLClientSocketNSS.
417 "src/third_party/nss":
418 "/trunk/deps/third_party/nss@" + Var("nss_revision"),
420 "src/chrome/installer/mac/third_party/xz/xz":
421 "/trunk/deps/third_party/xz@87706",
425 "src/chrome/tools/test/reference_build/chrome_linux":
426 "/trunk/deps/reference_builds/chrome_linux@137712",
428 "src/third_party/xdg-utils":
429 "/trunk/deps/third_party/xdg-utils@93299",
431 "src/third_party/swig/linux":
432 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"),
434 "src/third_party/lss":
435 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" +
436 Var("lss_revision")),
438 "src/third_party/openssl":
439 "/trunk/deps/third_party/openssl@130472",
441 "src/third_party/WebKit/Tools/gdb":
442 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"),
444 "src/third_party/gold":
445 "/trunk/deps/third_party/gold@124239",
448 "src/third_party/freetype":
449 Var("chromium_git") + "/chromium/src/third_party/freetype.git" +
450 "@1f74e4e7ad3ca4163b4578fc30da26a165dd55e7",
452 "src/third_party/aosp":
453 "/trunk/deps/third_party/aosp@122156",
459 # Everybody can use some things.
465 # For now, we allow ICU to be included by specifying "unicode/...", although
466 # this should probably change.
472 # checkdeps.py shouldn't check include paths for files in these dirs:
473 skip_child_includes = [
492 # This downloads binaries for Native Client's newlib toolchain.
493 # Done in lieu of building the toolchain from scratch as it can take
494 # anywhere from 30 minutes to 4 hours depending on platform to build.
497 "python", "src/build/download_nacl_toolchains.py",
500 "--pnacl-version", Var("pnacl_toolchain_revision"),
501 "--file-hash", "pnacl_linux_x86_32",
502 Var("nacl_toolchain_pnacl_linux_x86_32_hash"),
503 "--file-hash", "pnacl_linux_x86_64",
504 Var("nacl_toolchain_pnacl_linux_x86_64_hash"),
505 "--file-hash", "pnacl_translator",
506 Var("nacl_toolchain_pnacl_translator_hash"),
507 "--file-hash", "pnacl_mac_x86_32",
508 Var("nacl_toolchain_pnacl_mac_x86_32_hash"),
509 "--file-hash", "pnacl_win_x86_32",
510 Var("nacl_toolchain_pnacl_win_x86_32_hash"),
511 "--x86-version", Var("nacl_toolchain_revision"),
512 "--file-hash", "mac_x86_newlib",
513 Var("nacl_toolchain_mac_x86_newlib_hash"),
514 "--file-hash", "win_x86_newlib",
515 Var("nacl_toolchain_win_x86_newlib_hash"),
516 "--file-hash", "linux_x86_newlib",
517 Var("nacl_toolchain_linux_x86_newlib_hash"),
518 "--file-hash", "mac_x86",
519 Var("nacl_toolchain_mac_x86_hash"),
520 "--file-hash", "win_x86",
521 Var("nacl_toolchain_win_x86_hash"),
522 "--file-hash", "linux_x86",
523 Var("nacl_toolchain_linux_x86_hash"),
524 "--save-downloads-dir",
525 "src/native_client_sdk/src/build_tools/toolchain_archives",
530 # Pull clang on mac. If nothing changed, or on non-mac platforms, this takes
531 # zero seconds to run. If something changed, it downloads a prebuilt clang,
532 # which takes ~20s, but clang speeds up builds by more than 20s.
534 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"],
537 # Update the cygwin mount on Windows.
539 "action": ["python", "src/build/win/setup_cygwin_mount.py", "--win-only"],
542 # Update LASTCHANGE. This is also run by export_tarball.py in
543 # src/tools/export_tarball - please keep them in sync.
545 "action": ["python", "src/build/util/lastchange.py",
546 "-o", "src/build/util/LASTCHANGE"],
549 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
551 "action": ["python", "src/build/gyp_chromium"],