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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
513 "/trunk/deps/third_party/findbugs@245039", | 513 "/trunk/deps/third_party/findbugs@245039", |
514 | 514 |
515 "src/third_party/freetype": | 515 "src/third_party/freetype": |
516 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + | 516 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + |
517 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", | 517 "@a2b9955b49034a51dfbc8bf9f4e9d312149cecac", |
518 | 518 |
519 "src/third_party/guava/src": | 519 "src/third_party/guava/src": |
520 Var("chromium_git") + "/external/guava-libraries.git" + | 520 Var("chromium_git") + "/external/guava-libraries.git" + |
521 "@c523556ab7d0f05afadebd20e7768d4c16af8771", | 521 "@c523556ab7d0f05afadebd20e7768d4c16af8771", |
522 | 522 |
523 "src/third_party/elfutils": | |
bulach
2014/05/08 18:25:09
nit: I think you want under a further "src/" direc
simonb (inactive)
2014/05/09 11:16:33
Done.
| |
524 Var("chromium_git") + "/external/elfutils.git" + | |
525 "@43a97297be82feab4b3176a094ed701ad3ccb308", | |
526 | |
523 "src/third_party/httpcomponents-client": | 527 "src/third_party/httpcomponents-client": |
524 "/trunk/deps/third_party/httpcomponents-client@170888", | 528 "/trunk/deps/third_party/httpcomponents-client@170888", |
525 | 529 |
526 "src/third_party/httpcomponents-core": | 530 "src/third_party/httpcomponents-core": |
527 "/trunk/deps/third_party/httpcomponents-core@170888", | 531 "/trunk/deps/third_party/httpcomponents-core@170888", |
528 | 532 |
529 "src/third_party/jarjar": | 533 "src/third_party/jarjar": |
530 "/trunk/deps/third_party/jarjar@170888", | 534 "/trunk/deps/third_party/jarjar@170888", |
531 | 535 |
532 "src/third_party/jsr-305/src": | 536 "src/third_party/jsr-305/src": |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
755 "-s", "src/build/linux/bin/eu-strip.sha1", | 759 "-s", "src/build/linux/bin/eu-strip.sha1", |
756 ], | 760 ], |
757 }, | 761 }, |
758 { | 762 { |
759 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 763 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
760 "name": "gyp", | 764 "name": "gyp", |
761 "pattern": ".", | 765 "pattern": ".", |
762 "action": ["python", "src/build/gyp_chromium"], | 766 "action": ["python", "src/build/gyp_chromium"], |
763 }, | 767 }, |
764 ] | 768 ] |
OLD | NEW |