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

Unified Diff: scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.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/Debug-linux.intel.32-to-android.intel.32.json
diff --git a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json
index 7f87152694cb128fd34d11dd78e059ff101bc401..8ae2ae6fa534208a2af51c436ce4cd802922ae63 100644
--- a/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json
+++ b/scripts/slave/recipe_modules/chromium/config.expected/Debug-linux.intel.32-to-android.intel.32.json
@@ -9,8 +9,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"
}
},
"blink": {
@@ -55,8 +57,10 @@
]
},
"gyp_env": {
- "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1",
- "GYP_GENERATORS": "ninja"
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android 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"
}
},
"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=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"
}
},
"main_builder": {
@@ -100,8 +108,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"
}
},
"msvs": "can not use msvs on \"linux\"",
@@ -127,8 +137,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"
}
},
"v8": {
@@ -155,8 +167,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"
}
},
"xcodebuild": "can not use xcodebuild on \"linux\""

Powered by Google App Engine
This is Rietveld 408576698