aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/flavor/examples/full.expected/Build-Win-Clang-x86_64-Debug-GDI.json
blob: 73c731ac4efb2b232b0953240b8e665449ccaa06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
  {
    "cmd": [
      "python",
      "-u",
      "[CUSTOM_C:\\_B_WORK]/skia/bin/fetch-gn"
    ],
    "cwd": "[CUSTOM_C:\\_B_WORK]/skia",
    "env": {
      "BUILDTYPE": "Debug_x64",
      "CHROME_HEADLESS": "1",
      "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
      "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Debug-GDI"
    },
    "infra_step": true,
    "name": "fetch-gn"
  },
  {
    "cmd": [
      "[CUSTOM_C:\\_B_WORK]/skia/bin/gn.exe",
      "gen",
      "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Debug-GDI/Debug_x64",
      "--args=cc=\"clang\" clang_win=\"[START_DIR]/clang_win\" cxx=\"clang++\" extra_cflags=[\"-O1\"] skia_use_gdi=true target_cpu=\"x86_64\" windk=\"[START_DIR]/t/depot_tools/win_toolchain/vs_files/d3cb0e37bdd120ad0ac4650b674b09e81be45616\""
    ],
    "cwd": "[CUSTOM_C:\\_B_WORK]/skia",
    "env": {
      "BUILDTYPE": "Debug_x64",
      "CHROME_HEADLESS": "1",
      "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
      "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Debug-GDI"
    },
    "name": "gn gen"
  },
  {
    "cmd": [
      "ninja.exe",
      "-C",
      "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Debug-GDI/Debug_x64"
    ],
    "cwd": "[CUSTOM_C:\\_B_WORK]/skia",
    "env": {
      "BUILDTYPE": "Debug_x64",
      "CHROME_HEADLESS": "1",
      "PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
      "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Debug-GDI"
    },
    "name": "ninja"
  },
  {
    "name": "$result",
    "recipe_result": null,
    "status_code": 0
  }
]