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

Side by Side Diff: scripts/slave/recipes/pdfium.expected/win.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 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 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.pdfium", 8 "client.pdfium",
9 "--builder", 9 "--builder",
10 "windows", 10 "windows",
11 "--slave", 11 "--slave",
12 "test_slave", 12 "test_slave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.com/pdfium.git'}]", 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.go oglesource.com/pdfium.git'}]",
15 "--root", 15 "--root",
16 "pdfium", 16 "pdfium",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{}", 18 "{}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]\\b\\build\\slave\\cache_dir",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "pdfium@HEAD", 24 "pdfium@HEAD",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@", 38 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
46 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
47 "@@@STEP_LOG_END@json.output@@@" 46 "@@@STEP_LOG_END@json.output@@@"
48 ] 47 ]
49 }, 48 },
50 { 49 {
51 "cmd": [ 50 "cmd": [
52 "python", 51 "python",
53 "-u", 52 "-u",
54 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
55 "runhooks" 54 "runhooks"
56 ], 55 ],
57 "cwd": "[SLAVE_BUILD]",
58 "env": { 56 "env": {
59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0", 57 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=0",
60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 58 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
61 }, 59 },
62 "name": "gclient runhooks" 60 "name": "gclient runhooks"
63 }, 61 },
64 { 62 {
65 "cmd": [ 63 "cmd": [
66 "ninja", 64 "ninja",
67 "-C", 65 "-C",
68 "[SLAVE_BUILD]\\pdfium\\out\\Debug" 66 "[CWD]\\pdfium\\out\\Debug"
69 ], 67 ],
70 "cwd": "[SLAVE_BUILD]",
71 "name": "compile with ninja" 68 "name": "compile with ninja"
72 }, 69 },
73 { 70 {
74 "cmd": [ 71 "cmd": [
75 "[SLAVE_BUILD]\\pdfium\\out\\Debug\\pdfium_unittests.exe" 72 "[CWD]\\pdfium\\out\\Debug\\pdfium_unittests.exe"
76 ], 73 ],
77 "cwd": "[SLAVE_BUILD]\\pdfium", 74 "cwd": "[CWD]\\pdfium",
78 "name": "unittests" 75 "name": "unittests"
79 }, 76 },
80 { 77 {
81 "cmd": [ 78 "cmd": [
82 "[SLAVE_BUILD]\\pdfium\\out\\Debug\\pdfium_embeddertests.exe" 79 "[CWD]\\pdfium\\out\\Debug\\pdfium_embeddertests.exe"
83 ], 80 ],
84 "cwd": "[SLAVE_BUILD]\\pdfium", 81 "cwd": "[CWD]\\pdfium",
85 "name": "embeddertests" 82 "name": "embeddertests"
86 }, 83 },
87 { 84 {
88 "cmd": [ 85 "cmd": [
89 "python", 86 "python",
90 "-u", 87 "-u",
91 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_javascript_tests.py", 88 "[CWD]\\pdfium\\testing\\tools\\run_javascript_tests.py",
92 "--build-dir", 89 "--build-dir",
93 "out\\Debug" 90 "out\\Debug"
94 ], 91 ],
95 "cwd": "[SLAVE_BUILD]\\pdfium", 92 "cwd": "[CWD]\\pdfium",
96 "name": "javascript tests" 93 "name": "javascript tests"
97 }, 94 },
98 { 95 {
99 "cmd": [ 96 "cmd": [
100 "python", 97 "python",
101 "-u", 98 "-u",
102 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_pixel_tests.py", 99 "[CWD]\\pdfium\\testing\\tools\\run_pixel_tests.py",
103 "--build-dir", 100 "--build-dir",
104 "out\\Debug" 101 "out\\Debug"
105 ], 102 ],
106 "cwd": "[SLAVE_BUILD]\\pdfium", 103 "cwd": "[CWD]\\pdfium",
107 "name": "pixel tests" 104 "name": "pixel tests"
108 }, 105 },
109 { 106 {
110 "cmd": [ 107 "cmd": [
111 "python", 108 "python",
112 "-u", 109 "-u",
113 "[SLAVE_BUILD]\\pdfium\\testing\\tools\\run_corpus_tests.py", 110 "[CWD]\\pdfium\\testing\\tools\\run_corpus_tests.py",
114 "--build-dir", 111 "--build-dir",
115 "out\\Debug" 112 "out\\Debug"
116 ], 113 ],
117 "cwd": "[SLAVE_BUILD]\\pdfium", 114 "cwd": "[CWD]\\pdfium",
118 "name": "corpus tests" 115 "name": "corpus tests"
119 }, 116 },
120 { 117 {
121 "name": "$result", 118 "name": "$result",
122 "recipe_result": null, 119 "recipe_result": null,
123 "status_code": 0 120 "status_code": 0
124 } 121 }
125 ] 122 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan.json ('k') | scripts/slave/recipes/pdfium.expected/win_no_v8.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698