| 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", | 494 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", |
| 495 | 495 |
| 496 # Used for embedded builds. CrOS & Linux use the system version. | 496 # Used for embedded builds. CrOS & Linux use the system version. |
| 497 "src/third_party/fontconfig/src": | 497 "src/third_party/fontconfig/src": |
| 498 Var("chromium_git") + "/external/fontconfig.git" + | 498 Var("chromium_git") + "/external/fontconfig.git" + |
| 499 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", | 499 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", |
| 500 }, | 500 }, |
| 501 "android": { | 501 "android": { |
| 502 "src/third_party/android_tools": | 502 "src/third_party/android_tools": |
| 503 Var("chromium_git") + "/android_tools.git" + | 503 Var("chromium_git") + "/android_tools.git" + |
| 504 "@50d57f149a184d1c7306957c8c488666466f2c8a", | 504 "@c9390198d02bf6f52b9a46b519badaf1c565261a", |
| 505 | 505 |
| 506 "src/third_party/aosp": | 506 "src/third_party/aosp": |
| 507 "/trunk/deps/third_party/aosp@148330", | 507 "/trunk/deps/third_party/aosp@148330", |
| 508 | 508 |
| 509 "src/third_party/apache-mime4j": | 509 "src/third_party/apache-mime4j": |
| 510 "/trunk/deps/third_party/apache-mime4j@170888", | 510 "/trunk/deps/third_party/apache-mime4j@170888", |
| 511 | 511 |
| 512 "src/third_party/findbugs": | 512 "src/third_party/findbugs": |
| 513 "/trunk/deps/third_party/findbugs@245039", | 513 "/trunk/deps/third_party/findbugs@245039", |
| 514 | 514 |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 "-s", "src/build/linux/bin/eu-strip.sha1", | 756 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 757 ], | 757 ], |
| 758 }, | 758 }, |
| 759 { | 759 { |
| 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 760 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 761 "name": "gyp", | 761 "name": "gyp", |
| 762 "pattern": ".", | 762 "pattern": ".", |
| 763 "action": ["python", "src/build/gyp_chromium"], | 763 "action": ["python", "src/build/gyp_chromium"], |
| 764 }, | 764 }, |
| 765 ] | 765 ] |
| OLD | NEW |