| OLD | NEW |
| 1 { | 1 { |
| 2 "_webrtc_additional_solutions": "WebRTC only supports svn", |
| 2 "blink": { | 3 "blink": { |
| 3 "cache_dir": "CACHE_DIR", | 4 "cache_dir": "CACHE_DIR", |
| 4 "solutions": [ | 5 "solutions": [ |
| 5 { | 6 { |
| 6 "custom_deps": { | 7 "custom_deps": { |
| 7 "src/third_party/WebKit": "https://chromium.googlesource.com/chromium/
blink.git" | 8 "src/third_party/WebKit": "https://chromium.googlesource.com/chromium/
blink.git" |
| 8 }, | 9 }, |
| 9 "custom_vars": { | 10 "custom_vars": { |
| 10 "webkit_revision": "HEAD" | 11 "webkit_revision": "HEAD" |
| 11 }, | 12 }, |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 "v8": { | 154 "v8": { |
| 154 "cache_dir": "CACHE_DIR", | 155 "cache_dir": "CACHE_DIR", |
| 155 "solutions": [ | 156 "solutions": [ |
| 156 { | 157 { |
| 157 "deps_file": ".DEPS.git", | 158 "deps_file": ".DEPS.git", |
| 158 "managed": true, | 159 "managed": true, |
| 159 "name": "v8", | 160 "name": "v8", |
| 160 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" | 161 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" |
| 161 } | 162 } |
| 162 ] | 163 ] |
| 163 } | 164 }, |
| 165 "webrtc_android_apk_try_builder": "config \"webrtc_android_apk_try_builder\" i
ncludes \"_webrtc_additional_solutions\", but [WebRTC only supports svn]" |
| 164 } | 166 } |
| OLD | NEW |