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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 "src/third_party/swig/linux": | 462 "src/third_party/swig/linux": |
463 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 463 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
464 | 464 |
465 "src/third_party/lss": | 465 "src/third_party/lss": |
466 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 466 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
467 Var("lss_revision")), | 467 Var("lss_revision")), |
468 | 468 |
469 "src/third_party/gold": | 469 "src/third_party/gold": |
470 "/trunk/deps/third_party/gold@228995", | 470 "/trunk/deps/third_party/gold@228995", |
471 | 471 |
472 "src/third_party/libmtp": | |
473 "/trunk/deps/third_party/libmtp@206535", | |
474 | |
475 # Used on Linux only. CrOS already has a copy. | |
476 "src/third_party/mtpd/source": | |
477 Var("chromiumos_git") + "/platform/mtpd.git" + | |
478 "@f9759da3a7cd95080414a7da0d899c47cad794f2", | |
479 | |
480 # Used on Linux only. CrOS already has a copy. | |
481 "src/third_party/cros_dbus_cplusplus/source": | |
482 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + | |
483 "@f78453e0ba9f3d1584e8873aa3c7437cec861ce0", | |
484 | |
485 # For Linux and Chromium OS. | 472 # For Linux and Chromium OS. |
486 "src/third_party/cros_system_api": | 473 "src/third_party/cros_system_api": |
487 Var("chromiumos_git") + "/platform/system_api.git" + | 474 Var("chromiumos_git") + "/platform/system_api.git" + |
488 "@844a42e5f5c7a106807b09b6c2ac6b00b166c1cc", | 475 "@844a42e5f5c7a106807b09b6c2ac6b00b166c1cc", |
489 | 476 |
490 # Note that this is different from Android's freetype repo. | 477 # Note that this is different from Android's freetype repo. |
491 "src/third_party/freetype2/src": | 478 "src/third_party/freetype2/src": |
492 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + | 479 Var("chromium_git") + "/chromium/src/third_party/freetype2.git" + |
493 "@d699c2994ecc178c4ed05ac2086061b2034c2178", | 480 "@d699c2994ecc178c4ed05ac2086061b2034c2178", |
494 | 481 |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 "-s", "src/build/linux/bin/eu-strip.sha1", | 742 "-s", "src/build/linux/bin/eu-strip.sha1", |
756 ], | 743 ], |
757 }, | 744 }, |
758 { | 745 { |
759 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 746 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
760 "name": "gyp", | 747 "name": "gyp", |
761 "pattern": ".", | 748 "pattern": ".", |
762 "action": ["python", "src/build/gyp_chromium"], | 749 "action": ["python", "src/build/gyp_chromium"], |
763 }, | 750 }, |
764 ] | 751 ] |
OLD | NEW |