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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 Var("sfntly_revision"), | 170 Var("sfntly_revision"), |
171 | 171 |
172 "src/third_party/skia": | 172 "src/third_party/skia": |
173 Var("chromium_git") + "/skia.git@" + Var("skia_revision"), | 173 Var("chromium_git") + "/skia.git@" + Var("skia_revision"), |
174 | 174 |
175 "src/third_party/ots": | 175 "src/third_party/ots": |
176 (Var("googlecode_url") % "ots") + "/trunk@113", | 176 (Var("googlecode_url") % "ots") + "/trunk@113", |
177 | 177 |
178 "src/third_party/brotli/src": | 178 "src/third_party/brotli/src": |
179 Var("chromium_git") + | 179 Var("chromium_git") + |
180 "/external/font-compression-reference.git@c75ed764ef2a74bf3ab645ca7a73c0c692
477755", | 180 "/external/font-compression-reference.git@6cef49677dc4c650ef6e3f56041e0a4180
3afa8c", |
181 | 181 |
182 "src/tools/page_cycler/acid3": | 182 "src/tools/page_cycler/acid3": |
183 "/trunk/deps/page_cycler/acid3@171600", | 183 "/trunk/deps/page_cycler/acid3@171600", |
184 | 184 |
185 "src/chrome/test/data/perf/canvas_bench": | 185 "src/chrome/test/data/perf/canvas_bench": |
186 "/trunk/deps/canvas_bench@122605", | 186 "/trunk/deps/canvas_bench@122605", |
187 | 187 |
188 "src/chrome/test/data/perf/frame_rate/content": | 188 "src/chrome/test/data/perf/frame_rate/content": |
189 "/trunk/deps/frame_rate/content@93671", | 189 "/trunk/deps/frame_rate/content@93671", |
190 | 190 |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
774 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", | 774 "-s", "src/third_party/drmemory/drmemory-windows-sfx.exe.sha1", |
775 ], | 775 ], |
776 }, | 776 }, |
777 { | 777 { |
778 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 778 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
779 "name": "gyp", | 779 "name": "gyp", |
780 "pattern": ".", | 780 "pattern": ".", |
781 "action": ["python", "src/build/gyp_chromium"], | 781 "action": ["python", "src/build/gyp_chromium"], |
782 }, | 782 }, |
783 ] | 783 ] |
OLD | NEW |