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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Win-MSVC-x86-Release-GN.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
« no previous file with comments | « infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-Fast.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_C:\\_B_WORK]", 7 "[CUSTOM_C:\\_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]", 86 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]",
87 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-G N" 87 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-G N"
88 }, 88 },
89 "name": "fetch-gn" 89 "name": "fetch-gn"
90 }, 90 },
91 { 91 {
92 "cmd": [ 92 "cmd": [
93 "gn", 93 "gn",
94 "gen", 94 "gen",
95 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN\\Release", 95 "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-GN\\Release",
96 "--args=is_debug=false cc=\"cc \" cxx=\"c++ \"" 96 "--args=cc=\"cc\" cxx=\"c++\" is_debug=false extra_cflags=\"\""
97 ], 97 ],
98 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", 98 "cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
99 "env": { 99 "env": {
100 "BUILDTYPE": "Release", 100 "BUILDTYPE": "Release",
101 "CHROME_HEADLESS": "1", 101 "CHROME_HEADLESS": "1",
102 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0", 102 "GYP_DEFINES": "qt_sdk=C:/Qt/4.8.5/ skia_arch_type=x86 skia_warnings_as_er rors=1 skia_win_debuggers_path=c:/DbgHelp skia_win_ltcg=0",
103 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]", 103 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools];RECIPE_PACKAGE_REPO[dep ot_tools]",
104 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-G N" 104 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-MSVC-x86-Release-G N"
105 }, 105 },
106 "name": "gn gen" 106 "name": "gn gen"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 175 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
176 "@@@STEP_LOG_END@python.inline@@@" 176 "@@@STEP_LOG_END@python.inline@@@"
177 ] 177 ]
178 }, 178 },
179 { 179 {
180 "name": "$result", 180 "name": "$result",
181 "recipe_result": null, 181 "recipe_result": null,
182 "status_code": 0 182 "status_code": 0
183 } 183 }
184 ] 184 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-Fast.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698