Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Side by Side Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-git_mode-False-cache_dir-False.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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": "svn://svn-mirror.golo.chromium.org/blink/tr unk" 7 "src/third_party/WebKit": "svn://svn-mirror.golo.chromium.org/blink/tr unk"
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
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": "svn://svn-mirror.golo.chromium.org/chrome/trunk/src" 165 "url": "svn://svn-mirror.golo.chromium.org/chrome/trunk/src"
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",
185 "managed": true,
186 "name": "src",
187 "url": "svn://svn-mirror.golo.chromium.org/chrome/trunk/src"
188 }
189 ]
190 },
169 "nacl": { 191 "nacl": {
170 "cache_dir": null, 192 "cache_dir": null,
171 "solutions": [ 193 "solutions": [
172 { 194 {
173 "custom_vars": { 195 "custom_vars": {
174 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s", 196 "googlecode_url": "svn://svn-mirror.golo.chromium.org/%s",
175 "sourceforge_url": "svn://svn-mirror.golo.chromium.org/%(repo)s", 197 "sourceforge_url": "svn://svn-mirror.golo.chromium.org/%(repo)s",
176 "webkit_trunk": "svn://svn-mirror.golo.chromium.org/blink/trunk" 198 "webkit_trunk": "svn://svn-mirror.golo.chromium.org/blink/trunk"
177 }, 199 },
178 "deps_file": "DEPS", 200 "deps_file": "DEPS",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "solutions": [ 275 "solutions": [
254 { 276 {
255 "deps_file": "DEPS", 277 "deps_file": "DEPS",
256 "managed": true, 278 "managed": true,
257 "name": "v8", 279 "name": "v8",
258 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge" 280 "url": "http://v8.googlecode.com/svn/branches/bleeding_edge"
259 } 281 }
260 ] 282 ]
261 } 283 }
262 } 284 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698