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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.32-to-win.intel.32.json

Issue 23431038: [chromium_android recipes] Cleanup envsetup step and cleanup step names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Address comments Created 7 years, 3 months 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 "android_defaults": { 2 "android_defaults": {
3 "build_config_fs": "Release", 3 "build_config_fs": "Release",
4 "build_dir": "out", 4 "build_dir": "out",
5 "compile_py": { 5 "compile_py": {
6 "build_tool": "ninja", 6 "build_tool": "ninja",
7 "default_targets": [ 7 "default_targets": [
8 "All" 8 "All"
9 ] 9 ]
10 }, 10 },
11 "gyp_env": { 11 "gyp_env": {
12 "GYP_DEFINES": "component=static_library fastbuild=1", 12 "GYP_CROSSCOMPILE": 1,
13 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_versio n=46 host_os=linux order_text_section=['orderfiles', 'orderfile.out'] target_arc h=arm",
13 "GYP_GENERATORS": "ninja", 14 "GYP_GENERATORS": "ninja",
15 "GYP_GENERATOR_FLAGS": "default_target=All",
14 "GYP_MSVS_VERSION": "2010" 16 "GYP_MSVS_VERSION": "2010"
15 } 17 }
16 }, 18 },
17 "blink": { 19 "blink": {
18 "build_config_fs": "Release", 20 "build_config_fs": "Release",
19 "build_dir": "out", 21 "build_dir": "out",
20 "compile_py": { 22 "compile_py": {
21 "build_tool": "ninja", 23 "build_tool": "ninja",
22 "compiler": "goma", 24 "compiler": "goma",
23 "default_targets": [ 25 "default_targets": [
(...skipping 27 matching lines...) Expand all
51 "build_config_fs": "Release", 53 "build_config_fs": "Release",
52 "build_dir": "out", 54 "build_dir": "out",
53 "compile_py": { 55 "compile_py": {
54 "build_tool": "ninja", 56 "build_tool": "ninja",
55 "compiler": "goma-clang", 57 "compiler": "goma-clang",
56 "default_targets": [ 58 "default_targets": [
57 "All" 59 "All"
58 ] 60 ]
59 }, 61 },
60 "gyp_env": { 62 "gyp_env": {
61 "GYP_DEFINES": "chromium_win_pch=0 clang=1 component=static_library fastbu ild=1", 63 "GYP_CROSSCOMPILE": 1,
64 "GYP_DEFINES": "OS=android chromium_win_pch=0 clang=1 component=static_lib rary fastbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfile.out'] target_arch=arm",
62 "GYP_GENERATORS": "ninja", 65 "GYP_GENERATORS": "ninja",
66 "GYP_GENERATOR_FLAGS": "default_target=All",
63 "GYP_MSVS_VERSION": "2010" 67 "GYP_MSVS_VERSION": "2010"
64 } 68 }
65 }, 69 },
66 "component_builder": { 70 "component_builder": {
67 "build_config_fs": "Release", 71 "build_config_fs": "Release",
68 "build_dir": "out", 72 "build_dir": "out",
69 "compile_py": { 73 "compile_py": {
70 "build_tool": "ninja", 74 "build_tool": "ninja",
71 "compiler": "goma", 75 "compiler": "goma",
72 "default_targets": [ 76 "default_targets": [
73 "All" 77 "All"
74 ] 78 ]
75 }, 79 },
76 "gyp_env": { 80 "gyp_env": {
77 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1", 81 "GYP_CROSSCOMPILE": 1,
82 "GYP_DEFINES": "OS=android chromium_win_pch=0 component=shared_library fas tbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfi le.out'] target_arch=arm",
78 "GYP_GENERATORS": "ninja", 83 "GYP_GENERATORS": "ninja",
84 "GYP_GENERATOR_FLAGS": "default_target=All",
79 "GYP_MSVS_VERSION": "2010" 85 "GYP_MSVS_VERSION": "2010"
80 } 86 }
81 }, 87 },
82 "klp_builder": { 88 "klp_builder": {
83 "build_config_fs": "Release", 89 "build_config_fs": "Release",
84 "build_dir": "out", 90 "build_dir": "out",
85 "compile_py": { 91 "compile_py": {
86 "build_tool": "ninja", 92 "build_tool": "ninja",
87 "compiler": "goma", 93 "compiler": "goma",
88 "default_targets": [ 94 "default_targets": [
89 "All" 95 "All"
90 ] 96 ]
91 }, 97 },
92 "gyp_env": { 98 "gyp_env": {
93 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1", 99 "GYP_CROSSCOMPILE": 1,
100 "GYP_DEFINES": "OS=android chromium_win_pch=0 component=static_library fas tbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfi le.out'] target_arch=arm",
94 "GYP_GENERATORS": "ninja", 101 "GYP_GENERATORS": "ninja",
102 "GYP_GENERATOR_FLAGS": "default_target=All",
95 "GYP_MSVS_VERSION": "2010" 103 "GYP_MSVS_VERSION": "2010"
96 } 104 }
97 }, 105 },
98 "main_builder": { 106 "main_builder": {
99 "build_config_fs": "Release", 107 "build_config_fs": "Release",
100 "build_dir": "out", 108 "build_dir": "out",
101 "compile_py": { 109 "compile_py": {
102 "build_tool": "ninja", 110 "build_tool": "ninja",
103 "compiler": "goma", 111 "compiler": "goma",
104 "default_targets": [ 112 "default_targets": [
105 "All" 113 "All"
106 ] 114 ]
107 }, 115 },
108 "gyp_env": { 116 "gyp_env": {
109 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1", 117 "GYP_CROSSCOMPILE": 1,
118 "GYP_DEFINES": "OS=android chromium_win_pch=0 component=static_library fas tbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfi le.out'] target_arch=arm",
110 "GYP_GENERATORS": "ninja", 119 "GYP_GENERATORS": "ninja",
120 "GYP_GENERATOR_FLAGS": "default_target=All",
111 "GYP_MSVS_VERSION": "2010" 121 "GYP_MSVS_VERSION": "2010"
112 } 122 }
113 }, 123 },
114 "msvs": { 124 "msvs": {
115 "build_config_fs": "Release", 125 "build_config_fs": "Release",
116 "build_dir": "out", 126 "build_dir": "out",
117 "compile_py": { 127 "compile_py": {
118 "build_tool": "msvs" 128 "build_tool": "msvs"
119 }, 129 },
120 "gyp_env": { 130 "gyp_env": {
(...skipping 19 matching lines...) Expand all
140 "build_config_fs": "Release", 150 "build_config_fs": "Release",
141 "build_dir": "out", 151 "build_dir": "out",
142 "compile_py": { 152 "compile_py": {
143 "build_tool": "ninja", 153 "build_tool": "ninja",
144 "compiler": "goma", 154 "compiler": "goma",
145 "default_targets": [ 155 "default_targets": [
146 "All" 156 "All"
147 ] 157 ]
148 }, 158 },
149 "gyp_env": { 159 "gyp_env": {
150 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1", 160 "GYP_CROSSCOMPILE": 1,
161 "GYP_DEFINES": "OS=android chromium_win_pch=0 component=static_library fas tbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfi le.out'] target_arch=arm",
151 "GYP_GENERATORS": "ninja", 162 "GYP_GENERATORS": "ninja",
163 "GYP_GENERATOR_FLAGS": "default_target=All",
152 "GYP_MSVS_VERSION": "2010" 164 "GYP_MSVS_VERSION": "2010"
153 } 165 }
154 }, 166 },
155 "v8": { 167 "v8": {
156 "build_config_fs": "Release", 168 "build_config_fs": "Release",
157 "build_dir": "", 169 "build_dir": "",
158 "compile_py": { 170 "compile_py": {
159 "build_tool": "make", 171 "build_tool": "make",
160 "default_targets": [ 172 "default_targets": [
161 "buildbot" 173 "buildbot"
162 ] 174 ]
163 }, 175 },
164 "gyp_env": { 176 "gyp_env": {
165 "GYP_DEFINES": "v8_target_arch=ia32", 177 "GYP_DEFINES": "v8_target_arch=ia32",
166 "GYP_MSVS_VERSION": "2010" 178 "GYP_MSVS_VERSION": "2010"
167 } 179 }
168 }, 180 },
169 "x86_builder": { 181 "x86_builder": {
170 "build_config_fs": "Release", 182 "build_config_fs": "Release",
171 "build_dir": "out", 183 "build_dir": "out",
172 "compile_py": { 184 "compile_py": {
173 "build_tool": "ninja", 185 "build_tool": "ninja",
174 "compiler": "goma", 186 "compiler": "goma",
175 "default_targets": [ 187 "default_targets": [
176 "All" 188 "All"
177 ] 189 ]
178 }, 190 },
179 "gyp_env": { 191 "gyp_env": {
180 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1", 192 "GYP_CROSSCOMPILE": 1,
193 "GYP_DEFINES": "OS=android chromium_win_pch=0 component=static_library fas tbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfi le.out'] target_arch=arm",
181 "GYP_GENERATORS": "ninja", 194 "GYP_GENERATORS": "ninja",
195 "GYP_GENERATOR_FLAGS": "default_target=All",
182 "GYP_MSVS_VERSION": "2010" 196 "GYP_MSVS_VERSION": "2010"
183 } 197 }
184 }, 198 },
185 "xcodebuild": "can not use xcodebuild on \"win\"" 199 "xcodebuild": "can not use xcodebuild on \"win\""
186 } 200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698