OLD | NEW |
1 { | 1 { |
2 "blink": { | 2 "blink": { |
3 "cache_dir": null, | 3 "cache_dir": null, |
4 "solutions": [ | 4 "solutions": [ |
5 { | 5 { |
6 "custom_deps": { | 6 "custom_deps": { |
7 "src/third_party/WebKit": "https://chromium.googlesource.com/chromium/
blink.git" | 7 "src/third_party/WebKit": "https://chromium.googlesource.com/chromium/
blink.git" |
8 }, | 8 }, |
9 "custom_vars": { | 9 "custom_vars": { |
10 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s", | 10 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s", |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 "sourceforge_url": "svn://svn-mirror.golo.chromium.org/%(repo)s", | 159 "sourceforge_url": "svn://svn-mirror.golo.chromium.org/%(repo)s", |
160 "webkit_trunk": "svn://svn-mirror.golo.chromium.org/blink/trunk" | 160 "webkit_trunk": "svn://svn-mirror.golo.chromium.org/blink/trunk" |
161 }, | 161 }, |
162 "deps_file": "", | 162 "deps_file": "", |
163 "managed": true, | 163 "managed": true, |
164 "name": "src", | 164 "name": "src", |
165 "url": "https://chromium.googlesource.com/chromium/src.git" | 165 "url": "https://chromium.googlesource.com/chromium/src.git" |
166 } | 166 } |
167 ] | 167 ] |
168 }, | 168 }, |
| 169 "libvpx": { |
| 170 "cache_dir": null, |
| 171 "solutions": [ |
| 172 { |
| 173 "custom_deps": { |
| 174 "src/third_party/WebKit/LayoutTests": null, |
| 175 "src/third_party/libvpx/source2/libvpx": "https://chromium.googlesourc
e.com/webm/libvpx.git", |
| 176 "src/webkit/data/layout_tests/LayoutTests": null |
| 177 }, |
| 178 "custom_vars": { |
| 179 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s", |
| 180 "nacl_trunk": "svn://svn-mirror.golo.chromium.org/native_client/trunk"
, |
| 181 "sourceforge_url": "svn://svn-mirror.golo.chromium.org/%(repo)s", |
| 182 "webkit_trunk": "svn://svn-mirror.golo.chromium.org/blink/trunk" |
| 183 }, |
| 184 "deps_file": ".DEPS.git", |
| 185 "managed": true, |
| 186 "name": "src", |
| 187 "url": "https://chromium.googlesource.com/chromium/src.git" |
| 188 } |
| 189 ] |
| 190 }, |
169 "nacl": "nacl only supports svn", | 191 "nacl": "nacl only supports svn", |
170 "oilpan": "Oilpan requires SVN for now", | 192 "oilpan": "Oilpan requires SVN for now", |
171 "oilpan_internal": "config \"oilpan_internal\" includes \"oilpan\", but [Oilpa
n requires SVN for now]", | 193 "oilpan_internal": "config \"oilpan_internal\" includes \"oilpan\", but [Oilpa
n requires SVN for now]", |
172 "tools_build": { | 194 "tools_build": { |
173 "cache_dir": null, | 195 "cache_dir": null, |
174 "solutions": [ | 196 "solutions": [ |
175 { | 197 { |
176 "deps_file": ".DEPS.git", | 198 "deps_file": ".DEPS.git", |
177 "managed": true, | 199 "managed": true, |
178 "name": "build", | 200 "name": "build", |
179 "url": "https://chromium.googlesource.com/chromium/tools/build.git" | 201 "url": "https://chromium.googlesource.com/chromium/tools/build.git" |
180 } | 202 } |
181 ] | 203 ] |
182 }, | 204 }, |
183 "v8": { | 205 "v8": { |
184 "cache_dir": null, | 206 "cache_dir": null, |
185 "solutions": [ | 207 "solutions": [ |
186 { | 208 { |
187 "deps_file": ".DEPS.git", | 209 "deps_file": ".DEPS.git", |
188 "managed": true, | 210 "managed": true, |
189 "name": "v8", | 211 "name": "v8", |
190 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" | 212 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" |
191 } | 213 } |
192 ] | 214 ] |
193 } | 215 } |
194 } | 216 } |
OLD | NEW |