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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE.json

Issue 2241263003: GN: add extra_cflags et al. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: quote manually Created 4 years, 4 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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
118 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_U SE_DISCARDABLE_SCALEDIMAGECACHE" 118 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_U SE_DISCARDABLE_SCALEDIMAGECACHE"
119 }, 119 },
120 "name": "fetch-gn" 120 "name": "fetch-gn"
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "gn", 124 "gn",
125 "gen", 125 "gen",
126 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDAB LE_SCALEDIMAGECACHE/Debug", 126 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDAB LE_SCALEDIMAGECACHE/Debug",
127 "--args=cc=\"gcc -DSK_USE_DISCARDABLE_SCALEDIMAGECACHE\" cxx=\"g++ -DSK_US E_DISCARDABLE_SCALEDIMAGECACHE\"" 127 "--args=cc=\"gcc\" cxx=\"g++\" is_debug=true extra_cflags=\"-DSK_USE_DISCA RDABLE_SCALEDIMAGECACHE\""
128 ], 128 ],
129 "cwd": "[CUSTOM_/_B_WORK]/skia", 129 "cwd": "[CUSTOM_/_B_WORK]/skia",
130 "env": { 130 "env": {
131 "BUILDTYPE": "Debug", 131 "BUILDTYPE": "Debug",
132 "CHROME_HEADLESS": "1", 132 "CHROME_HEADLESS": "1",
133 "CPPFLAGS": "-DSK_USE_DISCARDABLE_SCALEDIMAGECACHE", 133 "CPPFLAGS": "-DSK_USE_DISCARDABLE_SCALEDIMAGECACHE",
134 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", 134 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 135 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
136 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_U SE_DISCARDABLE_SCALEDIMAGECACHE" 136 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-SK_U SE_DISCARDABLE_SCALEDIMAGECACHE"
137 }, 137 },
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 190 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
191 "@@@STEP_LOG_END@python.inline@@@" 191 "@@@STEP_LOG_END@python.inline@@@"
192 ] 192 ]
193 }, 193 },
194 { 194 {
195 "name": "$result", 195 "name": "$result",
196 "recipe_result": null, 196 "recipe_result": null,
197 "status_code": 0 197 "status_code": 0
198 } 198 }
199 ] 199 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698