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