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 Var("chromiumos_git") + "/third_party/pyelftools.git" + | 494 Var("chromiumos_git") + "/third_party/pyelftools.git" + |
495 "@bdc1d380acd88d4bfaf47265008091483b0d614e", | 495 "@bdc1d380acd88d4bfaf47265008091483b0d614e", |
496 | 496 |
497 "src/third_party/undoview": | 497 "src/third_party/undoview": |
498 "/trunk/deps/third_party/undoview@119694", | 498 "/trunk/deps/third_party/undoview@119694", |
499 | 499 |
500 "src/third_party/liblouis/src": | 500 "src/third_party/liblouis/src": |
501 Var("chromium_git") + | 501 Var("chromium_git") + |
502 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", | 502 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", |
503 | 503 |
504 # Used for embedded builds. CrOS & Linux use the system version. | |
505 "src/third_party/fontconfig/src": | |
506 Var("chromium_git") + "/external/fontconfig.git" + | |
507 "@4f944971dac3c0bbc6fdd3bf3123e3c8378a3acb", | |
508 }, | 504 }, |
509 "android": { | 505 "android": { |
510 "src/third_party/android_tools": | 506 "src/third_party/android_tools": |
511 Var("chromium_git") + "/android_tools.git" + | 507 Var("chromium_git") + "/android_tools.git" + |
512 "@25cf2d85072b06f78956ecaacd564ef56a054d65", | 508 "@25cf2d85072b06f78956ecaacd564ef56a054d65", |
513 | 509 |
514 "src/third_party/aosp": | 510 "src/third_party/aosp": |
515 "/trunk/deps/third_party/aosp@148330", | 511 "/trunk/deps/third_party/aosp@148330", |
516 | 512 |
517 "src/third_party/apache-mime4j": | 513 "src/third_party/apache-mime4j": |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 "pattern": ".", | 715 "pattern": ".", |
720 "action": ["python", "src/build/gyp_chromium"], | 716 "action": ["python", "src/build/gyp_chromium"], |
721 }, | 717 }, |
722 { | 718 { |
723 # Check for landmines (reasons to clobber the build). | 719 # Check for landmines (reasons to clobber the build). |
724 "name": "landmines", | 720 "name": "landmines", |
725 "pattern": ".", | 721 "pattern": ".", |
726 "action": ["python", "src/build/landmines.py"], | 722 "action": ["python", "src/build/landmines.py"], |
727 }, | 723 }, |
728 ] | 724 ] |
OLD | NEW |