1{
2  "mozbuild_args": {
3    "HOST_CPU_ARCH": "x86_64",
4    "OS_TARGET": "Linux",
5    "CPU_ARCH": "x86_64",
6    "MOZ_DEBUG": false
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        "NDEBUG",
27        "NVALGRIND",
28        "LINUX_NDEBUG"
29      ],
30      "type": "static_library",
31      "include_dirs": [
32        "//webrtc/modules/include/"
33      ]
34    }
35  },
36  "sandbox_vars": {
37    "FINAL_LIBRARY": "webrtc",
38    "COMPILE_FLAGS": {
39      "WARNINGS_AS_ERRORS": []
40    }
41  },
42  "gn_gen_args": {
43    "host_cpu": "x64",
44    "target_os": "linux",
45    "target_cpu": "x64"
46  }
47}
48