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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
502 Var("chromium_git") + "/android_tools.git" + | 502 Var("chromium_git") + "/android_tools.git" + |
503 "@25cf2d85072b06f78956ecaacd564ef56a054d65", | 503 "@25cf2d85072b06f78956ecaacd564ef56a054d65", |
504 | 504 |
505 "src/third_party/aosp": | 505 "src/third_party/aosp": |
506 "/trunk/deps/third_party/aosp@148330", | 506 "/trunk/deps/third_party/aosp@148330", |
507 | 507 |
508 "src/third_party/apache-mime4j": | 508 "src/third_party/apache-mime4j": |
509 "/trunk/deps/third_party/apache-mime4j@170888", | 509 "/trunk/deps/third_party/apache-mime4j@170888", |
510 | 510 |
511 "src/third_party/findbugs": | 511 "src/third_party/findbugs": |
512 "/trunk/deps/third_party/findbugs@163586", | 512 "/trunk/deps/third_party/findbugs@245039", |
513 | 513 |
514 "src/third_party/freetype": | 514 "src/third_party/freetype": |
515 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + | 515 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + |
516 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", | 516 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", |
517 | 517 |
518 "src/third_party/guava/src": | 518 "src/third_party/guava/src": |
519 Var("chromium_git") + "/external/guava-libraries.git" + | 519 Var("chromium_git") + "/external/guava-libraries.git" + |
520 "@c523556ab7d0f05afadebd20e7768d4c16af8771", | 520 "@c523556ab7d0f05afadebd20e7768d4c16af8771", |
521 | 521 |
522 "src/third_party/httpcomponents-client": | 522 "src/third_party/httpcomponents-client": |
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 "pattern": ".", | 743 "pattern": ".", |
744 "action": ["python", "src/build/gyp_chromium"], | 744 "action": ["python", "src/build/gyp_chromium"], |
745 }, | 745 }, |
746 { | 746 { |
747 # Check for landmines (reasons to clobber the build). | 747 # Check for landmines (reasons to clobber the build). |
748 "name": "landmines", | 748 "name": "landmines", |
749 "pattern": ".", | 749 "pattern": ".", |
750 "action": ["python", "src/build/landmines.py"], | 750 "action": ["python", "src/build/landmines.py"], |
751 }, | 751 }, |
752 ] | 752 ] |
OLD | NEW |