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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 "src/third_party/skia/src": | 161 "src/third_party/skia/src": |
162 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), | 162 (Var("googlecode_url") % "skia") + "/trunk/src@" + Var("skia_revision"), |
163 | 163 |
164 "src/third_party/skia/gyp": | 164 "src/third_party/skia/gyp": |
165 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), | 165 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), |
166 | 166 |
167 "src/third_party/skia/include": | 167 "src/third_party/skia/include": |
168 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), | 168 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
169 | 169 |
170 "src/third_party/ots": | 170 "src/third_party/ots": |
171 (Var("googlecode_url") % "ots") + "/trunk@110", | 171 (Var("googlecode_url") % "ots") + "/trunk@112", |
172 | 172 |
173 "src/third_party/brotli/src": | 173 "src/third_party/brotli/src": |
174 Var("chromium_git") + | 174 Var("chromium_git") + |
175 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f
cd8e01", | 175 "/external/font-compression-reference.git@0829e37293abc2523a1d2b0f4d68ff7b5f
cd8e01", |
176 | 176 |
177 "src/tools/page_cycler/acid3": | 177 "src/tools/page_cycler/acid3": |
178 "/trunk/deps/page_cycler/acid3@171600", | 178 "/trunk/deps/page_cycler/acid3@171600", |
179 | 179 |
180 "src/chrome/test/data/perf/canvas_bench": | 180 "src/chrome/test/data/perf/canvas_bench": |
181 "/trunk/deps/canvas_bench@122605", | 181 "/trunk/deps/canvas_bench@122605", |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 "-s", "src/build/linux/bin/eu-strip.sha1", | 755 "-s", "src/build/linux/bin/eu-strip.sha1", |
756 ], | 756 ], |
757 }, | 757 }, |
758 { | 758 { |
759 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 759 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
760 "name": "gyp", | 760 "name": "gyp", |
761 "pattern": ".", | 761 "pattern": ".", |
762 "action": ["python", "src/build/gyp_chromium"], | 762 "action": ["python", "src/build/gyp_chromium"], |
763 }, | 763 }, |
764 ] | 764 ] |
OLD | NEW |