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 "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://chromium.googlesource.com/chromium/src.git" | 135 "url": "https://chromium.googlesource.com/chromium/src.git" |
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.git", |
| 147 "managed": true, |
| 148 "name": "src", |
| 149 "url": "https://chromium.googlesource.com/chromium/src.git" |
| 150 } |
| 151 ] |
| 152 }, |
139 "nacl": "nacl only supports svn", | 153 "nacl": "nacl only supports svn", |
140 "oilpan": "Oilpan requires SVN for now", | 154 "oilpan": "Oilpan requires SVN for now", |
141 "oilpan_internal": "config \"oilpan_internal\" includes \"oilpan\", but [Oilpa
n requires SVN for now]", | 155 "oilpan_internal": "config \"oilpan_internal\" includes \"oilpan\", but [Oilpa
n requires SVN for now]", |
142 "tools_build": { | 156 "tools_build": { |
143 "cache_dir": null, | 157 "cache_dir": null, |
144 "solutions": [ | 158 "solutions": [ |
145 { | 159 { |
146 "deps_file": ".DEPS.git", | 160 "deps_file": ".DEPS.git", |
147 "managed": true, | 161 "managed": true, |
148 "name": "build", | 162 "name": "build", |
149 "url": "https://chromium.googlesource.com/chromium/tools/build.git" | 163 "url": "https://chromium.googlesource.com/chromium/tools/build.git" |
150 } | 164 } |
151 ] | 165 ] |
152 }, | 166 }, |
153 "v8": { | 167 "v8": { |
154 "cache_dir": null, | 168 "cache_dir": null, |
155 "solutions": [ | 169 "solutions": [ |
156 { | 170 { |
157 "deps_file": ".DEPS.git", | 171 "deps_file": ".DEPS.git", |
158 "managed": true, | 172 "managed": true, |
159 "name": "v8", | 173 "name": "v8", |
160 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" | 174 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" |
161 } | 175 } |
162 ] | 176 ] |
163 } | 177 } |
164 } | 178 } |
OLD | NEW |