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

Side by Side Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.64-to-android.arm.32.json

Issue 23532085: [chormium_android api] Set KLP and x86 GYP_DEFINES. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove a spurious pass Created 7 years, 2 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 },
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "build_dir": "out", 85 "build_dir": "out",
86 "compile_py": { 86 "compile_py": {
87 "build_tool": "ninja", 87 "build_tool": "ninja",
88 "compiler": "goma", 88 "compiler": "goma",
89 "default_targets": [ 89 "default_targets": [
90 "All" 90 "All"
91 ] 91 ]
92 }, 92 },
93 "gyp_env": { 93 "gyp_env": {
94 "GYP_CROSSCOMPILE": "1", 94 "GYP_CROSSCOMPILE": "1",
95 "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", 95 "GYP_DEFINES": "OS=android android_sdk_root=['third_party', 'android_tools _internal', 'sdk'] android_sdk_version=KeyLimePie component=static_library fastb uild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfile .out'] target_arch=arm",
96 "GYP_GENERATORS": "ninja", 96 "GYP_GENERATORS": "ninja",
97 "GYP_GENERATOR_FLAGS": "default_target=All" 97 "GYP_GENERATOR_FLAGS": "default_target=All"
98 } 98 }
99 }, 99 },
100 "main_builder": { 100 "main_builder": {
101 "build_config_fs": "Release", 101 "build_config_fs": "Release",
102 "build_dir": "out", 102 "build_dir": "out",
103 "compile_py": { 103 "compile_py": {
104 "build_tool": "ninja", 104 "build_tool": "ninja",
105 "compiler": "goma", 105 "compiler": "goma",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "build_dir": "out", 161 "build_dir": "out",
162 "compile_py": { 162 "compile_py": {
163 "build_tool": "ninja", 163 "build_tool": "ninja",
164 "compiler": "goma", 164 "compiler": "goma",
165 "default_targets": [ 165 "default_targets": [
166 "All" 166 "All"
167 ] 167 ]
168 }, 168 },
169 "gyp_env": { 169 "gyp_env": {
170 "GYP_CROSSCOMPILE": "1", 170 "GYP_CROSSCOMPILE": "1",
171 "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", 171 "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=x86",
172 "GYP_GENERATORS": "ninja", 172 "GYP_GENERATORS": "ninja",
173 "GYP_GENERATOR_FLAGS": "default_target=All" 173 "GYP_GENERATOR_FLAGS": "default_target=All"
174 } 174 }
175 }, 175 },
176 "xcodebuild": "can not use xcodebuild on \"linux\"" 176 "xcodebuild": "can not use xcodebuild on \"linux\""
177 } 177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698