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

Unified Diff: scripts/slave/recipes/android/android_builder.expected/x86_builder.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
« no previous file with comments | « scripts/slave/recipes/android/android_builder.expected/try_builder.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android/android_builder.expected/x86_builder.json
diff --git a/scripts/slave/recipes/android/android_builder.expected/x86_builder.json b/scripts/slave/recipes/android/android_builder.expected/x86_builder.json
index 34f1b5e20ea0dcac799c860aa71a463f3b859cbf..25d7966bcea2790d6bfa7a1aa40bf856e291f524 100644
--- a/scripts/slave/recipes/android/android_builder.expected/x86_builder.json
+++ b/scripts/slave/recipes/android/android_builder.expected/x86_builder.json
@@ -47,13 +47,13 @@
"--output-json",
"/path/to/tmp/json"
],
- "name": "Get AppManifestVars",
+ "name": "get app_manifest_vars",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"build_id\": 3333, @@@",
"@@@STEP_LOG_LINE@json.output@ \"date_string\": 6001, @@@",
"@@@STEP_LOG_LINE@json.output@ \"version_code\": 10, @@@",
- "@@@STEP_LOG_LINE@json.output@ \"version_name\": \"some builder 1234\"@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"version_name\": \"some_builder_1234\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
]
@@ -67,11 +67,13 @@
"--target-arch=x86"
],
"env": {
- "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_landmines.py"
+ "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:"
},
"name": "envsetup",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\", @@@",
"@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@",
"@@@STEP_LOG_LINE@json.output@}@@@",
"@@@STEP_LOG_END@json.output@@@"
@@ -108,7 +110,7 @@
"src-internal",
"src/repo"
],
- "name": "Tree Truth Steps"
+ "name": "tree truth steps"
},
{
"cmd": [
@@ -118,7 +120,12 @@
"runhooks"
],
"env": {
- "PATH": "./[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
+ "EXTRA_LANDMINES_SCRIPT": "[SLAVE_BUILD_ROOT]/src/repo/build/get_internal_landmines.py",
+ "GYP_CROSSCOMPILE": 1,
+ "GYP_DEFINES": "OS=android app_manifest_version_code=10 app_manifest_version_name=some_builder_1234 chrome_build_id=3333 component=shared_library fastbuild=1 gcc_version=46 host_os=linux order_text_section=[SLAVE_BUILD_ROOT]/src/orderfiles/orderfile.out target_arch=arm",
+ "GYP_GENERATORS": "ninja",
+ "GYP_GENERATOR_FLAGS": "default_target=All",
+ "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
},
"name": "gclient runhooks"
},
@@ -141,7 +148,7 @@
"All"
],
"env": {
- "PATH": "./[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
+ "PATH": "[BUILD_INTERNAL_ROOT]/scripts/slave/android:./"
},
"name": "compile"
}
« no previous file with comments | « scripts/slave/recipes/android/android_builder.expected/try_builder.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698