| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), | 162 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), |
| 163 | 163 |
| 164 "src/third_party/skia/include": | 164 "src/third_party/skia/include": |
| 165 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), | 165 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
| 166 | 166 |
| 167 "src/third_party/ots": | 167 "src/third_party/ots": |
| 168 (Var("googlecode_url") % "ots") + "/trunk@110", | 168 (Var("googlecode_url") % "ots") + "/trunk@110", |
| 169 | 169 |
| 170 "src/third_party/brotli/src": | 170 "src/third_party/brotli/src": |
| 171 Var("chromium_git") + | 171 Var("chromium_git") + |
| 172 "/external/font-compression-reference.git@dfc5a9f2151a7c88914c236c7db8fa119f
ee249c", | 172 "/external/font-compression-reference.git@7f848593bd2ec83f4537b6d494a5bf55b9
bd4456", |
| 173 | 173 |
| 174 "src/tools/page_cycler/acid3": | 174 "src/tools/page_cycler/acid3": |
| 175 "/trunk/deps/page_cycler/acid3@171600", | 175 "/trunk/deps/page_cycler/acid3@171600", |
| 176 | 176 |
| 177 "src/chrome/test/data/perf/canvas_bench": | 177 "src/chrome/test/data/perf/canvas_bench": |
| 178 "/trunk/deps/canvas_bench@122605", | 178 "/trunk/deps/canvas_bench@122605", |
| 179 | 179 |
| 180 "src/chrome/test/data/perf/frame_rate/content": | 180 "src/chrome/test/data/perf/frame_rate/content": |
| 181 "/trunk/deps/frame_rate/content@93671", | 181 "/trunk/deps/frame_rate/content@93671", |
| 182 | 182 |
| (...skipping 574 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 |