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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 Var("chromiumos_git") + "/third_party/pyelftools.git" + | 488 Var("chromiumos_git") + "/third_party/pyelftools.git" + |
489 "@bdc1d380acd88d4bfaf47265008091483b0d614e", | 489 "@bdc1d380acd88d4bfaf47265008091483b0d614e", |
490 | 490 |
491 "src/third_party/undoview": | 491 "src/third_party/undoview": |
492 "/trunk/deps/third_party/undoview@119694", | 492 "/trunk/deps/third_party/undoview@119694", |
493 | 493 |
494 "src/third_party/liblouis/src": | 494 "src/third_party/liblouis/src": |
495 Var("chromium_git") + | 495 Var("chromium_git") + |
496 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", | 496 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", |
497 | 497 |
| 498 # Used for embedded builds. CrOS & Linux use the system version. |
| 499 "src/third_party/fontconfig/src": |
| 500 Var("chromium_git") + "/external/fontconfig.git" + |
| 501 "@4f944971dac3c0bbc6fdd3bf3123e3c8378a3acb", |
498 }, | 502 }, |
499 "android": { | 503 "android": { |
500 "src/third_party/android_tools": | 504 "src/third_party/android_tools": |
501 Var("chromium_git") + "/android_tools.git" + | 505 Var("chromium_git") + "/android_tools.git" + |
502 "@25cf2d85072b06f78956ecaacd564ef56a054d65", | 506 "@25cf2d85072b06f78956ecaacd564ef56a054d65", |
503 | 507 |
504 "src/third_party/aosp": | 508 "src/third_party/aosp": |
505 "/trunk/deps/third_party/aosp@148330", | 509 "/trunk/deps/third_party/aosp@148330", |
506 | 510 |
507 "src/third_party/apache-mime4j": | 511 "src/third_party/apache-mime4j": |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 "pattern": ".", | 712 "pattern": ".", |
709 "action": ["python", "src/build/gyp_chromium"], | 713 "action": ["python", "src/build/gyp_chromium"], |
710 }, | 714 }, |
711 { | 715 { |
712 # Check for landmines (reasons to clobber the build). | 716 # Check for landmines (reasons to clobber the build). |
713 "name": "landmines", | 717 "name": "landmines", |
714 "pattern": ".", | 718 "pattern": ".", |
715 "action": ["python", "src/build/landmines.py"], | 719 "action": ["python", "src/build/landmines.py"], |
716 }, | 720 }, |
717 ] | 721 ] |
OLD | NEW |