1{
2  "mozbuild_args": {
3    "HOST_CPU_ARCH": "x86_64",
4    "OS_TARGET": "Linux",
5    "CPU_ARCH": "x86_64",
6    "MOZ_DEBUG": "1"
7  },
8  "targets": {
9    "//webrtc:webrtc": {
10      "deps": [
11        "//webrtc/base:base"
12      ],
13      "sources": [
14        "//webrtc/build/no_op_function.cc",
15        "//webrtc/call.h",
16        "//webrtc/config.h"
17      ],
18      "cflags": [
19        "-fno-strict-aliasing",
20        "-fstack-protector"
21      ],
22      "defines": [
23        "USE_NSS_CERTS=1",
24        "USE_X11=1",
25        "CHROMIUM_BUILD",
26        "MOZ_LINUX_AND_DEBUG"
27      ],
28      "type": "static_library",
29      "include_dirs": [
30        "//webrtc/modules/include/"
31      ]
32    }
33  },
34  "sandbox_vars": {
35    "FINAL_LIBRARY": "webrtc",
36    "COMPILE_FLAGS": {
37      "WARNINGS_AS_ERRORS": []
38    }
39  },
40  "gn_gen_args": {
41    "is_debug": true,
42    "host_cpu": "x64",
43    "target_os": "linux",
44    "target_cpu": "x64"
45  }
46}
47