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

Side by Side Diff: scripts/slave/recipe_modules/gclient/config.expected/using_mirror-True-git_mode-True-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": "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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698