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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.32.json
index 59b7a60c4a11f34bb20f016ac648d9059cacd9c7..f4e3abf8579bc26bc27454dec3e0aa363dd8f2e6 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-mac.intel.64-to-mac.intel.32.json
@@ -9,8 +9,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android component=static_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"
}
},
"blink": {
@@ -55,8 +57,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=static_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android clang=1 component=static_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"
}
},
"component_builder": {
@@ -70,8 +74,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=shared_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "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_GENERATORS": "ninja",
+ "GYP_GENERATOR_FLAGS": "default_target=All"
}
},
"klp_builder": {
@@ -85,8 +91,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android component=static_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"
}
},
"main_builder": {
@@ -100,8 +108,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android component=static_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"
}
},
"msvs": "can not use msvs on \"mac\"",
@@ -127,8 +137,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android component=static_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"
}
},
"v8": {
@@ -155,8 +167,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android component=static_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"
}
}
}

Powered by Google App Engine
This is Rietveld 408576698