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 -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
9 # .gclient file (the parent of "src"). | 9 # .gclient file (the parent of "src"). |
10 # | 10 # |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), | 322 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), |
323 | 323 |
324 "src/third_party/boringssl/src": | 324 "src/third_party/boringssl/src": |
325 Var("boringssl_git") + "/boringssl.git@" + Var("boringssl_revision"), | 325 Var("boringssl_git") + "/boringssl.git@" + Var("boringssl_revision"), |
326 } | 326 } |
327 | 327 |
328 | 328 |
329 deps_os = { | 329 deps_os = { |
330 "win": { | 330 "win": { |
331 "src/chrome/tools/test/reference_build/chrome_win": | 331 "src/chrome/tools/test/reference_build/chrome_win": |
332 "/trunk/deps/reference_builds/chrome_win@273882", | 332 "/trunk/deps/reference_builds/chrome_win@291530", |
333 | 333 |
334 "src/third_party/cygwin": | 334 "src/third_party/cygwin": |
335 "/trunk/deps/third_party/cygwin@231940", | 335 "/trunk/deps/third_party/cygwin@231940", |
336 | 336 |
337 "src/third_party/psyco_win32": | 337 "src/third_party/psyco_win32": |
338 "/trunk/deps/third_party/psyco_win32@237949", | 338 "/trunk/deps/third_party/psyco_win32@237949", |
339 | 339 |
340 "src/third_party/bison": | 340 "src/third_party/bison": |
341 "/trunk/deps/third_party/bison@147303", | 341 "/trunk/deps/third_party/bison@147303", |
342 | 342 |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
425 "src/third_party/webgl": None, | 425 "src/third_party/webgl": None, |
426 "src/third_party/webpagereplay": None, | 426 "src/third_party/webpagereplay": None, |
427 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None, | 427 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None, |
428 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None, | 428 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None, |
429 "src/third_party/yasm/source/patched-yasm": None, | 429 "src/third_party/yasm/source/patched-yasm": None, |
430 "src/tools/page_cycler/acid3": None, | 430 "src/tools/page_cycler/acid3": None, |
431 "src/v8": None, | 431 "src/v8": None, |
432 }, | 432 }, |
433 "mac": { | 433 "mac": { |
434 "src/chrome/tools/test/reference_build/chrome_mac": | 434 "src/chrome/tools/test/reference_build/chrome_mac": |
435 "/trunk/deps/reference_builds/chrome_mac@273882", | 435 "/trunk/deps/reference_builds/chrome_mac@291530", |
436 | 436 |
437 "src/third_party/google_toolbox_for_mac/src": | 437 "src/third_party/google_toolbox_for_mac/src": |
438 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 438 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
439 Var("google_toolbox_for_mac_revision"), | 439 Var("google_toolbox_for_mac_revision"), |
440 | 440 |
441 "src/third_party/pdfsqueeze": | 441 "src/third_party/pdfsqueeze": |
442 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 442 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
443 | 443 |
444 "src/third_party/lighttpd": | 444 "src/third_party/lighttpd": |
445 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), | 445 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), |
446 | 446 |
447 "src/third_party/swig/mac": | 447 "src/third_party/swig/mac": |
448 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 448 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
449 | 449 |
450 # NSS, for SSLClientSocketNSS. | 450 # NSS, for SSLClientSocketNSS. |
451 "src/third_party/nss": | 451 "src/third_party/nss": |
452 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 452 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
453 | 453 |
454 "src/chrome/installer/mac/third_party/xz/xz": | 454 "src/chrome/installer/mac/third_party/xz/xz": |
455 "/trunk/deps/third_party/xz@233311", | 455 "/trunk/deps/third_party/xz@233311", |
456 }, | 456 }, |
457 "unix": { | 457 "unix": { |
458 # Linux, really. | 458 # Linux, really. |
459 "src/chrome/tools/test/reference_build/chrome_linux": | 459 "src/chrome/tools/test/reference_build/chrome_linux": |
460 "/trunk/deps/reference_builds/chrome_linux64@273882", | 460 "/trunk/deps/reference_builds/chrome_linux64@291530", |
461 | 461 |
462 "src/third_party/xdg-utils": | 462 "src/third_party/xdg-utils": |
463 "/trunk/deps/third_party/xdg-utils@203785", | 463 "/trunk/deps/third_party/xdg-utils@203785", |
464 | 464 |
465 "src/third_party/swig/linux": | 465 "src/third_party/swig/linux": |
466 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 466 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
467 | 467 |
468 "src/third_party/lss": | 468 "src/third_party/lss": |
469 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 469 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
470 Var("lss_revision")), | 470 Var("lss_revision")), |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 # migration completes (let's say Sep 1 2014). | 823 # migration completes (let's say Sep 1 2014). |
824 "name": "check_git_config", | 824 "name": "check_git_config", |
825 "pattern": ".", | 825 "pattern": ".", |
826 "action": [ | 826 "action": [ |
827 "python", | 827 "python", |
828 "src/tools/check_git_config.py", | 828 "src/tools/check_git_config.py", |
829 "--running-as-hook", | 829 "--running-as-hook", |
830 ], | 830 ], |
831 }, | 831 }, |
832 ] | 832 ] |
OLD | NEW |