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

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

Powered by Google App Engine
This is Rietveld 408576698