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://src.chromium.org/blink/trunk" | 7 "src/third_party/WebKit": "https://src.chromium.org/blink/trunk" |
8 }, | 8 }, |
9 "custom_vars": { | 9 "custom_vars": { |
10 "webkit_revision": "HEAD" | 10 "webkit_revision": "HEAD" |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 "cache_dir": null, | 129 "cache_dir": null, |
130 "solutions": [ | 130 "solutions": [ |
131 { | 131 { |
132 "deps_file": "", | 132 "deps_file": "", |
133 "managed": true, | 133 "managed": true, |
134 "name": "src", | 134 "name": "src", |
135 "url": "https://src.chromium.org/chrome/trunk/src" | 135 "url": "https://src.chromium.org/chrome/trunk/src" |
136 } | 136 } |
137 ] | 137 ] |
138 }, | 138 }, |
| 139 "libvpx": { |
| 140 "cache_dir": null, |
| 141 "solutions": [ |
| 142 { |
| 143 "custom_deps": { |
| 144 "src/third_party/libvpx/source2/libvpx": "https://chromium.googlesourc
e.com/webm/libvpx.git" |
| 145 }, |
| 146 "deps_file": "DEPS", |
| 147 "managed": true, |
| 148 "name": "src", |
| 149 "url": "https://src.chromium.org/chrome/trunk/src" |
| 150 } |
| 151 ] |
| 152 }, |
139 "nacl": { | 153 "nacl": { |
140 "cache_dir": null, | 154 "cache_dir": null, |
141 "solutions": [ | 155 "solutions": [ |
142 { | 156 { |
143 "deps_file": "DEPS", | 157 "deps_file": "DEPS", |
144 "managed": true, | 158 "managed": true, |
145 "name": "native_client", | 159 "name": "native_client", |
146 "url": "https://src.chromium.org/native_client/trunk/src/native_client" | 160 "url": "https://src.chromium.org/native_client/trunk/src/native_client" |
147 }, | 161 }, |
148 { | 162 { |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "solutions": [ | 232 "solutions": [ |
219 { | 233 { |
220 "deps_file": "DEPS", | 234 "deps_file": "DEPS", |
221 "managed": true, | 235 "managed": true, |
222 "name": "v8", | 236 "name": "v8", |
223 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" | 237 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" |
224 } | 238 } |
225 ] | 239 ] |
226 } | 240 } |
227 } | 241 } |
OLD | NEW |