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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 "/trunk/deps/third_party/undoview@119694", | 473 "/trunk/deps/third_party/undoview@119694", |
474 | 474 |
475 "src/third_party/liblouis/src": | 475 "src/third_party/liblouis/src": |
476 Var("chromium_git") + | 476 Var("chromium_git") + |
477 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", | 477 "/external/liblouis.git@3c2daee56250162e5a75830871601d74328d39f5", |
478 | 478 |
479 }, | 479 }, |
480 "android": { | 480 "android": { |
481 "src/third_party/android_tools": | 481 "src/third_party/android_tools": |
482 Var("chromium_git") + "/android_tools.git" + | 482 Var("chromium_git") + "/android_tools.git" + |
483 "@b3b75e0951a2fcb8380d5f74144ec34a654ce6b2", | 483 "@ff871feb88741a524587ed348504c562b733a6f8", |
484 | 484 |
485 "src/third_party/aosp": | 485 "src/third_party/aosp": |
486 "/trunk/deps/third_party/aosp@148330", | 486 "/trunk/deps/third_party/aosp@148330", |
487 | 487 |
488 "src/third_party/apache-mime4j": | 488 "src/third_party/apache-mime4j": |
489 "/trunk/deps/third_party/apache-mime4j@170888", | 489 "/trunk/deps/third_party/apache-mime4j@170888", |
490 | 490 |
491 "src/third_party/findbugs": | 491 "src/third_party/findbugs": |
492 "/trunk/deps/third_party/findbugs@163586", | 492 "/trunk/deps/third_party/findbugs@163586", |
493 | 493 |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 "pattern": ".", | 666 "pattern": ".", |
667 "action": ["python", "src/build/gyp_chromium"], | 667 "action": ["python", "src/build/gyp_chromium"], |
668 }, | 668 }, |
669 { | 669 { |
670 # Check for landmines (reasons to clobber the build). | 670 # Check for landmines (reasons to clobber the build). |
671 "name": "landmines", | 671 "name": "landmines", |
672 "pattern": ".", | 672 "pattern": ".", |
673 "action": ["python", "src/build/landmines.py"], | 673 "action": ["python", "src/build/landmines.py"], |
674 }, | 674 }, |
675 ] | 675 ] |
OLD | NEW |