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

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

Powered by Google App Engine
This is Rietveld 408576698