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

Side by Side Diff: scripts/slave/recipes/android/android_builder.expected/dartium_builder.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase again Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']"
10 ], 10 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {}@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@", 44 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@" 45 "@@@STEP_LOG_END@json.output@@@"
46 ] 46 ]
47 }, 47 },
48 { 48 {
49 "cmd": [ 49 "cmd": [
50 "[BUILD]/scripts/slave/env_dump.py", 50 "[BUILD]/scripts/slave/env_dump.py",
51 "--output-json", 51 "--output-json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "[SLAVE_BUILD]/src/build/android/envsetup.sh" 53 "[SLAVE_BUILD]/src/build/android/envsetup.sh",
54 "--target-arch=x86"
54 ], 55 ],
55 "env": { 56 "env": {
56 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s" 57 "PATH": "[BUILD_INTERNAL]/scripts/slave/android:%(PATH)s"
57 }, 58 },
58 "name": "envsetup", 59 "name": "envsetup",
59 "~followup_annotations": [ 60 "~followup_annotations": [
60 "@@@STEP_LOG_LINE@json.output@{@@@", 61 "@@@STEP_LOG_LINE@json.output@{@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @ @@", 62 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": \"my_new_gyp_def=aaa\", @ @@",
62 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\" , @@@", 63 "@@@STEP_LOG_LINE@json.output@ \"GYP_SOMETHING\": \"gyp_something_value\" , @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@", 64 "@@@STEP_LOG_LINE@json.output@ \"PATH\": \"./\"@@@",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 }, 132 },
132 { 133 {
133 "always_run": true, 134 "always_run": true,
134 "cmd": [ 135 "cmd": [
135 "rm", 136 "rm",
136 "-rf" 137 "-rf"
137 ], 138 ],
138 "name": "cleanup_build" 139 "name": "cleanup_build"
139 } 140 }
140 ] 141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698