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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android_gn.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Android GN", 10 "Android GN",
(...skipping 26 matching lines...) Expand all
37 "@@@STEP_LOG_LINE@json.output@}@@@", 37 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@", 38 "@@@STEP_LOG_END@json.output@@@",
39 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 39 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
40 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 40 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
41 ] 41 ]
42 }, 42 },
43 { 43 {
44 "cmd": [ 44 "cmd": [
45 "python", 45 "python",
46 "-u", 46 "-u",
47 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", 47 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
48 "[SLAVE_BUILD]/src/out" 48 "[SLAVE_BUILD]/src/out"
49 ], 49 ],
50 "name": "clean test output files" 50 "name": "clean test output files"
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "python", 54 "python",
55 "-u", 55 "-u",
56 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 56 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
57 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", 57 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "[BUILD]/goma", 118 "[BUILD]/goma",
119 "--", 119 "--",
120 "all" 120 "all"
121 ], 121 ],
122 "env": { 122 "env": {
123 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 123 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
124 }, 124 },
125 "name": "compile" 125 "name": "compile"
126 } 126 }
127 ] 127 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698