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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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
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 "drm_win_xfa", 10 "drm_win_xfa",
11 "--slave", 11 "--slave",
12 "test_slave", 12 "test_slave",
13 "--spec", 13 "--spec",
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'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'pdfium', 'url': 'https://pdfium.googlesource.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 "[ROOT]\\b\\build\\slave\\cache_dir", 20 "[GIT_CACHE]",
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]",
28 "env": { 29 "env": {
29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 30 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 31 },
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"pdfium\": \"HEAD\"@@@",
38 "@@@STEP_LOG_LINE@json.output@ }, @@@", 39 "@@@STEP_LOG_LINE@json.output@ }, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"pdfium\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"root\": \"pdfium\", @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
45 "@@@STEP_LOG_LINE@json.output@}@@@", 46 "@@@STEP_LOG_LINE@json.output@}@@@",
46 "@@@STEP_LOG_END@json.output@@@" 47 "@@@STEP_LOG_END@json.output@@@"
47 ] 48 ]
48 }, 49 },
49 { 50 {
50 "cmd": [ 51 "cmd": [
51 "python", 52 "python",
52 "-u", 53 "-u",
53 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 54 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
54 "runhooks" 55 "runhooks"
55 ], 56 ],
57 "cwd": "[SLAVE_BUILD]",
56 "env": { 58 "env": {
57 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1", 59 "GYP_DEFINES": "pdf_enable_v8=1 pdf_enable_xfa=1",
58 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
59 }, 61 },
60 "name": "gclient runhooks" 62 "name": "gclient runhooks"
61 }, 63 },
62 { 64 {
63 "cmd": [ 65 "cmd": [
64 "ninja", 66 "ninja",
65 "-C", 67 "-C",
66 "[CWD]\\pdfium\\out\\Debug" 68 "[SLAVE_BUILD]\\pdfium\\out\\Debug"
67 ], 69 ],
70 "cwd": "[SLAVE_BUILD]",
68 "name": "compile with ninja" 71 "name": "compile with ninja"
69 }, 72 },
70 { 73 {
71 "cmd": [ 74 "cmd": [
72 "python", 75 "python",
73 "-u", 76 "-u",
74 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 77 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
75 "--test", 78 "--test",
76 "pdfium_unittests" 79 "pdfium_unittests"
77 ], 80 ],
78 "cwd": "[CWD]\\pdfium", 81 "cwd": "[SLAVE_BUILD]\\pdfium",
79 "name": "unittests" 82 "name": "unittests"
80 }, 83 },
81 { 84 {
82 "cmd": [ 85 "cmd": [
83 "python", 86 "python",
84 "-u", 87 "-u",
85 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 88 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
86 "--test", 89 "--test",
87 "pdfium_embeddertests" 90 "pdfium_embeddertests"
88 ], 91 ],
89 "cwd": "[CWD]\\pdfium", 92 "cwd": "[SLAVE_BUILD]\\pdfium",
90 "name": "embeddertests" 93 "name": "embeddertests"
91 }, 94 },
92 { 95 {
93 "cmd": [ 96 "cmd": [
94 "python", 97 "python",
95 "-u", 98 "-u",
96 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 99 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
97 "--test", 100 "--test",
98 "pdfium_javascript" 101 "pdfium_javascript"
99 ], 102 ],
100 "cwd": "[CWD]\\pdfium", 103 "cwd": "[SLAVE_BUILD]\\pdfium",
101 "name": "javascript tests" 104 "name": "javascript tests"
102 }, 105 },
103 { 106 {
104 "cmd": [ 107 "cmd": [
105 "python", 108 "python",
106 "-u", 109 "-u",
107 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 110 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
108 "--test", 111 "--test",
109 "pdfium_pixel" 112 "pdfium_pixel"
110 ], 113 ],
111 "cwd": "[CWD]\\pdfium", 114 "cwd": "[SLAVE_BUILD]\\pdfium",
112 "name": "pixel tests" 115 "name": "pixel tests"
113 }, 116 },
114 { 117 {
115 "cmd": [ 118 "cmd": [
116 "python", 119 "python",
117 "-u", 120 "-u",
118 "[CWD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py", 121 "[SLAVE_BUILD]\\pdfium\\tools\\drmemory\\scripts\\pdfium_tests.py",
119 "--test", 122 "--test",
120 "pdfium_corpus" 123 "pdfium_corpus"
121 ], 124 ],
122 "cwd": "[CWD]\\pdfium", 125 "cwd": "[SLAVE_BUILD]\\pdfium",
123 "name": "corpus tests" 126 "name": "corpus tests"
124 }, 127 },
125 { 128 {
126 "name": "$result", 129 "name": "$result",
127 "recipe_result": null, 130 "recipe_result": null,
128 "status_code": 0 131 "status_code": 0
129 } 132 }
130 ] 133 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ozone_ecs.expected/trybot.json ('k') | scripts/slave/recipes/pdfium.expected/linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698