| 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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 510 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", | 510 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", |
| 511 | 511 |
| 512 # Used for embedded builds. CrOS & Linux use the system version. | 512 # Used for embedded builds. CrOS & Linux use the system version. |
| 513 "src/third_party/fontconfig/src": | 513 "src/third_party/fontconfig/src": |
| 514 Var("chromium_git") + "/external/fontconfig.git" + | 514 Var("chromium_git") + "/external/fontconfig.git" + |
| 515 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", | 515 "@f16c3118e25546c1b749f9823c51827a60aeb5c1", |
| 516 }, | 516 }, |
| 517 "android": { | 517 "android": { |
| 518 "src/third_party/android_tools": | 518 "src/third_party/android_tools": |
| 519 Var("chromium_git") + "/android_tools.git" + | 519 Var("chromium_git") + "/android_tools.git" + |
| 520 "@7de460f062350105c3eb284cdc6948ff50e1f6e1", | 520 "@6fc0e1a090e97805a70f0e65377a9db4db3db8f5", |
| 521 | 521 |
| 522 "src/third_party/aosp": | 522 "src/third_party/aosp": |
| 523 "/trunk/deps/third_party/aosp@148330", | 523 "/trunk/deps/third_party/aosp@148330", |
| 524 | 524 |
| 525 "src/third_party/apache-mime4j": | 525 "src/third_party/apache-mime4j": |
| 526 "/trunk/deps/third_party/apache-mime4j@170888", | 526 "/trunk/deps/third_party/apache-mime4j@170888", |
| 527 | 527 |
| 528 "src/third_party/findbugs": | 528 "src/third_party/findbugs": |
| 529 "/trunk/deps/third_party/findbugs@245039", | 529 "/trunk/deps/third_party/findbugs@245039", |
| 530 | 530 |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 "-s", "src/build/linux/bin/eu-strip.sha1", | 775 "-s", "src/build/linux/bin/eu-strip.sha1", |
| 776 ], | 776 ], |
| 777 }, | 777 }, |
| 778 { | 778 { |
| 779 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 779 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 780 "name": "gyp", | 780 "name": "gyp", |
| 781 "pattern": ".", | 781 "pattern": ".", |
| 782 "action": ["python", "src/build/gyp_chromium"], | 782 "action": ["python", "src/build/gyp_chromium"], |
| 783 }, | 783 }, |
| 784 ] | 784 ] |
| OLD | NEW |