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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 "/trunk/deps/third_party/findbugs@245039", | 520 "/trunk/deps/third_party/findbugs@245039", |
521 | 521 |
522 "src/third_party/freetype": | 522 "src/third_party/freetype": |
523 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + | 523 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + |
524 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", | 524 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", |
525 | 525 |
526 "src/third_party/guava/src": | 526 "src/third_party/guava/src": |
527 Var("chromium_git") + "/external/guava-libraries.git" + | 527 Var("chromium_git") + "/external/guava-libraries.git" + |
528 "@c523556ab7d0f05afadebd20e7768d4c16af8771", | 528 "@c523556ab7d0f05afadebd20e7768d4c16af8771", |
529 | 529 |
| 530 "src/third_party/elfutils/src": |
| 531 Var("chromium_git") + "/external/elfutils.git" + |
| 532 "@43a97297be82feab4b3176a094ed701ad3ccb308", |
| 533 |
530 "src/third_party/httpcomponents-client": | 534 "src/third_party/httpcomponents-client": |
531 "/trunk/deps/third_party/httpcomponents-client@170888", | 535 "/trunk/deps/third_party/httpcomponents-client@170888", |
532 | 536 |
533 "src/third_party/httpcomponents-core": | 537 "src/third_party/httpcomponents-core": |
534 "/trunk/deps/third_party/httpcomponents-core@170888", | 538 "/trunk/deps/third_party/httpcomponents-core@170888", |
535 | 539 |
536 "src/third_party/jarjar": | 540 "src/third_party/jarjar": |
537 "/trunk/deps/third_party/jarjar@170888", | 541 "/trunk/deps/third_party/jarjar@170888", |
538 | 542 |
539 "src/third_party/jsr-305/src": | 543 "src/third_party/jsr-305/src": |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
762 "-s", "src/build/linux/bin/eu-strip.sha1", | 766 "-s", "src/build/linux/bin/eu-strip.sha1", |
763 ], | 767 ], |
764 }, | 768 }, |
765 { | 769 { |
766 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 770 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
767 "name": "gyp", | 771 "name": "gyp", |
768 "pattern": ".", | 772 "pattern": ".", |
769 "action": ["python", "src/build/gyp_chromium"], | 773 "action": ["python", "src/build/gyp_chromium"], |
770 }, | 774 }, |
771 ] | 775 ] |
OLD | NEW |