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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.arm.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-linux.intel.32-to-chromeos.arm.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.arm.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.arm.32.json
index 03bcb7bdc2cd1c8132e9df22c82bf6a442effa6b..421a203fce003880983fc23c56e4933319dda9e2 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.arm.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-linux.intel.32-to-chromeos.arm.32.json
@@ -26,7 +26,7 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library",
+ "GYP_DEFINES": "component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
},
@@ -41,7 +41,7 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=static_library",
+ "GYP_DEFINES": "clang=1 component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
},
@@ -57,7 +57,7 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library",
+ "GYP_DEFINES": "component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
},
@@ -73,7 +73,7 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=static_library",
+ "GYP_DEFINES": "clang=1 component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
},
@@ -127,24 +127,7 @@
"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"
- }
- },
+ "dartium_builder": "config \"dartium_builder\" includes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
"enormous_tests": {
"build_config_fs": "Release",
"build_dir": "Path('[CHECKOUT]', 'out')",
@@ -219,7 +202,7 @@
"build_tool": "ninja"
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library",
+ "GYP_DEFINES": "component=static_library target_arch=arm",
"GYP_GENERATORS": "ninja"
}
},
@@ -282,58 +265,11 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "v8_target_arch=arm"
- }
- },
- "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"
- }
- },
- "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"
+ "GYP_DEFINES": "target_arch=arm v8_target_arch=arm"
}
},
+ "x86_builder": "Cannot target x86 with TARGET_ARCH == arm",
+ "x86_try_builder": "config \"x86_try_builder\" includes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
+ "x86_try_instrumentation_tests": "config \"x86_try_instrumentation_tests\" includes \"x86_builder\", but [Cannot target x86 with TARGET_ARCH == arm]",
"xcodebuild": "can not use xcodebuild on \"linux\""
}

Powered by Google App Engine
This is Rietveld 408576698