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

Unified Diff: scripts/slave/recipes/android/android_builder.py

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: rebase 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/recipes/android/android_builder.py
diff --git a/scripts/slave/recipes/android/android_builder.py b/scripts/slave/recipes/android/android_builder.py
index fbd0400b1ecf4ceeee740f76c6ec2ddada8ad676..e89983975cb65ceb751ae9f14644d1c7f456c700 100644
--- a/scripts/slave/recipes/android/android_builder.py
+++ b/scripts/slave/recipes/android/android_builder.py
@@ -31,7 +31,7 @@ def GenTests(api):
'x86_builder', 'klp_builder', 'try_builder']
def _common_step_mocks():
return {
- 'Get AppManifestVars': {
+ 'get app_manifest_vars': {
'json': {
'output': {
'version_code': 10,
@@ -45,6 +45,8 @@ def GenTests(api):
'json': {
'output': {
'PATH': './',
+ 'GYP_DEFINES': 'my_new_gyp_def=aaa',
+ 'GYP_SOMETHING': 'gyp_something_value'
}
}
}

Powered by Google App Engine
This is Rietveld 408576698