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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.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-win.intel.64-to-win.intel.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.32.json
index c7ee7ce601063e86d0648a04819a450dd3485a57..7e9c1f2e86fdf5d13f2915ef081874adf99d4dde 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Release-win.intel.64-to-win.intel.32.json
@@ -9,8 +9,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "component=static_library fastbuild=1",
+ "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",
"GYP_MSVS_VERSION": "2010"
}
},
@@ -58,8 +60,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "chromium_win_pch=0 clang=1 component=static_library fastbuild=1",
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android chromium_win_pch=0 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",
"GYP_MSVS_VERSION": "2010"
}
},
@@ -74,8 +78,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1",
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android chromium_win_pch=0 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",
"GYP_MSVS_VERSION": "2010"
}
},
@@ -90,8 +96,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1",
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android chromium_win_pch=0 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",
"GYP_MSVS_VERSION": "2010"
}
},
@@ -106,8 +114,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1",
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android chromium_win_pch=0 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",
"GYP_MSVS_VERSION": "2010"
}
},
@@ -147,8 +157,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1",
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android chromium_win_pch=0 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",
"GYP_MSVS_VERSION": "2010"
}
},
@@ -177,8 +189,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1",
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android chromium_win_pch=0 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",
"GYP_MSVS_VERSION": "2010"
}
},

Powered by Google App Engine
This is Rietveld 408576698