OLD | NEW |
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
2 # that gclient uses under git. | 2 # that gclient uses under git. |
3 # | 3 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
5 # | 5 # |
6 # To test manually, run: | 6 # To test manually, run: |
7 # python tools/deps2git/deps2git.py -o .DEPS.git | 7 # python tools/deps2git/deps2git.py -o .DEPS.git |
8 # gclient runhooks | 8 # gclient runhooks |
9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by | 9 # DO NOT CHECK IN CHANGES TO .DEPS.git. It will be automatically updated by |
10 # a bot when you modify this one. | 10 # a bot when you modify this one. |
(...skipping 10 matching lines...) Expand all Loading... |
21 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 21 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
22 "webkit_revision": "163887", | 22 "webkit_revision": "163887", |
23 "chromium_git": "https://chromium.googlesource.com", | 23 "chromium_git": "https://chromium.googlesource.com", |
24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 24 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
25 "skia_git": "https://skia.googlesource.com", | 25 "skia_git": "https://skia.googlesource.com", |
26 "swig_revision": "230490", | 26 "swig_revision": "230490", |
27 "nacl_revision": "12544", | 27 "nacl_revision": "12544", |
28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 28 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
29 # to update other nacl_*_revision's. | 29 # to update other nacl_*_revision's. |
30 "nacl_tools_revision": "12526", # native_client/DEPS: tools_rev | 30 "nacl_tools_revision": "12526", # native_client/DEPS: tools_rev |
31 "gtm_revision": "616", | 31 "google_toolbox_for_mac_revision": "616", |
32 "libaddressinput_revision": "176", | 32 "libaddressinput_revision": "176", |
33 "libphonenumber_revision": "621", | 33 "libphonenumber_revision": "621", |
34 "libvpx_revision": "240222", | 34 "libvpx_revision": "240222", |
35 "lss_revision": "24", | 35 "lss_revision": "24", |
36 | 36 |
37 # These two FFmpeg variables must be updated together. One is used for SVN | 37 # These two FFmpeg variables must be updated together. One is used for SVN |
38 # checkouts and the other for Git checkouts. | 38 # checkouts and the other for Git checkouts. |
39 "ffmpeg_revision": "240434", | 39 "ffmpeg_revision": "240434", |
40 "ffmpeg_hash": "c6c988923be6b8fd1f381522d478813e14505ce2", | 40 "ffmpeg_hash": "c6c988923be6b8fd1f381522d478813e14505ce2", |
41 | 41 |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 # Binary level profile guided optimizations. This points to the | 338 # Binary level profile guided optimizations. This points to the |
339 # latest release binaries for the toolchain. | 339 # latest release binaries for the toolchain. |
340 "src/third_party/syzygy/binaries": | 340 "src/third_party/syzygy/binaries": |
341 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1909", | 341 (Var("googlecode_url") % "sawbuck") + "/trunk/syzygy/binaries@1909", |
342 | 342 |
343 # Binaries for nacl sdk. | 343 # Binaries for nacl sdk. |
344 "src/third_party/nacl_sdk_binaries": | 344 "src/third_party/nacl_sdk_binaries": |
345 "/trunk/deps/third_party/nacl_sdk_binaries@111576", | 345 "/trunk/deps/third_party/nacl_sdk_binaries@111576", |
346 }, | 346 }, |
347 "ios": { | 347 "ios": { |
348 "src/third_party/GTM": | 348 "src/third_party/google_toolbox_for_mac/src": |
349 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 349 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
350 Var("gtm_revision"), | 350 Var("google_toolbox_for_mac_revision"), |
351 | 351 |
352 "src/third_party/nss": | 352 "src/third_party/nss": |
353 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 353 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
354 | 354 |
355 # class-dump utility to generate header files for undocumented SDKs | 355 # class-dump utility to generate header files for undocumented SDKs |
356 "src/testing/iossim/third_party/class-dump": | 356 "src/testing/iossim/third_party/class-dump": |
357 "/trunk/deps/third_party/class-dump@199203", | 357 "/trunk/deps/third_party/class-dump@199203", |
358 | 358 |
359 # Code that's not needed due to not building everything | 359 # Code that's not needed due to not building everything |
360 "src/build/util/support": None, | 360 "src/build/util/support": None, |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 "src/third_party/webpagereplay": None, | 397 "src/third_party/webpagereplay": None, |
398 "src/third_party/webrtc": None, | 398 "src/third_party/webrtc": None, |
399 "src/third_party/yasm/source/patched-yasm": None, | 399 "src/third_party/yasm/source/patched-yasm": None, |
400 "src/tools/page_cycler/acid3": None, | 400 "src/tools/page_cycler/acid3": None, |
401 "src/v8": None, | 401 "src/v8": None, |
402 }, | 402 }, |
403 "mac": { | 403 "mac": { |
404 "src/chrome/tools/test/reference_build/chrome_mac": | 404 "src/chrome/tools/test/reference_build/chrome_mac": |
405 "/trunk/deps/reference_builds/chrome_mac@237381", | 405 "/trunk/deps/reference_builds/chrome_mac@237381", |
406 | 406 |
407 "src/third_party/GTM": | 407 "src/third_party/google_toolbox_for_mac/src": |
408 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 408 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
409 Var("gtm_revision"), | 409 Var("google_toolbox_for_mac_revision"), |
| 410 |
410 "src/third_party/pdfsqueeze": | 411 "src/third_party/pdfsqueeze": |
411 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 412 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
| 413 |
412 "src/third_party/lighttpd": | 414 "src/third_party/lighttpd": |
413 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), | 415 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), |
414 | 416 |
415 "src/third_party/swig/mac": | 417 "src/third_party/swig/mac": |
416 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 418 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
417 | 419 |
418 # NSS, for SSLClientSocketNSS. | 420 # NSS, for SSLClientSocketNSS. |
419 "src/third_party/nss": | 421 "src/third_party/nss": |
420 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 422 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
421 | 423 |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
697 "pattern": ".", | 699 "pattern": ".", |
698 "action": ["python", "src/build/gyp_chromium"], | 700 "action": ["python", "src/build/gyp_chromium"], |
699 }, | 701 }, |
700 { | 702 { |
701 # Check for landmines (reasons to clobber the build). | 703 # Check for landmines (reasons to clobber the build). |
702 "name": "landmines", | 704 "name": "landmines", |
703 "pattern": ".", | 705 "pattern": ".", |
704 "action": ["python", "src/build/landmines.py"], | 706 "action": ["python", "src/build/landmines.py"], |
705 }, | 707 }, |
706 ] | 708 ] |
OLD | NEW |