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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-mac.intel.32.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: rebase again 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-mac.intel.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-mac.intel.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-mac.intel.32.json
index 7641a75c3a757dea5dd04e2cf517262e08e95e15..d96375e358f182f97cd40ca538a6e072c456493d 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-mac.intel.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.32-to-mac.intel.32.json
@@ -1,20 +1,5 @@
{
- "android_defaults": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
+ "android_defaults": "Can only build android on linux.",
"blink": {
"build_config_fs": "Release",
"build_dir": "Path('[CHECKOUT]', 'out')",
@@ -26,7 +11,7 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library",
+ "GYP_DEFINES": "component=static_library target_arch=ia32",
"GYP_GENERATORS": "ninja"
}
},
@@ -41,7 +26,7 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=static_library",
+ "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32",
"GYP_GENERATORS": "ninja"
}
},
@@ -57,7 +42,7 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library",
+ "GYP_DEFINES": "component=static_library target_arch=ia32",
"GYP_GENERATORS": "ninja"
}
},
@@ -73,144 +58,18 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=static_library",
+ "GYP_DEFINES": "clang=1 component=static_library target_arch=ia32",
"GYP_GENERATORS": "ninja"
}
},
- "clang_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma-clang",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "clang_tests": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "component_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "dartium_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma",
- "default_targets": [
- "chrome_apk",
- "content_shell_apk"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=ia32",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "enormous_tests": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "klp_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android android_sdk_root=Path('[CHECKOUT]', 'third_party', 'android_tools_internal', 'sdk') android_sdk_version=4.4 component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "main_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "main_tests": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
+ "clang_builder": "config \"clang_builder\" includes \"android_defaults\", but [Can only build android on linux.]",
+ "clang_tests": "config \"clang_tests\" includes \"tests_base\", but [config \"tests_base\" includes \"android_defaults\", but [Can only build android on linux.]]",
+ "component_builder": "config \"component_builder\" includes \"main_builder\", but [config \"main_builder\" includes \"android_defaults\", but [Can only build android on linux.]]",
+ "dartium_builder": "config \"dartium_builder\" includes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]]",
+ "enormous_tests": "config \"enormous_tests\" includes \"tests_base\", but [config \"tests_base\" includes \"android_defaults\", but [Can only build android on linux.]]",
+ "klp_builder": "config \"klp_builder\" includes \"main_builder\", but [config \"main_builder\" includes \"android_defaults\", but [Can only build android on linux.]]",
+ "main_builder": "config \"main_builder\" includes \"android_defaults\", but [Can only build android on linux.]",
+ "main_tests": "config \"main_tests\" includes \"tests_base\", but [config \"tests_base\" includes \"android_defaults\", but [Can only build android on linux.]]",
"msvs": "can not use msvs on \"mac\"",
"ninja": {
"build_config_fs": "Release",
@@ -219,59 +78,13 @@
"build_tool": "ninja"
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library",
+ "GYP_DEFINES": "component=static_library target_arch=ia32",
"GYP_GENERATORS": "ninja"
}
},
- "tests_base": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "try_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "try_instrumentation_tests": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
+ "tests_base": "config \"tests_base\" includes \"android_defaults\", but [Can only build android on linux.]",
+ "try_builder": "config \"try_builder\" includes \"main_builder\", but [config \"main_builder\" includes \"android_defaults\", but [Can only build android on linux.]]",
+ "try_instrumentation_tests": "config \"try_instrumentation_tests\" includes \"tests_base\", but [config \"tests_base\" includes \"android_defaults\", but [Can only build android on linux.]]",
"v8": {
"build_config_fs": "Release",
"build_dir": "Path('[CHECKOUT]')",
@@ -282,57 +95,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "v8_target_arch=ia32"
- }
- },
- "x86_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=ia32",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
+ "GYP_DEFINES": "target_arch=ia32 v8_target_arch=ia32"
}
},
- "x86_try_builder": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "compiler": "goma",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=ia32",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- },
- "x86_try_instrumentation_tests": {
- "build_config_fs": "Release",
- "build_dir": "Path('[CHECKOUT]', 'out')",
- "compile_py": {
- "build_tool": "ninja",
- "default_targets": [
- "All"
- ]
- },
- "gyp_env": {
- "GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=Path('[CHECKOUT]', 'orderfiles', 'orderfile.out') target_arch=arm",
- "GYP_GENERATORS": "ninja",
- "GYP_GENERATOR_FLAGS": "default_target=All"
- }
- }
+ "x86_builder": "config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]",
+ "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]]",
+ "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" includes \"x86_builder\", but [config \"x86_builder\" includes \"android_defaults\", but [Can only build android on linux.]]"
}

Powered by Google App Engine
This is Rietveld 408576698