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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 | 93 |
94 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": | 94 "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests": |
95 Var("chromium_git") + | 95 Var("chromium_git") + |
96 "/external/w3c/web-platform-tests.git@ac4322a338be82b3d8b722917d6d3d057c0a3f
6a", | 96 "/external/w3c/web-platform-tests.git@ac4322a338be82b3d8b722917d6d3d057c0a3f
6a", |
97 | 97 |
98 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": | 98 "src/third_party/WebKit/LayoutTests/w3c/csswg-test": |
99 Var("chromium_git") + | 99 Var("chromium_git") + |
100 "/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e", | 100 "/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e", |
101 | 101 |
102 "src/third_party/icu": | 102 "src/third_party/icu": |
103 "/trunk/deps/third_party/icu46@246118", | 103 "/trunk/deps/third_party/icu46@249466", |
104 | 104 |
105 "src/third_party/libexif/sources": | 105 "src/third_party/libexif/sources": |
106 "/trunk/deps/third_party/libexif/sources@146817", | 106 "/trunk/deps/third_party/libexif/sources@146817", |
107 | 107 |
108 "src/third_party/hunspell": | 108 "src/third_party/hunspell": |
109 "/trunk/deps/third_party/hunspell@206172", | 109 "/trunk/deps/third_party/hunspell@206172", |
110 | 110 |
111 "src/third_party/hunspell_dictionaries": | 111 "src/third_party/hunspell_dictionaries": |
112 "/trunk/deps/third_party/hunspell_dictionaries@193701", | 112 "/trunk/deps/third_party/hunspell_dictionaries@193701", |
113 | 113 |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 "-s", "src/build/linux/bin/eu-strip.sha1", | 757 "-s", "src/build/linux/bin/eu-strip.sha1", |
758 ], | 758 ], |
759 }, | 759 }, |
760 { | 760 { |
761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 761 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
762 "name": "gyp", | 762 "name": "gyp", |
763 "pattern": ".", | 763 "pattern": ".", |
764 "action": ["python", "src/build/gyp_chromium"], | 764 "action": ["python", "src/build/gyp_chromium"], |
765 }, | 765 }, |
766 ] | 766 ] |
OLD | NEW |