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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.64.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, 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.64.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.64.json b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.64.json
index 448b1ef88fe5d381f3b97b83f5b4334245b3a479..3c143aaf49d8b1dc320faabe0b74a32a37917a7e 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.64.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.64-to-linux.intel.64.json
@@ -92,7 +92,7 @@
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfile.out'] target_arch=arm",
+ "GYP_DEFINES": "OS=android android_sdk_root=['third_party', 'android_tools_internal', 'sdk'] android_sdk_version=KeyLimePie component=shared_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfile.out'] target_arch=arm",
"GYP_GENERATORS": "ninja",
"GYP_GENERATOR_FLAGS": "default_target=All"
}
@@ -168,7 +168,7 @@
},
"gyp_env": {
"GYP_CROSSCOMPILE": "1",
- "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfile.out'] target_arch=arm",
+ "GYP_DEFINES": "OS=android component=shared_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=['orderfiles', 'orderfile.out'] target_arch=x86",
"GYP_GENERATORS": "ninja",
"GYP_GENERATOR_FLAGS": "default_target=All"
}

Powered by Google App Engine
This is Rietveld 408576698