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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 317 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
318 | 318 |
319 "src/third_party/pdfium": | 319 "src/third_party/pdfium": |
320 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), | 320 Var("pdfium_git") + "/pdfium.git@" + Var("pdfium_revision"), |
321 } | 321 } |
322 | 322 |
323 | 323 |
324 deps_os = { | 324 deps_os = { |
325 "win": { | 325 "win": { |
326 "src/chrome/tools/test/reference_build/chrome_win": | 326 "src/chrome/tools/test/reference_build/chrome_win": |
327 "/trunk/deps/reference_builds/chrome_win@254637", | 327 "/trunk/deps/reference_builds/chrome_win@273882", |
328 | 328 |
329 "src/third_party/cygwin": | 329 "src/third_party/cygwin": |
330 "/trunk/deps/third_party/cygwin@231940", | 330 "/trunk/deps/third_party/cygwin@231940", |
331 | 331 |
332 "src/third_party/psyco_win32": | 332 "src/third_party/psyco_win32": |
333 "/trunk/deps/third_party/psyco_win32@237949", | 333 "/trunk/deps/third_party/psyco_win32@237949", |
334 | 334 |
335 "src/third_party/bison": | 335 "src/third_party/bison": |
336 "/trunk/deps/third_party/bison@147303", | 336 "/trunk/deps/third_party/bison@147303", |
337 | 337 |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 "src/third_party/webpagereplay": None, | 431 "src/third_party/webpagereplay": None, |
432 "src/third_party/webrtc": None, | 432 "src/third_party/webrtc": None, |
433 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None, | 433 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": None, |
434 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None, | 434 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": None, |
435 "src/third_party/yasm/source/patched-yasm": None, | 435 "src/third_party/yasm/source/patched-yasm": None, |
436 "src/tools/page_cycler/acid3": None, | 436 "src/tools/page_cycler/acid3": None, |
437 "src/v8": None, | 437 "src/v8": None, |
438 }, | 438 }, |
439 "mac": { | 439 "mac": { |
440 "src/chrome/tools/test/reference_build/chrome_mac": | 440 "src/chrome/tools/test/reference_build/chrome_mac": |
441 "/trunk/deps/reference_builds/chrome_mac@255182", | 441 "/trunk/deps/reference_builds/chrome_mac@273882", |
442 | 442 |
443 "src/third_party/google_toolbox_for_mac/src": | 443 "src/third_party/google_toolbox_for_mac/src": |
444 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 444 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
445 Var("google_toolbox_for_mac_revision"), | 445 Var("google_toolbox_for_mac_revision"), |
446 | 446 |
447 "src/third_party/pdfsqueeze": | 447 "src/third_party/pdfsqueeze": |
448 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 448 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
449 | 449 |
450 "src/third_party/lighttpd": | 450 "src/third_party/lighttpd": |
451 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), | 451 "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"), |
452 | 452 |
453 "src/third_party/swig/mac": | 453 "src/third_party/swig/mac": |
454 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 454 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
455 | 455 |
456 # NSS, for SSLClientSocketNSS. | 456 # NSS, for SSLClientSocketNSS. |
457 "src/third_party/nss": | 457 "src/third_party/nss": |
458 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 458 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
459 | 459 |
460 "src/chrome/installer/mac/third_party/xz/xz": | 460 "src/chrome/installer/mac/third_party/xz/xz": |
461 "/trunk/deps/third_party/xz@233311", | 461 "/trunk/deps/third_party/xz@233311", |
462 }, | 462 }, |
463 "unix": { | 463 "unix": { |
464 # Linux, really. | 464 # Linux, really. |
465 "src/chrome/tools/test/reference_build/chrome_linux": | 465 "src/chrome/tools/test/reference_build/chrome_linux": |
466 "/trunk/deps/reference_builds/chrome_linux64@254637", | 466 "/trunk/deps/reference_builds/chrome_linux64@273882", |
467 | 467 |
468 "src/third_party/xdg-utils": | 468 "src/third_party/xdg-utils": |
469 "/trunk/deps/third_party/xdg-utils@203785", | 469 "/trunk/deps/third_party/xdg-utils@203785", |
470 | 470 |
471 "src/third_party/swig/linux": | 471 "src/third_party/swig/linux": |
472 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 472 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
473 | 473 |
474 "src/third_party/lss": | 474 "src/third_party/lss": |
475 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 475 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
476 Var("lss_revision")), | 476 Var("lss_revision")), |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
768 "-s", "src/build/linux/bin/eu-strip.sha1", | 768 "-s", "src/build/linux/bin/eu-strip.sha1", |
769 ], | 769 ], |
770 }, | 770 }, |
771 { | 771 { |
772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
773 "name": "gyp", | 773 "name": "gyp", |
774 "pattern": ".", | 774 "pattern": ".", |
775 "action": ["python", "src/build/gyp_chromium"], | 775 "action": ["python", "src/build/gyp_chromium"], |
776 }, | 776 }, |
777 ] | 777 ] |
OLD | NEW |