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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), | 159 (Var("googlecode_url") % "skia") + "/trunk/gyp@" + Var("skia_revision"), |
160 | 160 |
161 "src/third_party/skia/include": | 161 "src/third_party/skia/include": |
162 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), | 162 (Var("googlecode_url") % "skia") + "/trunk/include@" + Var("skia_revision"), |
163 | 163 |
164 "src/third_party/ots": | 164 "src/third_party/ots": |
165 (Var("googlecode_url") % "ots") + "/trunk@108", | 165 (Var("googlecode_url") % "ots") + "/trunk@108", |
166 | 166 |
167 "src/third_party/brotli/src": | 167 "src/third_party/brotli/src": |
168 Var("chromium_git") + | 168 Var("chromium_git") + |
169 "/external/font-compression-reference.git@931479d735e1121548c3b07aec866fd772
cc4932", | 169 "/external/font-compression-reference.git@dfc5a9f2151a7c88914c236c7db8fa119f
ee249c", |
170 | 170 |
171 "src/tools/page_cycler/acid3": | 171 "src/tools/page_cycler/acid3": |
172 "/trunk/deps/page_cycler/acid3@171600", | 172 "/trunk/deps/page_cycler/acid3@171600", |
173 | 173 |
174 "src/chrome/test/data/perf/canvas_bench": | 174 "src/chrome/test/data/perf/canvas_bench": |
175 "/trunk/deps/canvas_bench@122605", | 175 "/trunk/deps/canvas_bench@122605", |
176 | 176 |
177 "src/chrome/test/data/perf/frame_rate/content": | 177 "src/chrome/test/data/perf/frame_rate/content": |
178 "/trunk/deps/frame_rate/content@93671", | 178 "/trunk/deps/frame_rate/content@93671", |
179 | 179 |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
709 "pattern": ".", | 709 "pattern": ".", |
710 "action": ["python", "src/build/gyp_chromium"], | 710 "action": ["python", "src/build/gyp_chromium"], |
711 }, | 711 }, |
712 { | 712 { |
713 # Check for landmines (reasons to clobber the build). | 713 # Check for landmines (reasons to clobber the build). |
714 "name": "landmines", | 714 "name": "landmines", |
715 "pattern": ".", | 715 "pattern": ".", |
716 "action": ["python", "src/build/landmines.py"], | 716 "action": ["python", "src/build/landmines.py"], |
717 }, | 717 }, |
718 ] | 718 ] |
OLD | NEW |