~mozillateam/firefox/firefox-beta.xenial

« back to all changes in this revision

Viewing changes to debian/patches/extra-webrtc-build-configs.patch

  • Committer: Rico Tzschichholz
  • Date: 2018-05-25 06:32:20 UTC
  • Revision ID: ricotz@ubuntu.com-20180525063220-pht2tticrz6wzpu7
* Fix the webrtc build on armhf and arm64 by providing build configs rather
  than just disabling it
  - add debian/patches/extra-webrtc-build-configs.patch
  - add debian/patches/update-gn-mozbuild.patch
  - update debian/patches/series
  - update debian/config/mozconfig.in
* Fix multiple definitions of WebRtc_GetCPUFeaturesARM by excluding
  cpu_features_linux.cc, as was the case previously
  - add debian/patches/fix-armhf-webrtc-build.patch
  - update debian/patches/update-gn-mozbuild.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- /dev/null
 
2
+++ b/media/webrtc/gn-configs/arm64_False_arm64_linux.json
 
3
@@ -0,0 +1,9476 @@
 
4
+{
 
5
+    "gn_gen_args": {
 
6
+        "host_cpu": "arm64",
 
7
+        "is_debug": false,
 
8
+        "target_cpu": "arm64",
 
9
+        "target_os": "linux"
 
10
+    },
 
11
+    "mozbuild_args": {
 
12
+        "CPU_ARCH": "aarch64",
 
13
+        "HOST_CPU_ARCH": "aarch64",
 
14
+        "MOZ_DEBUG": null,
 
15
+        "OS_TARGET": "Linux"
 
16
+    },
 
17
+    "sandbox_vars": {
 
18
+        "COMPILE_FLAGS": {
 
19
+            "WARNINGS_AS_ERRORS": []
 
20
+        },
 
21
+        "FINAL_LIBRARY": "webrtc"
 
22
+    },
 
23
+    "targets": {
 
24
+        "//webrtc/api:audio_mixer_api": {
 
25
+            "cflags": [
 
26
+                "-fno-strict-aliasing",
 
27
+                "--param=ssp-buffer-size=4",
 
28
+                "-fstack-protector",
 
29
+                "-Wno-builtin-macro-redefined",
 
30
+                "-D__DATE__=",
 
31
+                "-D__TIME__=",
 
32
+                "-D__TIMESTAMP__=",
 
33
+                "-funwind-tables",
 
34
+                "-fPIC",
 
35
+                "-pipe",
 
36
+                "-fcolor-diagnostics",
 
37
+                "--target=aarch64-linux-gnu",
 
38
+                "-pthread",
 
39
+                "-Wall",
 
40
+                "-Werror",
 
41
+                "-Wextra",
 
42
+                "-Wno-missing-field-initializers",
 
43
+                "-Wno-unused-parameter",
 
44
+                "-Wno-c++11-narrowing",
 
45
+                "-Wno-covered-switch-default",
 
46
+                "-Wno-unneeded-internal-declaration",
 
47
+                "-Wno-inconsistent-missing-override",
 
48
+                "-Wno-undefined-var-template",
 
49
+                "-Wno-nonportable-include-path",
 
50
+                "-Wno-address-of-packed-member",
 
51
+                "-Wno-unused-lambda-capture",
 
52
+                "-Wno-user-defined-warnings",
 
53
+                "-O2",
 
54
+                "-fno-ident",
 
55
+                "-fdata-sections",
 
56
+                "-ffunction-sections",
 
57
+                "-fno-omit-frame-pointer",
 
58
+                "-g0",
 
59
+                "-fvisibility=hidden",
 
60
+                "-Xclang",
 
61
+                "-load",
 
62
+                "-Xclang",
 
63
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
64
+                "-Xclang",
 
65
+                "-add-plugin",
 
66
+                "-Xclang",
 
67
+                "find-bad-constructs",
 
68
+                "-Xclang",
 
69
+                "-plugin-arg-find-bad-constructs",
 
70
+                "-Xclang",
 
71
+                "check-auto-raw-pointer",
 
72
+                "-Xclang",
 
73
+                "-plugin-arg-find-bad-constructs",
 
74
+                "-Xclang",
 
75
+                "check-ipc",
 
76
+                "-Wheader-hygiene",
 
77
+                "-Wstring-conversion",
 
78
+                "-Wtautological-overlap-compare",
 
79
+                "-Wextra",
 
80
+                "-Wno-unused-parameter",
 
81
+                "-Wno-missing-field-initializers",
 
82
+                "-Wno-strict-overflow",
 
83
+                "-Wimplicit-fallthrough",
 
84
+                "-Wthread-safety",
 
85
+                "-Winconsistent-missing-override",
 
86
+                "-Wundef"
 
87
+            ],
 
88
+            "defines": [
 
89
+                "V8_DEPRECATION_WARNINGS",
 
90
+                "USE_NSS_CERTS=1",
 
91
+                "USE_X11=1",
 
92
+                "NO_TCMALLOC",
 
93
+                "DISABLE_NACL",
 
94
+                "CHROMIUM_BUILD",
 
95
+                "_FILE_OFFSET_BITS=64",
 
96
+                "NDEBUG",
 
97
+                "NVALGRIND",
 
98
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
99
+                "WEBRTC_RESTRICT_LOGGING",
 
100
+                "EXPAT_RELATIVE_PATH",
 
101
+                "WEBRTC_ARCH_ARM64",
 
102
+                "WEBRTC_HAS_NEON",
 
103
+                "WEBRTC_MOZILLA_BUILD",
 
104
+                "WEBRTC_POSIX",
 
105
+                "WEBRTC_LINUX"
 
106
+            ],
 
107
+            "deps": [
 
108
+                "//webrtc/base:rtc_base_approved"
 
109
+            ],
 
110
+            "include_dirs": [
 
111
+                "//",
 
112
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
113
+            ],
 
114
+            "libs": [],
 
115
+            "sources": [
 
116
+                "//webrtc/api/audio/audio_mixer.h"
 
117
+            ],
 
118
+            "type": "source_set"
 
119
+        },
 
120
+        "//webrtc/api:call_api": {
 
121
+            "cflags": [
 
122
+                "-fno-strict-aliasing",
 
123
+                "--param=ssp-buffer-size=4",
 
124
+                "-fstack-protector",
 
125
+                "-Wno-builtin-macro-redefined",
 
126
+                "-D__DATE__=",
 
127
+                "-D__TIME__=",
 
128
+                "-D__TIMESTAMP__=",
 
129
+                "-funwind-tables",
 
130
+                "-fPIC",
 
131
+                "-pipe",
 
132
+                "-fcolor-diagnostics",
 
133
+                "--target=aarch64-linux-gnu",
 
134
+                "-pthread",
 
135
+                "-Wall",
 
136
+                "-Werror",
 
137
+                "-Wextra",
 
138
+                "-Wno-missing-field-initializers",
 
139
+                "-Wno-unused-parameter",
 
140
+                "-Wno-c++11-narrowing",
 
141
+                "-Wno-covered-switch-default",
 
142
+                "-Wno-unneeded-internal-declaration",
 
143
+                "-Wno-inconsistent-missing-override",
 
144
+                "-Wno-undefined-var-template",
 
145
+                "-Wno-nonportable-include-path",
 
146
+                "-Wno-address-of-packed-member",
 
147
+                "-Wno-unused-lambda-capture",
 
148
+                "-Wno-user-defined-warnings",
 
149
+                "-O2",
 
150
+                "-fno-ident",
 
151
+                "-fdata-sections",
 
152
+                "-ffunction-sections",
 
153
+                "-fno-omit-frame-pointer",
 
154
+                "-g0",
 
155
+                "-fvisibility=hidden",
 
156
+                "-Xclang",
 
157
+                "-load",
 
158
+                "-Xclang",
 
159
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
160
+                "-Xclang",
 
161
+                "-add-plugin",
 
162
+                "-Xclang",
 
163
+                "find-bad-constructs",
 
164
+                "-Xclang",
 
165
+                "-plugin-arg-find-bad-constructs",
 
166
+                "-Xclang",
 
167
+                "check-auto-raw-pointer",
 
168
+                "-Xclang",
 
169
+                "-plugin-arg-find-bad-constructs",
 
170
+                "-Xclang",
 
171
+                "check-ipc",
 
172
+                "-Wheader-hygiene",
 
173
+                "-Wstring-conversion",
 
174
+                "-Wtautological-overlap-compare",
 
175
+                "-Wextra",
 
176
+                "-Wno-unused-parameter",
 
177
+                "-Wno-missing-field-initializers",
 
178
+                "-Wno-strict-overflow",
 
179
+                "-Wimplicit-fallthrough",
 
180
+                "-Wthread-safety",
 
181
+                "-Winconsistent-missing-override",
 
182
+                "-Wundef"
 
183
+            ],
 
184
+            "defines": [
 
185
+                "V8_DEPRECATION_WARNINGS",
 
186
+                "USE_NSS_CERTS=1",
 
187
+                "USE_X11=1",
 
188
+                "NO_TCMALLOC",
 
189
+                "DISABLE_NACL",
 
190
+                "CHROMIUM_BUILD",
 
191
+                "_FILE_OFFSET_BITS=64",
 
192
+                "NDEBUG",
 
193
+                "NVALGRIND",
 
194
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
195
+                "WEBRTC_RESTRICT_LOGGING",
 
196
+                "EXPAT_RELATIVE_PATH",
 
197
+                "WEBRTC_ARCH_ARM64",
 
198
+                "WEBRTC_HAS_NEON",
 
199
+                "WEBRTC_MOZILLA_BUILD",
 
200
+                "WEBRTC_POSIX",
 
201
+                "WEBRTC_LINUX"
 
202
+            ],
 
203
+            "deps": [
 
204
+                "//webrtc:webrtc_common",
 
205
+                "//webrtc/api:audio_mixer_api",
 
206
+                "//webrtc/api:transport_api",
 
207
+                "//webrtc/base:rtc_base_approved",
 
208
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
209
+                "//webrtc/modules/audio_coding:audio_encoder_interface"
 
210
+            ],
 
211
+            "include_dirs": [
 
212
+                "//",
 
213
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
214
+            ],
 
215
+            "libs": [],
 
216
+            "sources": [
 
217
+                "//webrtc/api/call/audio_sink.h"
 
218
+            ],
 
219
+            "type": "source_set"
 
220
+        },
 
221
+        "//webrtc/api:transport_api": {
 
222
+            "cflags": [
 
223
+                "-fno-strict-aliasing",
 
224
+                "--param=ssp-buffer-size=4",
 
225
+                "-fstack-protector",
 
226
+                "-Wno-builtin-macro-redefined",
 
227
+                "-D__DATE__=",
 
228
+                "-D__TIME__=",
 
229
+                "-D__TIMESTAMP__=",
 
230
+                "-funwind-tables",
 
231
+                "-fPIC",
 
232
+                "-pipe",
 
233
+                "-fcolor-diagnostics",
 
234
+                "--target=aarch64-linux-gnu",
 
235
+                "-pthread",
 
236
+                "-Wall",
 
237
+                "-Werror",
 
238
+                "-Wextra",
 
239
+                "-Wno-missing-field-initializers",
 
240
+                "-Wno-unused-parameter",
 
241
+                "-Wno-c++11-narrowing",
 
242
+                "-Wno-covered-switch-default",
 
243
+                "-Wno-unneeded-internal-declaration",
 
244
+                "-Wno-inconsistent-missing-override",
 
245
+                "-Wno-undefined-var-template",
 
246
+                "-Wno-nonportable-include-path",
 
247
+                "-Wno-address-of-packed-member",
 
248
+                "-Wno-unused-lambda-capture",
 
249
+                "-Wno-user-defined-warnings",
 
250
+                "-O2",
 
251
+                "-fno-ident",
 
252
+                "-fdata-sections",
 
253
+                "-ffunction-sections",
 
254
+                "-fno-omit-frame-pointer",
 
255
+                "-g0",
 
256
+                "-fvisibility=hidden",
 
257
+                "-Xclang",
 
258
+                "-load",
 
259
+                "-Xclang",
 
260
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
261
+                "-Xclang",
 
262
+                "-add-plugin",
 
263
+                "-Xclang",
 
264
+                "find-bad-constructs",
 
265
+                "-Xclang",
 
266
+                "-plugin-arg-find-bad-constructs",
 
267
+                "-Xclang",
 
268
+                "check-auto-raw-pointer",
 
269
+                "-Xclang",
 
270
+                "-plugin-arg-find-bad-constructs",
 
271
+                "-Xclang",
 
272
+                "check-ipc",
 
273
+                "-Wheader-hygiene",
 
274
+                "-Wstring-conversion",
 
275
+                "-Wtautological-overlap-compare",
 
276
+                "-Wextra",
 
277
+                "-Wno-unused-parameter",
 
278
+                "-Wno-missing-field-initializers",
 
279
+                "-Wno-strict-overflow",
 
280
+                "-Wimplicit-fallthrough",
 
281
+                "-Wthread-safety",
 
282
+                "-Winconsistent-missing-override",
 
283
+                "-Wundef"
 
284
+            ],
 
285
+            "defines": [
 
286
+                "V8_DEPRECATION_WARNINGS",
 
287
+                "USE_NSS_CERTS=1",
 
288
+                "USE_X11=1",
 
289
+                "NO_TCMALLOC",
 
290
+                "DISABLE_NACL",
 
291
+                "CHROMIUM_BUILD",
 
292
+                "_FILE_OFFSET_BITS=64",
 
293
+                "NDEBUG",
 
294
+                "NVALGRIND",
 
295
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
296
+                "WEBRTC_RESTRICT_LOGGING",
 
297
+                "EXPAT_RELATIVE_PATH",
 
298
+                "WEBRTC_ARCH_ARM64",
 
299
+                "WEBRTC_HAS_NEON",
 
300
+                "WEBRTC_MOZILLA_BUILD",
 
301
+                "WEBRTC_POSIX",
 
302
+                "WEBRTC_LINUX"
 
303
+            ],
 
304
+            "deps": [],
 
305
+            "include_dirs": [
 
306
+                "//",
 
307
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
308
+            ],
 
309
+            "libs": [],
 
310
+            "sources": [
 
311
+                "//webrtc/api/call/transport.h"
 
312
+            ],
 
313
+            "type": "source_set"
 
314
+        },
 
315
+        "//webrtc/api:video_frame_api": {
 
316
+            "cflags": [
 
317
+                "-fno-strict-aliasing",
 
318
+                "--param=ssp-buffer-size=4",
 
319
+                "-fstack-protector",
 
320
+                "-Wno-builtin-macro-redefined",
 
321
+                "-D__DATE__=",
 
322
+                "-D__TIME__=",
 
323
+                "-D__TIMESTAMP__=",
 
324
+                "-funwind-tables",
 
325
+                "-fPIC",
 
326
+                "-pipe",
 
327
+                "-fcolor-diagnostics",
 
328
+                "--target=aarch64-linux-gnu",
 
329
+                "-pthread",
 
330
+                "-Wall",
 
331
+                "-Werror",
 
332
+                "-Wextra",
 
333
+                "-Wno-missing-field-initializers",
 
334
+                "-Wno-unused-parameter",
 
335
+                "-Wno-c++11-narrowing",
 
336
+                "-Wno-covered-switch-default",
 
337
+                "-Wno-unneeded-internal-declaration",
 
338
+                "-Wno-inconsistent-missing-override",
 
339
+                "-Wno-undefined-var-template",
 
340
+                "-Wno-nonportable-include-path",
 
341
+                "-Wno-address-of-packed-member",
 
342
+                "-Wno-unused-lambda-capture",
 
343
+                "-Wno-user-defined-warnings",
 
344
+                "-O2",
 
345
+                "-fno-ident",
 
346
+                "-fdata-sections",
 
347
+                "-ffunction-sections",
 
348
+                "-fno-omit-frame-pointer",
 
349
+                "-g0",
 
350
+                "-fvisibility=hidden",
 
351
+                "-Xclang",
 
352
+                "-load",
 
353
+                "-Xclang",
 
354
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
355
+                "-Xclang",
 
356
+                "-add-plugin",
 
357
+                "-Xclang",
 
358
+                "find-bad-constructs",
 
359
+                "-Xclang",
 
360
+                "-plugin-arg-find-bad-constructs",
 
361
+                "-Xclang",
 
362
+                "check-auto-raw-pointer",
 
363
+                "-Xclang",
 
364
+                "-plugin-arg-find-bad-constructs",
 
365
+                "-Xclang",
 
366
+                "check-ipc",
 
367
+                "-Wheader-hygiene",
 
368
+                "-Wstring-conversion",
 
369
+                "-Wtautological-overlap-compare",
 
370
+                "-Wextra",
 
371
+                "-Wno-unused-parameter",
 
372
+                "-Wno-missing-field-initializers",
 
373
+                "-Wno-strict-overflow",
 
374
+                "-Wimplicit-fallthrough",
 
375
+                "-Wthread-safety",
 
376
+                "-Winconsistent-missing-override",
 
377
+                "-Wundef"
 
378
+            ],
 
379
+            "defines": [
 
380
+                "V8_DEPRECATION_WARNINGS",
 
381
+                "USE_NSS_CERTS=1",
 
382
+                "USE_X11=1",
 
383
+                "NO_TCMALLOC",
 
384
+                "DISABLE_NACL",
 
385
+                "CHROMIUM_BUILD",
 
386
+                "_FILE_OFFSET_BITS=64",
 
387
+                "NDEBUG",
 
388
+                "NVALGRIND",
 
389
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
390
+                "WEBRTC_RESTRICT_LOGGING",
 
391
+                "EXPAT_RELATIVE_PATH",
 
392
+                "WEBRTC_ARCH_ARM64",
 
393
+                "WEBRTC_HAS_NEON",
 
394
+                "WEBRTC_MOZILLA_BUILD",
 
395
+                "WEBRTC_POSIX",
 
396
+                "WEBRTC_LINUX"
 
397
+            ],
 
398
+            "deps": [
 
399
+                "//webrtc/base:rtc_base_approved",
 
400
+                "//webrtc/system_wrappers:system_wrappers"
 
401
+            ],
 
402
+            "include_dirs": [
 
403
+                "/media/libyuv/libyuv/include/",
 
404
+                "//",
 
405
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
406
+            ],
 
407
+            "libs": [
 
408
+                "rt"
 
409
+            ],
 
410
+            "sources": [
 
411
+                "//webrtc/api/video/i420_buffer.cc",
 
412
+                "//webrtc/api/video/i420_buffer.h",
 
413
+                "//webrtc/api/video/video_frame.cc",
 
414
+                "//webrtc/api/video/video_frame.h",
 
415
+                "//webrtc/api/video/video_frame_buffer.h",
 
416
+                "//webrtc/api/video/video_rotation.h"
 
417
+            ],
 
418
+            "type": "source_set"
 
419
+        },
 
420
+        "//webrtc/audio/utility:audio_frame_operations": {
 
421
+            "cflags": [
 
422
+                "-fno-strict-aliasing",
 
423
+                "--param=ssp-buffer-size=4",
 
424
+                "-fstack-protector",
 
425
+                "-Wno-builtin-macro-redefined",
 
426
+                "-D__DATE__=",
 
427
+                "-D__TIME__=",
 
428
+                "-D__TIMESTAMP__=",
 
429
+                "-funwind-tables",
 
430
+                "-fPIC",
 
431
+                "-pipe",
 
432
+                "-fcolor-diagnostics",
 
433
+                "--target=aarch64-linux-gnu",
 
434
+                "-pthread",
 
435
+                "-Wall",
 
436
+                "-Werror",
 
437
+                "-Wextra",
 
438
+                "-Wno-missing-field-initializers",
 
439
+                "-Wno-unused-parameter",
 
440
+                "-Wno-c++11-narrowing",
 
441
+                "-Wno-covered-switch-default",
 
442
+                "-Wno-unneeded-internal-declaration",
 
443
+                "-Wno-inconsistent-missing-override",
 
444
+                "-Wno-undefined-var-template",
 
445
+                "-Wno-nonportable-include-path",
 
446
+                "-Wno-address-of-packed-member",
 
447
+                "-Wno-unused-lambda-capture",
 
448
+                "-Wno-user-defined-warnings",
 
449
+                "-O2",
 
450
+                "-fno-ident",
 
451
+                "-fdata-sections",
 
452
+                "-ffunction-sections",
 
453
+                "-fno-omit-frame-pointer",
 
454
+                "-g0",
 
455
+                "-fvisibility=hidden",
 
456
+                "-Xclang",
 
457
+                "-load",
 
458
+                "-Xclang",
 
459
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
460
+                "-Xclang",
 
461
+                "-add-plugin",
 
462
+                "-Xclang",
 
463
+                "find-bad-constructs",
 
464
+                "-Xclang",
 
465
+                "-plugin-arg-find-bad-constructs",
 
466
+                "-Xclang",
 
467
+                "check-auto-raw-pointer",
 
468
+                "-Xclang",
 
469
+                "-plugin-arg-find-bad-constructs",
 
470
+                "-Xclang",
 
471
+                "check-ipc",
 
472
+                "-Wheader-hygiene",
 
473
+                "-Wstring-conversion",
 
474
+                "-Wtautological-overlap-compare",
 
475
+                "-Wextra",
 
476
+                "-Wno-unused-parameter",
 
477
+                "-Wno-missing-field-initializers",
 
478
+                "-Wno-strict-overflow",
 
479
+                "-Wimplicit-fallthrough",
 
480
+                "-Wthread-safety",
 
481
+                "-Winconsistent-missing-override",
 
482
+                "-Wundef"
 
483
+            ],
 
484
+            "defines": [
 
485
+                "V8_DEPRECATION_WARNINGS",
 
486
+                "USE_NSS_CERTS=1",
 
487
+                "USE_X11=1",
 
488
+                "NO_TCMALLOC",
 
489
+                "DISABLE_NACL",
 
490
+                "CHROMIUM_BUILD",
 
491
+                "_FILE_OFFSET_BITS=64",
 
492
+                "NDEBUG",
 
493
+                "NVALGRIND",
 
494
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
495
+                "WEBRTC_RESTRICT_LOGGING",
 
496
+                "EXPAT_RELATIVE_PATH",
 
497
+                "WEBRTC_ARCH_ARM64",
 
498
+                "WEBRTC_HAS_NEON",
 
499
+                "WEBRTC_MOZILLA_BUILD",
 
500
+                "WEBRTC_POSIX",
 
501
+                "WEBRTC_LINUX"
 
502
+            ],
 
503
+            "deps": [
 
504
+                "//webrtc:webrtc_common",
 
505
+                "//webrtc/base:rtc_base_approved",
 
506
+                "//webrtc/modules/audio_coding:audio_format_conversion"
 
507
+            ],
 
508
+            "include_dirs": [
 
509
+                "//",
 
510
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
511
+            ],
 
512
+            "libs": [],
 
513
+            "sources": [
 
514
+                "//webrtc/audio/utility/audio_frame_operations.cc",
 
515
+                "//webrtc/audio/utility/audio_frame_operations.h"
 
516
+            ],
 
517
+            "type": "static_library"
 
518
+        },
 
519
+        "//webrtc/audio:audio": {
 
520
+            "cflags": [
 
521
+                "-fno-strict-aliasing",
 
522
+                "--param=ssp-buffer-size=4",
 
523
+                "-fstack-protector",
 
524
+                "-Wno-builtin-macro-redefined",
 
525
+                "-D__DATE__=",
 
526
+                "-D__TIME__=",
 
527
+                "-D__TIMESTAMP__=",
 
528
+                "-funwind-tables",
 
529
+                "-fPIC",
 
530
+                "-pipe",
 
531
+                "-fcolor-diagnostics",
 
532
+                "--target=aarch64-linux-gnu",
 
533
+                "-pthread",
 
534
+                "-Wall",
 
535
+                "-Werror",
 
536
+                "-Wextra",
 
537
+                "-Wno-missing-field-initializers",
 
538
+                "-Wno-unused-parameter",
 
539
+                "-Wno-c++11-narrowing",
 
540
+                "-Wno-covered-switch-default",
 
541
+                "-Wno-unneeded-internal-declaration",
 
542
+                "-Wno-inconsistent-missing-override",
 
543
+                "-Wno-undefined-var-template",
 
544
+                "-Wno-nonportable-include-path",
 
545
+                "-Wno-address-of-packed-member",
 
546
+                "-Wno-unused-lambda-capture",
 
547
+                "-Wno-user-defined-warnings",
 
548
+                "-O2",
 
549
+                "-fno-ident",
 
550
+                "-fdata-sections",
 
551
+                "-ffunction-sections",
 
552
+                "-fno-omit-frame-pointer",
 
553
+                "-g0",
 
554
+                "-fvisibility=hidden",
 
555
+                "-Wheader-hygiene",
 
556
+                "-Wstring-conversion",
 
557
+                "-Wtautological-overlap-compare",
 
558
+                "-Wextra",
 
559
+                "-Wno-unused-parameter",
 
560
+                "-Wno-missing-field-initializers",
 
561
+                "-Wno-strict-overflow",
 
562
+                "-Wimplicit-fallthrough",
 
563
+                "-Wthread-safety",
 
564
+                "-Winconsistent-missing-override",
 
565
+                "-Wundef"
 
566
+            ],
 
567
+            "defines": [
 
568
+                "V8_DEPRECATION_WARNINGS",
 
569
+                "USE_NSS_CERTS=1",
 
570
+                "USE_X11=1",
 
571
+                "NO_TCMALLOC",
 
572
+                "DISABLE_NACL",
 
573
+                "CHROMIUM_BUILD",
 
574
+                "_FILE_OFFSET_BITS=64",
 
575
+                "NDEBUG",
 
576
+                "NVALGRIND",
 
577
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
578
+                "WEBRTC_RESTRICT_LOGGING",
 
579
+                "EXPAT_RELATIVE_PATH",
 
580
+                "WEBRTC_ARCH_ARM64",
 
581
+                "WEBRTC_HAS_NEON",
 
582
+                "WEBRTC_MOZILLA_BUILD",
 
583
+                "WEBRTC_POSIX",
 
584
+                "WEBRTC_LINUX",
 
585
+                "WEBRTC_BUILD_LIBEVENT"
 
586
+            ],
 
587
+            "deps": [
 
588
+                "//webrtc:webrtc_common",
 
589
+                "//webrtc/api:audio_mixer_api",
 
590
+                "//webrtc/api:call_api",
 
591
+                "//webrtc/base:rtc_base_approved",
 
592
+                "//webrtc/base:rtc_task_queue",
 
593
+                "//webrtc/call:call_interfaces",
 
594
+                "//webrtc/common_audio:common_audio",
 
595
+                "//webrtc/modules/audio_device:audio_device",
 
596
+                "//webrtc/modules/audio_processing:audio_processing",
 
597
+                "//webrtc/modules/congestion_controller:congestion_controller",
 
598
+                "//webrtc/modules/pacing:pacing",
 
599
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
600
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
601
+                "//webrtc/system_wrappers:system_wrappers",
 
602
+                "//webrtc/voice_engine:voice_engine"
 
603
+            ],
 
604
+            "include_dirs": [
 
605
+                "//",
 
606
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
607
+                "//webrtc/common_audio/resampler/include/",
 
608
+                "//webrtc/common_audio/signal_processing/include/",
 
609
+                "//webrtc/common_audio/vad/include/",
 
610
+                "//webrtc/modules/include/",
 
611
+                "//webrtc/modules/audio_device/include/",
 
612
+                "//webrtc/modules/audio_device/dummy/",
 
613
+                "//webrtc/modules/audio_coding/include/",
 
614
+                "//webrtc/modules/include/"
 
615
+            ],
 
616
+            "libs": [
 
617
+                "rt",
 
618
+                "m"
 
619
+            ],
 
620
+            "sources": [
 
621
+                "//webrtc/audio/audio_receive_stream.cc",
 
622
+                "//webrtc/audio/audio_receive_stream.h",
 
623
+                "//webrtc/audio/audio_send_stream.cc",
 
624
+                "//webrtc/audio/audio_send_stream.h",
 
625
+                "//webrtc/audio/audio_state.cc",
 
626
+                "//webrtc/audio/audio_state.h",
 
627
+                "//webrtc/audio/audio_transport_proxy.cc",
 
628
+                "//webrtc/audio/audio_transport_proxy.h",
 
629
+                "//webrtc/audio/conversion.h",
 
630
+                "//webrtc/audio/scoped_voe_interface.h"
 
631
+            ],
 
632
+            "type": "static_library"
 
633
+        },
 
634
+        "//webrtc/base:gtest_prod": {
 
635
+            "cflags": [
 
636
+                "-fno-strict-aliasing",
 
637
+                "--param=ssp-buffer-size=4",
 
638
+                "-fstack-protector",
 
639
+                "-Wno-builtin-macro-redefined",
 
640
+                "-D__DATE__=",
 
641
+                "-D__TIME__=",
 
642
+                "-D__TIMESTAMP__=",
 
643
+                "-funwind-tables",
 
644
+                "-fPIC",
 
645
+                "-pipe",
 
646
+                "-fcolor-diagnostics",
 
647
+                "--target=aarch64-linux-gnu",
 
648
+                "-pthread",
 
649
+                "-Wall",
 
650
+                "-Werror",
 
651
+                "-Wextra",
 
652
+                "-Wno-missing-field-initializers",
 
653
+                "-Wno-unused-parameter",
 
654
+                "-Wno-c++11-narrowing",
 
655
+                "-Wno-covered-switch-default",
 
656
+                "-Wno-unneeded-internal-declaration",
 
657
+                "-Wno-inconsistent-missing-override",
 
658
+                "-Wno-undefined-var-template",
 
659
+                "-Wno-nonportable-include-path",
 
660
+                "-Wno-address-of-packed-member",
 
661
+                "-Wno-unused-lambda-capture",
 
662
+                "-Wno-user-defined-warnings",
 
663
+                "-O2",
 
664
+                "-fno-ident",
 
665
+                "-fdata-sections",
 
666
+                "-ffunction-sections",
 
667
+                "-fno-omit-frame-pointer",
 
668
+                "-g0",
 
669
+                "-fvisibility=hidden",
 
670
+                "-Xclang",
 
671
+                "-load",
 
672
+                "-Xclang",
 
673
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
674
+                "-Xclang",
 
675
+                "-add-plugin",
 
676
+                "-Xclang",
 
677
+                "find-bad-constructs",
 
678
+                "-Xclang",
 
679
+                "-plugin-arg-find-bad-constructs",
 
680
+                "-Xclang",
 
681
+                "check-auto-raw-pointer",
 
682
+                "-Xclang",
 
683
+                "-plugin-arg-find-bad-constructs",
 
684
+                "-Xclang",
 
685
+                "check-ipc",
 
686
+                "-Wheader-hygiene",
 
687
+                "-Wstring-conversion",
 
688
+                "-Wtautological-overlap-compare",
 
689
+                "-Wextra",
 
690
+                "-Wno-unused-parameter",
 
691
+                "-Wno-missing-field-initializers",
 
692
+                "-Wno-strict-overflow",
 
693
+                "-Wimplicit-fallthrough",
 
694
+                "-Wthread-safety",
 
695
+                "-Winconsistent-missing-override",
 
696
+                "-Wundef"
 
697
+            ],
 
698
+            "defines": [
 
699
+                "V8_DEPRECATION_WARNINGS",
 
700
+                "USE_NSS_CERTS=1",
 
701
+                "USE_X11=1",
 
702
+                "NO_TCMALLOC",
 
703
+                "DISABLE_NACL",
 
704
+                "CHROMIUM_BUILD",
 
705
+                "_FILE_OFFSET_BITS=64",
 
706
+                "NDEBUG",
 
707
+                "NVALGRIND",
 
708
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
709
+                "WEBRTC_RESTRICT_LOGGING",
 
710
+                "EXPAT_RELATIVE_PATH",
 
711
+                "WEBRTC_ARCH_ARM64",
 
712
+                "WEBRTC_HAS_NEON",
 
713
+                "WEBRTC_MOZILLA_BUILD",
 
714
+                "WEBRTC_POSIX",
 
715
+                "WEBRTC_LINUX"
 
716
+            ],
 
717
+            "deps": [],
 
718
+            "include_dirs": [
 
719
+                "//",
 
720
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
721
+            ],
 
722
+            "libs": [],
 
723
+            "sources": [
 
724
+                "//webrtc/base/gtest_prod_util.h"
 
725
+            ],
 
726
+            "type": "source_set"
 
727
+        },
 
728
+        "//webrtc/base:rtc_base_approved": {
 
729
+            "cflags": [
 
730
+                "-fno-strict-aliasing",
 
731
+                "--param=ssp-buffer-size=4",
 
732
+                "-fstack-protector",
 
733
+                "-Wno-builtin-macro-redefined",
 
734
+                "-D__DATE__=",
 
735
+                "-D__TIME__=",
 
736
+                "-D__TIMESTAMP__=",
 
737
+                "-funwind-tables",
 
738
+                "-fPIC",
 
739
+                "-pipe",
 
740
+                "-fcolor-diagnostics",
 
741
+                "--target=aarch64-linux-gnu",
 
742
+                "-pthread",
 
743
+                "-Wall",
 
744
+                "-Werror",
 
745
+                "-Wextra",
 
746
+                "-Wno-missing-field-initializers",
 
747
+                "-Wno-unused-parameter",
 
748
+                "-Wno-c++11-narrowing",
 
749
+                "-Wno-covered-switch-default",
 
750
+                "-Wno-unneeded-internal-declaration",
 
751
+                "-Wno-inconsistent-missing-override",
 
752
+                "-Wno-undefined-var-template",
 
753
+                "-Wno-nonportable-include-path",
 
754
+                "-Wno-address-of-packed-member",
 
755
+                "-Wno-unused-lambda-capture",
 
756
+                "-Wno-user-defined-warnings",
 
757
+                "-O2",
 
758
+                "-fno-ident",
 
759
+                "-fdata-sections",
 
760
+                "-ffunction-sections",
 
761
+                "-fno-omit-frame-pointer",
 
762
+                "-g0",
 
763
+                "-fvisibility=hidden",
 
764
+                "-Xclang",
 
765
+                "-load",
 
766
+                "-Xclang",
 
767
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
768
+                "-Xclang",
 
769
+                "-add-plugin",
 
770
+                "-Xclang",
 
771
+                "find-bad-constructs",
 
772
+                "-Xclang",
 
773
+                "-plugin-arg-find-bad-constructs",
 
774
+                "-Xclang",
 
775
+                "check-auto-raw-pointer",
 
776
+                "-Xclang",
 
777
+                "-plugin-arg-find-bad-constructs",
 
778
+                "-Xclang",
 
779
+                "check-ipc",
 
780
+                "-Wheader-hygiene",
 
781
+                "-Wstring-conversion",
 
782
+                "-Wtautological-overlap-compare",
 
783
+                "-Wextra",
 
784
+                "-Wno-unused-parameter",
 
785
+                "-Wno-missing-field-initializers",
 
786
+                "-Wno-strict-overflow",
 
787
+                "-Wimplicit-fallthrough",
 
788
+                "-Wthread-safety",
 
789
+                "-Winconsistent-missing-override",
 
790
+                "-Wundef"
 
791
+            ],
 
792
+            "defines": [
 
793
+                "V8_DEPRECATION_WARNINGS",
 
794
+                "USE_NSS_CERTS=1",
 
795
+                "USE_X11=1",
 
796
+                "NO_TCMALLOC",
 
797
+                "DISABLE_NACL",
 
798
+                "CHROMIUM_BUILD",
 
799
+                "_FILE_OFFSET_BITS=64",
 
800
+                "NDEBUG",
 
801
+                "NVALGRIND",
 
802
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
803
+                "WEBRTC_RESTRICT_LOGGING",
 
804
+                "EXPAT_RELATIVE_PATH",
 
805
+                "WEBRTC_ARCH_ARM64",
 
806
+                "WEBRTC_HAS_NEON",
 
807
+                "WEBRTC_MOZILLA_BUILD",
 
808
+                "WEBRTC_POSIX",
 
809
+                "WEBRTC_LINUX"
 
810
+            ],
 
811
+            "deps": [],
 
812
+            "include_dirs": [
 
813
+                "//",
 
814
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
815
+            ],
 
816
+            "libs": [],
 
817
+            "sources": [
 
818
+                "//webrtc/base/array_view.h",
 
819
+                "//webrtc/base/arraysize.h",
 
820
+                "//webrtc/base/atomicops.h",
 
821
+                "//webrtc/base/base64.cc",
 
822
+                "//webrtc/base/base64.h",
 
823
+                "//webrtc/base/basictypes.h",
 
824
+                "//webrtc/base/bind.h",
 
825
+                "//webrtc/base/bitbuffer.cc",
 
826
+                "//webrtc/base/bitbuffer.h",
 
827
+                "//webrtc/base/buffer.h",
 
828
+                "//webrtc/base/bufferqueue.cc",
 
829
+                "//webrtc/base/bufferqueue.h",
 
830
+                "//webrtc/base/bytebuffer.cc",
 
831
+                "//webrtc/base/bytebuffer.h",
 
832
+                "//webrtc/base/byteorder.h",
 
833
+                "//webrtc/base/checks.cc",
 
834
+                "//webrtc/base/checks.h",
 
835
+                "//webrtc/base/constructormagic.h",
 
836
+                "//webrtc/base/copyonwritebuffer.cc",
 
837
+                "//webrtc/base/copyonwritebuffer.h",
 
838
+                "//webrtc/base/criticalsection.cc",
 
839
+                "//webrtc/base/criticalsection.h",
 
840
+                "//webrtc/base/deprecation.h",
 
841
+                "//webrtc/base/event.cc",
 
842
+                "//webrtc/base/event.h",
 
843
+                "//webrtc/base/event_tracer.cc",
 
844
+                "//webrtc/base/event_tracer.h",
 
845
+                "//webrtc/base/file.cc",
 
846
+                "//webrtc/base/file.h",
 
847
+                "//webrtc/base/flags.cc",
 
848
+                "//webrtc/base/flags.h",
 
849
+                "//webrtc/base/format_macros.h",
 
850
+                "//webrtc/base/function_view.h",
 
851
+                "//webrtc/base/ignore_wundef.h",
 
852
+                "//webrtc/base/location.cc",
 
853
+                "//webrtc/base/location.h",
 
854
+                "//webrtc/base/md5.cc",
 
855
+                "//webrtc/base/md5.h",
 
856
+                "//webrtc/base/md5digest.cc",
 
857
+                "//webrtc/base/md5digest.h",
 
858
+                "//webrtc/base/mod_ops.h",
 
859
+                "//webrtc/base/onetimeevent.h",
 
860
+                "//webrtc/base/optional.cc",
 
861
+                "//webrtc/base/optional.h",
 
862
+                "//webrtc/base/pathutils.cc",
 
863
+                "//webrtc/base/pathutils.h",
 
864
+                "//webrtc/base/platform_file.cc",
 
865
+                "//webrtc/base/platform_file.h",
 
866
+                "//webrtc/base/platform_thread.cc",
 
867
+                "//webrtc/base/platform_thread.h",
 
868
+                "//webrtc/base/platform_thread_types.h",
 
869
+                "//webrtc/base/race_checker.cc",
 
870
+                "//webrtc/base/race_checker.h",
 
871
+                "//webrtc/base/random.cc",
 
872
+                "//webrtc/base/random.h",
 
873
+                "//webrtc/base/rate_limiter.cc",
 
874
+                "//webrtc/base/rate_limiter.h",
 
875
+                "//webrtc/base/rate_statistics.cc",
 
876
+                "//webrtc/base/rate_statistics.h",
 
877
+                "//webrtc/base/ratetracker.cc",
 
878
+                "//webrtc/base/ratetracker.h",
 
879
+                "//webrtc/base/refcount.h",
 
880
+                "//webrtc/base/refcountedobject.h",
 
881
+                "//webrtc/base/safe_compare.h",
 
882
+                "//webrtc/base/safe_conversions.h",
 
883
+                "//webrtc/base/safe_conversions_impl.h",
 
884
+                "//webrtc/base/sanitizer.h",
 
885
+                "//webrtc/base/scoped_ref_ptr.h",
 
886
+                "//webrtc/base/stringencode.cc",
 
887
+                "//webrtc/base/stringencode.h",
 
888
+                "//webrtc/base/stringutils.cc",
 
889
+                "//webrtc/base/stringutils.h",
 
890
+                "//webrtc/base/swap_queue.h",
 
891
+                "//webrtc/base/template_util.h",
 
892
+                "//webrtc/base/thread_annotations.h",
 
893
+                "//webrtc/base/thread_checker.h",
 
894
+                "//webrtc/base/thread_checker_impl.cc",
 
895
+                "//webrtc/base/thread_checker_impl.h",
 
896
+                "//webrtc/base/timestampaligner.cc",
 
897
+                "//webrtc/base/timestampaligner.h",
 
898
+                "//webrtc/base/timeutils.cc",
 
899
+                "//webrtc/base/timeutils.h",
 
900
+                "//webrtc/base/trace_event.h",
 
901
+                "//webrtc/base/type_traits.h",
 
902
+                "//webrtc/base/file_posix.cc",
 
903
+                "//webrtc/base/logging.cc",
 
904
+                "//webrtc/base/logging.h"
 
905
+            ],
 
906
+            "type": "static_library"
 
907
+        },
 
908
+        "//webrtc/base:rtc_numerics": {
 
909
+            "cflags": [
 
910
+                "-fno-strict-aliasing",
 
911
+                "--param=ssp-buffer-size=4",
 
912
+                "-fstack-protector",
 
913
+                "-Wno-builtin-macro-redefined",
 
914
+                "-D__DATE__=",
 
915
+                "-D__TIME__=",
 
916
+                "-D__TIMESTAMP__=",
 
917
+                "-funwind-tables",
 
918
+                "-fPIC",
 
919
+                "-pipe",
 
920
+                "-fcolor-diagnostics",
 
921
+                "--target=aarch64-linux-gnu",
 
922
+                "-pthread",
 
923
+                "-Wall",
 
924
+                "-Werror",
 
925
+                "-Wextra",
 
926
+                "-Wno-missing-field-initializers",
 
927
+                "-Wno-unused-parameter",
 
928
+                "-Wno-c++11-narrowing",
 
929
+                "-Wno-covered-switch-default",
 
930
+                "-Wno-unneeded-internal-declaration",
 
931
+                "-Wno-inconsistent-missing-override",
 
932
+                "-Wno-undefined-var-template",
 
933
+                "-Wno-nonportable-include-path",
 
934
+                "-Wno-address-of-packed-member",
 
935
+                "-Wno-unused-lambda-capture",
 
936
+                "-Wno-user-defined-warnings",
 
937
+                "-O2",
 
938
+                "-fno-ident",
 
939
+                "-fdata-sections",
 
940
+                "-ffunction-sections",
 
941
+                "-fno-omit-frame-pointer",
 
942
+                "-g0",
 
943
+                "-fvisibility=hidden",
 
944
+                "-Xclang",
 
945
+                "-load",
 
946
+                "-Xclang",
 
947
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
948
+                "-Xclang",
 
949
+                "-add-plugin",
 
950
+                "-Xclang",
 
951
+                "find-bad-constructs",
 
952
+                "-Xclang",
 
953
+                "-plugin-arg-find-bad-constructs",
 
954
+                "-Xclang",
 
955
+                "check-auto-raw-pointer",
 
956
+                "-Xclang",
 
957
+                "-plugin-arg-find-bad-constructs",
 
958
+                "-Xclang",
 
959
+                "check-ipc",
 
960
+                "-Wheader-hygiene",
 
961
+                "-Wstring-conversion",
 
962
+                "-Wtautological-overlap-compare",
 
963
+                "-Wextra",
 
964
+                "-Wno-unused-parameter",
 
965
+                "-Wno-missing-field-initializers",
 
966
+                "-Wno-strict-overflow",
 
967
+                "-Wimplicit-fallthrough",
 
968
+                "-Wthread-safety",
 
969
+                "-Winconsistent-missing-override",
 
970
+                "-Wundef"
 
971
+            ],
 
972
+            "defines": [
 
973
+                "V8_DEPRECATION_WARNINGS",
 
974
+                "USE_NSS_CERTS=1",
 
975
+                "USE_X11=1",
 
976
+                "NO_TCMALLOC",
 
977
+                "DISABLE_NACL",
 
978
+                "CHROMIUM_BUILD",
 
979
+                "_FILE_OFFSET_BITS=64",
 
980
+                "NDEBUG",
 
981
+                "NVALGRIND",
 
982
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
983
+                "WEBRTC_RESTRICT_LOGGING",
 
984
+                "EXPAT_RELATIVE_PATH",
 
985
+                "WEBRTC_ARCH_ARM64",
 
986
+                "WEBRTC_HAS_NEON",
 
987
+                "WEBRTC_MOZILLA_BUILD",
 
988
+                "WEBRTC_POSIX",
 
989
+                "WEBRTC_LINUX"
 
990
+            ],
 
991
+            "deps": [
 
992
+                "//webrtc/base:rtc_base_approved"
 
993
+            ],
 
994
+            "include_dirs": [
 
995
+                "//",
 
996
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
997
+            ],
 
998
+            "libs": [],
 
999
+            "sources": [
 
1000
+                "//webrtc/base/numerics/exp_filter.cc",
 
1001
+                "//webrtc/base/numerics/exp_filter.h",
 
1002
+                "//webrtc/base/numerics/percentile_filter.h"
 
1003
+            ],
 
1004
+            "type": "static_library"
 
1005
+        },
 
1006
+        "//webrtc/base:rtc_task_queue": {
 
1007
+            "cflags": [
 
1008
+                "-fno-strict-aliasing",
 
1009
+                "--param=ssp-buffer-size=4",
 
1010
+                "-fstack-protector",
 
1011
+                "-Wno-builtin-macro-redefined",
 
1012
+                "-D__DATE__=",
 
1013
+                "-D__TIME__=",
 
1014
+                "-D__TIMESTAMP__=",
 
1015
+                "-funwind-tables",
 
1016
+                "-fPIC",
 
1017
+                "-pipe",
 
1018
+                "-fcolor-diagnostics",
 
1019
+                "--target=aarch64-linux-gnu",
 
1020
+                "-pthread",
 
1021
+                "-Wall",
 
1022
+                "-Werror",
 
1023
+                "-Wextra",
 
1024
+                "-Wno-missing-field-initializers",
 
1025
+                "-Wno-unused-parameter",
 
1026
+                "-Wno-c++11-narrowing",
 
1027
+                "-Wno-covered-switch-default",
 
1028
+                "-Wno-unneeded-internal-declaration",
 
1029
+                "-Wno-inconsistent-missing-override",
 
1030
+                "-Wno-undefined-var-template",
 
1031
+                "-Wno-nonportable-include-path",
 
1032
+                "-Wno-address-of-packed-member",
 
1033
+                "-Wno-unused-lambda-capture",
 
1034
+                "-Wno-user-defined-warnings",
 
1035
+                "-O2",
 
1036
+                "-fno-ident",
 
1037
+                "-fdata-sections",
 
1038
+                "-ffunction-sections",
 
1039
+                "-fno-omit-frame-pointer",
 
1040
+                "-g0",
 
1041
+                "-fvisibility=hidden",
 
1042
+                "-Xclang",
 
1043
+                "-load",
 
1044
+                "-Xclang",
 
1045
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
1046
+                "-Xclang",
 
1047
+                "-add-plugin",
 
1048
+                "-Xclang",
 
1049
+                "find-bad-constructs",
 
1050
+                "-Xclang",
 
1051
+                "-plugin-arg-find-bad-constructs",
 
1052
+                "-Xclang",
 
1053
+                "check-auto-raw-pointer",
 
1054
+                "-Xclang",
 
1055
+                "-plugin-arg-find-bad-constructs",
 
1056
+                "-Xclang",
 
1057
+                "check-ipc",
 
1058
+                "-Wheader-hygiene",
 
1059
+                "-Wstring-conversion",
 
1060
+                "-Wtautological-overlap-compare",
 
1061
+                "-Wextra",
 
1062
+                "-Wno-unused-parameter",
 
1063
+                "-Wno-missing-field-initializers",
 
1064
+                "-Wno-strict-overflow",
 
1065
+                "-Wimplicit-fallthrough",
 
1066
+                "-Wthread-safety",
 
1067
+                "-Winconsistent-missing-override",
 
1068
+                "-Wundef"
 
1069
+            ],
 
1070
+            "defines": [
 
1071
+                "V8_DEPRECATION_WARNINGS",
 
1072
+                "USE_NSS_CERTS=1",
 
1073
+                "USE_X11=1",
 
1074
+                "NO_TCMALLOC",
 
1075
+                "DISABLE_NACL",
 
1076
+                "CHROMIUM_BUILD",
 
1077
+                "_FILE_OFFSET_BITS=64",
 
1078
+                "NDEBUG",
 
1079
+                "NVALGRIND",
 
1080
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1081
+                "WEBRTC_RESTRICT_LOGGING",
 
1082
+                "EXPAT_RELATIVE_PATH",
 
1083
+                "WEBRTC_ARCH_ARM64",
 
1084
+                "WEBRTC_HAS_NEON",
 
1085
+                "WEBRTC_BUILD_LIBEVENT",
 
1086
+                "WEBRTC_MOZILLA_BUILD",
 
1087
+                "WEBRTC_POSIX",
 
1088
+                "WEBRTC_LINUX"
 
1089
+            ],
 
1090
+            "deps": [
 
1091
+                "//webrtc/base:rtc_base_approved"
 
1092
+            ],
 
1093
+            "include_dirs": [
 
1094
+                "/ipc/chromium/src/third_party/libevent/include/",
 
1095
+                "/ipc/chromium/src/third_party/libevent/linux/",
 
1096
+                "//",
 
1097
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
1098
+            ],
 
1099
+            "libs": [],
 
1100
+            "sources": [
 
1101
+                "//webrtc/base/sequenced_task_checker.h",
 
1102
+                "//webrtc/base/sequenced_task_checker_impl.cc",
 
1103
+                "//webrtc/base/sequenced_task_checker_impl.h",
 
1104
+                "//webrtc/base/weak_ptr.cc",
 
1105
+                "//webrtc/base/weak_ptr.h",
 
1106
+                "//webrtc/base/task_queue.h",
 
1107
+                "//webrtc/base/task_queue_posix.h",
 
1108
+                "//webrtc/base/task_queue_libevent.cc",
 
1109
+                "//webrtc/base/task_queue_posix.cc"
 
1110
+            ],
 
1111
+            "type": "static_library"
 
1112
+        },
 
1113
+        "//webrtc/call:call": {
 
1114
+            "cflags": [
 
1115
+                "-fno-strict-aliasing",
 
1116
+                "--param=ssp-buffer-size=4",
 
1117
+                "-fstack-protector",
 
1118
+                "-Wno-builtin-macro-redefined",
 
1119
+                "-D__DATE__=",
 
1120
+                "-D__TIME__=",
 
1121
+                "-D__TIMESTAMP__=",
 
1122
+                "-funwind-tables",
 
1123
+                "-fPIC",
 
1124
+                "-pipe",
 
1125
+                "-fcolor-diagnostics",
 
1126
+                "--target=aarch64-linux-gnu",
 
1127
+                "-pthread",
 
1128
+                "-Wall",
 
1129
+                "-Werror",
 
1130
+                "-Wextra",
 
1131
+                "-Wno-missing-field-initializers",
 
1132
+                "-Wno-unused-parameter",
 
1133
+                "-Wno-c++11-narrowing",
 
1134
+                "-Wno-covered-switch-default",
 
1135
+                "-Wno-unneeded-internal-declaration",
 
1136
+                "-Wno-inconsistent-missing-override",
 
1137
+                "-Wno-undefined-var-template",
 
1138
+                "-Wno-nonportable-include-path",
 
1139
+                "-Wno-address-of-packed-member",
 
1140
+                "-Wno-unused-lambda-capture",
 
1141
+                "-Wno-user-defined-warnings",
 
1142
+                "-O2",
 
1143
+                "-fno-ident",
 
1144
+                "-fdata-sections",
 
1145
+                "-ffunction-sections",
 
1146
+                "-fno-omit-frame-pointer",
 
1147
+                "-g0",
 
1148
+                "-fvisibility=hidden",
 
1149
+                "-Wheader-hygiene",
 
1150
+                "-Wstring-conversion",
 
1151
+                "-Wtautological-overlap-compare",
 
1152
+                "-Wextra",
 
1153
+                "-Wno-unused-parameter",
 
1154
+                "-Wno-missing-field-initializers",
 
1155
+                "-Wno-strict-overflow",
 
1156
+                "-Wimplicit-fallthrough",
 
1157
+                "-Wthread-safety",
 
1158
+                "-Winconsistent-missing-override",
 
1159
+                "-Wundef"
 
1160
+            ],
 
1161
+            "defines": [
 
1162
+                "V8_DEPRECATION_WARNINGS",
 
1163
+                "USE_NSS_CERTS=1",
 
1164
+                "USE_X11=1",
 
1165
+                "NO_TCMALLOC",
 
1166
+                "DISABLE_NACL",
 
1167
+                "CHROMIUM_BUILD",
 
1168
+                "_FILE_OFFSET_BITS=64",
 
1169
+                "NDEBUG",
 
1170
+                "NVALGRIND",
 
1171
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1172
+                "WEBRTC_RESTRICT_LOGGING",
 
1173
+                "EXPAT_RELATIVE_PATH",
 
1174
+                "WEBRTC_ARCH_ARM64",
 
1175
+                "WEBRTC_HAS_NEON",
 
1176
+                "WEBRTC_MOZILLA_BUILD",
 
1177
+                "WEBRTC_POSIX",
 
1178
+                "WEBRTC_LINUX",
 
1179
+                "WEBRTC_BUILD_LIBEVENT"
 
1180
+            ],
 
1181
+            "deps": [
 
1182
+                "//webrtc:webrtc_common",
 
1183
+                "//webrtc/api:call_api",
 
1184
+                "//webrtc/api:transport_api",
 
1185
+                "//webrtc/audio:audio",
 
1186
+                "//webrtc/base:rtc_task_queue",
 
1187
+                "//webrtc/call:call_interfaces",
 
1188
+                "//webrtc/logging:rtc_event_log_impl",
 
1189
+                "//webrtc/modules/congestion_controller:congestion_controller",
 
1190
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
1191
+                "//webrtc/system_wrappers:system_wrappers",
 
1192
+                "//webrtc/video:video"
 
1193
+            ],
 
1194
+            "include_dirs": [
 
1195
+                "//",
 
1196
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
1197
+            ],
 
1198
+            "libs": [
 
1199
+                "rt",
 
1200
+                "m"
 
1201
+            ],
 
1202
+            "sources": [
 
1203
+                "//webrtc/call/bitrate_allocator.cc",
 
1204
+                "//webrtc/call/call.cc",
 
1205
+                "//webrtc/call/flexfec_receive_stream_impl.cc",
 
1206
+                "//webrtc/call/flexfec_receive_stream_impl.h"
 
1207
+            ],
 
1208
+            "type": "static_library"
 
1209
+        },
 
1210
+        "//webrtc/call:call_interfaces": {
 
1211
+            "cflags": [
 
1212
+                "-fno-strict-aliasing",
 
1213
+                "--param=ssp-buffer-size=4",
 
1214
+                "-fstack-protector",
 
1215
+                "-Wno-builtin-macro-redefined",
 
1216
+                "-D__DATE__=",
 
1217
+                "-D__TIME__=",
 
1218
+                "-D__TIMESTAMP__=",
 
1219
+                "-funwind-tables",
 
1220
+                "-fPIC",
 
1221
+                "-pipe",
 
1222
+                "-fcolor-diagnostics",
 
1223
+                "--target=aarch64-linux-gnu",
 
1224
+                "-pthread",
 
1225
+                "-Wall",
 
1226
+                "-Werror",
 
1227
+                "-Wextra",
 
1228
+                "-Wno-missing-field-initializers",
 
1229
+                "-Wno-unused-parameter",
 
1230
+                "-Wno-c++11-narrowing",
 
1231
+                "-Wno-covered-switch-default",
 
1232
+                "-Wno-unneeded-internal-declaration",
 
1233
+                "-Wno-inconsistent-missing-override",
 
1234
+                "-Wno-undefined-var-template",
 
1235
+                "-Wno-nonportable-include-path",
 
1236
+                "-Wno-address-of-packed-member",
 
1237
+                "-Wno-unused-lambda-capture",
 
1238
+                "-Wno-user-defined-warnings",
 
1239
+                "-O2",
 
1240
+                "-fno-ident",
 
1241
+                "-fdata-sections",
 
1242
+                "-ffunction-sections",
 
1243
+                "-fno-omit-frame-pointer",
 
1244
+                "-g0",
 
1245
+                "-fvisibility=hidden",
 
1246
+                "-Xclang",
 
1247
+                "-load",
 
1248
+                "-Xclang",
 
1249
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
1250
+                "-Xclang",
 
1251
+                "-add-plugin",
 
1252
+                "-Xclang",
 
1253
+                "find-bad-constructs",
 
1254
+                "-Xclang",
 
1255
+                "-plugin-arg-find-bad-constructs",
 
1256
+                "-Xclang",
 
1257
+                "check-auto-raw-pointer",
 
1258
+                "-Xclang",
 
1259
+                "-plugin-arg-find-bad-constructs",
 
1260
+                "-Xclang",
 
1261
+                "check-ipc",
 
1262
+                "-Wheader-hygiene",
 
1263
+                "-Wstring-conversion",
 
1264
+                "-Wtautological-overlap-compare",
 
1265
+                "-Wextra",
 
1266
+                "-Wno-unused-parameter",
 
1267
+                "-Wno-missing-field-initializers",
 
1268
+                "-Wno-strict-overflow",
 
1269
+                "-Wimplicit-fallthrough",
 
1270
+                "-Wthread-safety",
 
1271
+                "-Winconsistent-missing-override",
 
1272
+                "-Wundef"
 
1273
+            ],
 
1274
+            "defines": [
 
1275
+                "V8_DEPRECATION_WARNINGS",
 
1276
+                "USE_NSS_CERTS=1",
 
1277
+                "USE_X11=1",
 
1278
+                "NO_TCMALLOC",
 
1279
+                "DISABLE_NACL",
 
1280
+                "CHROMIUM_BUILD",
 
1281
+                "_FILE_OFFSET_BITS=64",
 
1282
+                "NDEBUG",
 
1283
+                "NVALGRIND",
 
1284
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1285
+                "WEBRTC_RESTRICT_LOGGING",
 
1286
+                "EXPAT_RELATIVE_PATH",
 
1287
+                "WEBRTC_ARCH_ARM64",
 
1288
+                "WEBRTC_HAS_NEON",
 
1289
+                "WEBRTC_MOZILLA_BUILD",
 
1290
+                "WEBRTC_POSIX",
 
1291
+                "WEBRTC_LINUX"
 
1292
+            ],
 
1293
+            "deps": [],
 
1294
+            "include_dirs": [
 
1295
+                "//",
 
1296
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
1297
+            ],
 
1298
+            "libs": [],
 
1299
+            "sources": [
 
1300
+                "//webrtc/call/audio_receive_stream.h",
 
1301
+                "//webrtc/call/audio_send_stream.h",
 
1302
+                "//webrtc/call/audio_state.h",
 
1303
+                "//webrtc/call/call.h",
 
1304
+                "//webrtc/call/flexfec_receive_stream.h",
 
1305
+                "//webrtc/call/audio_send_stream_call.cc"
 
1306
+            ],
 
1307
+            "type": "source_set"
 
1308
+        },
 
1309
+        "//webrtc/common_audio:common_audio": {
 
1310
+            "cflags": [
 
1311
+                "-fno-strict-aliasing",
 
1312
+                "--param=ssp-buffer-size=4",
 
1313
+                "-fstack-protector",
 
1314
+                "-Wno-builtin-macro-redefined",
 
1315
+                "-D__DATE__=",
 
1316
+                "-D__TIME__=",
 
1317
+                "-D__TIMESTAMP__=",
 
1318
+                "-funwind-tables",
 
1319
+                "-fPIC",
 
1320
+                "-pipe",
 
1321
+                "-fcolor-diagnostics",
 
1322
+                "--target=aarch64-linux-gnu",
 
1323
+                "-pthread",
 
1324
+                "-Wall",
 
1325
+                "-Werror",
 
1326
+                "-Wextra",
 
1327
+                "-Wno-missing-field-initializers",
 
1328
+                "-Wno-unused-parameter",
 
1329
+                "-Wno-c++11-narrowing",
 
1330
+                "-Wno-covered-switch-default",
 
1331
+                "-Wno-unneeded-internal-declaration",
 
1332
+                "-Wno-inconsistent-missing-override",
 
1333
+                "-Wno-undefined-var-template",
 
1334
+                "-Wno-nonportable-include-path",
 
1335
+                "-Wno-address-of-packed-member",
 
1336
+                "-Wno-unused-lambda-capture",
 
1337
+                "-Wno-user-defined-warnings",
 
1338
+                "-O2",
 
1339
+                "-fno-ident",
 
1340
+                "-fdata-sections",
 
1341
+                "-ffunction-sections",
 
1342
+                "-fno-omit-frame-pointer",
 
1343
+                "-g0",
 
1344
+                "-fvisibility=hidden",
 
1345
+                "-Wheader-hygiene",
 
1346
+                "-Wstring-conversion",
 
1347
+                "-Wtautological-overlap-compare",
 
1348
+                "-Wextra",
 
1349
+                "-Wno-unused-parameter",
 
1350
+                "-Wno-missing-field-initializers",
 
1351
+                "-Wno-strict-overflow",
 
1352
+                "-Wimplicit-fallthrough",
 
1353
+                "-Wthread-safety",
 
1354
+                "-Winconsistent-missing-override",
 
1355
+                "-Wundef"
 
1356
+            ],
 
1357
+            "defines": [
 
1358
+                "V8_DEPRECATION_WARNINGS",
 
1359
+                "USE_NSS_CERTS=1",
 
1360
+                "USE_X11=1",
 
1361
+                "NO_TCMALLOC",
 
1362
+                "DISABLE_NACL",
 
1363
+                "CHROMIUM_BUILD",
 
1364
+                "_FILE_OFFSET_BITS=64",
 
1365
+                "NDEBUG",
 
1366
+                "NVALGRIND",
 
1367
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1368
+                "WEBRTC_RESTRICT_LOGGING",
 
1369
+                "EXPAT_RELATIVE_PATH",
 
1370
+                "WEBRTC_ARCH_ARM64",
 
1371
+                "WEBRTC_HAS_NEON",
 
1372
+                "WEBRTC_MOZILLA_BUILD",
 
1373
+                "WEBRTC_POSIX",
 
1374
+                "WEBRTC_LINUX"
 
1375
+            ],
 
1376
+            "deps": [
 
1377
+                "//webrtc/common_audio:common_audio_c",
 
1378
+                "//webrtc/common_audio:common_audio_neon",
 
1379
+                "//webrtc/system_wrappers:system_wrappers"
 
1380
+            ],
 
1381
+            "include_dirs": [
 
1382
+                "//",
 
1383
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
1384
+                "//webrtc/common_audio/resampler/include/",
 
1385
+                "//webrtc/common_audio/signal_processing/include/",
 
1386
+                "//webrtc/common_audio/vad/include/"
 
1387
+            ],
 
1388
+            "libs": [
 
1389
+                "rt"
 
1390
+            ],
 
1391
+            "sources": [
 
1392
+                "//webrtc/common_audio/audio_converter.cc",
 
1393
+                "//webrtc/common_audio/audio_converter.h",
 
1394
+                "//webrtc/common_audio/audio_ring_buffer.cc",
 
1395
+                "//webrtc/common_audio/audio_ring_buffer.h",
 
1396
+                "//webrtc/common_audio/audio_util.cc",
 
1397
+                "//webrtc/common_audio/blocker.cc",
 
1398
+                "//webrtc/common_audio/blocker.h",
 
1399
+                "//webrtc/common_audio/channel_buffer.cc",
 
1400
+                "//webrtc/common_audio/channel_buffer.h",
 
1401
+                "//webrtc/common_audio/fir_filter.cc",
 
1402
+                "//webrtc/common_audio/fir_filter.h",
 
1403
+                "//webrtc/common_audio/fir_filter_neon.h",
 
1404
+                "//webrtc/common_audio/fir_filter_sse.h",
 
1405
+                "//webrtc/common_audio/include/audio_util.h",
 
1406
+                "//webrtc/common_audio/lapped_transform.cc",
 
1407
+                "//webrtc/common_audio/lapped_transform.h",
 
1408
+                "//webrtc/common_audio/real_fourier.cc",
 
1409
+                "//webrtc/common_audio/real_fourier.h",
 
1410
+                "//webrtc/common_audio/real_fourier_ooura.cc",
 
1411
+                "//webrtc/common_audio/real_fourier_ooura.h",
 
1412
+                "//webrtc/common_audio/resampler/include/push_resampler.h",
 
1413
+                "//webrtc/common_audio/resampler/include/resampler.h",
 
1414
+                "//webrtc/common_audio/resampler/push_resampler.cc",
 
1415
+                "//webrtc/common_audio/resampler/push_sinc_resampler.cc",
 
1416
+                "//webrtc/common_audio/resampler/push_sinc_resampler.h",
 
1417
+                "//webrtc/common_audio/resampler/resampler.cc",
 
1418
+                "//webrtc/common_audio/resampler/sinc_resampler.cc",
 
1419
+                "//webrtc/common_audio/resampler/sinc_resampler.h",
 
1420
+                "//webrtc/common_audio/smoothing_filter.cc",
 
1421
+                "//webrtc/common_audio/smoothing_filter.h",
 
1422
+                "//webrtc/common_audio/sparse_fir_filter.cc",
 
1423
+                "//webrtc/common_audio/sparse_fir_filter.h",
 
1424
+                "//webrtc/common_audio/vad/include/vad.h",
 
1425
+                "//webrtc/common_audio/vad/vad.cc",
 
1426
+                "//webrtc/common_audio/wav_file.cc",
 
1427
+                "//webrtc/common_audio/wav_file.h",
 
1428
+                "//webrtc/common_audio/wav_header.cc",
 
1429
+                "//webrtc/common_audio/wav_header.h",
 
1430
+                "//webrtc/common_audio/window_generator.cc",
 
1431
+                "//webrtc/common_audio/window_generator.h"
 
1432
+            ],
 
1433
+            "type": "static_library"
 
1434
+        },
 
1435
+        "//webrtc/common_audio:common_audio_c": {
 
1436
+            "cflags": [
 
1437
+                "-fno-strict-aliasing",
 
1438
+                "--param=ssp-buffer-size=4",
 
1439
+                "-fstack-protector",
 
1440
+                "-Wno-builtin-macro-redefined",
 
1441
+                "-D__DATE__=",
 
1442
+                "-D__TIME__=",
 
1443
+                "-D__TIMESTAMP__=",
 
1444
+                "-funwind-tables",
 
1445
+                "-fPIC",
 
1446
+                "-pipe",
 
1447
+                "-fcolor-diagnostics",
 
1448
+                "--target=aarch64-linux-gnu",
 
1449
+                "-pthread",
 
1450
+                "-Wall",
 
1451
+                "-Werror",
 
1452
+                "-Wextra",
 
1453
+                "-Wno-missing-field-initializers",
 
1454
+                "-Wno-unused-parameter",
 
1455
+                "-Wno-c++11-narrowing",
 
1456
+                "-Wno-covered-switch-default",
 
1457
+                "-Wno-unneeded-internal-declaration",
 
1458
+                "-Wno-inconsistent-missing-override",
 
1459
+                "-Wno-undefined-var-template",
 
1460
+                "-Wno-nonportable-include-path",
 
1461
+                "-Wno-address-of-packed-member",
 
1462
+                "-Wno-unused-lambda-capture",
 
1463
+                "-Wno-user-defined-warnings",
 
1464
+                "-O2",
 
1465
+                "-fno-ident",
 
1466
+                "-fdata-sections",
 
1467
+                "-ffunction-sections",
 
1468
+                "-fno-omit-frame-pointer",
 
1469
+                "-g0",
 
1470
+                "-fvisibility=hidden",
 
1471
+                "-Xclang",
 
1472
+                "-load",
 
1473
+                "-Xclang",
 
1474
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
1475
+                "-Xclang",
 
1476
+                "-add-plugin",
 
1477
+                "-Xclang",
 
1478
+                "find-bad-constructs",
 
1479
+                "-Xclang",
 
1480
+                "-plugin-arg-find-bad-constructs",
 
1481
+                "-Xclang",
 
1482
+                "check-auto-raw-pointer",
 
1483
+                "-Xclang",
 
1484
+                "-plugin-arg-find-bad-constructs",
 
1485
+                "-Xclang",
 
1486
+                "check-ipc",
 
1487
+                "-Wheader-hygiene",
 
1488
+                "-Wstring-conversion",
 
1489
+                "-Wtautological-overlap-compare",
 
1490
+                "-Wextra",
 
1491
+                "-Wno-unused-parameter",
 
1492
+                "-Wno-missing-field-initializers",
 
1493
+                "-Wno-strict-overflow",
 
1494
+                "-Wimplicit-fallthrough",
 
1495
+                "-Wthread-safety",
 
1496
+                "-Winconsistent-missing-override",
 
1497
+                "-Wundef"
 
1498
+            ],
 
1499
+            "defines": [
 
1500
+                "V8_DEPRECATION_WARNINGS",
 
1501
+                "USE_NSS_CERTS=1",
 
1502
+                "USE_X11=1",
 
1503
+                "NO_TCMALLOC",
 
1504
+                "DISABLE_NACL",
 
1505
+                "CHROMIUM_BUILD",
 
1506
+                "_FILE_OFFSET_BITS=64",
 
1507
+                "NDEBUG",
 
1508
+                "NVALGRIND",
 
1509
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1510
+                "WEBRTC_RESTRICT_LOGGING",
 
1511
+                "EXPAT_RELATIVE_PATH",
 
1512
+                "WEBRTC_ARCH_ARM64",
 
1513
+                "WEBRTC_HAS_NEON",
 
1514
+                "WEBRTC_MOZILLA_BUILD",
 
1515
+                "WEBRTC_POSIX",
 
1516
+                "WEBRTC_LINUX"
 
1517
+            ],
 
1518
+            "deps": [],
 
1519
+            "include_dirs": [
 
1520
+                "//",
 
1521
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
1522
+                "//webrtc/common_audio/resampler/include/",
 
1523
+                "//webrtc/common_audio/signal_processing/include/",
 
1524
+                "//webrtc/common_audio/vad/include/"
 
1525
+            ],
 
1526
+            "libs": [],
 
1527
+            "sources": [
 
1528
+                "//webrtc/common_audio/fft4g.c",
 
1529
+                "//webrtc/common_audio/fft4g.h",
 
1530
+                "//webrtc/common_audio/ring_buffer.c",
 
1531
+                "//webrtc/common_audio/ring_buffer.h",
 
1532
+                "//webrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c",
 
1533
+                "//webrtc/common_audio/signal_processing/auto_correlation.c",
 
1534
+                "//webrtc/common_audio/signal_processing/complex_fft_tables.h",
 
1535
+                "//webrtc/common_audio/signal_processing/copy_set_operations.c",
 
1536
+                "//webrtc/common_audio/signal_processing/cross_correlation.c",
 
1537
+                "//webrtc/common_audio/signal_processing/division_operations.c",
 
1538
+                "//webrtc/common_audio/signal_processing/dot_product_with_scale.c",
 
1539
+                "//webrtc/common_audio/signal_processing/downsample_fast.c",
 
1540
+                "//webrtc/common_audio/signal_processing/energy.c",
 
1541
+                "//webrtc/common_audio/signal_processing/filter_ar.c",
 
1542
+                "//webrtc/common_audio/signal_processing/filter_ma_fast_q12.c",
 
1543
+                "//webrtc/common_audio/signal_processing/get_hanning_window.c",
 
1544
+                "//webrtc/common_audio/signal_processing/get_scaling_square.c",
 
1545
+                "//webrtc/common_audio/signal_processing/ilbc_specific_functions.c",
 
1546
+                "//webrtc/common_audio/signal_processing/include/real_fft.h",
 
1547
+                "//webrtc/common_audio/signal_processing/include/signal_processing_library.h",
 
1548
+                "//webrtc/common_audio/signal_processing/include/spl_inl.h",
 
1549
+                "//webrtc/common_audio/signal_processing/levinson_durbin.c",
 
1550
+                "//webrtc/common_audio/signal_processing/lpc_to_refl_coef.c",
 
1551
+                "//webrtc/common_audio/signal_processing/min_max_operations.c",
 
1552
+                "//webrtc/common_audio/signal_processing/randomization_functions.c",
 
1553
+                "//webrtc/common_audio/signal_processing/real_fft.c",
 
1554
+                "//webrtc/common_audio/signal_processing/refl_coef_to_lpc.c",
 
1555
+                "//webrtc/common_audio/signal_processing/resample.c",
 
1556
+                "//webrtc/common_audio/signal_processing/resample_48khz.c",
 
1557
+                "//webrtc/common_audio/signal_processing/resample_by_2.c",
 
1558
+                "//webrtc/common_audio/signal_processing/resample_by_2_internal.c",
 
1559
+                "//webrtc/common_audio/signal_processing/resample_by_2_internal.h",
 
1560
+                "//webrtc/common_audio/signal_processing/resample_fractional.c",
 
1561
+                "//webrtc/common_audio/signal_processing/spl_init.c",
 
1562
+                "//webrtc/common_audio/signal_processing/spl_inl.c",
 
1563
+                "//webrtc/common_audio/signal_processing/spl_sqrt.c",
 
1564
+                "//webrtc/common_audio/signal_processing/splitting_filter.c",
 
1565
+                "//webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
 
1566
+                "//webrtc/common_audio/signal_processing/vector_scaling_operations.c",
 
1567
+                "//webrtc/common_audio/vad/include/webrtc_vad.h",
 
1568
+                "//webrtc/common_audio/vad/vad_core.c",
 
1569
+                "//webrtc/common_audio/vad/vad_core.h",
 
1570
+                "//webrtc/common_audio/vad/vad_filterbank.c",
 
1571
+                "//webrtc/common_audio/vad/vad_filterbank.h",
 
1572
+                "//webrtc/common_audio/vad/vad_gmm.c",
 
1573
+                "//webrtc/common_audio/vad/vad_gmm.h",
 
1574
+                "//webrtc/common_audio/vad/vad_sp.c",
 
1575
+                "//webrtc/common_audio/vad/vad_sp.h",
 
1576
+                "//webrtc/common_audio/vad/webrtc_vad.c",
 
1577
+                "//webrtc/common_audio/signal_processing/complex_fft.c",
 
1578
+                "//webrtc/common_audio/signal_processing/complex_bit_reverse.c",
 
1579
+                "//webrtc/common_audio/signal_processing/filter_ar_fast_q12.c",
 
1580
+                "//webrtc/common_audio/signal_processing/spl_sqrt_floor.c"
 
1581
+            ],
 
1582
+            "type": "source_set"
 
1583
+        },
 
1584
+        "//webrtc/common_audio:common_audio_neon": {
 
1585
+            "cflags": [
 
1586
+                "-fno-strict-aliasing",
 
1587
+                "--param=ssp-buffer-size=4",
 
1588
+                "-fstack-protector",
 
1589
+                "-Wno-builtin-macro-redefined",
 
1590
+                "-D__DATE__=",
 
1591
+                "-D__TIME__=",
 
1592
+                "-D__TIMESTAMP__=",
 
1593
+                "-funwind-tables",
 
1594
+                "-fPIC",
 
1595
+                "-pipe",
 
1596
+                "-fcolor-diagnostics",
 
1597
+                "--target=aarch64-linux-gnu",
 
1598
+                "-pthread",
 
1599
+                "-Wall",
 
1600
+                "-Werror",
 
1601
+                "-Wextra",
 
1602
+                "-Wno-missing-field-initializers",
 
1603
+                "-Wno-unused-parameter",
 
1604
+                "-Wno-c++11-narrowing",
 
1605
+                "-Wno-covered-switch-default",
 
1606
+                "-Wno-unneeded-internal-declaration",
 
1607
+                "-Wno-inconsistent-missing-override",
 
1608
+                "-Wno-undefined-var-template",
 
1609
+                "-Wno-nonportable-include-path",
 
1610
+                "-Wno-address-of-packed-member",
 
1611
+                "-Wno-unused-lambda-capture",
 
1612
+                "-Wno-user-defined-warnings",
 
1613
+                "-O2",
 
1614
+                "-fno-ident",
 
1615
+                "-fdata-sections",
 
1616
+                "-ffunction-sections",
 
1617
+                "-fno-omit-frame-pointer",
 
1618
+                "-g0",
 
1619
+                "-fvisibility=hidden",
 
1620
+                "-Wheader-hygiene",
 
1621
+                "-Wstring-conversion",
 
1622
+                "-Wtautological-overlap-compare",
 
1623
+                "-Wextra",
 
1624
+                "-Wno-unused-parameter",
 
1625
+                "-Wno-missing-field-initializers",
 
1626
+                "-Wno-strict-overflow",
 
1627
+                "-Wimplicit-fallthrough",
 
1628
+                "-Wthread-safety",
 
1629
+                "-Winconsistent-missing-override",
 
1630
+                "-Wundef"
 
1631
+            ],
 
1632
+            "defines": [
 
1633
+                "V8_DEPRECATION_WARNINGS",
 
1634
+                "USE_NSS_CERTS=1",
 
1635
+                "USE_X11=1",
 
1636
+                "NO_TCMALLOC",
 
1637
+                "DISABLE_NACL",
 
1638
+                "CHROMIUM_BUILD",
 
1639
+                "_FILE_OFFSET_BITS=64",
 
1640
+                "NDEBUG",
 
1641
+                "NVALGRIND",
 
1642
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1643
+                "WEBRTC_RESTRICT_LOGGING",
 
1644
+                "EXPAT_RELATIVE_PATH",
 
1645
+                "WEBRTC_ARCH_ARM64",
 
1646
+                "WEBRTC_HAS_NEON",
 
1647
+                "WEBRTC_MOZILLA_BUILD",
 
1648
+                "WEBRTC_POSIX",
 
1649
+                "WEBRTC_LINUX"
 
1650
+            ],
 
1651
+            "deps": [
 
1652
+                "//webrtc/common_audio:common_audio_neon_c"
 
1653
+            ],
 
1654
+            "include_dirs": [
 
1655
+                "//",
 
1656
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
1657
+            ],
 
1658
+            "libs": [],
 
1659
+            "sources": [
 
1660
+                "//webrtc/common_audio/fir_filter_neon.cc",
 
1661
+                "//webrtc/common_audio/resampler/sinc_resampler_neon.cc"
 
1662
+            ],
 
1663
+            "type": "static_library"
 
1664
+        },
 
1665
+        "//webrtc/common_audio:common_audio_neon_c": {
 
1666
+            "cflags": [
 
1667
+                "-fno-strict-aliasing",
 
1668
+                "--param=ssp-buffer-size=4",
 
1669
+                "-fstack-protector",
 
1670
+                "-Wno-builtin-macro-redefined",
 
1671
+                "-D__DATE__=",
 
1672
+                "-D__TIME__=",
 
1673
+                "-D__TIMESTAMP__=",
 
1674
+                "-funwind-tables",
 
1675
+                "-fPIC",
 
1676
+                "-pipe",
 
1677
+                "-fcolor-diagnostics",
 
1678
+                "--target=aarch64-linux-gnu",
 
1679
+                "-pthread",
 
1680
+                "-Wall",
 
1681
+                "-Werror",
 
1682
+                "-Wextra",
 
1683
+                "-Wno-missing-field-initializers",
 
1684
+                "-Wno-unused-parameter",
 
1685
+                "-Wno-c++11-narrowing",
 
1686
+                "-Wno-covered-switch-default",
 
1687
+                "-Wno-unneeded-internal-declaration",
 
1688
+                "-Wno-inconsistent-missing-override",
 
1689
+                "-Wno-undefined-var-template",
 
1690
+                "-Wno-nonportable-include-path",
 
1691
+                "-Wno-address-of-packed-member",
 
1692
+                "-Wno-unused-lambda-capture",
 
1693
+                "-Wno-user-defined-warnings",
 
1694
+                "-O2",
 
1695
+                "-fno-ident",
 
1696
+                "-fdata-sections",
 
1697
+                "-ffunction-sections",
 
1698
+                "-fno-omit-frame-pointer",
 
1699
+                "-g0",
 
1700
+                "-fvisibility=hidden",
 
1701
+                "-Wheader-hygiene",
 
1702
+                "-Wstring-conversion",
 
1703
+                "-Wtautological-overlap-compare",
 
1704
+                "-Wextra",
 
1705
+                "-Wno-unused-parameter",
 
1706
+                "-Wno-missing-field-initializers",
 
1707
+                "-Wno-strict-overflow",
 
1708
+                "-Wimplicit-fallthrough",
 
1709
+                "-Wthread-safety",
 
1710
+                "-Winconsistent-missing-override",
 
1711
+                "-Wundef"
 
1712
+            ],
 
1713
+            "defines": [
 
1714
+                "V8_DEPRECATION_WARNINGS",
 
1715
+                "USE_NSS_CERTS=1",
 
1716
+                "USE_X11=1",
 
1717
+                "NO_TCMALLOC",
 
1718
+                "DISABLE_NACL",
 
1719
+                "CHROMIUM_BUILD",
 
1720
+                "_FILE_OFFSET_BITS=64",
 
1721
+                "NDEBUG",
 
1722
+                "NVALGRIND",
 
1723
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1724
+                "WEBRTC_RESTRICT_LOGGING",
 
1725
+                "EXPAT_RELATIVE_PATH",
 
1726
+                "WEBRTC_ARCH_ARM64",
 
1727
+                "WEBRTC_HAS_NEON",
 
1728
+                "WEBRTC_MOZILLA_BUILD",
 
1729
+                "WEBRTC_POSIX",
 
1730
+                "WEBRTC_LINUX"
 
1731
+            ],
 
1732
+            "deps": [],
 
1733
+            "include_dirs": [
 
1734
+                "//",
 
1735
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
1736
+            ],
 
1737
+            "libs": [],
 
1738
+            "sources": [
 
1739
+                "//webrtc/common_audio/signal_processing/cross_correlation_neon.c",
 
1740
+                "//webrtc/common_audio/signal_processing/downsample_fast_neon.c",
 
1741
+                "//webrtc/common_audio/signal_processing/min_max_operations_neon.c"
 
1742
+            ],
 
1743
+            "type": "source_set"
 
1744
+        },
 
1745
+        "//webrtc/common_video:common_video": {
 
1746
+            "cflags": [
 
1747
+                "-fno-strict-aliasing",
 
1748
+                "--param=ssp-buffer-size=4",
 
1749
+                "-fstack-protector",
 
1750
+                "-Wno-builtin-macro-redefined",
 
1751
+                "-D__DATE__=",
 
1752
+                "-D__TIME__=",
 
1753
+                "-D__TIMESTAMP__=",
 
1754
+                "-funwind-tables",
 
1755
+                "-fPIC",
 
1756
+                "-pipe",
 
1757
+                "-fcolor-diagnostics",
 
1758
+                "--target=aarch64-linux-gnu",
 
1759
+                "-pthread",
 
1760
+                "-Wall",
 
1761
+                "-Werror",
 
1762
+                "-Wextra",
 
1763
+                "-Wno-missing-field-initializers",
 
1764
+                "-Wno-unused-parameter",
 
1765
+                "-Wno-c++11-narrowing",
 
1766
+                "-Wno-covered-switch-default",
 
1767
+                "-Wno-unneeded-internal-declaration",
 
1768
+                "-Wno-inconsistent-missing-override",
 
1769
+                "-Wno-undefined-var-template",
 
1770
+                "-Wno-nonportable-include-path",
 
1771
+                "-Wno-address-of-packed-member",
 
1772
+                "-Wno-unused-lambda-capture",
 
1773
+                "-Wno-user-defined-warnings",
 
1774
+                "-O2",
 
1775
+                "-fno-ident",
 
1776
+                "-fdata-sections",
 
1777
+                "-ffunction-sections",
 
1778
+                "-fno-omit-frame-pointer",
 
1779
+                "-g0",
 
1780
+                "-fvisibility=hidden",
 
1781
+                "-Wheader-hygiene",
 
1782
+                "-Wstring-conversion",
 
1783
+                "-Wtautological-overlap-compare",
 
1784
+                "-Wextra",
 
1785
+                "-Wno-unused-parameter",
 
1786
+                "-Wno-missing-field-initializers",
 
1787
+                "-Wno-strict-overflow",
 
1788
+                "-Wimplicit-fallthrough",
 
1789
+                "-Wthread-safety",
 
1790
+                "-Winconsistent-missing-override",
 
1791
+                "-Wundef"
 
1792
+            ],
 
1793
+            "defines": [
 
1794
+                "V8_DEPRECATION_WARNINGS",
 
1795
+                "USE_NSS_CERTS=1",
 
1796
+                "USE_X11=1",
 
1797
+                "NO_TCMALLOC",
 
1798
+                "DISABLE_NACL",
 
1799
+                "CHROMIUM_BUILD",
 
1800
+                "_FILE_OFFSET_BITS=64",
 
1801
+                "NDEBUG",
 
1802
+                "NVALGRIND",
 
1803
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1804
+                "WEBRTC_RESTRICT_LOGGING",
 
1805
+                "EXPAT_RELATIVE_PATH",
 
1806
+                "WEBRTC_ARCH_ARM64",
 
1807
+                "WEBRTC_HAS_NEON",
 
1808
+                "WEBRTC_MOZILLA_BUILD",
 
1809
+                "WEBRTC_POSIX",
 
1810
+                "WEBRTC_LINUX",
 
1811
+                "WEBRTC_BUILD_LIBEVENT"
 
1812
+            ],
 
1813
+            "deps": [
 
1814
+                "//webrtc:webrtc_common",
 
1815
+                "//webrtc/api:video_frame_api",
 
1816
+                "//webrtc/base:rtc_task_queue",
 
1817
+                "//webrtc/system_wrappers:system_wrappers"
 
1818
+            ],
 
1819
+            "include_dirs": [
 
1820
+                "//webrtc/modules/interface/",
 
1821
+                "/media/libyuv/libyuv/include/",
 
1822
+                "//",
 
1823
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
1824
+                "//webrtc/common_video/include/",
 
1825
+                "//webrtc/common_video/libyuv/include/"
 
1826
+            ],
 
1827
+            "libs": [
 
1828
+                "rt"
 
1829
+            ],
 
1830
+            "sources": [
 
1831
+                "//webrtc/common_video/bitrate_adjuster.cc",
 
1832
+                "//webrtc/common_video/h264/h264_bitstream_parser.cc",
 
1833
+                "//webrtc/common_video/h264/h264_bitstream_parser.h",
 
1834
+                "//webrtc/common_video/h264/h264_common.cc",
 
1835
+                "//webrtc/common_video/h264/h264_common.h",
 
1836
+                "//webrtc/common_video/h264/pps_parser.cc",
 
1837
+                "//webrtc/common_video/h264/pps_parser.h",
 
1838
+                "//webrtc/common_video/h264/profile_level_id.cc",
 
1839
+                "//webrtc/common_video/h264/profile_level_id.h",
 
1840
+                "//webrtc/common_video/h264/sps_parser.cc",
 
1841
+                "//webrtc/common_video/h264/sps_parser.h",
 
1842
+                "//webrtc/common_video/h264/sps_vui_rewriter.cc",
 
1843
+                "//webrtc/common_video/h264/sps_vui_rewriter.h",
 
1844
+                "//webrtc/common_video/i420_buffer_pool.cc",
 
1845
+                "//webrtc/common_video/include/bitrate_adjuster.h",
 
1846
+                "//webrtc/common_video/include/frame_callback.h",
 
1847
+                "//webrtc/common_video/include/i420_buffer_pool.h",
 
1848
+                "//webrtc/common_video/include/incoming_video_stream.h",
 
1849
+                "//webrtc/common_video/include/video_bitrate_allocator.h",
 
1850
+                "//webrtc/common_video/include/video_frame_buffer.h",
 
1851
+                "//webrtc/common_video/incoming_video_stream.cc",
 
1852
+                "//webrtc/common_video/libyuv/include/webrtc_libyuv.h",
 
1853
+                "//webrtc/common_video/libyuv/webrtc_libyuv.cc",
 
1854
+                "//webrtc/common_video/video_frame.cc",
 
1855
+                "//webrtc/common_video/video_frame_buffer.cc",
 
1856
+                "//webrtc/common_video/video_render_frames.cc",
 
1857
+                "//webrtc/common_video/video_render_frames.h"
 
1858
+            ],
 
1859
+            "type": "static_library"
 
1860
+        },
 
1861
+        "//webrtc/logging:rtc_event_log_api": {
 
1862
+            "cflags": [
 
1863
+                "-fno-strict-aliasing",
 
1864
+                "--param=ssp-buffer-size=4",
 
1865
+                "-fstack-protector",
 
1866
+                "-Wno-builtin-macro-redefined",
 
1867
+                "-D__DATE__=",
 
1868
+                "-D__TIME__=",
 
1869
+                "-D__TIMESTAMP__=",
 
1870
+                "-funwind-tables",
 
1871
+                "-fPIC",
 
1872
+                "-pipe",
 
1873
+                "-fcolor-diagnostics",
 
1874
+                "--target=aarch64-linux-gnu",
 
1875
+                "-pthread",
 
1876
+                "-Wall",
 
1877
+                "-Werror",
 
1878
+                "-Wextra",
 
1879
+                "-Wno-missing-field-initializers",
 
1880
+                "-Wno-unused-parameter",
 
1881
+                "-Wno-c++11-narrowing",
 
1882
+                "-Wno-covered-switch-default",
 
1883
+                "-Wno-unneeded-internal-declaration",
 
1884
+                "-Wno-inconsistent-missing-override",
 
1885
+                "-Wno-undefined-var-template",
 
1886
+                "-Wno-nonportable-include-path",
 
1887
+                "-Wno-address-of-packed-member",
 
1888
+                "-Wno-unused-lambda-capture",
 
1889
+                "-Wno-user-defined-warnings",
 
1890
+                "-O2",
 
1891
+                "-fno-ident",
 
1892
+                "-fdata-sections",
 
1893
+                "-ffunction-sections",
 
1894
+                "-fno-omit-frame-pointer",
 
1895
+                "-g0",
 
1896
+                "-fvisibility=hidden",
 
1897
+                "-Xclang",
 
1898
+                "-load",
 
1899
+                "-Xclang",
 
1900
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
1901
+                "-Xclang",
 
1902
+                "-add-plugin",
 
1903
+                "-Xclang",
 
1904
+                "find-bad-constructs",
 
1905
+                "-Xclang",
 
1906
+                "-plugin-arg-find-bad-constructs",
 
1907
+                "-Xclang",
 
1908
+                "check-auto-raw-pointer",
 
1909
+                "-Xclang",
 
1910
+                "-plugin-arg-find-bad-constructs",
 
1911
+                "-Xclang",
 
1912
+                "check-ipc",
 
1913
+                "-Wheader-hygiene",
 
1914
+                "-Wstring-conversion",
 
1915
+                "-Wtautological-overlap-compare",
 
1916
+                "-Wextra",
 
1917
+                "-Wno-unused-parameter",
 
1918
+                "-Wno-missing-field-initializers",
 
1919
+                "-Wno-strict-overflow",
 
1920
+                "-Wimplicit-fallthrough",
 
1921
+                "-Wthread-safety",
 
1922
+                "-Winconsistent-missing-override",
 
1923
+                "-Wundef"
 
1924
+            ],
 
1925
+            "defines": [
 
1926
+                "V8_DEPRECATION_WARNINGS",
 
1927
+                "USE_NSS_CERTS=1",
 
1928
+                "USE_X11=1",
 
1929
+                "NO_TCMALLOC",
 
1930
+                "DISABLE_NACL",
 
1931
+                "CHROMIUM_BUILD",
 
1932
+                "_FILE_OFFSET_BITS=64",
 
1933
+                "NDEBUG",
 
1934
+                "NVALGRIND",
 
1935
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
1936
+                "WEBRTC_RESTRICT_LOGGING",
 
1937
+                "EXPAT_RELATIVE_PATH",
 
1938
+                "WEBRTC_ARCH_ARM64",
 
1939
+                "WEBRTC_HAS_NEON",
 
1940
+                "WEBRTC_MOZILLA_BUILD",
 
1941
+                "WEBRTC_POSIX",
 
1942
+                "WEBRTC_LINUX"
 
1943
+            ],
 
1944
+            "deps": [],
 
1945
+            "include_dirs": [
 
1946
+                "//",
 
1947
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
1948
+            ],
 
1949
+            "libs": [],
 
1950
+            "sources": [
 
1951
+                "//webrtc/logging/rtc_event_log/rtc_event_log.h"
 
1952
+            ],
 
1953
+            "type": "source_set"
 
1954
+        },
 
1955
+        "//webrtc/logging:rtc_event_log_impl": {
 
1956
+            "cflags": [
 
1957
+                "-fno-strict-aliasing",
 
1958
+                "--param=ssp-buffer-size=4",
 
1959
+                "-fstack-protector",
 
1960
+                "-Wno-builtin-macro-redefined",
 
1961
+                "-D__DATE__=",
 
1962
+                "-D__TIME__=",
 
1963
+                "-D__TIMESTAMP__=",
 
1964
+                "-funwind-tables",
 
1965
+                "-fPIC",
 
1966
+                "-pipe",
 
1967
+                "-fcolor-diagnostics",
 
1968
+                "--target=aarch64-linux-gnu",
 
1969
+                "-pthread",
 
1970
+                "-Wall",
 
1971
+                "-Werror",
 
1972
+                "-Wextra",
 
1973
+                "-Wno-missing-field-initializers",
 
1974
+                "-Wno-unused-parameter",
 
1975
+                "-Wno-c++11-narrowing",
 
1976
+                "-Wno-covered-switch-default",
 
1977
+                "-Wno-unneeded-internal-declaration",
 
1978
+                "-Wno-inconsistent-missing-override",
 
1979
+                "-Wno-undefined-var-template",
 
1980
+                "-Wno-nonportable-include-path",
 
1981
+                "-Wno-address-of-packed-member",
 
1982
+                "-Wno-unused-lambda-capture",
 
1983
+                "-Wno-user-defined-warnings",
 
1984
+                "-O2",
 
1985
+                "-fno-ident",
 
1986
+                "-fdata-sections",
 
1987
+                "-ffunction-sections",
 
1988
+                "-fno-omit-frame-pointer",
 
1989
+                "-g0",
 
1990
+                "-fvisibility=hidden",
 
1991
+                "-Wheader-hygiene",
 
1992
+                "-Wstring-conversion",
 
1993
+                "-Wtautological-overlap-compare",
 
1994
+                "-Wextra",
 
1995
+                "-Wno-unused-parameter",
 
1996
+                "-Wno-missing-field-initializers",
 
1997
+                "-Wno-strict-overflow",
 
1998
+                "-Wimplicit-fallthrough",
 
1999
+                "-Wthread-safety",
 
2000
+                "-Winconsistent-missing-override",
 
2001
+                "-Wundef"
 
2002
+            ],
 
2003
+            "defines": [
 
2004
+                "V8_DEPRECATION_WARNINGS",
 
2005
+                "USE_NSS_CERTS=1",
 
2006
+                "USE_X11=1",
 
2007
+                "NO_TCMALLOC",
 
2008
+                "DISABLE_NACL",
 
2009
+                "CHROMIUM_BUILD",
 
2010
+                "_FILE_OFFSET_BITS=64",
 
2011
+                "NDEBUG",
 
2012
+                "NVALGRIND",
 
2013
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2014
+                "WEBRTC_RESTRICT_LOGGING",
 
2015
+                "EXPAT_RELATIVE_PATH",
 
2016
+                "WEBRTC_ARCH_ARM64",
 
2017
+                "WEBRTC_HAS_NEON",
 
2018
+                "WEBRTC_MOZILLA_BUILD",
 
2019
+                "WEBRTC_POSIX",
 
2020
+                "WEBRTC_LINUX",
 
2021
+                "WEBRTC_BUILD_LIBEVENT"
 
2022
+            ],
 
2023
+            "deps": [
 
2024
+                "//webrtc:webrtc_common",
 
2025
+                "//webrtc/call:call_interfaces",
 
2026
+                "//webrtc/logging:rtc_event_log_api",
 
2027
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp"
 
2028
+            ],
 
2029
+            "include_dirs": [
 
2030
+                "//",
 
2031
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
2032
+            ],
 
2033
+            "libs": [
 
2034
+                "rt"
 
2035
+            ],
 
2036
+            "sources": [
 
2037
+                "//webrtc/logging/rtc_event_log/ringbuffer.h",
 
2038
+                "//webrtc/logging/rtc_event_log/rtc_event_log.cc",
 
2039
+                "//webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.cc",
 
2040
+                "//webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h"
 
2041
+            ],
 
2042
+            "type": "static_library"
 
2043
+        },
 
2044
+        "//webrtc/media:mozilla_rtc_media": {
 
2045
+            "cflags": [
 
2046
+                "-fno-strict-aliasing",
 
2047
+                "--param=ssp-buffer-size=4",
 
2048
+                "-fstack-protector",
 
2049
+                "-Wno-builtin-macro-redefined",
 
2050
+                "-D__DATE__=",
 
2051
+                "-D__TIME__=",
 
2052
+                "-D__TIMESTAMP__=",
 
2053
+                "-funwind-tables",
 
2054
+                "-fPIC",
 
2055
+                "-pipe",
 
2056
+                "-fcolor-diagnostics",
 
2057
+                "--target=aarch64-linux-gnu",
 
2058
+                "-pthread",
 
2059
+                "-Wall",
 
2060
+                "-Werror",
 
2061
+                "-Wextra",
 
2062
+                "-Wno-missing-field-initializers",
 
2063
+                "-Wno-unused-parameter",
 
2064
+                "-Wno-c++11-narrowing",
 
2065
+                "-Wno-covered-switch-default",
 
2066
+                "-Wno-unneeded-internal-declaration",
 
2067
+                "-Wno-inconsistent-missing-override",
 
2068
+                "-Wno-undefined-var-template",
 
2069
+                "-Wno-nonportable-include-path",
 
2070
+                "-Wno-address-of-packed-member",
 
2071
+                "-Wno-unused-lambda-capture",
 
2072
+                "-Wno-user-defined-warnings",
 
2073
+                "-O2",
 
2074
+                "-fno-ident",
 
2075
+                "-fdata-sections",
 
2076
+                "-ffunction-sections",
 
2077
+                "-fno-omit-frame-pointer",
 
2078
+                "-g0",
 
2079
+                "-fvisibility=hidden",
 
2080
+                "-Xclang",
 
2081
+                "-load",
 
2082
+                "-Xclang",
 
2083
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2084
+                "-Xclang",
 
2085
+                "-add-plugin",
 
2086
+                "-Xclang",
 
2087
+                "find-bad-constructs",
 
2088
+                "-Xclang",
 
2089
+                "-plugin-arg-find-bad-constructs",
 
2090
+                "-Xclang",
 
2091
+                "check-auto-raw-pointer",
 
2092
+                "-Xclang",
 
2093
+                "-plugin-arg-find-bad-constructs",
 
2094
+                "-Xclang",
 
2095
+                "check-ipc",
 
2096
+                "-Wheader-hygiene",
 
2097
+                "-Wstring-conversion",
 
2098
+                "-Wtautological-overlap-compare",
 
2099
+                "-Wextra",
 
2100
+                "-Wno-unused-parameter",
 
2101
+                "-Wno-missing-field-initializers",
 
2102
+                "-Wno-strict-overflow",
 
2103
+                "-Wimplicit-fallthrough",
 
2104
+                "-Wthread-safety",
 
2105
+                "-Winconsistent-missing-override",
 
2106
+                "-Wundef"
 
2107
+            ],
 
2108
+            "defines": [
 
2109
+                "V8_DEPRECATION_WARNINGS",
 
2110
+                "USE_NSS_CERTS=1",
 
2111
+                "USE_X11=1",
 
2112
+                "NO_TCMALLOC",
 
2113
+                "DISABLE_NACL",
 
2114
+                "CHROMIUM_BUILD",
 
2115
+                "_FILE_OFFSET_BITS=64",
 
2116
+                "NDEBUG",
 
2117
+                "NVALGRIND",
 
2118
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2119
+                "WEBRTC_RESTRICT_LOGGING",
 
2120
+                "EXPAT_RELATIVE_PATH",
 
2121
+                "WEBRTC_ARCH_ARM64",
 
2122
+                "WEBRTC_HAS_NEON",
 
2123
+                "WEBRTC_MOZILLA_BUILD",
 
2124
+                "WEBRTC_POSIX",
 
2125
+                "WEBRTC_LINUX"
 
2126
+            ],
 
2127
+            "deps": [],
 
2128
+            "include_dirs": [
 
2129
+                "//",
 
2130
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
2131
+            ],
 
2132
+            "libs": [],
 
2133
+            "sources": [
 
2134
+                "//webrtc/media/base/videoadapter.cc",
 
2135
+                "//webrtc/media/base/videoadapter.h",
 
2136
+                "//webrtc/media/base/videobroadcaster.cc",
 
2137
+                "//webrtc/media/base/videobroadcaster.h",
 
2138
+                "//webrtc/media/base/videosourcebase.cc",
 
2139
+                "//webrtc/media/base/videosourcebase.h"
 
2140
+            ],
 
2141
+            "type": "static_library"
 
2142
+        },
 
2143
+        "//webrtc/modules/audio_coding:audio_coding": {
 
2144
+            "cflags": [
 
2145
+                "-fno-strict-aliasing",
 
2146
+                "--param=ssp-buffer-size=4",
 
2147
+                "-fstack-protector",
 
2148
+                "-Wno-builtin-macro-redefined",
 
2149
+                "-D__DATE__=",
 
2150
+                "-D__TIME__=",
 
2151
+                "-D__TIMESTAMP__=",
 
2152
+                "-funwind-tables",
 
2153
+                "-fPIC",
 
2154
+                "-pipe",
 
2155
+                "-fcolor-diagnostics",
 
2156
+                "--target=aarch64-linux-gnu",
 
2157
+                "-pthread",
 
2158
+                "-Wall",
 
2159
+                "-Werror",
 
2160
+                "-Wextra",
 
2161
+                "-Wno-missing-field-initializers",
 
2162
+                "-Wno-unused-parameter",
 
2163
+                "-Wno-c++11-narrowing",
 
2164
+                "-Wno-covered-switch-default",
 
2165
+                "-Wno-unneeded-internal-declaration",
 
2166
+                "-Wno-inconsistent-missing-override",
 
2167
+                "-Wno-undefined-var-template",
 
2168
+                "-Wno-nonportable-include-path",
 
2169
+                "-Wno-address-of-packed-member",
 
2170
+                "-Wno-unused-lambda-capture",
 
2171
+                "-Wno-user-defined-warnings",
 
2172
+                "-O2",
 
2173
+                "-fno-ident",
 
2174
+                "-fdata-sections",
 
2175
+                "-ffunction-sections",
 
2176
+                "-fno-omit-frame-pointer",
 
2177
+                "-g0",
 
2178
+                "-fvisibility=hidden",
 
2179
+                "-Xclang",
 
2180
+                "-load",
 
2181
+                "-Xclang",
 
2182
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2183
+                "-Xclang",
 
2184
+                "-add-plugin",
 
2185
+                "-Xclang",
 
2186
+                "find-bad-constructs",
 
2187
+                "-Xclang",
 
2188
+                "-plugin-arg-find-bad-constructs",
 
2189
+                "-Xclang",
 
2190
+                "check-auto-raw-pointer",
 
2191
+                "-Xclang",
 
2192
+                "-plugin-arg-find-bad-constructs",
 
2193
+                "-Xclang",
 
2194
+                "check-ipc",
 
2195
+                "-Wheader-hygiene",
 
2196
+                "-Wstring-conversion",
 
2197
+                "-Wtautological-overlap-compare",
 
2198
+                "-Wextra",
 
2199
+                "-Wno-unused-parameter",
 
2200
+                "-Wno-missing-field-initializers",
 
2201
+                "-Wno-strict-overflow",
 
2202
+                "-Wimplicit-fallthrough",
 
2203
+                "-Wthread-safety",
 
2204
+                "-Winconsistent-missing-override",
 
2205
+                "-Wundef"
 
2206
+            ],
 
2207
+            "defines": [
 
2208
+                "WEBRTC_CODEC_OPUS",
 
2209
+                "WEBRTC_CODEC_G722",
 
2210
+                "V8_DEPRECATION_WARNINGS",
 
2211
+                "USE_NSS_CERTS=1",
 
2212
+                "USE_X11=1",
 
2213
+                "NO_TCMALLOC",
 
2214
+                "DISABLE_NACL",
 
2215
+                "CHROMIUM_BUILD",
 
2216
+                "_FILE_OFFSET_BITS=64",
 
2217
+                "NDEBUG",
 
2218
+                "NVALGRIND",
 
2219
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2220
+                "WEBRTC_RESTRICT_LOGGING",
 
2221
+                "EXPAT_RELATIVE_PATH",
 
2222
+                "WEBRTC_ARCH_ARM64",
 
2223
+                "WEBRTC_HAS_NEON",
 
2224
+                "WEBRTC_MOZILLA_BUILD",
 
2225
+                "WEBRTC_POSIX",
 
2226
+                "WEBRTC_LINUX"
 
2227
+            ],
 
2228
+            "deps": [
 
2229
+                "//webrtc:webrtc_common",
 
2230
+                "//webrtc/base:rtc_base_approved",
 
2231
+                "//webrtc/common_audio:common_audio",
 
2232
+                "//webrtc/logging:rtc_event_log_api",
 
2233
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
2234
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
2235
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
2236
+                "//webrtc/modules/audio_coding:cng",
 
2237
+                "//webrtc/modules/audio_coding:g711",
 
2238
+                "//webrtc/modules/audio_coding:g722",
 
2239
+                "//webrtc/modules/audio_coding:isac",
 
2240
+                "//webrtc/modules/audio_coding:neteq",
 
2241
+                "//webrtc/modules/audio_coding:pcm16b",
 
2242
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
2243
+                "//webrtc/modules/audio_coding:webrtc_opus",
 
2244
+                "//webrtc/system_wrappers:system_wrappers"
 
2245
+            ],
 
2246
+            "include_dirs": [
 
2247
+                "//",
 
2248
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
2249
+                "//webrtc/modules/audio_coding/include/",
 
2250
+                "//webrtc/modules/include/",
 
2251
+                "//",
 
2252
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
2253
+                "//",
 
2254
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
2255
+                "//",
 
2256
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
2257
+                "//",
 
2258
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
2259
+                "//",
 
2260
+                "//webrtc/modules/audio_coding/codecs/g722/include/",
 
2261
+                "//webrtc/common_audio/resampler/include/",
 
2262
+                "//webrtc/common_audio/signal_processing/include/",
 
2263
+                "//webrtc/common_audio/vad/include/"
 
2264
+            ],
 
2265
+            "libs": [
 
2266
+                "rt",
 
2267
+                "m"
 
2268
+            ],
 
2269
+            "sources": [
 
2270
+                "//webrtc/modules/audio_coding/acm2/acm_common_defs.h",
 
2271
+                "//webrtc/modules/audio_coding/acm2/acm_receiver.cc",
 
2272
+                "//webrtc/modules/audio_coding/acm2/acm_receiver.h",
 
2273
+                "//webrtc/modules/audio_coding/acm2/acm_resampler.cc",
 
2274
+                "//webrtc/modules/audio_coding/acm2/acm_resampler.h",
 
2275
+                "//webrtc/modules/audio_coding/acm2/audio_coding_module.cc",
 
2276
+                "//webrtc/modules/audio_coding/acm2/call_statistics.cc",
 
2277
+                "//webrtc/modules/audio_coding/acm2/call_statistics.h",
 
2278
+                "//webrtc/modules/audio_coding/acm2/codec_manager.cc",
 
2279
+                "//webrtc/modules/audio_coding/acm2/codec_manager.h",
 
2280
+                "//webrtc/modules/audio_coding/include/audio_coding_module.h",
 
2281
+                "//webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
 
2282
+            ],
 
2283
+            "type": "static_library"
 
2284
+        },
 
2285
+        "//webrtc/modules/audio_coding:audio_decoder_factory_interface": {
 
2286
+            "cflags": [
 
2287
+                "-fno-strict-aliasing",
 
2288
+                "--param=ssp-buffer-size=4",
 
2289
+                "-fstack-protector",
 
2290
+                "-Wno-builtin-macro-redefined",
 
2291
+                "-D__DATE__=",
 
2292
+                "-D__TIME__=",
 
2293
+                "-D__TIMESTAMP__=",
 
2294
+                "-funwind-tables",
 
2295
+                "-fPIC",
 
2296
+                "-pipe",
 
2297
+                "-fcolor-diagnostics",
 
2298
+                "--target=aarch64-linux-gnu",
 
2299
+                "-pthread",
 
2300
+                "-Wall",
 
2301
+                "-Werror",
 
2302
+                "-Wextra",
 
2303
+                "-Wno-missing-field-initializers",
 
2304
+                "-Wno-unused-parameter",
 
2305
+                "-Wno-c++11-narrowing",
 
2306
+                "-Wno-covered-switch-default",
 
2307
+                "-Wno-unneeded-internal-declaration",
 
2308
+                "-Wno-inconsistent-missing-override",
 
2309
+                "-Wno-undefined-var-template",
 
2310
+                "-Wno-nonportable-include-path",
 
2311
+                "-Wno-address-of-packed-member",
 
2312
+                "-Wno-unused-lambda-capture",
 
2313
+                "-Wno-user-defined-warnings",
 
2314
+                "-O2",
 
2315
+                "-fno-ident",
 
2316
+                "-fdata-sections",
 
2317
+                "-ffunction-sections",
 
2318
+                "-fno-omit-frame-pointer",
 
2319
+                "-g0",
 
2320
+                "-fvisibility=hidden",
 
2321
+                "-Xclang",
 
2322
+                "-load",
 
2323
+                "-Xclang",
 
2324
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2325
+                "-Xclang",
 
2326
+                "-add-plugin",
 
2327
+                "-Xclang",
 
2328
+                "find-bad-constructs",
 
2329
+                "-Xclang",
 
2330
+                "-plugin-arg-find-bad-constructs",
 
2331
+                "-Xclang",
 
2332
+                "check-auto-raw-pointer",
 
2333
+                "-Xclang",
 
2334
+                "-plugin-arg-find-bad-constructs",
 
2335
+                "-Xclang",
 
2336
+                "check-ipc",
 
2337
+                "-Wheader-hygiene",
 
2338
+                "-Wstring-conversion",
 
2339
+                "-Wtautological-overlap-compare",
 
2340
+                "-Wextra",
 
2341
+                "-Wno-unused-parameter",
 
2342
+                "-Wno-missing-field-initializers",
 
2343
+                "-Wno-strict-overflow",
 
2344
+                "-Wimplicit-fallthrough",
 
2345
+                "-Wthread-safety",
 
2346
+                "-Winconsistent-missing-override",
 
2347
+                "-Wundef"
 
2348
+            ],
 
2349
+            "defines": [
 
2350
+                "V8_DEPRECATION_WARNINGS",
 
2351
+                "USE_NSS_CERTS=1",
 
2352
+                "USE_X11=1",
 
2353
+                "NO_TCMALLOC",
 
2354
+                "DISABLE_NACL",
 
2355
+                "CHROMIUM_BUILD",
 
2356
+                "_FILE_OFFSET_BITS=64",
 
2357
+                "NDEBUG",
 
2358
+                "NVALGRIND",
 
2359
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2360
+                "WEBRTC_RESTRICT_LOGGING",
 
2361
+                "EXPAT_RELATIVE_PATH",
 
2362
+                "WEBRTC_ARCH_ARM64",
 
2363
+                "WEBRTC_HAS_NEON",
 
2364
+                "WEBRTC_MOZILLA_BUILD",
 
2365
+                "WEBRTC_POSIX",
 
2366
+                "WEBRTC_LINUX"
 
2367
+            ],
 
2368
+            "deps": [
 
2369
+                "//webrtc/base:rtc_base_approved",
 
2370
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
2371
+                "//webrtc/modules/audio_coding:audio_format",
 
2372
+                "//webrtc/modules/audio_coding:audio_format_conversion"
 
2373
+            ],
 
2374
+            "include_dirs": [
 
2375
+                "//",
 
2376
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
2377
+            ],
 
2378
+            "libs": [],
 
2379
+            "sources": [
 
2380
+                "//webrtc/modules/audio_coding/codecs/audio_decoder_factory.h"
 
2381
+            ],
 
2382
+            "type": "source_set"
 
2383
+        },
 
2384
+        "//webrtc/modules/audio_coding:audio_decoder_interface": {
 
2385
+            "cflags": [
 
2386
+                "-fno-strict-aliasing",
 
2387
+                "--param=ssp-buffer-size=4",
 
2388
+                "-fstack-protector",
 
2389
+                "-Wno-builtin-macro-redefined",
 
2390
+                "-D__DATE__=",
 
2391
+                "-D__TIME__=",
 
2392
+                "-D__TIMESTAMP__=",
 
2393
+                "-funwind-tables",
 
2394
+                "-fPIC",
 
2395
+                "-pipe",
 
2396
+                "-fcolor-diagnostics",
 
2397
+                "--target=aarch64-linux-gnu",
 
2398
+                "-pthread",
 
2399
+                "-Wall",
 
2400
+                "-Werror",
 
2401
+                "-Wextra",
 
2402
+                "-Wno-missing-field-initializers",
 
2403
+                "-Wno-unused-parameter",
 
2404
+                "-Wno-c++11-narrowing",
 
2405
+                "-Wno-covered-switch-default",
 
2406
+                "-Wno-unneeded-internal-declaration",
 
2407
+                "-Wno-inconsistent-missing-override",
 
2408
+                "-Wno-undefined-var-template",
 
2409
+                "-Wno-nonportable-include-path",
 
2410
+                "-Wno-address-of-packed-member",
 
2411
+                "-Wno-unused-lambda-capture",
 
2412
+                "-Wno-user-defined-warnings",
 
2413
+                "-O2",
 
2414
+                "-fno-ident",
 
2415
+                "-fdata-sections",
 
2416
+                "-ffunction-sections",
 
2417
+                "-fno-omit-frame-pointer",
 
2418
+                "-g0",
 
2419
+                "-fvisibility=hidden",
 
2420
+                "-Xclang",
 
2421
+                "-load",
 
2422
+                "-Xclang",
 
2423
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2424
+                "-Xclang",
 
2425
+                "-add-plugin",
 
2426
+                "-Xclang",
 
2427
+                "find-bad-constructs",
 
2428
+                "-Xclang",
 
2429
+                "-plugin-arg-find-bad-constructs",
 
2430
+                "-Xclang",
 
2431
+                "check-auto-raw-pointer",
 
2432
+                "-Xclang",
 
2433
+                "-plugin-arg-find-bad-constructs",
 
2434
+                "-Xclang",
 
2435
+                "check-ipc",
 
2436
+                "-Wheader-hygiene",
 
2437
+                "-Wstring-conversion",
 
2438
+                "-Wtautological-overlap-compare",
 
2439
+                "-Wextra",
 
2440
+                "-Wno-unused-parameter",
 
2441
+                "-Wno-missing-field-initializers",
 
2442
+                "-Wno-strict-overflow",
 
2443
+                "-Wimplicit-fallthrough",
 
2444
+                "-Wthread-safety",
 
2445
+                "-Winconsistent-missing-override",
 
2446
+                "-Wundef"
 
2447
+            ],
 
2448
+            "defines": [
 
2449
+                "V8_DEPRECATION_WARNINGS",
 
2450
+                "USE_NSS_CERTS=1",
 
2451
+                "USE_X11=1",
 
2452
+                "NO_TCMALLOC",
 
2453
+                "DISABLE_NACL",
 
2454
+                "CHROMIUM_BUILD",
 
2455
+                "_FILE_OFFSET_BITS=64",
 
2456
+                "NDEBUG",
 
2457
+                "NVALGRIND",
 
2458
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2459
+                "WEBRTC_RESTRICT_LOGGING",
 
2460
+                "EXPAT_RELATIVE_PATH",
 
2461
+                "WEBRTC_ARCH_ARM64",
 
2462
+                "WEBRTC_HAS_NEON",
 
2463
+                "WEBRTC_MOZILLA_BUILD",
 
2464
+                "WEBRTC_POSIX",
 
2465
+                "WEBRTC_LINUX"
 
2466
+            ],
 
2467
+            "deps": [
 
2468
+                "//webrtc:webrtc_common",
 
2469
+                "//webrtc/base:rtc_base_approved"
 
2470
+            ],
 
2471
+            "include_dirs": [
 
2472
+                "//",
 
2473
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
2474
+            ],
 
2475
+            "libs": [],
 
2476
+            "sources": [
 
2477
+                "//webrtc/modules/audio_coding/codecs/audio_decoder.cc",
 
2478
+                "//webrtc/modules/audio_coding/codecs/audio_decoder.h",
 
2479
+                "//webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
 
2480
+                "//webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame.h"
 
2481
+            ],
 
2482
+            "type": "static_library"
 
2483
+        },
 
2484
+        "//webrtc/modules/audio_coding:audio_encoder_interface": {
 
2485
+            "cflags": [
 
2486
+                "-fno-strict-aliasing",
 
2487
+                "--param=ssp-buffer-size=4",
 
2488
+                "-fstack-protector",
 
2489
+                "-Wno-builtin-macro-redefined",
 
2490
+                "-D__DATE__=",
 
2491
+                "-D__TIME__=",
 
2492
+                "-D__TIMESTAMP__=",
 
2493
+                "-funwind-tables",
 
2494
+                "-fPIC",
 
2495
+                "-pipe",
 
2496
+                "-fcolor-diagnostics",
 
2497
+                "--target=aarch64-linux-gnu",
 
2498
+                "-pthread",
 
2499
+                "-Wall",
 
2500
+                "-Werror",
 
2501
+                "-Wextra",
 
2502
+                "-Wno-missing-field-initializers",
 
2503
+                "-Wno-unused-parameter",
 
2504
+                "-Wno-c++11-narrowing",
 
2505
+                "-Wno-covered-switch-default",
 
2506
+                "-Wno-unneeded-internal-declaration",
 
2507
+                "-Wno-inconsistent-missing-override",
 
2508
+                "-Wno-undefined-var-template",
 
2509
+                "-Wno-nonportable-include-path",
 
2510
+                "-Wno-address-of-packed-member",
 
2511
+                "-Wno-unused-lambda-capture",
 
2512
+                "-Wno-user-defined-warnings",
 
2513
+                "-O2",
 
2514
+                "-fno-ident",
 
2515
+                "-fdata-sections",
 
2516
+                "-ffunction-sections",
 
2517
+                "-fno-omit-frame-pointer",
 
2518
+                "-g0",
 
2519
+                "-fvisibility=hidden",
 
2520
+                "-Xclang",
 
2521
+                "-load",
 
2522
+                "-Xclang",
 
2523
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2524
+                "-Xclang",
 
2525
+                "-add-plugin",
 
2526
+                "-Xclang",
 
2527
+                "find-bad-constructs",
 
2528
+                "-Xclang",
 
2529
+                "-plugin-arg-find-bad-constructs",
 
2530
+                "-Xclang",
 
2531
+                "check-auto-raw-pointer",
 
2532
+                "-Xclang",
 
2533
+                "-plugin-arg-find-bad-constructs",
 
2534
+                "-Xclang",
 
2535
+                "check-ipc",
 
2536
+                "-Wheader-hygiene",
 
2537
+                "-Wstring-conversion",
 
2538
+                "-Wtautological-overlap-compare",
 
2539
+                "-Wextra",
 
2540
+                "-Wno-unused-parameter",
 
2541
+                "-Wno-missing-field-initializers",
 
2542
+                "-Wno-strict-overflow",
 
2543
+                "-Wimplicit-fallthrough",
 
2544
+                "-Wthread-safety",
 
2545
+                "-Winconsistent-missing-override",
 
2546
+                "-Wundef"
 
2547
+            ],
 
2548
+            "defines": [
 
2549
+                "V8_DEPRECATION_WARNINGS",
 
2550
+                "USE_NSS_CERTS=1",
 
2551
+                "USE_X11=1",
 
2552
+                "NO_TCMALLOC",
 
2553
+                "DISABLE_NACL",
 
2554
+                "CHROMIUM_BUILD",
 
2555
+                "_FILE_OFFSET_BITS=64",
 
2556
+                "NDEBUG",
 
2557
+                "NVALGRIND",
 
2558
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2559
+                "WEBRTC_RESTRICT_LOGGING",
 
2560
+                "EXPAT_RELATIVE_PATH",
 
2561
+                "WEBRTC_ARCH_ARM64",
 
2562
+                "WEBRTC_HAS_NEON",
 
2563
+                "WEBRTC_MOZILLA_BUILD",
 
2564
+                "WEBRTC_POSIX",
 
2565
+                "WEBRTC_LINUX"
 
2566
+            ],
 
2567
+            "deps": [
 
2568
+                "//webrtc:webrtc_common",
 
2569
+                "//webrtc/base:rtc_base_approved"
 
2570
+            ],
 
2571
+            "include_dirs": [
 
2572
+                "//",
 
2573
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
2574
+            ],
 
2575
+            "libs": [],
 
2576
+            "sources": [
 
2577
+                "//webrtc/modules/audio_coding/codecs/audio_encoder.cc",
 
2578
+                "//webrtc/modules/audio_coding/codecs/audio_encoder.h"
 
2579
+            ],
 
2580
+            "type": "static_library"
 
2581
+        },
 
2582
+        "//webrtc/modules/audio_coding:audio_format": {
 
2583
+            "cflags": [
 
2584
+                "-fno-strict-aliasing",
 
2585
+                "--param=ssp-buffer-size=4",
 
2586
+                "-fstack-protector",
 
2587
+                "-Wno-builtin-macro-redefined",
 
2588
+                "-D__DATE__=",
 
2589
+                "-D__TIME__=",
 
2590
+                "-D__TIMESTAMP__=",
 
2591
+                "-funwind-tables",
 
2592
+                "-fPIC",
 
2593
+                "-pipe",
 
2594
+                "-fcolor-diagnostics",
 
2595
+                "--target=aarch64-linux-gnu",
 
2596
+                "-pthread",
 
2597
+                "-Wall",
 
2598
+                "-Werror",
 
2599
+                "-Wextra",
 
2600
+                "-Wno-missing-field-initializers",
 
2601
+                "-Wno-unused-parameter",
 
2602
+                "-Wno-c++11-narrowing",
 
2603
+                "-Wno-covered-switch-default",
 
2604
+                "-Wno-unneeded-internal-declaration",
 
2605
+                "-Wno-inconsistent-missing-override",
 
2606
+                "-Wno-undefined-var-template",
 
2607
+                "-Wno-nonportable-include-path",
 
2608
+                "-Wno-address-of-packed-member",
 
2609
+                "-Wno-unused-lambda-capture",
 
2610
+                "-Wno-user-defined-warnings",
 
2611
+                "-O2",
 
2612
+                "-fno-ident",
 
2613
+                "-fdata-sections",
 
2614
+                "-ffunction-sections",
 
2615
+                "-fno-omit-frame-pointer",
 
2616
+                "-g0",
 
2617
+                "-fvisibility=hidden",
 
2618
+                "-Xclang",
 
2619
+                "-load",
 
2620
+                "-Xclang",
 
2621
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2622
+                "-Xclang",
 
2623
+                "-add-plugin",
 
2624
+                "-Xclang",
 
2625
+                "find-bad-constructs",
 
2626
+                "-Xclang",
 
2627
+                "-plugin-arg-find-bad-constructs",
 
2628
+                "-Xclang",
 
2629
+                "check-auto-raw-pointer",
 
2630
+                "-Xclang",
 
2631
+                "-plugin-arg-find-bad-constructs",
 
2632
+                "-Xclang",
 
2633
+                "check-ipc",
 
2634
+                "-Wheader-hygiene",
 
2635
+                "-Wstring-conversion",
 
2636
+                "-Wtautological-overlap-compare",
 
2637
+                "-Wextra",
 
2638
+                "-Wno-unused-parameter",
 
2639
+                "-Wno-missing-field-initializers",
 
2640
+                "-Wno-strict-overflow",
 
2641
+                "-Wimplicit-fallthrough",
 
2642
+                "-Wthread-safety",
 
2643
+                "-Winconsistent-missing-override",
 
2644
+                "-Wundef"
 
2645
+            ],
 
2646
+            "defines": [
 
2647
+                "V8_DEPRECATION_WARNINGS",
 
2648
+                "USE_NSS_CERTS=1",
 
2649
+                "USE_X11=1",
 
2650
+                "NO_TCMALLOC",
 
2651
+                "DISABLE_NACL",
 
2652
+                "CHROMIUM_BUILD",
 
2653
+                "_FILE_OFFSET_BITS=64",
 
2654
+                "NDEBUG",
 
2655
+                "NVALGRIND",
 
2656
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2657
+                "WEBRTC_RESTRICT_LOGGING",
 
2658
+                "EXPAT_RELATIVE_PATH",
 
2659
+                "WEBRTC_ARCH_ARM64",
 
2660
+                "WEBRTC_HAS_NEON",
 
2661
+                "WEBRTC_MOZILLA_BUILD",
 
2662
+                "WEBRTC_POSIX",
 
2663
+                "WEBRTC_LINUX"
 
2664
+            ],
 
2665
+            "deps": [
 
2666
+                "//webrtc:webrtc_common"
 
2667
+            ],
 
2668
+            "include_dirs": [
 
2669
+                "//",
 
2670
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
2671
+            ],
 
2672
+            "libs": [],
 
2673
+            "sources": [
 
2674
+                "//webrtc/modules/audio_coding/codecs/audio_format.cc",
 
2675
+                "//webrtc/modules/audio_coding/codecs/audio_format.h"
 
2676
+            ],
 
2677
+            "type": "static_library"
 
2678
+        },
 
2679
+        "//webrtc/modules/audio_coding:audio_format_conversion": {
 
2680
+            "cflags": [
 
2681
+                "-fno-strict-aliasing",
 
2682
+                "--param=ssp-buffer-size=4",
 
2683
+                "-fstack-protector",
 
2684
+                "-Wno-builtin-macro-redefined",
 
2685
+                "-D__DATE__=",
 
2686
+                "-D__TIME__=",
 
2687
+                "-D__TIMESTAMP__=",
 
2688
+                "-funwind-tables",
 
2689
+                "-fPIC",
 
2690
+                "-pipe",
 
2691
+                "-fcolor-diagnostics",
 
2692
+                "--target=aarch64-linux-gnu",
 
2693
+                "-pthread",
 
2694
+                "-Wall",
 
2695
+                "-Werror",
 
2696
+                "-Wextra",
 
2697
+                "-Wno-missing-field-initializers",
 
2698
+                "-Wno-unused-parameter",
 
2699
+                "-Wno-c++11-narrowing",
 
2700
+                "-Wno-covered-switch-default",
 
2701
+                "-Wno-unneeded-internal-declaration",
 
2702
+                "-Wno-inconsistent-missing-override",
 
2703
+                "-Wno-undefined-var-template",
 
2704
+                "-Wno-nonportable-include-path",
 
2705
+                "-Wno-address-of-packed-member",
 
2706
+                "-Wno-unused-lambda-capture",
 
2707
+                "-Wno-user-defined-warnings",
 
2708
+                "-O2",
 
2709
+                "-fno-ident",
 
2710
+                "-fdata-sections",
 
2711
+                "-ffunction-sections",
 
2712
+                "-fno-omit-frame-pointer",
 
2713
+                "-g0",
 
2714
+                "-fvisibility=hidden",
 
2715
+                "-Xclang",
 
2716
+                "-load",
 
2717
+                "-Xclang",
 
2718
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2719
+                "-Xclang",
 
2720
+                "-add-plugin",
 
2721
+                "-Xclang",
 
2722
+                "find-bad-constructs",
 
2723
+                "-Xclang",
 
2724
+                "-plugin-arg-find-bad-constructs",
 
2725
+                "-Xclang",
 
2726
+                "check-auto-raw-pointer",
 
2727
+                "-Xclang",
 
2728
+                "-plugin-arg-find-bad-constructs",
 
2729
+                "-Xclang",
 
2730
+                "check-ipc",
 
2731
+                "-Wheader-hygiene",
 
2732
+                "-Wstring-conversion",
 
2733
+                "-Wtautological-overlap-compare",
 
2734
+                "-Wextra",
 
2735
+                "-Wno-unused-parameter",
 
2736
+                "-Wno-missing-field-initializers",
 
2737
+                "-Wno-strict-overflow",
 
2738
+                "-Wimplicit-fallthrough",
 
2739
+                "-Wthread-safety",
 
2740
+                "-Winconsistent-missing-override",
 
2741
+                "-Wundef"
 
2742
+            ],
 
2743
+            "defines": [
 
2744
+                "V8_DEPRECATION_WARNINGS",
 
2745
+                "USE_NSS_CERTS=1",
 
2746
+                "USE_X11=1",
 
2747
+                "NO_TCMALLOC",
 
2748
+                "DISABLE_NACL",
 
2749
+                "CHROMIUM_BUILD",
 
2750
+                "_FILE_OFFSET_BITS=64",
 
2751
+                "NDEBUG",
 
2752
+                "NVALGRIND",
 
2753
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2754
+                "WEBRTC_RESTRICT_LOGGING",
 
2755
+                "EXPAT_RELATIVE_PATH",
 
2756
+                "WEBRTC_ARCH_ARM64",
 
2757
+                "WEBRTC_HAS_NEON",
 
2758
+                "WEBRTC_MOZILLA_BUILD",
 
2759
+                "WEBRTC_POSIX",
 
2760
+                "WEBRTC_LINUX"
 
2761
+            ],
 
2762
+            "deps": [
 
2763
+                "//webrtc:webrtc_common",
 
2764
+                "//webrtc/base:rtc_base_approved",
 
2765
+                "//webrtc/modules/audio_coding:audio_format"
 
2766
+            ],
 
2767
+            "include_dirs": [
 
2768
+                "//",
 
2769
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
2770
+            ],
 
2771
+            "libs": [],
 
2772
+            "sources": [
 
2773
+                "//webrtc/modules/audio_coding/codecs/audio_format_conversion.cc",
 
2774
+                "//webrtc/modules/audio_coding/codecs/audio_format_conversion.h"
 
2775
+            ],
 
2776
+            "type": "static_library"
 
2777
+        },
 
2778
+        "//webrtc/modules/audio_coding:audio_network_adaptor": {
 
2779
+            "cflags": [
 
2780
+                "-fno-strict-aliasing",
 
2781
+                "--param=ssp-buffer-size=4",
 
2782
+                "-fstack-protector",
 
2783
+                "-Wno-builtin-macro-redefined",
 
2784
+                "-D__DATE__=",
 
2785
+                "-D__TIME__=",
 
2786
+                "-D__TIMESTAMP__=",
 
2787
+                "-funwind-tables",
 
2788
+                "-fPIC",
 
2789
+                "-pipe",
 
2790
+                "-fcolor-diagnostics",
 
2791
+                "--target=aarch64-linux-gnu",
 
2792
+                "-pthread",
 
2793
+                "-Wall",
 
2794
+                "-Werror",
 
2795
+                "-Wextra",
 
2796
+                "-Wno-missing-field-initializers",
 
2797
+                "-Wno-unused-parameter",
 
2798
+                "-Wno-c++11-narrowing",
 
2799
+                "-Wno-covered-switch-default",
 
2800
+                "-Wno-unneeded-internal-declaration",
 
2801
+                "-Wno-inconsistent-missing-override",
 
2802
+                "-Wno-undefined-var-template",
 
2803
+                "-Wno-nonportable-include-path",
 
2804
+                "-Wno-address-of-packed-member",
 
2805
+                "-Wno-unused-lambda-capture",
 
2806
+                "-Wno-user-defined-warnings",
 
2807
+                "-O2",
 
2808
+                "-fno-ident",
 
2809
+                "-fdata-sections",
 
2810
+                "-ffunction-sections",
 
2811
+                "-fno-omit-frame-pointer",
 
2812
+                "-g0",
 
2813
+                "-fvisibility=hidden",
 
2814
+                "-Xclang",
 
2815
+                "-load",
 
2816
+                "-Xclang",
 
2817
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2818
+                "-Xclang",
 
2819
+                "-add-plugin",
 
2820
+                "-Xclang",
 
2821
+                "find-bad-constructs",
 
2822
+                "-Xclang",
 
2823
+                "-plugin-arg-find-bad-constructs",
 
2824
+                "-Xclang",
 
2825
+                "check-auto-raw-pointer",
 
2826
+                "-Xclang",
 
2827
+                "-plugin-arg-find-bad-constructs",
 
2828
+                "-Xclang",
 
2829
+                "check-ipc",
 
2830
+                "-Wheader-hygiene",
 
2831
+                "-Wstring-conversion",
 
2832
+                "-Wtautological-overlap-compare",
 
2833
+                "-Wextra",
 
2834
+                "-Wno-unused-parameter",
 
2835
+                "-Wno-missing-field-initializers",
 
2836
+                "-Wno-strict-overflow",
 
2837
+                "-Wimplicit-fallthrough",
 
2838
+                "-Wthread-safety",
 
2839
+                "-Winconsistent-missing-override",
 
2840
+                "-Wundef"
 
2841
+            ],
 
2842
+            "defines": [
 
2843
+                "V8_DEPRECATION_WARNINGS",
 
2844
+                "USE_NSS_CERTS=1",
 
2845
+                "USE_X11=1",
 
2846
+                "NO_TCMALLOC",
 
2847
+                "DISABLE_NACL",
 
2848
+                "CHROMIUM_BUILD",
 
2849
+                "_FILE_OFFSET_BITS=64",
 
2850
+                "NDEBUG",
 
2851
+                "NVALGRIND",
 
2852
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2853
+                "WEBRTC_RESTRICT_LOGGING",
 
2854
+                "EXPAT_RELATIVE_PATH",
 
2855
+                "WEBRTC_ARCH_ARM64",
 
2856
+                "WEBRTC_HAS_NEON",
 
2857
+                "WEBRTC_MOZILLA_BUILD",
 
2858
+                "WEBRTC_POSIX",
 
2859
+                "WEBRTC_LINUX"
 
2860
+            ],
 
2861
+            "deps": [
 
2862
+                "//webrtc:webrtc_common",
 
2863
+                "//webrtc/base:rtc_base_approved",
 
2864
+                "//webrtc/common_audio:common_audio",
 
2865
+                "//webrtc/system_wrappers:system_wrappers"
 
2866
+            ],
 
2867
+            "include_dirs": [
 
2868
+                "//",
 
2869
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
2870
+                "//webrtc/common_audio/resampler/include/",
 
2871
+                "//webrtc/common_audio/signal_processing/include/",
 
2872
+                "//webrtc/common_audio/vad/include/"
 
2873
+            ],
 
2874
+            "libs": [
 
2875
+                "rt"
 
2876
+            ],
 
2877
+            "sources": [
 
2878
+                "//webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.cc",
 
2879
+                "//webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
 
2880
+                "//webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h",
 
2881
+                "//webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
 
2882
+                "//webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h",
 
2883
+                "//webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc",
 
2884
+                "//webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.h",
 
2885
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller.cc",
 
2886
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller.h",
 
2887
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc",
 
2888
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.h",
 
2889
+                "//webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
 
2890
+                "//webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.h",
 
2891
+                "//webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
 
2892
+                "//webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.h",
 
2893
+                "//webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.cc",
 
2894
+                "//webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h",
 
2895
+                "//webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
 
2896
+                "//webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.h",
 
2897
+                "//webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h"
 
2898
+            ],
 
2899
+            "type": "static_library"
 
2900
+        },
 
2901
+        "//webrtc/modules/audio_coding:builtin_audio_decoder_factory": {
 
2902
+            "cflags": [
 
2903
+                "-fno-strict-aliasing",
 
2904
+                "--param=ssp-buffer-size=4",
 
2905
+                "-fstack-protector",
 
2906
+                "-Wno-builtin-macro-redefined",
 
2907
+                "-D__DATE__=",
 
2908
+                "-D__TIME__=",
 
2909
+                "-D__TIMESTAMP__=",
 
2910
+                "-funwind-tables",
 
2911
+                "-fPIC",
 
2912
+                "-pipe",
 
2913
+                "-fcolor-diagnostics",
 
2914
+                "--target=aarch64-linux-gnu",
 
2915
+                "-pthread",
 
2916
+                "-Wall",
 
2917
+                "-Werror",
 
2918
+                "-Wextra",
 
2919
+                "-Wno-missing-field-initializers",
 
2920
+                "-Wno-unused-parameter",
 
2921
+                "-Wno-c++11-narrowing",
 
2922
+                "-Wno-covered-switch-default",
 
2923
+                "-Wno-unneeded-internal-declaration",
 
2924
+                "-Wno-inconsistent-missing-override",
 
2925
+                "-Wno-undefined-var-template",
 
2926
+                "-Wno-nonportable-include-path",
 
2927
+                "-Wno-address-of-packed-member",
 
2928
+                "-Wno-unused-lambda-capture",
 
2929
+                "-Wno-user-defined-warnings",
 
2930
+                "-O2",
 
2931
+                "-fno-ident",
 
2932
+                "-fdata-sections",
 
2933
+                "-ffunction-sections",
 
2934
+                "-fno-omit-frame-pointer",
 
2935
+                "-g0",
 
2936
+                "-fvisibility=hidden",
 
2937
+                "-Xclang",
 
2938
+                "-load",
 
2939
+                "-Xclang",
 
2940
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
2941
+                "-Xclang",
 
2942
+                "-add-plugin",
 
2943
+                "-Xclang",
 
2944
+                "find-bad-constructs",
 
2945
+                "-Xclang",
 
2946
+                "-plugin-arg-find-bad-constructs",
 
2947
+                "-Xclang",
 
2948
+                "check-auto-raw-pointer",
 
2949
+                "-Xclang",
 
2950
+                "-plugin-arg-find-bad-constructs",
 
2951
+                "-Xclang",
 
2952
+                "check-ipc",
 
2953
+                "-Wheader-hygiene",
 
2954
+                "-Wstring-conversion",
 
2955
+                "-Wtautological-overlap-compare",
 
2956
+                "-Wextra",
 
2957
+                "-Wno-unused-parameter",
 
2958
+                "-Wno-missing-field-initializers",
 
2959
+                "-Wno-strict-overflow",
 
2960
+                "-Wimplicit-fallthrough",
 
2961
+                "-Wthread-safety",
 
2962
+                "-Winconsistent-missing-override",
 
2963
+                "-Wundef"
 
2964
+            ],
 
2965
+            "defines": [
 
2966
+                "WEBRTC_CODEC_OPUS",
 
2967
+                "WEBRTC_CODEC_G722",
 
2968
+                "V8_DEPRECATION_WARNINGS",
 
2969
+                "USE_NSS_CERTS=1",
 
2970
+                "USE_X11=1",
 
2971
+                "NO_TCMALLOC",
 
2972
+                "DISABLE_NACL",
 
2973
+                "CHROMIUM_BUILD",
 
2974
+                "_FILE_OFFSET_BITS=64",
 
2975
+                "NDEBUG",
 
2976
+                "NVALGRIND",
 
2977
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
2978
+                "WEBRTC_RESTRICT_LOGGING",
 
2979
+                "EXPAT_RELATIVE_PATH",
 
2980
+                "WEBRTC_ARCH_ARM64",
 
2981
+                "WEBRTC_HAS_NEON",
 
2982
+                "WEBRTC_MOZILLA_BUILD",
 
2983
+                "WEBRTC_POSIX",
 
2984
+                "WEBRTC_LINUX"
 
2985
+            ],
 
2986
+            "deps": [
 
2987
+                "//webrtc:webrtc_common",
 
2988
+                "//webrtc/base:rtc_base_approved",
 
2989
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
2990
+                "//webrtc/modules/audio_coding:cng",
 
2991
+                "//webrtc/modules/audio_coding:g711",
 
2992
+                "//webrtc/modules/audio_coding:g722",
 
2993
+                "//webrtc/modules/audio_coding:isac",
 
2994
+                "//webrtc/modules/audio_coding:pcm16b",
 
2995
+                "//webrtc/modules/audio_coding:webrtc_opus"
 
2996
+            ],
 
2997
+            "include_dirs": [
 
2998
+                "//",
 
2999
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
3000
+                "//",
 
3001
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
3002
+                "//",
 
3003
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
3004
+                "//",
 
3005
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
3006
+                "//",
 
3007
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
3008
+                "//",
 
3009
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
3010
+            ],
 
3011
+            "libs": [
 
3012
+                "rt",
 
3013
+                "m"
 
3014
+            ],
 
3015
+            "sources": [
 
3016
+                "//webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.cc",
 
3017
+                "//webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h"
 
3018
+            ],
 
3019
+            "type": "static_library"
 
3020
+        },
 
3021
+        "//webrtc/modules/audio_coding:cng": {
 
3022
+            "cflags": [
 
3023
+                "-fno-strict-aliasing",
 
3024
+                "--param=ssp-buffer-size=4",
 
3025
+                "-fstack-protector",
 
3026
+                "-Wno-builtin-macro-redefined",
 
3027
+                "-D__DATE__=",
 
3028
+                "-D__TIME__=",
 
3029
+                "-D__TIMESTAMP__=",
 
3030
+                "-funwind-tables",
 
3031
+                "-fPIC",
 
3032
+                "-pipe",
 
3033
+                "-fcolor-diagnostics",
 
3034
+                "--target=aarch64-linux-gnu",
 
3035
+                "-pthread",
 
3036
+                "-Wall",
 
3037
+                "-Werror",
 
3038
+                "-Wextra",
 
3039
+                "-Wno-missing-field-initializers",
 
3040
+                "-Wno-unused-parameter",
 
3041
+                "-Wno-c++11-narrowing",
 
3042
+                "-Wno-covered-switch-default",
 
3043
+                "-Wno-unneeded-internal-declaration",
 
3044
+                "-Wno-inconsistent-missing-override",
 
3045
+                "-Wno-undefined-var-template",
 
3046
+                "-Wno-nonportable-include-path",
 
3047
+                "-Wno-address-of-packed-member",
 
3048
+                "-Wno-unused-lambda-capture",
 
3049
+                "-Wno-user-defined-warnings",
 
3050
+                "-O2",
 
3051
+                "-fno-ident",
 
3052
+                "-fdata-sections",
 
3053
+                "-ffunction-sections",
 
3054
+                "-fno-omit-frame-pointer",
 
3055
+                "-g0",
 
3056
+                "-fvisibility=hidden",
 
3057
+                "-Xclang",
 
3058
+                "-load",
 
3059
+                "-Xclang",
 
3060
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3061
+                "-Xclang",
 
3062
+                "-add-plugin",
 
3063
+                "-Xclang",
 
3064
+                "find-bad-constructs",
 
3065
+                "-Xclang",
 
3066
+                "-plugin-arg-find-bad-constructs",
 
3067
+                "-Xclang",
 
3068
+                "check-auto-raw-pointer",
 
3069
+                "-Xclang",
 
3070
+                "-plugin-arg-find-bad-constructs",
 
3071
+                "-Xclang",
 
3072
+                "check-ipc",
 
3073
+                "-Wheader-hygiene",
 
3074
+                "-Wstring-conversion",
 
3075
+                "-Wtautological-overlap-compare",
 
3076
+                "-Wextra",
 
3077
+                "-Wno-unused-parameter",
 
3078
+                "-Wno-missing-field-initializers",
 
3079
+                "-Wno-strict-overflow",
 
3080
+                "-Wimplicit-fallthrough",
 
3081
+                "-Wthread-safety",
 
3082
+                "-Winconsistent-missing-override",
 
3083
+                "-Wundef"
 
3084
+            ],
 
3085
+            "defines": [
 
3086
+                "V8_DEPRECATION_WARNINGS",
 
3087
+                "USE_NSS_CERTS=1",
 
3088
+                "USE_X11=1",
 
3089
+                "NO_TCMALLOC",
 
3090
+                "DISABLE_NACL",
 
3091
+                "CHROMIUM_BUILD",
 
3092
+                "_FILE_OFFSET_BITS=64",
 
3093
+                "NDEBUG",
 
3094
+                "NVALGRIND",
 
3095
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3096
+                "WEBRTC_RESTRICT_LOGGING",
 
3097
+                "EXPAT_RELATIVE_PATH",
 
3098
+                "WEBRTC_ARCH_ARM64",
 
3099
+                "WEBRTC_HAS_NEON",
 
3100
+                "WEBRTC_MOZILLA_BUILD",
 
3101
+                "WEBRTC_POSIX",
 
3102
+                "WEBRTC_LINUX"
 
3103
+            ],
 
3104
+            "deps": [
 
3105
+                "//webrtc:webrtc_common",
 
3106
+                "//webrtc/base:rtc_base_approved",
 
3107
+                "//webrtc/common_audio:common_audio",
 
3108
+                "//webrtc/modules/audio_coding:audio_encoder_interface"
 
3109
+            ],
 
3110
+            "include_dirs": [
 
3111
+                "//",
 
3112
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
3113
+                "//",
 
3114
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
3115
+                "//webrtc/common_audio/resampler/include/",
 
3116
+                "//webrtc/common_audio/signal_processing/include/",
 
3117
+                "//webrtc/common_audio/vad/include/"
 
3118
+            ],
 
3119
+            "libs": [
 
3120
+                "rt"
 
3121
+            ],
 
3122
+            "sources": [
 
3123
+                "//webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
 
3124
+                "//webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h",
 
3125
+                "//webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc",
 
3126
+                "//webrtc/modules/audio_coding/codecs/cng/webrtc_cng.h"
 
3127
+            ],
 
3128
+            "type": "static_library"
 
3129
+        },
 
3130
+        "//webrtc/modules/audio_coding:g711": {
 
3131
+            "cflags": [
 
3132
+                "-fno-strict-aliasing",
 
3133
+                "--param=ssp-buffer-size=4",
 
3134
+                "-fstack-protector",
 
3135
+                "-Wno-builtin-macro-redefined",
 
3136
+                "-D__DATE__=",
 
3137
+                "-D__TIME__=",
 
3138
+                "-D__TIMESTAMP__=",
 
3139
+                "-funwind-tables",
 
3140
+                "-fPIC",
 
3141
+                "-pipe",
 
3142
+                "-fcolor-diagnostics",
 
3143
+                "--target=aarch64-linux-gnu",
 
3144
+                "-pthread",
 
3145
+                "-Wall",
 
3146
+                "-Werror",
 
3147
+                "-Wextra",
 
3148
+                "-Wno-missing-field-initializers",
 
3149
+                "-Wno-unused-parameter",
 
3150
+                "-Wno-c++11-narrowing",
 
3151
+                "-Wno-covered-switch-default",
 
3152
+                "-Wno-unneeded-internal-declaration",
 
3153
+                "-Wno-inconsistent-missing-override",
 
3154
+                "-Wno-undefined-var-template",
 
3155
+                "-Wno-nonportable-include-path",
 
3156
+                "-Wno-address-of-packed-member",
 
3157
+                "-Wno-unused-lambda-capture",
 
3158
+                "-Wno-user-defined-warnings",
 
3159
+                "-O2",
 
3160
+                "-fno-ident",
 
3161
+                "-fdata-sections",
 
3162
+                "-ffunction-sections",
 
3163
+                "-fno-omit-frame-pointer",
 
3164
+                "-g0",
 
3165
+                "-fvisibility=hidden",
 
3166
+                "-Xclang",
 
3167
+                "-load",
 
3168
+                "-Xclang",
 
3169
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3170
+                "-Xclang",
 
3171
+                "-add-plugin",
 
3172
+                "-Xclang",
 
3173
+                "find-bad-constructs",
 
3174
+                "-Xclang",
 
3175
+                "-plugin-arg-find-bad-constructs",
 
3176
+                "-Xclang",
 
3177
+                "check-auto-raw-pointer",
 
3178
+                "-Xclang",
 
3179
+                "-plugin-arg-find-bad-constructs",
 
3180
+                "-Xclang",
 
3181
+                "check-ipc",
 
3182
+                "-Wheader-hygiene",
 
3183
+                "-Wstring-conversion",
 
3184
+                "-Wtautological-overlap-compare",
 
3185
+                "-Wextra",
 
3186
+                "-Wno-unused-parameter",
 
3187
+                "-Wno-missing-field-initializers",
 
3188
+                "-Wno-strict-overflow",
 
3189
+                "-Wimplicit-fallthrough",
 
3190
+                "-Wthread-safety",
 
3191
+                "-Winconsistent-missing-override",
 
3192
+                "-Wundef"
 
3193
+            ],
 
3194
+            "defines": [
 
3195
+                "V8_DEPRECATION_WARNINGS",
 
3196
+                "USE_NSS_CERTS=1",
 
3197
+                "USE_X11=1",
 
3198
+                "NO_TCMALLOC",
 
3199
+                "DISABLE_NACL",
 
3200
+                "CHROMIUM_BUILD",
 
3201
+                "_FILE_OFFSET_BITS=64",
 
3202
+                "NDEBUG",
 
3203
+                "NVALGRIND",
 
3204
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3205
+                "WEBRTC_RESTRICT_LOGGING",
 
3206
+                "EXPAT_RELATIVE_PATH",
 
3207
+                "WEBRTC_ARCH_ARM64",
 
3208
+                "WEBRTC_HAS_NEON",
 
3209
+                "WEBRTC_MOZILLA_BUILD",
 
3210
+                "WEBRTC_POSIX",
 
3211
+                "WEBRTC_LINUX"
 
3212
+            ],
 
3213
+            "deps": [
 
3214
+                "//webrtc:webrtc_common",
 
3215
+                "//webrtc/base:rtc_base_approved",
 
3216
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
3217
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
3218
+                "//webrtc/modules/audio_coding:g711_c"
 
3219
+            ],
 
3220
+            "include_dirs": [
 
3221
+                "//",
 
3222
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
3223
+                "//",
 
3224
+                "//webrtc/modules/audio_coding/codecs/g711/include/"
 
3225
+            ],
 
3226
+            "libs": [],
 
3227
+            "sources": [
 
3228
+                "//webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
 
3229
+                "//webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.h",
 
3230
+                "//webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
 
3231
+                "//webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.h"
 
3232
+            ],
 
3233
+            "type": "static_library"
 
3234
+        },
 
3235
+        "//webrtc/modules/audio_coding:g711_c": {
 
3236
+            "cflags": [
 
3237
+                "-fno-strict-aliasing",
 
3238
+                "--param=ssp-buffer-size=4",
 
3239
+                "-fstack-protector",
 
3240
+                "-Wno-builtin-macro-redefined",
 
3241
+                "-D__DATE__=",
 
3242
+                "-D__TIME__=",
 
3243
+                "-D__TIMESTAMP__=",
 
3244
+                "-funwind-tables",
 
3245
+                "-fPIC",
 
3246
+                "-pipe",
 
3247
+                "-fcolor-diagnostics",
 
3248
+                "--target=aarch64-linux-gnu",
 
3249
+                "-pthread",
 
3250
+                "-Wall",
 
3251
+                "-Werror",
 
3252
+                "-Wextra",
 
3253
+                "-Wno-missing-field-initializers",
 
3254
+                "-Wno-unused-parameter",
 
3255
+                "-Wno-c++11-narrowing",
 
3256
+                "-Wno-covered-switch-default",
 
3257
+                "-Wno-unneeded-internal-declaration",
 
3258
+                "-Wno-inconsistent-missing-override",
 
3259
+                "-Wno-undefined-var-template",
 
3260
+                "-Wno-nonportable-include-path",
 
3261
+                "-Wno-address-of-packed-member",
 
3262
+                "-Wno-unused-lambda-capture",
 
3263
+                "-Wno-user-defined-warnings",
 
3264
+                "-O2",
 
3265
+                "-fno-ident",
 
3266
+                "-fdata-sections",
 
3267
+                "-ffunction-sections",
 
3268
+                "-fno-omit-frame-pointer",
 
3269
+                "-g0",
 
3270
+                "-fvisibility=hidden",
 
3271
+                "-Xclang",
 
3272
+                "-load",
 
3273
+                "-Xclang",
 
3274
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3275
+                "-Xclang",
 
3276
+                "-add-plugin",
 
3277
+                "-Xclang",
 
3278
+                "find-bad-constructs",
 
3279
+                "-Xclang",
 
3280
+                "-plugin-arg-find-bad-constructs",
 
3281
+                "-Xclang",
 
3282
+                "check-auto-raw-pointer",
 
3283
+                "-Xclang",
 
3284
+                "-plugin-arg-find-bad-constructs",
 
3285
+                "-Xclang",
 
3286
+                "check-ipc",
 
3287
+                "-Wheader-hygiene",
 
3288
+                "-Wstring-conversion",
 
3289
+                "-Wtautological-overlap-compare",
 
3290
+                "-Wextra",
 
3291
+                "-Wno-unused-parameter",
 
3292
+                "-Wno-missing-field-initializers",
 
3293
+                "-Wno-strict-overflow",
 
3294
+                "-Wimplicit-fallthrough",
 
3295
+                "-Wthread-safety",
 
3296
+                "-Winconsistent-missing-override",
 
3297
+                "-Wundef"
 
3298
+            ],
 
3299
+            "defines": [
 
3300
+                "V8_DEPRECATION_WARNINGS",
 
3301
+                "USE_NSS_CERTS=1",
 
3302
+                "USE_X11=1",
 
3303
+                "NO_TCMALLOC",
 
3304
+                "DISABLE_NACL",
 
3305
+                "CHROMIUM_BUILD",
 
3306
+                "_FILE_OFFSET_BITS=64",
 
3307
+                "NDEBUG",
 
3308
+                "NVALGRIND",
 
3309
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3310
+                "WEBRTC_RESTRICT_LOGGING",
 
3311
+                "EXPAT_RELATIVE_PATH",
 
3312
+                "WEBRTC_ARCH_ARM64",
 
3313
+                "WEBRTC_HAS_NEON",
 
3314
+                "WEBRTC_MOZILLA_BUILD",
 
3315
+                "WEBRTC_POSIX",
 
3316
+                "WEBRTC_LINUX"
 
3317
+            ],
 
3318
+            "deps": [
 
3319
+                "//webrtc:webrtc_common"
 
3320
+            ],
 
3321
+            "include_dirs": [
 
3322
+                "//",
 
3323
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
3324
+            ],
 
3325
+            "libs": [],
 
3326
+            "sources": [
 
3327
+                "//webrtc/modules/audio_coding/codecs/g711/g711.c",
 
3328
+                "//webrtc/modules/audio_coding/codecs/g711/g711.h",
 
3329
+                "//webrtc/modules/audio_coding/codecs/g711/g711_interface.c",
 
3330
+                "//webrtc/modules/audio_coding/codecs/g711/g711_interface.h"
 
3331
+            ],
 
3332
+            "type": "source_set"
 
3333
+        },
 
3334
+        "//webrtc/modules/audio_coding:g722": {
 
3335
+            "cflags": [
 
3336
+                "-fno-strict-aliasing",
 
3337
+                "--param=ssp-buffer-size=4",
 
3338
+                "-fstack-protector",
 
3339
+                "-Wno-builtin-macro-redefined",
 
3340
+                "-D__DATE__=",
 
3341
+                "-D__TIME__=",
 
3342
+                "-D__TIMESTAMP__=",
 
3343
+                "-funwind-tables",
 
3344
+                "-fPIC",
 
3345
+                "-pipe",
 
3346
+                "-fcolor-diagnostics",
 
3347
+                "--target=aarch64-linux-gnu",
 
3348
+                "-pthread",
 
3349
+                "-Wall",
 
3350
+                "-Werror",
 
3351
+                "-Wextra",
 
3352
+                "-Wno-missing-field-initializers",
 
3353
+                "-Wno-unused-parameter",
 
3354
+                "-Wno-c++11-narrowing",
 
3355
+                "-Wno-covered-switch-default",
 
3356
+                "-Wno-unneeded-internal-declaration",
 
3357
+                "-Wno-inconsistent-missing-override",
 
3358
+                "-Wno-undefined-var-template",
 
3359
+                "-Wno-nonportable-include-path",
 
3360
+                "-Wno-address-of-packed-member",
 
3361
+                "-Wno-unused-lambda-capture",
 
3362
+                "-Wno-user-defined-warnings",
 
3363
+                "-O2",
 
3364
+                "-fno-ident",
 
3365
+                "-fdata-sections",
 
3366
+                "-ffunction-sections",
 
3367
+                "-fno-omit-frame-pointer",
 
3368
+                "-g0",
 
3369
+                "-fvisibility=hidden",
 
3370
+                "-Xclang",
 
3371
+                "-load",
 
3372
+                "-Xclang",
 
3373
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3374
+                "-Xclang",
 
3375
+                "-add-plugin",
 
3376
+                "-Xclang",
 
3377
+                "find-bad-constructs",
 
3378
+                "-Xclang",
 
3379
+                "-plugin-arg-find-bad-constructs",
 
3380
+                "-Xclang",
 
3381
+                "check-auto-raw-pointer",
 
3382
+                "-Xclang",
 
3383
+                "-plugin-arg-find-bad-constructs",
 
3384
+                "-Xclang",
 
3385
+                "check-ipc",
 
3386
+                "-Wheader-hygiene",
 
3387
+                "-Wstring-conversion",
 
3388
+                "-Wtautological-overlap-compare",
 
3389
+                "-Wextra",
 
3390
+                "-Wno-unused-parameter",
 
3391
+                "-Wno-missing-field-initializers",
 
3392
+                "-Wno-strict-overflow",
 
3393
+                "-Wimplicit-fallthrough",
 
3394
+                "-Wthread-safety",
 
3395
+                "-Winconsistent-missing-override",
 
3396
+                "-Wundef"
 
3397
+            ],
 
3398
+            "defines": [
 
3399
+                "V8_DEPRECATION_WARNINGS",
 
3400
+                "USE_NSS_CERTS=1",
 
3401
+                "USE_X11=1",
 
3402
+                "NO_TCMALLOC",
 
3403
+                "DISABLE_NACL",
 
3404
+                "CHROMIUM_BUILD",
 
3405
+                "_FILE_OFFSET_BITS=64",
 
3406
+                "NDEBUG",
 
3407
+                "NVALGRIND",
 
3408
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3409
+                "WEBRTC_RESTRICT_LOGGING",
 
3410
+                "EXPAT_RELATIVE_PATH",
 
3411
+                "WEBRTC_ARCH_ARM64",
 
3412
+                "WEBRTC_HAS_NEON",
 
3413
+                "WEBRTC_MOZILLA_BUILD",
 
3414
+                "WEBRTC_POSIX",
 
3415
+                "WEBRTC_LINUX"
 
3416
+            ],
 
3417
+            "deps": [
 
3418
+                "//webrtc:webrtc_common",
 
3419
+                "//webrtc/base:rtc_base_approved",
 
3420
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
3421
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
3422
+                "//webrtc/modules/audio_coding:g722_c"
 
3423
+            ],
 
3424
+            "include_dirs": [
 
3425
+                "//",
 
3426
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
3427
+                "//",
 
3428
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
3429
+            ],
 
3430
+            "libs": [],
 
3431
+            "sources": [
 
3432
+                "//webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
 
3433
+                "//webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h",
 
3434
+                "//webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
 
3435
+                "//webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h"
 
3436
+            ],
 
3437
+            "type": "static_library"
 
3438
+        },
 
3439
+        "//webrtc/modules/audio_coding:g722_c": {
 
3440
+            "cflags": [
 
3441
+                "-fno-strict-aliasing",
 
3442
+                "--param=ssp-buffer-size=4",
 
3443
+                "-fstack-protector",
 
3444
+                "-Wno-builtin-macro-redefined",
 
3445
+                "-D__DATE__=",
 
3446
+                "-D__TIME__=",
 
3447
+                "-D__TIMESTAMP__=",
 
3448
+                "-funwind-tables",
 
3449
+                "-fPIC",
 
3450
+                "-pipe",
 
3451
+                "-fcolor-diagnostics",
 
3452
+                "--target=aarch64-linux-gnu",
 
3453
+                "-pthread",
 
3454
+                "-Wall",
 
3455
+                "-Werror",
 
3456
+                "-Wextra",
 
3457
+                "-Wno-missing-field-initializers",
 
3458
+                "-Wno-unused-parameter",
 
3459
+                "-Wno-c++11-narrowing",
 
3460
+                "-Wno-covered-switch-default",
 
3461
+                "-Wno-unneeded-internal-declaration",
 
3462
+                "-Wno-inconsistent-missing-override",
 
3463
+                "-Wno-undefined-var-template",
 
3464
+                "-Wno-nonportable-include-path",
 
3465
+                "-Wno-address-of-packed-member",
 
3466
+                "-Wno-unused-lambda-capture",
 
3467
+                "-Wno-user-defined-warnings",
 
3468
+                "-O2",
 
3469
+                "-fno-ident",
 
3470
+                "-fdata-sections",
 
3471
+                "-ffunction-sections",
 
3472
+                "-fno-omit-frame-pointer",
 
3473
+                "-g0",
 
3474
+                "-fvisibility=hidden",
 
3475
+                "-Xclang",
 
3476
+                "-load",
 
3477
+                "-Xclang",
 
3478
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3479
+                "-Xclang",
 
3480
+                "-add-plugin",
 
3481
+                "-Xclang",
 
3482
+                "find-bad-constructs",
 
3483
+                "-Xclang",
 
3484
+                "-plugin-arg-find-bad-constructs",
 
3485
+                "-Xclang",
 
3486
+                "check-auto-raw-pointer",
 
3487
+                "-Xclang",
 
3488
+                "-plugin-arg-find-bad-constructs",
 
3489
+                "-Xclang",
 
3490
+                "check-ipc",
 
3491
+                "-Wheader-hygiene",
 
3492
+                "-Wstring-conversion",
 
3493
+                "-Wtautological-overlap-compare",
 
3494
+                "-Wextra",
 
3495
+                "-Wno-unused-parameter",
 
3496
+                "-Wno-missing-field-initializers",
 
3497
+                "-Wno-strict-overflow",
 
3498
+                "-Wimplicit-fallthrough",
 
3499
+                "-Wthread-safety",
 
3500
+                "-Winconsistent-missing-override",
 
3501
+                "-Wundef"
 
3502
+            ],
 
3503
+            "defines": [
 
3504
+                "V8_DEPRECATION_WARNINGS",
 
3505
+                "USE_NSS_CERTS=1",
 
3506
+                "USE_X11=1",
 
3507
+                "NO_TCMALLOC",
 
3508
+                "DISABLE_NACL",
 
3509
+                "CHROMIUM_BUILD",
 
3510
+                "_FILE_OFFSET_BITS=64",
 
3511
+                "NDEBUG",
 
3512
+                "NVALGRIND",
 
3513
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3514
+                "WEBRTC_RESTRICT_LOGGING",
 
3515
+                "EXPAT_RELATIVE_PATH",
 
3516
+                "WEBRTC_ARCH_ARM64",
 
3517
+                "WEBRTC_HAS_NEON",
 
3518
+                "WEBRTC_MOZILLA_BUILD",
 
3519
+                "WEBRTC_POSIX",
 
3520
+                "WEBRTC_LINUX"
 
3521
+            ],
 
3522
+            "deps": [
 
3523
+                "//webrtc:webrtc_common"
 
3524
+            ],
 
3525
+            "include_dirs": [
 
3526
+                "//",
 
3527
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
3528
+            ],
 
3529
+            "libs": [],
 
3530
+            "sources": [
 
3531
+                "//webrtc/modules/audio_coding/codecs/g722/g722_decode.c",
 
3532
+                "//webrtc/modules/audio_coding/codecs/g722/g722_enc_dec.h",
 
3533
+                "//webrtc/modules/audio_coding/codecs/g722/g722_encode.c",
 
3534
+                "//webrtc/modules/audio_coding/codecs/g722/g722_interface.c",
 
3535
+                "//webrtc/modules/audio_coding/codecs/g722/g722_interface.h"
 
3536
+            ],
 
3537
+            "type": "source_set"
 
3538
+        },
 
3539
+        "//webrtc/modules/audio_coding:isac": {
 
3540
+            "cflags": [
 
3541
+                "-fno-strict-aliasing",
 
3542
+                "--param=ssp-buffer-size=4",
 
3543
+                "-fstack-protector",
 
3544
+                "-Wno-builtin-macro-redefined",
 
3545
+                "-D__DATE__=",
 
3546
+                "-D__TIME__=",
 
3547
+                "-D__TIMESTAMP__=",
 
3548
+                "-funwind-tables",
 
3549
+                "-fPIC",
 
3550
+                "-pipe",
 
3551
+                "-fcolor-diagnostics",
 
3552
+                "--target=aarch64-linux-gnu",
 
3553
+                "-pthread",
 
3554
+                "-Wall",
 
3555
+                "-Werror",
 
3556
+                "-Wextra",
 
3557
+                "-Wno-missing-field-initializers",
 
3558
+                "-Wno-unused-parameter",
 
3559
+                "-Wno-c++11-narrowing",
 
3560
+                "-Wno-covered-switch-default",
 
3561
+                "-Wno-unneeded-internal-declaration",
 
3562
+                "-Wno-inconsistent-missing-override",
 
3563
+                "-Wno-undefined-var-template",
 
3564
+                "-Wno-nonportable-include-path",
 
3565
+                "-Wno-address-of-packed-member",
 
3566
+                "-Wno-unused-lambda-capture",
 
3567
+                "-Wno-user-defined-warnings",
 
3568
+                "-O2",
 
3569
+                "-fno-ident",
 
3570
+                "-fdata-sections",
 
3571
+                "-ffunction-sections",
 
3572
+                "-fno-omit-frame-pointer",
 
3573
+                "-g0",
 
3574
+                "-fvisibility=hidden",
 
3575
+                "-Xclang",
 
3576
+                "-load",
 
3577
+                "-Xclang",
 
3578
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3579
+                "-Xclang",
 
3580
+                "-add-plugin",
 
3581
+                "-Xclang",
 
3582
+                "find-bad-constructs",
 
3583
+                "-Xclang",
 
3584
+                "-plugin-arg-find-bad-constructs",
 
3585
+                "-Xclang",
 
3586
+                "check-auto-raw-pointer",
 
3587
+                "-Xclang",
 
3588
+                "-plugin-arg-find-bad-constructs",
 
3589
+                "-Xclang",
 
3590
+                "check-ipc",
 
3591
+                "-Wheader-hygiene",
 
3592
+                "-Wstring-conversion",
 
3593
+                "-Wtautological-overlap-compare",
 
3594
+                "-Wextra",
 
3595
+                "-Wno-unused-parameter",
 
3596
+                "-Wno-missing-field-initializers",
 
3597
+                "-Wno-strict-overflow",
 
3598
+                "-Wimplicit-fallthrough",
 
3599
+                "-Wthread-safety",
 
3600
+                "-Winconsistent-missing-override",
 
3601
+                "-Wundef"
 
3602
+            ],
 
3603
+            "defines": [
 
3604
+                "V8_DEPRECATION_WARNINGS",
 
3605
+                "USE_NSS_CERTS=1",
 
3606
+                "USE_X11=1",
 
3607
+                "NO_TCMALLOC",
 
3608
+                "DISABLE_NACL",
 
3609
+                "CHROMIUM_BUILD",
 
3610
+                "_FILE_OFFSET_BITS=64",
 
3611
+                "NDEBUG",
 
3612
+                "NVALGRIND",
 
3613
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3614
+                "WEBRTC_RESTRICT_LOGGING",
 
3615
+                "EXPAT_RELATIVE_PATH",
 
3616
+                "WEBRTC_ARCH_ARM64",
 
3617
+                "WEBRTC_HAS_NEON",
 
3618
+                "WEBRTC_MOZILLA_BUILD",
 
3619
+                "WEBRTC_POSIX",
 
3620
+                "WEBRTC_LINUX"
 
3621
+            ],
 
3622
+            "deps": [
 
3623
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
3624
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
3625
+                "//webrtc/modules/audio_coding:isac_c",
 
3626
+                "//webrtc/modules/audio_coding:isac_common"
 
3627
+            ],
 
3628
+            "include_dirs": [
 
3629
+                "//",
 
3630
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
3631
+                "//",
 
3632
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/"
 
3633
+            ],
 
3634
+            "libs": [
 
3635
+                "m",
 
3636
+                "rt"
 
3637
+            ],
 
3638
+            "sources": [
 
3639
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc",
 
3640
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc"
 
3641
+            ],
 
3642
+            "type": "static_library"
 
3643
+        },
 
3644
+        "//webrtc/modules/audio_coding:isac_c": {
 
3645
+            "cflags": [
 
3646
+                "-fno-strict-aliasing",
 
3647
+                "--param=ssp-buffer-size=4",
 
3648
+                "-fstack-protector",
 
3649
+                "-Wno-builtin-macro-redefined",
 
3650
+                "-D__DATE__=",
 
3651
+                "-D__TIME__=",
 
3652
+                "-D__TIMESTAMP__=",
 
3653
+                "-funwind-tables",
 
3654
+                "-fPIC",
 
3655
+                "-pipe",
 
3656
+                "-fcolor-diagnostics",
 
3657
+                "--target=aarch64-linux-gnu",
 
3658
+                "-pthread",
 
3659
+                "-Wall",
 
3660
+                "-Werror",
 
3661
+                "-Wextra",
 
3662
+                "-Wno-missing-field-initializers",
 
3663
+                "-Wno-unused-parameter",
 
3664
+                "-Wno-c++11-narrowing",
 
3665
+                "-Wno-covered-switch-default",
 
3666
+                "-Wno-unneeded-internal-declaration",
 
3667
+                "-Wno-inconsistent-missing-override",
 
3668
+                "-Wno-undefined-var-template",
 
3669
+                "-Wno-nonportable-include-path",
 
3670
+                "-Wno-address-of-packed-member",
 
3671
+                "-Wno-unused-lambda-capture",
 
3672
+                "-Wno-user-defined-warnings",
 
3673
+                "-O2",
 
3674
+                "-fno-ident",
 
3675
+                "-fdata-sections",
 
3676
+                "-ffunction-sections",
 
3677
+                "-fno-omit-frame-pointer",
 
3678
+                "-g0",
 
3679
+                "-fvisibility=hidden",
 
3680
+                "-Xclang",
 
3681
+                "-load",
 
3682
+                "-Xclang",
 
3683
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3684
+                "-Xclang",
 
3685
+                "-add-plugin",
 
3686
+                "-Xclang",
 
3687
+                "find-bad-constructs",
 
3688
+                "-Xclang",
 
3689
+                "-plugin-arg-find-bad-constructs",
 
3690
+                "-Xclang",
 
3691
+                "check-auto-raw-pointer",
 
3692
+                "-Xclang",
 
3693
+                "-plugin-arg-find-bad-constructs",
 
3694
+                "-Xclang",
 
3695
+                "check-ipc",
 
3696
+                "-Wheader-hygiene",
 
3697
+                "-Wstring-conversion",
 
3698
+                "-Wtautological-overlap-compare",
 
3699
+                "-Wextra",
 
3700
+                "-Wno-unused-parameter",
 
3701
+                "-Wno-missing-field-initializers",
 
3702
+                "-Wno-strict-overflow",
 
3703
+                "-Wimplicit-fallthrough",
 
3704
+                "-Wthread-safety",
 
3705
+                "-Winconsistent-missing-override",
 
3706
+                "-Wundef"
 
3707
+            ],
 
3708
+            "defines": [
 
3709
+                "V8_DEPRECATION_WARNINGS",
 
3710
+                "USE_NSS_CERTS=1",
 
3711
+                "USE_X11=1",
 
3712
+                "NO_TCMALLOC",
 
3713
+                "DISABLE_NACL",
 
3714
+                "CHROMIUM_BUILD",
 
3715
+                "_FILE_OFFSET_BITS=64",
 
3716
+                "NDEBUG",
 
3717
+                "NVALGRIND",
 
3718
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3719
+                "WEBRTC_RESTRICT_LOGGING",
 
3720
+                "EXPAT_RELATIVE_PATH",
 
3721
+                "WEBRTC_ARCH_ARM64",
 
3722
+                "WEBRTC_HAS_NEON",
 
3723
+                "WEBRTC_MOZILLA_BUILD",
 
3724
+                "WEBRTC_POSIX",
 
3725
+                "WEBRTC_LINUX"
 
3726
+            ],
 
3727
+            "deps": [
 
3728
+                "//webrtc:webrtc_common",
 
3729
+                "//webrtc/base:rtc_base_approved",
 
3730
+                "//webrtc/common_audio:common_audio",
 
3731
+                "//webrtc/modules/audio_coding:isac_common"
 
3732
+            ],
 
3733
+            "include_dirs": [
 
3734
+                "//",
 
3735
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
3736
+                "//",
 
3737
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
3738
+                "//webrtc/common_audio/resampler/include/",
 
3739
+                "//webrtc/common_audio/signal_processing/include/",
 
3740
+                "//webrtc/common_audio/vad/include/"
 
3741
+            ],
 
3742
+            "libs": [
 
3743
+                "m",
 
3744
+                "rt"
 
3745
+            ],
 
3746
+            "sources": [
 
3747
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h",
 
3748
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h",
 
3749
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/isac.h",
 
3750
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.c",
 
3751
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.h",
 
3752
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c",
 
3753
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c",
 
3754
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c",
 
3755
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h",
 
3756
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/codec.h",
 
3757
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/crc.c",
 
3758
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/crc.h",
 
3759
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/decode.c",
 
3760
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/decode_bwe.c",
 
3761
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/encode.c",
 
3762
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c",
 
3763
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h",
 
3764
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c",
 
3765
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h",
 
3766
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/fft.c",
 
3767
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/fft.h",
 
3768
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c",
 
3769
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filterbank_tables.c",
 
3770
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filterbank_tables.h",
 
3771
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filterbanks.c",
 
3772
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/intialize.c",
 
3773
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/isac.c",
 
3774
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/isac_float_type.h",
 
3775
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c",
 
3776
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c",
 
3777
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.h",
 
3778
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c",
 
3779
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h",
 
3780
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c",
 
3781
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h",
 
3782
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c",
 
3783
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h",
 
3784
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_tables.c",
 
3785
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_tables.h",
 
3786
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/os_specific_inline.h",
 
3787
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
 
3788
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h",
 
3789
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
 
3790
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c",
 
3791
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h",
 
3792
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c",
 
3793
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h",
 
3794
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/settings.h",
 
3795
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c",
 
3796
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h",
 
3797
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/structs.h",
 
3798
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/transform.c"
 
3799
+            ],
 
3800
+            "type": "static_library"
 
3801
+        },
 
3802
+        "//webrtc/modules/audio_coding:isac_common": {
 
3803
+            "cflags": [
 
3804
+                "-fno-strict-aliasing",
 
3805
+                "--param=ssp-buffer-size=4",
 
3806
+                "-fstack-protector",
 
3807
+                "-Wno-builtin-macro-redefined",
 
3808
+                "-D__DATE__=",
 
3809
+                "-D__TIME__=",
 
3810
+                "-D__TIMESTAMP__=",
 
3811
+                "-funwind-tables",
 
3812
+                "-fPIC",
 
3813
+                "-pipe",
 
3814
+                "-fcolor-diagnostics",
 
3815
+                "--target=aarch64-linux-gnu",
 
3816
+                "-pthread",
 
3817
+                "-Wall",
 
3818
+                "-Werror",
 
3819
+                "-Wextra",
 
3820
+                "-Wno-missing-field-initializers",
 
3821
+                "-Wno-unused-parameter",
 
3822
+                "-Wno-c++11-narrowing",
 
3823
+                "-Wno-covered-switch-default",
 
3824
+                "-Wno-unneeded-internal-declaration",
 
3825
+                "-Wno-inconsistent-missing-override",
 
3826
+                "-Wno-undefined-var-template",
 
3827
+                "-Wno-nonportable-include-path",
 
3828
+                "-Wno-address-of-packed-member",
 
3829
+                "-Wno-unused-lambda-capture",
 
3830
+                "-Wno-user-defined-warnings",
 
3831
+                "-O2",
 
3832
+                "-fno-ident",
 
3833
+                "-fdata-sections",
 
3834
+                "-ffunction-sections",
 
3835
+                "-fno-omit-frame-pointer",
 
3836
+                "-g0",
 
3837
+                "-fvisibility=hidden",
 
3838
+                "-Xclang",
 
3839
+                "-load",
 
3840
+                "-Xclang",
 
3841
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3842
+                "-Xclang",
 
3843
+                "-add-plugin",
 
3844
+                "-Xclang",
 
3845
+                "find-bad-constructs",
 
3846
+                "-Xclang",
 
3847
+                "-plugin-arg-find-bad-constructs",
 
3848
+                "-Xclang",
 
3849
+                "check-auto-raw-pointer",
 
3850
+                "-Xclang",
 
3851
+                "-plugin-arg-find-bad-constructs",
 
3852
+                "-Xclang",
 
3853
+                "check-ipc",
 
3854
+                "-Wheader-hygiene",
 
3855
+                "-Wstring-conversion",
 
3856
+                "-Wtautological-overlap-compare",
 
3857
+                "-Wextra",
 
3858
+                "-Wno-unused-parameter",
 
3859
+                "-Wno-missing-field-initializers",
 
3860
+                "-Wno-strict-overflow",
 
3861
+                "-Wimplicit-fallthrough",
 
3862
+                "-Wthread-safety",
 
3863
+                "-Winconsistent-missing-override",
 
3864
+                "-Wundef"
 
3865
+            ],
 
3866
+            "defines": [
 
3867
+                "V8_DEPRECATION_WARNINGS",
 
3868
+                "USE_NSS_CERTS=1",
 
3869
+                "USE_X11=1",
 
3870
+                "NO_TCMALLOC",
 
3871
+                "DISABLE_NACL",
 
3872
+                "CHROMIUM_BUILD",
 
3873
+                "_FILE_OFFSET_BITS=64",
 
3874
+                "NDEBUG",
 
3875
+                "NVALGRIND",
 
3876
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3877
+                "WEBRTC_RESTRICT_LOGGING",
 
3878
+                "EXPAT_RELATIVE_PATH",
 
3879
+                "WEBRTC_ARCH_ARM64",
 
3880
+                "WEBRTC_HAS_NEON",
 
3881
+                "WEBRTC_MOZILLA_BUILD",
 
3882
+                "WEBRTC_POSIX",
 
3883
+                "WEBRTC_LINUX"
 
3884
+            ],
 
3885
+            "deps": [
 
3886
+                "//webrtc/base:rtc_base_approved",
 
3887
+                "//webrtc/modules/audio_coding:audio_encoder_interface"
 
3888
+            ],
 
3889
+            "include_dirs": [
 
3890
+                "//",
 
3891
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
3892
+            ],
 
3893
+            "libs": [],
 
3894
+            "sources": [
 
3895
+                "//webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h",
 
3896
+                "//webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h",
 
3897
+                "//webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.cc",
 
3898
+                "//webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
 
3899
+            ],
 
3900
+            "type": "static_library"
 
3901
+        },
 
3902
+        "//webrtc/modules/audio_coding:isac_fix": {
 
3903
+            "cflags": [
 
3904
+                "-fno-strict-aliasing",
 
3905
+                "--param=ssp-buffer-size=4",
 
3906
+                "-fstack-protector",
 
3907
+                "-Wno-builtin-macro-redefined",
 
3908
+                "-D__DATE__=",
 
3909
+                "-D__TIME__=",
 
3910
+                "-D__TIMESTAMP__=",
 
3911
+                "-funwind-tables",
 
3912
+                "-fPIC",
 
3913
+                "-pipe",
 
3914
+                "-fcolor-diagnostics",
 
3915
+                "--target=aarch64-linux-gnu",
 
3916
+                "-pthread",
 
3917
+                "-Wall",
 
3918
+                "-Werror",
 
3919
+                "-Wextra",
 
3920
+                "-Wno-missing-field-initializers",
 
3921
+                "-Wno-unused-parameter",
 
3922
+                "-Wno-c++11-narrowing",
 
3923
+                "-Wno-covered-switch-default",
 
3924
+                "-Wno-unneeded-internal-declaration",
 
3925
+                "-Wno-inconsistent-missing-override",
 
3926
+                "-Wno-undefined-var-template",
 
3927
+                "-Wno-nonportable-include-path",
 
3928
+                "-Wno-address-of-packed-member",
 
3929
+                "-Wno-unused-lambda-capture",
 
3930
+                "-Wno-user-defined-warnings",
 
3931
+                "-O2",
 
3932
+                "-fno-ident",
 
3933
+                "-fdata-sections",
 
3934
+                "-ffunction-sections",
 
3935
+                "-fno-omit-frame-pointer",
 
3936
+                "-g0",
 
3937
+                "-fvisibility=hidden",
 
3938
+                "-Xclang",
 
3939
+                "-load",
 
3940
+                "-Xclang",
 
3941
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
3942
+                "-Xclang",
 
3943
+                "-add-plugin",
 
3944
+                "-Xclang",
 
3945
+                "find-bad-constructs",
 
3946
+                "-Xclang",
 
3947
+                "-plugin-arg-find-bad-constructs",
 
3948
+                "-Xclang",
 
3949
+                "check-auto-raw-pointer",
 
3950
+                "-Xclang",
 
3951
+                "-plugin-arg-find-bad-constructs",
 
3952
+                "-Xclang",
 
3953
+                "check-ipc",
 
3954
+                "-Wheader-hygiene",
 
3955
+                "-Wstring-conversion",
 
3956
+                "-Wtautological-overlap-compare",
 
3957
+                "-Wextra",
 
3958
+                "-Wno-unused-parameter",
 
3959
+                "-Wno-missing-field-initializers",
 
3960
+                "-Wno-strict-overflow",
 
3961
+                "-Wimplicit-fallthrough",
 
3962
+                "-Wthread-safety",
 
3963
+                "-Winconsistent-missing-override",
 
3964
+                "-Wundef"
 
3965
+            ],
 
3966
+            "defines": [
 
3967
+                "V8_DEPRECATION_WARNINGS",
 
3968
+                "USE_NSS_CERTS=1",
 
3969
+                "USE_X11=1",
 
3970
+                "NO_TCMALLOC",
 
3971
+                "DISABLE_NACL",
 
3972
+                "CHROMIUM_BUILD",
 
3973
+                "_FILE_OFFSET_BITS=64",
 
3974
+                "NDEBUG",
 
3975
+                "NVALGRIND",
 
3976
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
3977
+                "WEBRTC_RESTRICT_LOGGING",
 
3978
+                "EXPAT_RELATIVE_PATH",
 
3979
+                "WEBRTC_ARCH_ARM64",
 
3980
+                "WEBRTC_HAS_NEON",
 
3981
+                "WEBRTC_MOZILLA_BUILD",
 
3982
+                "WEBRTC_POSIX",
 
3983
+                "WEBRTC_LINUX"
 
3984
+            ],
 
3985
+            "deps": [
 
3986
+                "//webrtc/common_audio:common_audio",
 
3987
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
3988
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
3989
+                "//webrtc/modules/audio_coding:isac_common",
 
3990
+                "//webrtc/modules/audio_coding:isac_fix_c",
 
3991
+                "//webrtc/modules/audio_coding:isac_neon",
 
3992
+                "//webrtc/system_wrappers:system_wrappers"
 
3993
+            ],
 
3994
+            "include_dirs": [
 
3995
+                "//",
 
3996
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
3997
+                "//",
 
3998
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
3999
+                "//webrtc/common_audio/resampler/include/",
 
4000
+                "//webrtc/common_audio/signal_processing/include/",
 
4001
+                "//webrtc/common_audio/vad/include/"
 
4002
+            ],
 
4003
+            "libs": [
 
4004
+                "rt"
 
4005
+            ],
 
4006
+            "sources": [
 
4007
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/audio_decoder_isacfix.cc",
 
4008
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc"
 
4009
+            ],
 
4010
+            "type": "static_library"
 
4011
+        },
 
4012
+        "//webrtc/modules/audio_coding:isac_fix_c": {
 
4013
+            "cflags": [
 
4014
+                "-fno-strict-aliasing",
 
4015
+                "--param=ssp-buffer-size=4",
 
4016
+                "-fstack-protector",
 
4017
+                "-Wno-builtin-macro-redefined",
 
4018
+                "-D__DATE__=",
 
4019
+                "-D__TIME__=",
 
4020
+                "-D__TIMESTAMP__=",
 
4021
+                "-funwind-tables",
 
4022
+                "-fPIC",
 
4023
+                "-pipe",
 
4024
+                "-fcolor-diagnostics",
 
4025
+                "--target=aarch64-linux-gnu",
 
4026
+                "-pthread",
 
4027
+                "-Wall",
 
4028
+                "-Werror",
 
4029
+                "-Wextra",
 
4030
+                "-Wno-missing-field-initializers",
 
4031
+                "-Wno-unused-parameter",
 
4032
+                "-Wno-c++11-narrowing",
 
4033
+                "-Wno-covered-switch-default",
 
4034
+                "-Wno-unneeded-internal-declaration",
 
4035
+                "-Wno-inconsistent-missing-override",
 
4036
+                "-Wno-undefined-var-template",
 
4037
+                "-Wno-nonportable-include-path",
 
4038
+                "-Wno-address-of-packed-member",
 
4039
+                "-Wno-unused-lambda-capture",
 
4040
+                "-Wno-user-defined-warnings",
 
4041
+                "-O2",
 
4042
+                "-fno-ident",
 
4043
+                "-fdata-sections",
 
4044
+                "-ffunction-sections",
 
4045
+                "-fno-omit-frame-pointer",
 
4046
+                "-g0",
 
4047
+                "-fvisibility=hidden",
 
4048
+                "-Xclang",
 
4049
+                "-load",
 
4050
+                "-Xclang",
 
4051
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4052
+                "-Xclang",
 
4053
+                "-add-plugin",
 
4054
+                "-Xclang",
 
4055
+                "find-bad-constructs",
 
4056
+                "-Xclang",
 
4057
+                "-plugin-arg-find-bad-constructs",
 
4058
+                "-Xclang",
 
4059
+                "check-auto-raw-pointer",
 
4060
+                "-Xclang",
 
4061
+                "-plugin-arg-find-bad-constructs",
 
4062
+                "-Xclang",
 
4063
+                "check-ipc",
 
4064
+                "-Wheader-hygiene",
 
4065
+                "-Wstring-conversion",
 
4066
+                "-Wtautological-overlap-compare",
 
4067
+                "-Wextra",
 
4068
+                "-Wno-unused-parameter",
 
4069
+                "-Wno-missing-field-initializers",
 
4070
+                "-Wno-strict-overflow",
 
4071
+                "-Wimplicit-fallthrough",
 
4072
+                "-Wthread-safety",
 
4073
+                "-Winconsistent-missing-override",
 
4074
+                "-Wundef"
 
4075
+            ],
 
4076
+            "defines": [
 
4077
+                "V8_DEPRECATION_WARNINGS",
 
4078
+                "USE_NSS_CERTS=1",
 
4079
+                "USE_X11=1",
 
4080
+                "NO_TCMALLOC",
 
4081
+                "DISABLE_NACL",
 
4082
+                "CHROMIUM_BUILD",
 
4083
+                "_FILE_OFFSET_BITS=64",
 
4084
+                "NDEBUG",
 
4085
+                "NVALGRIND",
 
4086
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4087
+                "WEBRTC_RESTRICT_LOGGING",
 
4088
+                "EXPAT_RELATIVE_PATH",
 
4089
+                "WEBRTC_ARCH_ARM64",
 
4090
+                "WEBRTC_HAS_NEON",
 
4091
+                "WEBRTC_MOZILLA_BUILD",
 
4092
+                "WEBRTC_POSIX",
 
4093
+                "WEBRTC_LINUX"
 
4094
+            ],
 
4095
+            "deps": [
 
4096
+                "//webrtc:webrtc_common",
 
4097
+                "//webrtc/base:rtc_base_approved",
 
4098
+                "//webrtc/common_audio:common_audio",
 
4099
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
4100
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
4101
+                "//webrtc/modules/audio_coding:isac_common",
 
4102
+                "//webrtc/system_wrappers:system_wrappers"
 
4103
+            ],
 
4104
+            "include_dirs": [
 
4105
+                "//",
 
4106
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
4107
+                "//",
 
4108
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
4109
+                "//webrtc/common_audio/resampler/include/",
 
4110
+                "//webrtc/common_audio/signal_processing/include/",
 
4111
+                "//webrtc/common_audio/vad/include/"
 
4112
+            ],
 
4113
+            "libs": [
 
4114
+                "rt"
 
4115
+            ],
 
4116
+            "sources": [
 
4117
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h",
 
4118
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h",
 
4119
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/isacfix.h",
 
4120
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines.c",
 
4121
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c",
 
4122
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c",
 
4123
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routins.h",
 
4124
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c",
 
4125
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h",
 
4126
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h",
 
4127
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c",
 
4128
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/decode_bwe.c",
 
4129
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c",
 
4130
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c",
 
4131
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c",
 
4132
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h",
 
4133
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c",
 
4134
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/fft.h",
 
4135
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c",
 
4136
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h",
 
4137
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c",
 
4138
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filters.c",
 
4139
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/initialize.c",
 
4140
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h",
 
4141
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c",
 
4142
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c",
 
4143
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_c.c",
 
4144
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c",
 
4145
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h",
 
4146
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_tables.c",
 
4147
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_tables.h",
 
4148
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c",
 
4149
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h",
 
4150
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c",
 
4151
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c",
 
4152
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c",
 
4153
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c",
 
4154
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h",
 
4155
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c",
 
4156
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h",
 
4157
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/settings.h",
 
4158
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c",
 
4159
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h",
 
4160
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h",
 
4161
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c",
 
4162
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/transform_tables.c"
 
4163
+            ],
 
4164
+            "type": "source_set"
 
4165
+        },
 
4166
+        "//webrtc/modules/audio_coding:isac_neon": {
 
4167
+            "cflags": [
 
4168
+                "-fno-strict-aliasing",
 
4169
+                "--param=ssp-buffer-size=4",
 
4170
+                "-fstack-protector",
 
4171
+                "-Wno-builtin-macro-redefined",
 
4172
+                "-D__DATE__=",
 
4173
+                "-D__TIME__=",
 
4174
+                "-D__TIMESTAMP__=",
 
4175
+                "-funwind-tables",
 
4176
+                "-fPIC",
 
4177
+                "-pipe",
 
4178
+                "-fcolor-diagnostics",
 
4179
+                "--target=aarch64-linux-gnu",
 
4180
+                "-pthread",
 
4181
+                "-Wall",
 
4182
+                "-Werror",
 
4183
+                "-Wextra",
 
4184
+                "-Wno-missing-field-initializers",
 
4185
+                "-Wno-unused-parameter",
 
4186
+                "-Wno-c++11-narrowing",
 
4187
+                "-Wno-covered-switch-default",
 
4188
+                "-Wno-unneeded-internal-declaration",
 
4189
+                "-Wno-inconsistent-missing-override",
 
4190
+                "-Wno-undefined-var-template",
 
4191
+                "-Wno-nonportable-include-path",
 
4192
+                "-Wno-address-of-packed-member",
 
4193
+                "-Wno-unused-lambda-capture",
 
4194
+                "-Wno-user-defined-warnings",
 
4195
+                "-O2",
 
4196
+                "-fno-ident",
 
4197
+                "-fdata-sections",
 
4198
+                "-ffunction-sections",
 
4199
+                "-fno-omit-frame-pointer",
 
4200
+                "-g0",
 
4201
+                "-fvisibility=hidden",
 
4202
+                "-Xclang",
 
4203
+                "-load",
 
4204
+                "-Xclang",
 
4205
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4206
+                "-Xclang",
 
4207
+                "-add-plugin",
 
4208
+                "-Xclang",
 
4209
+                "find-bad-constructs",
 
4210
+                "-Xclang",
 
4211
+                "-plugin-arg-find-bad-constructs",
 
4212
+                "-Xclang",
 
4213
+                "check-auto-raw-pointer",
 
4214
+                "-Xclang",
 
4215
+                "-plugin-arg-find-bad-constructs",
 
4216
+                "-Xclang",
 
4217
+                "check-ipc",
 
4218
+                "-Wheader-hygiene",
 
4219
+                "-Wstring-conversion",
 
4220
+                "-Wtautological-overlap-compare",
 
4221
+                "-Wextra",
 
4222
+                "-Wno-unused-parameter",
 
4223
+                "-Wno-missing-field-initializers",
 
4224
+                "-Wno-strict-overflow",
 
4225
+                "-Wimplicit-fallthrough",
 
4226
+                "-Wthread-safety",
 
4227
+                "-Winconsistent-missing-override",
 
4228
+                "-Wundef"
 
4229
+            ],
 
4230
+            "defines": [
 
4231
+                "V8_DEPRECATION_WARNINGS",
 
4232
+                "USE_NSS_CERTS=1",
 
4233
+                "USE_X11=1",
 
4234
+                "NO_TCMALLOC",
 
4235
+                "DISABLE_NACL",
 
4236
+                "CHROMIUM_BUILD",
 
4237
+                "_FILE_OFFSET_BITS=64",
 
4238
+                "NDEBUG",
 
4239
+                "NVALGRIND",
 
4240
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4241
+                "WEBRTC_RESTRICT_LOGGING",
 
4242
+                "EXPAT_RELATIVE_PATH",
 
4243
+                "WEBRTC_ARCH_ARM64",
 
4244
+                "WEBRTC_HAS_NEON",
 
4245
+                "WEBRTC_MOZILLA_BUILD",
 
4246
+                "WEBRTC_POSIX",
 
4247
+                "WEBRTC_LINUX"
 
4248
+            ],
 
4249
+            "deps": [
 
4250
+                "//webrtc/base:rtc_base_approved",
 
4251
+                "//webrtc/common_audio:common_audio",
 
4252
+                "//webrtc/modules/audio_coding:isac_fix_c"
 
4253
+            ],
 
4254
+            "include_dirs": [
 
4255
+                "//",
 
4256
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
4257
+                "//",
 
4258
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
4259
+                "//webrtc/common_audio/resampler/include/",
 
4260
+                "//webrtc/common_audio/signal_processing/include/",
 
4261
+                "//webrtc/common_audio/vad/include/"
 
4262
+            ],
 
4263
+            "libs": [
 
4264
+                "rt"
 
4265
+            ],
 
4266
+            "sources": [
 
4267
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c",
 
4268
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c",
 
4269
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c",
 
4270
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_neon.c",
 
4271
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/transform_neon.c"
 
4272
+            ],
 
4273
+            "type": "static_library"
 
4274
+        },
 
4275
+        "//webrtc/modules/audio_coding:neteq": {
 
4276
+            "cflags": [
 
4277
+                "-fno-strict-aliasing",
 
4278
+                "--param=ssp-buffer-size=4",
 
4279
+                "-fstack-protector",
 
4280
+                "-Wno-builtin-macro-redefined",
 
4281
+                "-D__DATE__=",
 
4282
+                "-D__TIME__=",
 
4283
+                "-D__TIMESTAMP__=",
 
4284
+                "-funwind-tables",
 
4285
+                "-fPIC",
 
4286
+                "-pipe",
 
4287
+                "-fcolor-diagnostics",
 
4288
+                "--target=aarch64-linux-gnu",
 
4289
+                "-pthread",
 
4290
+                "-Wall",
 
4291
+                "-Werror",
 
4292
+                "-Wextra",
 
4293
+                "-Wno-missing-field-initializers",
 
4294
+                "-Wno-unused-parameter",
 
4295
+                "-Wno-c++11-narrowing",
 
4296
+                "-Wno-covered-switch-default",
 
4297
+                "-Wno-unneeded-internal-declaration",
 
4298
+                "-Wno-inconsistent-missing-override",
 
4299
+                "-Wno-undefined-var-template",
 
4300
+                "-Wno-nonportable-include-path",
 
4301
+                "-Wno-address-of-packed-member",
 
4302
+                "-Wno-unused-lambda-capture",
 
4303
+                "-Wno-user-defined-warnings",
 
4304
+                "-O2",
 
4305
+                "-fno-ident",
 
4306
+                "-fdata-sections",
 
4307
+                "-ffunction-sections",
 
4308
+                "-fno-omit-frame-pointer",
 
4309
+                "-g0",
 
4310
+                "-fvisibility=hidden",
 
4311
+                "-Xclang",
 
4312
+                "-load",
 
4313
+                "-Xclang",
 
4314
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4315
+                "-Xclang",
 
4316
+                "-add-plugin",
 
4317
+                "-Xclang",
 
4318
+                "find-bad-constructs",
 
4319
+                "-Xclang",
 
4320
+                "-plugin-arg-find-bad-constructs",
 
4321
+                "-Xclang",
 
4322
+                "check-auto-raw-pointer",
 
4323
+                "-Xclang",
 
4324
+                "-plugin-arg-find-bad-constructs",
 
4325
+                "-Xclang",
 
4326
+                "check-ipc",
 
4327
+                "-Wheader-hygiene",
 
4328
+                "-Wstring-conversion",
 
4329
+                "-Wtautological-overlap-compare",
 
4330
+                "-Wextra",
 
4331
+                "-Wno-unused-parameter",
 
4332
+                "-Wno-missing-field-initializers",
 
4333
+                "-Wno-strict-overflow",
 
4334
+                "-Wimplicit-fallthrough",
 
4335
+                "-Wthread-safety",
 
4336
+                "-Winconsistent-missing-override",
 
4337
+                "-Wundef"
 
4338
+            ],
 
4339
+            "defines": [
 
4340
+                "WEBRTC_CODEC_OPUS",
 
4341
+                "WEBRTC_CODEC_ISAC",
 
4342
+                "WEBRTC_CODEC_G722",
 
4343
+                "V8_DEPRECATION_WARNINGS",
 
4344
+                "USE_NSS_CERTS=1",
 
4345
+                "USE_X11=1",
 
4346
+                "NO_TCMALLOC",
 
4347
+                "DISABLE_NACL",
 
4348
+                "CHROMIUM_BUILD",
 
4349
+                "_FILE_OFFSET_BITS=64",
 
4350
+                "NDEBUG",
 
4351
+                "NVALGRIND",
 
4352
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4353
+                "WEBRTC_RESTRICT_LOGGING",
 
4354
+                "EXPAT_RELATIVE_PATH",
 
4355
+                "WEBRTC_ARCH_ARM64",
 
4356
+                "WEBRTC_HAS_NEON",
 
4357
+                "WEBRTC_MOZILLA_BUILD",
 
4358
+                "WEBRTC_POSIX",
 
4359
+                "WEBRTC_LINUX"
 
4360
+            ],
 
4361
+            "deps": [
 
4362
+                "//webrtc:webrtc_common",
 
4363
+                "//webrtc/base:gtest_prod",
 
4364
+                "//webrtc/base:rtc_base_approved",
 
4365
+                "//webrtc/common_audio:common_audio",
 
4366
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
4367
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
4368
+                "//webrtc/modules/audio_coding:audio_format",
 
4369
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
4370
+                "//webrtc/modules/audio_coding:cng",
 
4371
+                "//webrtc/modules/audio_coding:g711",
 
4372
+                "//webrtc/modules/audio_coding:g722",
 
4373
+                "//webrtc/modules/audio_coding:isac",
 
4374
+                "//webrtc/modules/audio_coding:isac_fix",
 
4375
+                "//webrtc/modules/audio_coding:pcm16b",
 
4376
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
4377
+                "//webrtc/modules/audio_coding:webrtc_opus",
 
4378
+                "//webrtc/system_wrappers:system_wrappers"
 
4379
+            ],
 
4380
+            "include_dirs": [
 
4381
+                "//",
 
4382
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
4383
+                "//",
 
4384
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
4385
+                "//",
 
4386
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
4387
+                "//",
 
4388
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
4389
+                "//",
 
4390
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
4391
+                "//webrtc/common_audio/resampler/include/",
 
4392
+                "//webrtc/common_audio/signal_processing/include/",
 
4393
+                "//webrtc/common_audio/vad/include/",
 
4394
+                "//",
 
4395
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
4396
+                "//",
 
4397
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
4398
+            ],
 
4399
+            "libs": [
 
4400
+                "rt",
 
4401
+                "m"
 
4402
+            ],
 
4403
+            "sources": [
 
4404
+                "//webrtc/modules/audio_coding/neteq/accelerate.cc",
 
4405
+                "//webrtc/modules/audio_coding/neteq/accelerate.h",
 
4406
+                "//webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc",
 
4407
+                "//webrtc/modules/audio_coding/neteq/audio_decoder_impl.h",
 
4408
+                "//webrtc/modules/audio_coding/neteq/audio_multi_vector.cc",
 
4409
+                "//webrtc/modules/audio_coding/neteq/audio_multi_vector.h",
 
4410
+                "//webrtc/modules/audio_coding/neteq/audio_vector.cc",
 
4411
+                "//webrtc/modules/audio_coding/neteq/audio_vector.h",
 
4412
+                "//webrtc/modules/audio_coding/neteq/background_noise.cc",
 
4413
+                "//webrtc/modules/audio_coding/neteq/background_noise.h",
 
4414
+                "//webrtc/modules/audio_coding/neteq/buffer_level_filter.cc",
 
4415
+                "//webrtc/modules/audio_coding/neteq/buffer_level_filter.h",
 
4416
+                "//webrtc/modules/audio_coding/neteq/comfort_noise.cc",
 
4417
+                "//webrtc/modules/audio_coding/neteq/comfort_noise.h",
 
4418
+                "//webrtc/modules/audio_coding/neteq/cross_correlation.cc",
 
4419
+                "//webrtc/modules/audio_coding/neteq/cross_correlation.h",
 
4420
+                "//webrtc/modules/audio_coding/neteq/decision_logic.cc",
 
4421
+                "//webrtc/modules/audio_coding/neteq/decision_logic.h",
 
4422
+                "//webrtc/modules/audio_coding/neteq/decision_logic_fax.cc",
 
4423
+                "//webrtc/modules/audio_coding/neteq/decision_logic_fax.h",
 
4424
+                "//webrtc/modules/audio_coding/neteq/decision_logic_normal.cc",
 
4425
+                "//webrtc/modules/audio_coding/neteq/decision_logic_normal.h",
 
4426
+                "//webrtc/modules/audio_coding/neteq/decoder_database.cc",
 
4427
+                "//webrtc/modules/audio_coding/neteq/decoder_database.h",
 
4428
+                "//webrtc/modules/audio_coding/neteq/defines.h",
 
4429
+                "//webrtc/modules/audio_coding/neteq/delay_manager.cc",
 
4430
+                "//webrtc/modules/audio_coding/neteq/delay_manager.h",
 
4431
+                "//webrtc/modules/audio_coding/neteq/delay_peak_detector.cc",
 
4432
+                "//webrtc/modules/audio_coding/neteq/delay_peak_detector.h",
 
4433
+                "//webrtc/modules/audio_coding/neteq/dsp_helper.cc",
 
4434
+                "//webrtc/modules/audio_coding/neteq/dsp_helper.h",
 
4435
+                "//webrtc/modules/audio_coding/neteq/dtmf_buffer.cc",
 
4436
+                "//webrtc/modules/audio_coding/neteq/dtmf_buffer.h",
 
4437
+                "//webrtc/modules/audio_coding/neteq/dtmf_tone_generator.cc",
 
4438
+                "//webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h",
 
4439
+                "//webrtc/modules/audio_coding/neteq/expand.cc",
 
4440
+                "//webrtc/modules/audio_coding/neteq/expand.h",
 
4441
+                "//webrtc/modules/audio_coding/neteq/include/neteq.h",
 
4442
+                "//webrtc/modules/audio_coding/neteq/merge.cc",
 
4443
+                "//webrtc/modules/audio_coding/neteq/merge.h",
 
4444
+                "//webrtc/modules/audio_coding/neteq/nack_tracker.cc",
 
4445
+                "//webrtc/modules/audio_coding/neteq/nack_tracker.h",
 
4446
+                "//webrtc/modules/audio_coding/neteq/neteq.cc",
 
4447
+                "//webrtc/modules/audio_coding/neteq/neteq_impl.cc",
 
4448
+                "//webrtc/modules/audio_coding/neteq/neteq_impl.h",
 
4449
+                "//webrtc/modules/audio_coding/neteq/normal.cc",
 
4450
+                "//webrtc/modules/audio_coding/neteq/normal.h",
 
4451
+                "//webrtc/modules/audio_coding/neteq/packet.cc",
 
4452
+                "//webrtc/modules/audio_coding/neteq/packet.h",
 
4453
+                "//webrtc/modules/audio_coding/neteq/packet_buffer.cc",
 
4454
+                "//webrtc/modules/audio_coding/neteq/packet_buffer.h",
 
4455
+                "//webrtc/modules/audio_coding/neteq/post_decode_vad.cc",
 
4456
+                "//webrtc/modules/audio_coding/neteq/post_decode_vad.h",
 
4457
+                "//webrtc/modules/audio_coding/neteq/preemptive_expand.cc",
 
4458
+                "//webrtc/modules/audio_coding/neteq/preemptive_expand.h",
 
4459
+                "//webrtc/modules/audio_coding/neteq/random_vector.cc",
 
4460
+                "//webrtc/modules/audio_coding/neteq/random_vector.h",
 
4461
+                "//webrtc/modules/audio_coding/neteq/red_payload_splitter.cc",
 
4462
+                "//webrtc/modules/audio_coding/neteq/red_payload_splitter.h",
 
4463
+                "//webrtc/modules/audio_coding/neteq/rtcp.cc",
 
4464
+                "//webrtc/modules/audio_coding/neteq/rtcp.h",
 
4465
+                "//webrtc/modules/audio_coding/neteq/statistics_calculator.cc",
 
4466
+                "//webrtc/modules/audio_coding/neteq/statistics_calculator.h",
 
4467
+                "//webrtc/modules/audio_coding/neteq/sync_buffer.cc",
 
4468
+                "//webrtc/modules/audio_coding/neteq/sync_buffer.h",
 
4469
+                "//webrtc/modules/audio_coding/neteq/tick_timer.cc",
 
4470
+                "//webrtc/modules/audio_coding/neteq/tick_timer.h",
 
4471
+                "//webrtc/modules/audio_coding/neteq/time_stretch.cc",
 
4472
+                "//webrtc/modules/audio_coding/neteq/time_stretch.h",
 
4473
+                "//webrtc/modules/audio_coding/neteq/timestamp_scaler.cc",
 
4474
+                "//webrtc/modules/audio_coding/neteq/timestamp_scaler.h"
 
4475
+            ],
 
4476
+            "type": "static_library"
 
4477
+        },
 
4478
+        "//webrtc/modules/audio_coding:pcm16b": {
 
4479
+            "cflags": [
 
4480
+                "-fno-strict-aliasing",
 
4481
+                "--param=ssp-buffer-size=4",
 
4482
+                "-fstack-protector",
 
4483
+                "-Wno-builtin-macro-redefined",
 
4484
+                "-D__DATE__=",
 
4485
+                "-D__TIME__=",
 
4486
+                "-D__TIMESTAMP__=",
 
4487
+                "-funwind-tables",
 
4488
+                "-fPIC",
 
4489
+                "-pipe",
 
4490
+                "-fcolor-diagnostics",
 
4491
+                "--target=aarch64-linux-gnu",
 
4492
+                "-pthread",
 
4493
+                "-Wall",
 
4494
+                "-Werror",
 
4495
+                "-Wextra",
 
4496
+                "-Wno-missing-field-initializers",
 
4497
+                "-Wno-unused-parameter",
 
4498
+                "-Wno-c++11-narrowing",
 
4499
+                "-Wno-covered-switch-default",
 
4500
+                "-Wno-unneeded-internal-declaration",
 
4501
+                "-Wno-inconsistent-missing-override",
 
4502
+                "-Wno-undefined-var-template",
 
4503
+                "-Wno-nonportable-include-path",
 
4504
+                "-Wno-address-of-packed-member",
 
4505
+                "-Wno-unused-lambda-capture",
 
4506
+                "-Wno-user-defined-warnings",
 
4507
+                "-O2",
 
4508
+                "-fno-ident",
 
4509
+                "-fdata-sections",
 
4510
+                "-ffunction-sections",
 
4511
+                "-fno-omit-frame-pointer",
 
4512
+                "-g0",
 
4513
+                "-fvisibility=hidden",
 
4514
+                "-Xclang",
 
4515
+                "-load",
 
4516
+                "-Xclang",
 
4517
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4518
+                "-Xclang",
 
4519
+                "-add-plugin",
 
4520
+                "-Xclang",
 
4521
+                "find-bad-constructs",
 
4522
+                "-Xclang",
 
4523
+                "-plugin-arg-find-bad-constructs",
 
4524
+                "-Xclang",
 
4525
+                "check-auto-raw-pointer",
 
4526
+                "-Xclang",
 
4527
+                "-plugin-arg-find-bad-constructs",
 
4528
+                "-Xclang",
 
4529
+                "check-ipc",
 
4530
+                "-Wheader-hygiene",
 
4531
+                "-Wstring-conversion",
 
4532
+                "-Wtautological-overlap-compare",
 
4533
+                "-Wextra",
 
4534
+                "-Wno-unused-parameter",
 
4535
+                "-Wno-missing-field-initializers",
 
4536
+                "-Wno-strict-overflow",
 
4537
+                "-Wimplicit-fallthrough",
 
4538
+                "-Wthread-safety",
 
4539
+                "-Winconsistent-missing-override",
 
4540
+                "-Wundef"
 
4541
+            ],
 
4542
+            "defines": [
 
4543
+                "V8_DEPRECATION_WARNINGS",
 
4544
+                "USE_NSS_CERTS=1",
 
4545
+                "USE_X11=1",
 
4546
+                "NO_TCMALLOC",
 
4547
+                "DISABLE_NACL",
 
4548
+                "CHROMIUM_BUILD",
 
4549
+                "_FILE_OFFSET_BITS=64",
 
4550
+                "NDEBUG",
 
4551
+                "NVALGRIND",
 
4552
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4553
+                "WEBRTC_RESTRICT_LOGGING",
 
4554
+                "EXPAT_RELATIVE_PATH",
 
4555
+                "WEBRTC_ARCH_ARM64",
 
4556
+                "WEBRTC_HAS_NEON",
 
4557
+                "WEBRTC_MOZILLA_BUILD",
 
4558
+                "WEBRTC_POSIX",
 
4559
+                "WEBRTC_LINUX"
 
4560
+            ],
 
4561
+            "deps": [
 
4562
+                "//webrtc:webrtc_common",
 
4563
+                "//webrtc/base:rtc_base_approved",
 
4564
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
4565
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
4566
+                "//webrtc/modules/audio_coding:g711",
 
4567
+                "//webrtc/modules/audio_coding:pcm16b_c"
 
4568
+            ],
 
4569
+            "include_dirs": [
 
4570
+                "//",
 
4571
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
4572
+                "//",
 
4573
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
4574
+                "//",
 
4575
+                "//webrtc/modules/audio_coding/codecs/g711/include/"
 
4576
+            ],
 
4577
+            "libs": [],
 
4578
+            "sources": [
 
4579
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
 
4580
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h",
 
4581
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
 
4582
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h"
 
4583
+            ],
 
4584
+            "type": "static_library"
 
4585
+        },
 
4586
+        "//webrtc/modules/audio_coding:pcm16b_c": {
 
4587
+            "cflags": [
 
4588
+                "-fno-strict-aliasing",
 
4589
+                "--param=ssp-buffer-size=4",
 
4590
+                "-fstack-protector",
 
4591
+                "-Wno-builtin-macro-redefined",
 
4592
+                "-D__DATE__=",
 
4593
+                "-D__TIME__=",
 
4594
+                "-D__TIMESTAMP__=",
 
4595
+                "-funwind-tables",
 
4596
+                "-fPIC",
 
4597
+                "-pipe",
 
4598
+                "-fcolor-diagnostics",
 
4599
+                "--target=aarch64-linux-gnu",
 
4600
+                "-pthread",
 
4601
+                "-Wall",
 
4602
+                "-Werror",
 
4603
+                "-Wextra",
 
4604
+                "-Wno-missing-field-initializers",
 
4605
+                "-Wno-unused-parameter",
 
4606
+                "-Wno-c++11-narrowing",
 
4607
+                "-Wno-covered-switch-default",
 
4608
+                "-Wno-unneeded-internal-declaration",
 
4609
+                "-Wno-inconsistent-missing-override",
 
4610
+                "-Wno-undefined-var-template",
 
4611
+                "-Wno-nonportable-include-path",
 
4612
+                "-Wno-address-of-packed-member",
 
4613
+                "-Wno-unused-lambda-capture",
 
4614
+                "-Wno-user-defined-warnings",
 
4615
+                "-O2",
 
4616
+                "-fno-ident",
 
4617
+                "-fdata-sections",
 
4618
+                "-ffunction-sections",
 
4619
+                "-fno-omit-frame-pointer",
 
4620
+                "-g0",
 
4621
+                "-fvisibility=hidden",
 
4622
+                "-Xclang",
 
4623
+                "-load",
 
4624
+                "-Xclang",
 
4625
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4626
+                "-Xclang",
 
4627
+                "-add-plugin",
 
4628
+                "-Xclang",
 
4629
+                "find-bad-constructs",
 
4630
+                "-Xclang",
 
4631
+                "-plugin-arg-find-bad-constructs",
 
4632
+                "-Xclang",
 
4633
+                "check-auto-raw-pointer",
 
4634
+                "-Xclang",
 
4635
+                "-plugin-arg-find-bad-constructs",
 
4636
+                "-Xclang",
 
4637
+                "check-ipc",
 
4638
+                "-Wheader-hygiene",
 
4639
+                "-Wstring-conversion",
 
4640
+                "-Wtautological-overlap-compare",
 
4641
+                "-Wextra",
 
4642
+                "-Wno-unused-parameter",
 
4643
+                "-Wno-missing-field-initializers",
 
4644
+                "-Wno-strict-overflow",
 
4645
+                "-Wimplicit-fallthrough",
 
4646
+                "-Wthread-safety",
 
4647
+                "-Winconsistent-missing-override",
 
4648
+                "-Wundef"
 
4649
+            ],
 
4650
+            "defines": [
 
4651
+                "V8_DEPRECATION_WARNINGS",
 
4652
+                "USE_NSS_CERTS=1",
 
4653
+                "USE_X11=1",
 
4654
+                "NO_TCMALLOC",
 
4655
+                "DISABLE_NACL",
 
4656
+                "CHROMIUM_BUILD",
 
4657
+                "_FILE_OFFSET_BITS=64",
 
4658
+                "NDEBUG",
 
4659
+                "NVALGRIND",
 
4660
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4661
+                "WEBRTC_RESTRICT_LOGGING",
 
4662
+                "EXPAT_RELATIVE_PATH",
 
4663
+                "WEBRTC_ARCH_ARM64",
 
4664
+                "WEBRTC_HAS_NEON",
 
4665
+                "WEBRTC_MOZILLA_BUILD",
 
4666
+                "WEBRTC_POSIX",
 
4667
+                "WEBRTC_LINUX"
 
4668
+            ],
 
4669
+            "deps": [
 
4670
+                "//webrtc:webrtc_common"
 
4671
+            ],
 
4672
+            "include_dirs": [
 
4673
+                "//",
 
4674
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
4675
+                "//",
 
4676
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/"
 
4677
+            ],
 
4678
+            "libs": [],
 
4679
+            "sources": [
 
4680
+                "//webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.c",
 
4681
+                "//webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.h"
 
4682
+            ],
 
4683
+            "type": "source_set"
 
4684
+        },
 
4685
+        "//webrtc/modules/audio_coding:rent_a_codec": {
 
4686
+            "cflags": [
 
4687
+                "-fno-strict-aliasing",
 
4688
+                "--param=ssp-buffer-size=4",
 
4689
+                "-fstack-protector",
 
4690
+                "-Wno-builtin-macro-redefined",
 
4691
+                "-D__DATE__=",
 
4692
+                "-D__TIME__=",
 
4693
+                "-D__TIMESTAMP__=",
 
4694
+                "-funwind-tables",
 
4695
+                "-fPIC",
 
4696
+                "-pipe",
 
4697
+                "-fcolor-diagnostics",
 
4698
+                "--target=aarch64-linux-gnu",
 
4699
+                "-pthread",
 
4700
+                "-Wall",
 
4701
+                "-Werror",
 
4702
+                "-Wextra",
 
4703
+                "-Wno-missing-field-initializers",
 
4704
+                "-Wno-unused-parameter",
 
4705
+                "-Wno-c++11-narrowing",
 
4706
+                "-Wno-covered-switch-default",
 
4707
+                "-Wno-unneeded-internal-declaration",
 
4708
+                "-Wno-inconsistent-missing-override",
 
4709
+                "-Wno-undefined-var-template",
 
4710
+                "-Wno-nonportable-include-path",
 
4711
+                "-Wno-address-of-packed-member",
 
4712
+                "-Wno-unused-lambda-capture",
 
4713
+                "-Wno-user-defined-warnings",
 
4714
+                "-O2",
 
4715
+                "-fno-ident",
 
4716
+                "-fdata-sections",
 
4717
+                "-ffunction-sections",
 
4718
+                "-fno-omit-frame-pointer",
 
4719
+                "-g0",
 
4720
+                "-fvisibility=hidden",
 
4721
+                "-Xclang",
 
4722
+                "-load",
 
4723
+                "-Xclang",
 
4724
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4725
+                "-Xclang",
 
4726
+                "-add-plugin",
 
4727
+                "-Xclang",
 
4728
+                "find-bad-constructs",
 
4729
+                "-Xclang",
 
4730
+                "-plugin-arg-find-bad-constructs",
 
4731
+                "-Xclang",
 
4732
+                "check-auto-raw-pointer",
 
4733
+                "-Xclang",
 
4734
+                "-plugin-arg-find-bad-constructs",
 
4735
+                "-Xclang",
 
4736
+                "check-ipc",
 
4737
+                "-Wheader-hygiene",
 
4738
+                "-Wstring-conversion",
 
4739
+                "-Wtautological-overlap-compare",
 
4740
+                "-Wextra",
 
4741
+                "-Wno-unused-parameter",
 
4742
+                "-Wno-missing-field-initializers",
 
4743
+                "-Wno-strict-overflow",
 
4744
+                "-Wimplicit-fallthrough",
 
4745
+                "-Wthread-safety",
 
4746
+                "-Winconsistent-missing-override",
 
4747
+                "-Wundef"
 
4748
+            ],
 
4749
+            "defines": [
 
4750
+                "WEBRTC_CODEC_OPUS",
 
4751
+                "WEBRTC_CODEC_G722",
 
4752
+                "V8_DEPRECATION_WARNINGS",
 
4753
+                "USE_NSS_CERTS=1",
 
4754
+                "USE_X11=1",
 
4755
+                "NO_TCMALLOC",
 
4756
+                "DISABLE_NACL",
 
4757
+                "CHROMIUM_BUILD",
 
4758
+                "_FILE_OFFSET_BITS=64",
 
4759
+                "NDEBUG",
 
4760
+                "NVALGRIND",
 
4761
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4762
+                "WEBRTC_RESTRICT_LOGGING",
 
4763
+                "EXPAT_RELATIVE_PATH",
 
4764
+                "WEBRTC_ARCH_ARM64",
 
4765
+                "WEBRTC_HAS_NEON",
 
4766
+                "WEBRTC_MOZILLA_BUILD",
 
4767
+                "WEBRTC_POSIX",
 
4768
+                "WEBRTC_LINUX"
 
4769
+            ],
 
4770
+            "deps": [
 
4771
+                "//webrtc:webrtc_common",
 
4772
+                "//webrtc/base:rtc_base_approved",
 
4773
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
4774
+                "//webrtc/modules/audio_coding:cng",
 
4775
+                "//webrtc/modules/audio_coding:g711",
 
4776
+                "//webrtc/modules/audio_coding:g722",
 
4777
+                "//webrtc/modules/audio_coding:isac",
 
4778
+                "//webrtc/modules/audio_coding:pcm16b",
 
4779
+                "//webrtc/modules/audio_coding:webrtc_opus"
 
4780
+            ],
 
4781
+            "include_dirs": [
 
4782
+                "//",
 
4783
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
4784
+                "//",
 
4785
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
4786
+                "//",
 
4787
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
4788
+                "//",
 
4789
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
4790
+                "//",
 
4791
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
4792
+                "//",
 
4793
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
4794
+            ],
 
4795
+            "libs": [
 
4796
+                "rt",
 
4797
+                "m"
 
4798
+            ],
 
4799
+            "sources": [
 
4800
+                "//webrtc/modules/audio_coding/acm2/acm_codec_database.cc",
 
4801
+                "//webrtc/modules/audio_coding/acm2/acm_codec_database.h",
 
4802
+                "//webrtc/modules/audio_coding/acm2/rent_a_codec.cc",
 
4803
+                "//webrtc/modules/audio_coding/acm2/rent_a_codec.h"
 
4804
+            ],
 
4805
+            "type": "static_library"
 
4806
+        },
 
4807
+        "//webrtc/modules/audio_coding:webrtc_opus": {
 
4808
+            "cflags": [
 
4809
+                "-fno-strict-aliasing",
 
4810
+                "--param=ssp-buffer-size=4",
 
4811
+                "-fstack-protector",
 
4812
+                "-Wno-builtin-macro-redefined",
 
4813
+                "-D__DATE__=",
 
4814
+                "-D__TIME__=",
 
4815
+                "-D__TIMESTAMP__=",
 
4816
+                "-funwind-tables",
 
4817
+                "-fPIC",
 
4818
+                "-pipe",
 
4819
+                "-fcolor-diagnostics",
 
4820
+                "--target=aarch64-linux-gnu",
 
4821
+                "-pthread",
 
4822
+                "-Wall",
 
4823
+                "-Werror",
 
4824
+                "-Wextra",
 
4825
+                "-Wno-missing-field-initializers",
 
4826
+                "-Wno-unused-parameter",
 
4827
+                "-Wno-c++11-narrowing",
 
4828
+                "-Wno-covered-switch-default",
 
4829
+                "-Wno-unneeded-internal-declaration",
 
4830
+                "-Wno-inconsistent-missing-override",
 
4831
+                "-Wno-undefined-var-template",
 
4832
+                "-Wno-nonportable-include-path",
 
4833
+                "-Wno-address-of-packed-member",
 
4834
+                "-Wno-unused-lambda-capture",
 
4835
+                "-Wno-user-defined-warnings",
 
4836
+                "-O2",
 
4837
+                "-fno-ident",
 
4838
+                "-fdata-sections",
 
4839
+                "-ffunction-sections",
 
4840
+                "-fno-omit-frame-pointer",
 
4841
+                "-g0",
 
4842
+                "-fvisibility=hidden",
 
4843
+                "-Xclang",
 
4844
+                "-load",
 
4845
+                "-Xclang",
 
4846
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4847
+                "-Xclang",
 
4848
+                "-add-plugin",
 
4849
+                "-Xclang",
 
4850
+                "find-bad-constructs",
 
4851
+                "-Xclang",
 
4852
+                "-plugin-arg-find-bad-constructs",
 
4853
+                "-Xclang",
 
4854
+                "check-auto-raw-pointer",
 
4855
+                "-Xclang",
 
4856
+                "-plugin-arg-find-bad-constructs",
 
4857
+                "-Xclang",
 
4858
+                "check-ipc",
 
4859
+                "-Wheader-hygiene",
 
4860
+                "-Wstring-conversion",
 
4861
+                "-Wtautological-overlap-compare",
 
4862
+                "-Wextra",
 
4863
+                "-Wno-unused-parameter",
 
4864
+                "-Wno-missing-field-initializers",
 
4865
+                "-Wno-strict-overflow",
 
4866
+                "-Wimplicit-fallthrough",
 
4867
+                "-Wthread-safety",
 
4868
+                "-Winconsistent-missing-override",
 
4869
+                "-Wundef"
 
4870
+            ],
 
4871
+            "defines": [
 
4872
+                "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0",
 
4873
+                "V8_DEPRECATION_WARNINGS",
 
4874
+                "USE_NSS_CERTS=1",
 
4875
+                "USE_X11=1",
 
4876
+                "NO_TCMALLOC",
 
4877
+                "DISABLE_NACL",
 
4878
+                "CHROMIUM_BUILD",
 
4879
+                "_FILE_OFFSET_BITS=64",
 
4880
+                "NDEBUG",
 
4881
+                "NVALGRIND",
 
4882
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4883
+                "WEBRTC_RESTRICT_LOGGING",
 
4884
+                "EXPAT_RELATIVE_PATH",
 
4885
+                "WEBRTC_ARCH_ARM64",
 
4886
+                "WEBRTC_HAS_NEON",
 
4887
+                "WEBRTC_MOZILLA_BUILD",
 
4888
+                "WEBRTC_POSIX",
 
4889
+                "WEBRTC_LINUX"
 
4890
+            ],
 
4891
+            "deps": [
 
4892
+                "//webrtc:webrtc_common",
 
4893
+                "//webrtc/base:rtc_base_approved",
 
4894
+                "//webrtc/base:rtc_numerics",
 
4895
+                "//webrtc/common_audio:common_audio",
 
4896
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
4897
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
4898
+                "//webrtc/modules/audio_coding:audio_network_adaptor",
 
4899
+                "//webrtc/modules/audio_coding:webrtc_opus_c",
 
4900
+                "//webrtc/system_wrappers:system_wrappers"
 
4901
+            ],
 
4902
+            "include_dirs": [
 
4903
+                "/include/opus/",
 
4904
+                "//",
 
4905
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
4906
+                "//webrtc/common_audio/resampler/include/",
 
4907
+                "//webrtc/common_audio/signal_processing/include/",
 
4908
+                "//webrtc/common_audio/vad/include/"
 
4909
+            ],
 
4910
+            "libs": [
 
4911
+                "rt"
 
4912
+            ],
 
4913
+            "sources": [
 
4914
+                "//webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
 
4915
+                "//webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.h",
 
4916
+                "//webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
 
4917
+                "//webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h"
 
4918
+            ],
 
4919
+            "type": "static_library"
 
4920
+        },
 
4921
+        "//webrtc/modules/audio_coding:webrtc_opus_c": {
 
4922
+            "cflags": [
 
4923
+                "-fno-strict-aliasing",
 
4924
+                "--param=ssp-buffer-size=4",
 
4925
+                "-fstack-protector",
 
4926
+                "-Wno-builtin-macro-redefined",
 
4927
+                "-D__DATE__=",
 
4928
+                "-D__TIME__=",
 
4929
+                "-D__TIMESTAMP__=",
 
4930
+                "-funwind-tables",
 
4931
+                "-fPIC",
 
4932
+                "-pipe",
 
4933
+                "-fcolor-diagnostics",
 
4934
+                "--target=aarch64-linux-gnu",
 
4935
+                "-pthread",
 
4936
+                "-Wall",
 
4937
+                "-Werror",
 
4938
+                "-Wextra",
 
4939
+                "-Wno-missing-field-initializers",
 
4940
+                "-Wno-unused-parameter",
 
4941
+                "-Wno-c++11-narrowing",
 
4942
+                "-Wno-covered-switch-default",
 
4943
+                "-Wno-unneeded-internal-declaration",
 
4944
+                "-Wno-inconsistent-missing-override",
 
4945
+                "-Wno-undefined-var-template",
 
4946
+                "-Wno-nonportable-include-path",
 
4947
+                "-Wno-address-of-packed-member",
 
4948
+                "-Wno-unused-lambda-capture",
 
4949
+                "-Wno-user-defined-warnings",
 
4950
+                "-O2",
 
4951
+                "-fno-ident",
 
4952
+                "-fdata-sections",
 
4953
+                "-ffunction-sections",
 
4954
+                "-fno-omit-frame-pointer",
 
4955
+                "-g0",
 
4956
+                "-fvisibility=hidden",
 
4957
+                "-Xclang",
 
4958
+                "-load",
 
4959
+                "-Xclang",
 
4960
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
4961
+                "-Xclang",
 
4962
+                "-add-plugin",
 
4963
+                "-Xclang",
 
4964
+                "find-bad-constructs",
 
4965
+                "-Xclang",
 
4966
+                "-plugin-arg-find-bad-constructs",
 
4967
+                "-Xclang",
 
4968
+                "check-auto-raw-pointer",
 
4969
+                "-Xclang",
 
4970
+                "-plugin-arg-find-bad-constructs",
 
4971
+                "-Xclang",
 
4972
+                "check-ipc",
 
4973
+                "-Wheader-hygiene",
 
4974
+                "-Wstring-conversion",
 
4975
+                "-Wtautological-overlap-compare",
 
4976
+                "-Wextra",
 
4977
+                "-Wno-unused-parameter",
 
4978
+                "-Wno-missing-field-initializers",
 
4979
+                "-Wno-strict-overflow",
 
4980
+                "-Wimplicit-fallthrough",
 
4981
+                "-Wthread-safety",
 
4982
+                "-Winconsistent-missing-override",
 
4983
+                "-Wundef"
 
4984
+            ],
 
4985
+            "defines": [
 
4986
+                "V8_DEPRECATION_WARNINGS",
 
4987
+                "USE_NSS_CERTS=1",
 
4988
+                "USE_X11=1",
 
4989
+                "NO_TCMALLOC",
 
4990
+                "DISABLE_NACL",
 
4991
+                "CHROMIUM_BUILD",
 
4992
+                "_FILE_OFFSET_BITS=64",
 
4993
+                "NDEBUG",
 
4994
+                "NVALGRIND",
 
4995
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
4996
+                "WEBRTC_RESTRICT_LOGGING",
 
4997
+                "EXPAT_RELATIVE_PATH",
 
4998
+                "WEBRTC_ARCH_ARM64",
 
4999
+                "WEBRTC_HAS_NEON",
 
5000
+                "WEBRTC_MOZILLA_BUILD",
 
5001
+                "WEBRTC_POSIX",
 
5002
+                "WEBRTC_LINUX"
 
5003
+            ],
 
5004
+            "deps": [
 
5005
+                "//webrtc:webrtc_common",
 
5006
+                "//webrtc/base:rtc_base_approved"
 
5007
+            ],
 
5008
+            "include_dirs": [
 
5009
+                "/media/libopus/include/",
 
5010
+                "//",
 
5011
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
5012
+            ],
 
5013
+            "libs": [],
 
5014
+            "sources": [
 
5015
+                "//webrtc/modules/audio_coding/codecs/opus/opus_inst.h",
 
5016
+                "//webrtc/modules/audio_coding/codecs/opus/opus_interface.c",
 
5017
+                "//webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
 
5018
+            ],
 
5019
+            "type": "source_set"
 
5020
+        },
 
5021
+        "//webrtc/modules/audio_conference_mixer:audio_conference_mixer": {
 
5022
+            "cflags": [
 
5023
+                "-fno-strict-aliasing",
 
5024
+                "--param=ssp-buffer-size=4",
 
5025
+                "-fstack-protector",
 
5026
+                "-Wno-builtin-macro-redefined",
 
5027
+                "-D__DATE__=",
 
5028
+                "-D__TIME__=",
 
5029
+                "-D__TIMESTAMP__=",
 
5030
+                "-funwind-tables",
 
5031
+                "-fPIC",
 
5032
+                "-pipe",
 
5033
+                "-fcolor-diagnostics",
 
5034
+                "--target=aarch64-linux-gnu",
 
5035
+                "-pthread",
 
5036
+                "-Wall",
 
5037
+                "-Werror",
 
5038
+                "-Wextra",
 
5039
+                "-Wno-missing-field-initializers",
 
5040
+                "-Wno-unused-parameter",
 
5041
+                "-Wno-c++11-narrowing",
 
5042
+                "-Wno-covered-switch-default",
 
5043
+                "-Wno-unneeded-internal-declaration",
 
5044
+                "-Wno-inconsistent-missing-override",
 
5045
+                "-Wno-undefined-var-template",
 
5046
+                "-Wno-nonportable-include-path",
 
5047
+                "-Wno-address-of-packed-member",
 
5048
+                "-Wno-unused-lambda-capture",
 
5049
+                "-Wno-user-defined-warnings",
 
5050
+                "-O2",
 
5051
+                "-fno-ident",
 
5052
+                "-fdata-sections",
 
5053
+                "-ffunction-sections",
 
5054
+                "-fno-omit-frame-pointer",
 
5055
+                "-g0",
 
5056
+                "-fvisibility=hidden",
 
5057
+                "-Wheader-hygiene",
 
5058
+                "-Wstring-conversion",
 
5059
+                "-Wtautological-overlap-compare",
 
5060
+                "-Wextra",
 
5061
+                "-Wno-unused-parameter",
 
5062
+                "-Wno-missing-field-initializers",
 
5063
+                "-Wno-strict-overflow",
 
5064
+                "-Wimplicit-fallthrough",
 
5065
+                "-Wthread-safety",
 
5066
+                "-Winconsistent-missing-override",
 
5067
+                "-Wundef"
 
5068
+            ],
 
5069
+            "defines": [
 
5070
+                "V8_DEPRECATION_WARNINGS",
 
5071
+                "USE_NSS_CERTS=1",
 
5072
+                "USE_X11=1",
 
5073
+                "NO_TCMALLOC",
 
5074
+                "DISABLE_NACL",
 
5075
+                "CHROMIUM_BUILD",
 
5076
+                "_FILE_OFFSET_BITS=64",
 
5077
+                "NDEBUG",
 
5078
+                "NVALGRIND",
 
5079
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5080
+                "WEBRTC_RESTRICT_LOGGING",
 
5081
+                "EXPAT_RELATIVE_PATH",
 
5082
+                "WEBRTC_ARCH_ARM64",
 
5083
+                "WEBRTC_HAS_NEON",
 
5084
+                "WEBRTC_MOZILLA_BUILD",
 
5085
+                "WEBRTC_POSIX",
 
5086
+                "WEBRTC_LINUX"
 
5087
+            ],
 
5088
+            "deps": [
 
5089
+                "//webrtc:webrtc_common",
 
5090
+                "//webrtc/audio/utility:audio_frame_operations",
 
5091
+                "//webrtc/base:rtc_base_approved",
 
5092
+                "//webrtc/modules/audio_processing:audio_processing",
 
5093
+                "//webrtc/system_wrappers:system_wrappers"
 
5094
+            ],
 
5095
+            "include_dirs": [
 
5096
+                "//",
 
5097
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
5098
+                "//webrtc/modules/audio_conference_mixer/include/",
 
5099
+                "//webrtc/modules/include/"
 
5100
+            ],
 
5101
+            "libs": [
 
5102
+                "rt",
 
5103
+                "m"
 
5104
+            ],
 
5105
+            "sources": [
 
5106
+                "//webrtc/modules/audio_conference_mixer/include/audio_conference_mixer.h",
 
5107
+                "//webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h",
 
5108
+                "//webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc",
 
5109
+                "//webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h",
 
5110
+                "//webrtc/modules/audio_conference_mixer/source/audio_frame_manipulator.cc",
 
5111
+                "//webrtc/modules/audio_conference_mixer/source/audio_frame_manipulator.h",
 
5112
+                "//webrtc/modules/audio_conference_mixer/source/memory_pool.h",
 
5113
+                "//webrtc/modules/audio_conference_mixer/source/memory_pool_posix.h",
 
5114
+                "//webrtc/modules/audio_conference_mixer/source/time_scheduler.cc",
 
5115
+                "//webrtc/modules/audio_conference_mixer/source/time_scheduler.h"
 
5116
+            ],
 
5117
+            "type": "static_library"
 
5118
+        },
 
5119
+        "//webrtc/modules/audio_device:audio_device": {
 
5120
+            "cflags": [
 
5121
+                "-fno-strict-aliasing",
 
5122
+                "--param=ssp-buffer-size=4",
 
5123
+                "-fstack-protector",
 
5124
+                "-Wno-builtin-macro-redefined",
 
5125
+                "-D__DATE__=",
 
5126
+                "-D__TIME__=",
 
5127
+                "-D__TIMESTAMP__=",
 
5128
+                "-funwind-tables",
 
5129
+                "-fPIC",
 
5130
+                "-pipe",
 
5131
+                "-fcolor-diagnostics",
 
5132
+                "--target=aarch64-linux-gnu",
 
5133
+                "-pthread",
 
5134
+                "-Wall",
 
5135
+                "-Werror",
 
5136
+                "-Wextra",
 
5137
+                "-Wno-missing-field-initializers",
 
5138
+                "-Wno-unused-parameter",
 
5139
+                "-Wno-c++11-narrowing",
 
5140
+                "-Wno-covered-switch-default",
 
5141
+                "-Wno-unneeded-internal-declaration",
 
5142
+                "-Wno-inconsistent-missing-override",
 
5143
+                "-Wno-undefined-var-template",
 
5144
+                "-Wno-nonportable-include-path",
 
5145
+                "-Wno-address-of-packed-member",
 
5146
+                "-Wno-unused-lambda-capture",
 
5147
+                "-Wno-user-defined-warnings",
 
5148
+                "-O2",
 
5149
+                "-fno-ident",
 
5150
+                "-fdata-sections",
 
5151
+                "-ffunction-sections",
 
5152
+                "-fno-omit-frame-pointer",
 
5153
+                "-g0",
 
5154
+                "-fvisibility=hidden",
 
5155
+                "-Wheader-hygiene",
 
5156
+                "-Wstring-conversion",
 
5157
+                "-Wtautological-overlap-compare",
 
5158
+                "-Wextra",
 
5159
+                "-Wno-unused-parameter",
 
5160
+                "-Wno-missing-field-initializers",
 
5161
+                "-Wno-strict-overflow",
 
5162
+                "-Wimplicit-fallthrough",
 
5163
+                "-Wthread-safety",
 
5164
+                "-Winconsistent-missing-override",
 
5165
+                "-Wundef"
 
5166
+            ],
 
5167
+            "defines": [
 
5168
+                "WEBRTC_DUMMY_AUDIO_BUILD",
 
5169
+                "V8_DEPRECATION_WARNINGS",
 
5170
+                "USE_NSS_CERTS=1",
 
5171
+                "USE_X11=1",
 
5172
+                "NO_TCMALLOC",
 
5173
+                "DISABLE_NACL",
 
5174
+                "CHROMIUM_BUILD",
 
5175
+                "_FILE_OFFSET_BITS=64",
 
5176
+                "NDEBUG",
 
5177
+                "NVALGRIND",
 
5178
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5179
+                "WEBRTC_RESTRICT_LOGGING",
 
5180
+                "EXPAT_RELATIVE_PATH",
 
5181
+                "WEBRTC_ARCH_ARM64",
 
5182
+                "WEBRTC_HAS_NEON",
 
5183
+                "WEBRTC_MOZILLA_BUILD",
 
5184
+                "WEBRTC_POSIX",
 
5185
+                "WEBRTC_LINUX",
 
5186
+                "WEBRTC_BUILD_LIBEVENT"
 
5187
+            ],
 
5188
+            "deps": [
 
5189
+                "//webrtc:webrtc_common",
 
5190
+                "//webrtc/base:rtc_base_approved",
 
5191
+                "//webrtc/base:rtc_task_queue",
 
5192
+                "//webrtc/common_audio:common_audio",
 
5193
+                "//webrtc/modules/utility:utility",
 
5194
+                "//webrtc/system_wrappers:system_wrappers"
 
5195
+            ],
 
5196
+            "include_dirs": [
 
5197
+                "//webrtc/modules/audio_device/linux/",
 
5198
+                "//",
 
5199
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
5200
+                "//webrtc/modules/include/",
 
5201
+                "//webrtc/modules/audio_device/include/",
 
5202
+                "//webrtc/modules/audio_device/dummy/",
 
5203
+                "//webrtc/common_audio/resampler/include/",
 
5204
+                "//webrtc/common_audio/signal_processing/include/",
 
5205
+                "//webrtc/common_audio/vad/include/"
 
5206
+            ],
 
5207
+            "libs": [
 
5208
+                "rt",
 
5209
+                "m"
 
5210
+            ],
 
5211
+            "sources": [
 
5212
+                "//webrtc/modules/audio_device/audio_device_buffer.cc",
 
5213
+                "//webrtc/modules/audio_device/audio_device_buffer.h",
 
5214
+                "//webrtc/modules/audio_device/audio_device_config.h",
 
5215
+                "//webrtc/modules/audio_device/audio_device_generic.cc",
 
5216
+                "//webrtc/modules/audio_device/audio_device_generic.h",
 
5217
+                "//webrtc/modules/audio_device/dummy/audio_device_dummy.cc",
 
5218
+                "//webrtc/modules/audio_device/dummy/audio_device_dummy.h",
 
5219
+                "//webrtc/modules/audio_device/dummy/file_audio_device.cc",
 
5220
+                "//webrtc/modules/audio_device/dummy/file_audio_device.h",
 
5221
+                "//webrtc/modules/audio_device/fine_audio_buffer.cc",
 
5222
+                "//webrtc/modules/audio_device/fine_audio_buffer.h",
 
5223
+                "//webrtc/modules/audio_device/include/audio_device.h",
 
5224
+                "//webrtc/modules/audio_device/include/audio_device_defines.h",
 
5225
+                "//webrtc/modules/audio_device/opensl/single_rw_fifo.cc",
 
5226
+                "//webrtc/modules/audio_device/opensl/single_rw_fifo.h",
 
5227
+                "//webrtc/modules/audio_device/dummy/file_audio_device_factory.cc",
 
5228
+                "//webrtc/modules/audio_device/dummy/file_audio_device_factory.h"
 
5229
+            ],
 
5230
+            "type": "static_library"
 
5231
+        },
 
5232
+        "//webrtc/modules/audio_mixer:audio_frame_manipulator": {
 
5233
+            "cflags": [
 
5234
+                "-fno-strict-aliasing",
 
5235
+                "--param=ssp-buffer-size=4",
 
5236
+                "-fstack-protector",
 
5237
+                "-Wno-builtin-macro-redefined",
 
5238
+                "-D__DATE__=",
 
5239
+                "-D__TIME__=",
 
5240
+                "-D__TIMESTAMP__=",
 
5241
+                "-funwind-tables",
 
5242
+                "-fPIC",
 
5243
+                "-pipe",
 
5244
+                "-fcolor-diagnostics",
 
5245
+                "--target=aarch64-linux-gnu",
 
5246
+                "-pthread",
 
5247
+                "-Wall",
 
5248
+                "-Werror",
 
5249
+                "-Wextra",
 
5250
+                "-Wno-missing-field-initializers",
 
5251
+                "-Wno-unused-parameter",
 
5252
+                "-Wno-c++11-narrowing",
 
5253
+                "-Wno-covered-switch-default",
 
5254
+                "-Wno-unneeded-internal-declaration",
 
5255
+                "-Wno-inconsistent-missing-override",
 
5256
+                "-Wno-undefined-var-template",
 
5257
+                "-Wno-nonportable-include-path",
 
5258
+                "-Wno-address-of-packed-member",
 
5259
+                "-Wno-unused-lambda-capture",
 
5260
+                "-Wno-user-defined-warnings",
 
5261
+                "-O2",
 
5262
+                "-fno-ident",
 
5263
+                "-fdata-sections",
 
5264
+                "-ffunction-sections",
 
5265
+                "-fno-omit-frame-pointer",
 
5266
+                "-g0",
 
5267
+                "-fvisibility=hidden",
 
5268
+                "-Xclang",
 
5269
+                "-load",
 
5270
+                "-Xclang",
 
5271
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
5272
+                "-Xclang",
 
5273
+                "-add-plugin",
 
5274
+                "-Xclang",
 
5275
+                "find-bad-constructs",
 
5276
+                "-Xclang",
 
5277
+                "-plugin-arg-find-bad-constructs",
 
5278
+                "-Xclang",
 
5279
+                "check-auto-raw-pointer",
 
5280
+                "-Xclang",
 
5281
+                "-plugin-arg-find-bad-constructs",
 
5282
+                "-Xclang",
 
5283
+                "check-ipc",
 
5284
+                "-Wheader-hygiene",
 
5285
+                "-Wstring-conversion",
 
5286
+                "-Wtautological-overlap-compare",
 
5287
+                "-Wextra",
 
5288
+                "-Wno-unused-parameter",
 
5289
+                "-Wno-missing-field-initializers",
 
5290
+                "-Wno-strict-overflow",
 
5291
+                "-Wimplicit-fallthrough",
 
5292
+                "-Wthread-safety",
 
5293
+                "-Winconsistent-missing-override",
 
5294
+                "-Wundef"
 
5295
+            ],
 
5296
+            "defines": [
 
5297
+                "V8_DEPRECATION_WARNINGS",
 
5298
+                "USE_NSS_CERTS=1",
 
5299
+                "USE_X11=1",
 
5300
+                "NO_TCMALLOC",
 
5301
+                "DISABLE_NACL",
 
5302
+                "CHROMIUM_BUILD",
 
5303
+                "_FILE_OFFSET_BITS=64",
 
5304
+                "NDEBUG",
 
5305
+                "NVALGRIND",
 
5306
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5307
+                "WEBRTC_RESTRICT_LOGGING",
 
5308
+                "EXPAT_RELATIVE_PATH",
 
5309
+                "WEBRTC_ARCH_ARM64",
 
5310
+                "WEBRTC_HAS_NEON",
 
5311
+                "WEBRTC_MOZILLA_BUILD",
 
5312
+                "WEBRTC_POSIX",
 
5313
+                "WEBRTC_LINUX"
 
5314
+            ],
 
5315
+            "deps": [
 
5316
+                "//webrtc/audio/utility:utility",
 
5317
+                "//webrtc/base:rtc_base_approved"
 
5318
+            ],
 
5319
+            "include_dirs": [
 
5320
+                "//",
 
5321
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
5322
+            ],
 
5323
+            "libs": [],
 
5324
+            "sources": [
 
5325
+                "//webrtc/modules/audio_mixer/audio_frame_manipulator.cc",
 
5326
+                "//webrtc/modules/audio_mixer/audio_frame_manipulator.h"
 
5327
+            ],
 
5328
+            "type": "static_library"
 
5329
+        },
 
5330
+        "//webrtc/modules/audio_mixer:audio_mixer_impl": {
 
5331
+            "cflags": [
 
5332
+                "-fno-strict-aliasing",
 
5333
+                "--param=ssp-buffer-size=4",
 
5334
+                "-fstack-protector",
 
5335
+                "-Wno-builtin-macro-redefined",
 
5336
+                "-D__DATE__=",
 
5337
+                "-D__TIME__=",
 
5338
+                "-D__TIMESTAMP__=",
 
5339
+                "-funwind-tables",
 
5340
+                "-fPIC",
 
5341
+                "-pipe",
 
5342
+                "-fcolor-diagnostics",
 
5343
+                "--target=aarch64-linux-gnu",
 
5344
+                "-pthread",
 
5345
+                "-Wall",
 
5346
+                "-Werror",
 
5347
+                "-Wextra",
 
5348
+                "-Wno-missing-field-initializers",
 
5349
+                "-Wno-unused-parameter",
 
5350
+                "-Wno-c++11-narrowing",
 
5351
+                "-Wno-covered-switch-default",
 
5352
+                "-Wno-unneeded-internal-declaration",
 
5353
+                "-Wno-inconsistent-missing-override",
 
5354
+                "-Wno-undefined-var-template",
 
5355
+                "-Wno-nonportable-include-path",
 
5356
+                "-Wno-address-of-packed-member",
 
5357
+                "-Wno-unused-lambda-capture",
 
5358
+                "-Wno-user-defined-warnings",
 
5359
+                "-O2",
 
5360
+                "-fno-ident",
 
5361
+                "-fdata-sections",
 
5362
+                "-ffunction-sections",
 
5363
+                "-fno-omit-frame-pointer",
 
5364
+                "-g0",
 
5365
+                "-fvisibility=hidden",
 
5366
+                "-Xclang",
 
5367
+                "-load",
 
5368
+                "-Xclang",
 
5369
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
5370
+                "-Xclang",
 
5371
+                "-add-plugin",
 
5372
+                "-Xclang",
 
5373
+                "find-bad-constructs",
 
5374
+                "-Xclang",
 
5375
+                "-plugin-arg-find-bad-constructs",
 
5376
+                "-Xclang",
 
5377
+                "check-auto-raw-pointer",
 
5378
+                "-Xclang",
 
5379
+                "-plugin-arg-find-bad-constructs",
 
5380
+                "-Xclang",
 
5381
+                "check-ipc",
 
5382
+                "-Wheader-hygiene",
 
5383
+                "-Wstring-conversion",
 
5384
+                "-Wtautological-overlap-compare",
 
5385
+                "-Wextra",
 
5386
+                "-Wno-unused-parameter",
 
5387
+                "-Wno-missing-field-initializers",
 
5388
+                "-Wno-strict-overflow",
 
5389
+                "-Wimplicit-fallthrough",
 
5390
+                "-Wthread-safety",
 
5391
+                "-Winconsistent-missing-override",
 
5392
+                "-Wundef"
 
5393
+            ],
 
5394
+            "defines": [
 
5395
+                "V8_DEPRECATION_WARNINGS",
 
5396
+                "USE_NSS_CERTS=1",
 
5397
+                "USE_X11=1",
 
5398
+                "NO_TCMALLOC",
 
5399
+                "DISABLE_NACL",
 
5400
+                "CHROMIUM_BUILD",
 
5401
+                "_FILE_OFFSET_BITS=64",
 
5402
+                "NDEBUG",
 
5403
+                "NVALGRIND",
 
5404
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5405
+                "WEBRTC_RESTRICT_LOGGING",
 
5406
+                "EXPAT_RELATIVE_PATH",
 
5407
+                "WEBRTC_ARCH_ARM64",
 
5408
+                "WEBRTC_HAS_NEON",
 
5409
+                "WEBRTC_MOZILLA_BUILD",
 
5410
+                "WEBRTC_POSIX",
 
5411
+                "WEBRTC_LINUX"
 
5412
+            ],
 
5413
+            "deps": [
 
5414
+                "//webrtc:webrtc_common",
 
5415
+                "//webrtc/api:audio_mixer_api",
 
5416
+                "//webrtc/audio/utility:audio_frame_operations",
 
5417
+                "//webrtc/base:rtc_base_approved",
 
5418
+                "//webrtc/modules/audio_mixer:audio_frame_manipulator",
 
5419
+                "//webrtc/modules/audio_processing:audio_processing",
 
5420
+                "//webrtc/system_wrappers:system_wrappers"
 
5421
+            ],
 
5422
+            "include_dirs": [
 
5423
+                "//",
 
5424
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
5425
+            ],
 
5426
+            "libs": [
 
5427
+                "rt",
 
5428
+                "m"
 
5429
+            ],
 
5430
+            "sources": [
 
5431
+                "//webrtc/modules/audio_mixer/audio_mixer_impl.cc",
 
5432
+                "//webrtc/modules/audio_mixer/audio_mixer_impl.h",
 
5433
+                "//webrtc/modules/audio_mixer/default_output_rate_calculator.cc",
 
5434
+                "//webrtc/modules/audio_mixer/default_output_rate_calculator.h",
 
5435
+                "//webrtc/modules/audio_mixer/output_rate_calculator.h"
 
5436
+            ],
 
5437
+            "type": "static_library"
 
5438
+        },
 
5439
+        "//webrtc/modules/audio_processing:audio_processing": {
 
5440
+            "cflags": [
 
5441
+                "-fno-strict-aliasing",
 
5442
+                "--param=ssp-buffer-size=4",
 
5443
+                "-fstack-protector",
 
5444
+                "-Wno-builtin-macro-redefined",
 
5445
+                "-D__DATE__=",
 
5446
+                "-D__TIME__=",
 
5447
+                "-D__TIMESTAMP__=",
 
5448
+                "-funwind-tables",
 
5449
+                "-fPIC",
 
5450
+                "-pipe",
 
5451
+                "-fcolor-diagnostics",
 
5452
+                "--target=aarch64-linux-gnu",
 
5453
+                "-pthread",
 
5454
+                "-Wall",
 
5455
+                "-Werror",
 
5456
+                "-Wextra",
 
5457
+                "-Wno-missing-field-initializers",
 
5458
+                "-Wno-unused-parameter",
 
5459
+                "-Wno-c++11-narrowing",
 
5460
+                "-Wno-covered-switch-default",
 
5461
+                "-Wno-unneeded-internal-declaration",
 
5462
+                "-Wno-inconsistent-missing-override",
 
5463
+                "-Wno-undefined-var-template",
 
5464
+                "-Wno-nonportable-include-path",
 
5465
+                "-Wno-address-of-packed-member",
 
5466
+                "-Wno-unused-lambda-capture",
 
5467
+                "-Wno-user-defined-warnings",
 
5468
+                "-O2",
 
5469
+                "-fno-ident",
 
5470
+                "-fdata-sections",
 
5471
+                "-ffunction-sections",
 
5472
+                "-fno-omit-frame-pointer",
 
5473
+                "-g0",
 
5474
+                "-fvisibility=hidden",
 
5475
+                "-Xclang",
 
5476
+                "-load",
 
5477
+                "-Xclang",
 
5478
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
5479
+                "-Xclang",
 
5480
+                "-add-plugin",
 
5481
+                "-Xclang",
 
5482
+                "find-bad-constructs",
 
5483
+                "-Xclang",
 
5484
+                "-plugin-arg-find-bad-constructs",
 
5485
+                "-Xclang",
 
5486
+                "check-auto-raw-pointer",
 
5487
+                "-Xclang",
 
5488
+                "-plugin-arg-find-bad-constructs",
 
5489
+                "-Xclang",
 
5490
+                "check-ipc",
 
5491
+                "-Wheader-hygiene",
 
5492
+                "-Wstring-conversion",
 
5493
+                "-Wtautological-overlap-compare",
 
5494
+                "-Wextra",
 
5495
+                "-Wno-unused-parameter",
 
5496
+                "-Wno-missing-field-initializers",
 
5497
+                "-Wno-strict-overflow",
 
5498
+                "-Wimplicit-fallthrough",
 
5499
+                "-Wthread-safety",
 
5500
+                "-Winconsistent-missing-override",
 
5501
+                "-Wundef"
 
5502
+            ],
 
5503
+            "defines": [
 
5504
+                "WEBRTC_APM_DEBUG_DUMP=1",
 
5505
+                "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
 
5506
+                "WEBRTC_NS_FIXED",
 
5507
+                "V8_DEPRECATION_WARNINGS",
 
5508
+                "USE_NSS_CERTS=1",
 
5509
+                "USE_X11=1",
 
5510
+                "NO_TCMALLOC",
 
5511
+                "DISABLE_NACL",
 
5512
+                "CHROMIUM_BUILD",
 
5513
+                "_FILE_OFFSET_BITS=64",
 
5514
+                "NDEBUG",
 
5515
+                "NVALGRIND",
 
5516
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5517
+                "WEBRTC_RESTRICT_LOGGING",
 
5518
+                "EXPAT_RELATIVE_PATH",
 
5519
+                "WEBRTC_ARCH_ARM64",
 
5520
+                "WEBRTC_HAS_NEON",
 
5521
+                "WEBRTC_MOZILLA_BUILD",
 
5522
+                "WEBRTC_POSIX",
 
5523
+                "WEBRTC_LINUX"
 
5524
+            ],
 
5525
+            "deps": [
 
5526
+                "//webrtc:webrtc_common",
 
5527
+                "//webrtc/audio/utility:audio_frame_operations",
 
5528
+                "//webrtc/base:gtest_prod",
 
5529
+                "//webrtc/base:rtc_base_approved",
 
5530
+                "//webrtc/common_audio:common_audio",
 
5531
+                "//webrtc/modules/audio_coding:isac",
 
5532
+                "//webrtc/modules/audio_processing:audio_processing_c",
 
5533
+                "//webrtc/modules/audio_processing:audio_processing_neon",
 
5534
+                "//webrtc/system_wrappers:system_wrappers"
 
5535
+            ],
 
5536
+            "include_dirs": [
 
5537
+                "//",
 
5538
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
5539
+                "//",
 
5540
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
5541
+                "//webrtc/common_audio/resampler/include/",
 
5542
+                "//webrtc/common_audio/signal_processing/include/",
 
5543
+                "//webrtc/common_audio/vad/include/"
 
5544
+            ],
 
5545
+            "libs": [
 
5546
+                "rt",
 
5547
+                "m"
 
5548
+            ],
 
5549
+            "sources": [
 
5550
+                "//webrtc/modules/audio_processing/aec/aec_core.cc",
 
5551
+                "//webrtc/modules/audio_processing/aec/aec_core.h",
 
5552
+                "//webrtc/modules/audio_processing/aec/aec_core_optimized_methods.h",
 
5553
+                "//webrtc/modules/audio_processing/aec/aec_resampler.cc",
 
5554
+                "//webrtc/modules/audio_processing/aec/aec_resampler.h",
 
5555
+                "//webrtc/modules/audio_processing/aec/echo_cancellation.cc",
 
5556
+                "//webrtc/modules/audio_processing/aec/echo_cancellation.h",
 
5557
+                "//webrtc/modules/audio_processing/aec3/aec3_constants.h",
 
5558
+                "//webrtc/modules/audio_processing/aec3/block_framer.cc",
 
5559
+                "//webrtc/modules/audio_processing/aec3/block_framer.h",
 
5560
+                "//webrtc/modules/audio_processing/aec3/block_processor.cc",
 
5561
+                "//webrtc/modules/audio_processing/aec3/block_processor.h",
 
5562
+                "//webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.cc",
 
5563
+                "//webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.h",
 
5564
+                "//webrtc/modules/audio_processing/aec3/echo_canceller3.cc",
 
5565
+                "//webrtc/modules/audio_processing/aec3/echo_canceller3.h",
 
5566
+                "//webrtc/modules/audio_processing/aec3/frame_blocker.cc",
 
5567
+                "//webrtc/modules/audio_processing/aec3/frame_blocker.h",
 
5568
+                "//webrtc/modules/audio_processing/aecm/aecm_core.cc",
 
5569
+                "//webrtc/modules/audio_processing/aecm/aecm_core.h",
 
5570
+                "//webrtc/modules/audio_processing/aecm/echo_control_mobile.cc",
 
5571
+                "//webrtc/modules/audio_processing/aecm/echo_control_mobile.h",
 
5572
+                "//webrtc/modules/audio_processing/agc/agc.cc",
 
5573
+                "//webrtc/modules/audio_processing/agc/agc.h",
 
5574
+                "//webrtc/modules/audio_processing/agc/agc_manager_direct.cc",
 
5575
+                "//webrtc/modules/audio_processing/agc/agc_manager_direct.h",
 
5576
+                "//webrtc/modules/audio_processing/agc/gain_map_internal.h",
 
5577
+                "//webrtc/modules/audio_processing/agc/loudness_histogram.cc",
 
5578
+                "//webrtc/modules/audio_processing/agc/loudness_histogram.h",
 
5579
+                "//webrtc/modules/audio_processing/agc/utility.cc",
 
5580
+                "//webrtc/modules/audio_processing/agc/utility.h",
 
5581
+                "//webrtc/modules/audio_processing/audio_buffer.cc",
 
5582
+                "//webrtc/modules/audio_processing/audio_buffer.h",
 
5583
+                "//webrtc/modules/audio_processing/audio_processing_impl.cc",
 
5584
+                "//webrtc/modules/audio_processing/audio_processing_impl.h",
 
5585
+                "//webrtc/modules/audio_processing/beamformer/array_util.cc",
 
5586
+                "//webrtc/modules/audio_processing/beamformer/array_util.h",
 
5587
+                "//webrtc/modules/audio_processing/beamformer/complex_matrix.h",
 
5588
+                "//webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc",
 
5589
+                "//webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.h",
 
5590
+                "//webrtc/modules/audio_processing/beamformer/matrix.h",
 
5591
+                "//webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc",
 
5592
+                "//webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h",
 
5593
+                "//webrtc/modules/audio_processing/common.h",
 
5594
+                "//webrtc/modules/audio_processing/echo_cancellation_impl.cc",
 
5595
+                "//webrtc/modules/audio_processing/echo_cancellation_impl.h",
 
5596
+                "//webrtc/modules/audio_processing/echo_control_mobile_impl.cc",
 
5597
+                "//webrtc/modules/audio_processing/echo_control_mobile_impl.h",
 
5598
+                "//webrtc/modules/audio_processing/echo_detector/circular_buffer.cc",
 
5599
+                "//webrtc/modules/audio_processing/echo_detector/circular_buffer.h",
 
5600
+                "//webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc",
 
5601
+                "//webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.h",
 
5602
+                "//webrtc/modules/audio_processing/echo_detector/moving_max.cc",
 
5603
+                "//webrtc/modules/audio_processing/echo_detector/moving_max.h",
 
5604
+                "//webrtc/modules/audio_processing/echo_detector/normalized_covariance_estimator.cc",
 
5605
+                "//webrtc/modules/audio_processing/echo_detector/normalized_covariance_estimator.h",
 
5606
+                "//webrtc/modules/audio_processing/gain_control_for_experimental_agc.cc",
 
5607
+                "//webrtc/modules/audio_processing/gain_control_for_experimental_agc.h",
 
5608
+                "//webrtc/modules/audio_processing/gain_control_impl.cc",
 
5609
+                "//webrtc/modules/audio_processing/gain_control_impl.h",
 
5610
+                "//webrtc/modules/audio_processing/include/audio_processing.cc",
 
5611
+                "//webrtc/modules/audio_processing/include/audio_processing.h",
 
5612
+                "//webrtc/modules/audio_processing/include/config.cc",
 
5613
+                "//webrtc/modules/audio_processing/include/config.h",
 
5614
+                "//webrtc/modules/audio_processing/level_controller/biquad_filter.cc",
 
5615
+                "//webrtc/modules/audio_processing/level_controller/biquad_filter.h",
 
5616
+                "//webrtc/modules/audio_processing/level_controller/down_sampler.cc",
 
5617
+                "//webrtc/modules/audio_processing/level_controller/down_sampler.h",
 
5618
+                "//webrtc/modules/audio_processing/level_controller/gain_applier.cc",
 
5619
+                "//webrtc/modules/audio_processing/level_controller/gain_applier.h",
 
5620
+                "//webrtc/modules/audio_processing/level_controller/gain_selector.cc",
 
5621
+                "//webrtc/modules/audio_processing/level_controller/gain_selector.h",
 
5622
+                "//webrtc/modules/audio_processing/level_controller/level_controller.cc",
 
5623
+                "//webrtc/modules/audio_processing/level_controller/level_controller.h",
 
5624
+                "//webrtc/modules/audio_processing/level_controller/level_controller_constants.h",
 
5625
+                "//webrtc/modules/audio_processing/level_controller/noise_level_estimator.cc",
 
5626
+                "//webrtc/modules/audio_processing/level_controller/noise_level_estimator.h",
 
5627
+                "//webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc",
 
5628
+                "//webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.h",
 
5629
+                "//webrtc/modules/audio_processing/level_controller/peak_level_estimator.cc",
 
5630
+                "//webrtc/modules/audio_processing/level_controller/peak_level_estimator.h",
 
5631
+                "//webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc",
 
5632
+                "//webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.h",
 
5633
+                "//webrtc/modules/audio_processing/level_controller/signal_classifier.cc",
 
5634
+                "//webrtc/modules/audio_processing/level_controller/signal_classifier.h",
 
5635
+                "//webrtc/modules/audio_processing/level_estimator_impl.cc",
 
5636
+                "//webrtc/modules/audio_processing/level_estimator_impl.h",
 
5637
+                "//webrtc/modules/audio_processing/logging/apm_data_dumper.cc",
 
5638
+                "//webrtc/modules/audio_processing/logging/apm_data_dumper.h",
 
5639
+                "//webrtc/modules/audio_processing/low_cut_filter.cc",
 
5640
+                "//webrtc/modules/audio_processing/low_cut_filter.h",
 
5641
+                "//webrtc/modules/audio_processing/noise_suppression_impl.cc",
 
5642
+                "//webrtc/modules/audio_processing/noise_suppression_impl.h",
 
5643
+                "//webrtc/modules/audio_processing/render_queue_item_verifier.h",
 
5644
+                "//webrtc/modules/audio_processing/residual_echo_detector.cc",
 
5645
+                "//webrtc/modules/audio_processing/residual_echo_detector.h",
 
5646
+                "//webrtc/modules/audio_processing/rms_level.cc",
 
5647
+                "//webrtc/modules/audio_processing/rms_level.h",
 
5648
+                "//webrtc/modules/audio_processing/splitting_filter.cc",
 
5649
+                "//webrtc/modules/audio_processing/splitting_filter.h",
 
5650
+                "//webrtc/modules/audio_processing/three_band_filter_bank.cc",
 
5651
+                "//webrtc/modules/audio_processing/three_band_filter_bank.h",
 
5652
+                "//webrtc/modules/audio_processing/transient/common.h",
 
5653
+                "//webrtc/modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h",
 
5654
+                "//webrtc/modules/audio_processing/transient/dyadic_decimator.h",
 
5655
+                "//webrtc/modules/audio_processing/transient/moving_moments.cc",
 
5656
+                "//webrtc/modules/audio_processing/transient/moving_moments.h",
 
5657
+                "//webrtc/modules/audio_processing/transient/transient_detector.cc",
 
5658
+                "//webrtc/modules/audio_processing/transient/transient_detector.h",
 
5659
+                "//webrtc/modules/audio_processing/transient/transient_suppressor.cc",
 
5660
+                "//webrtc/modules/audio_processing/transient/transient_suppressor.h",
 
5661
+                "//webrtc/modules/audio_processing/transient/wpd_node.cc",
 
5662
+                "//webrtc/modules/audio_processing/transient/wpd_node.h",
 
5663
+                "//webrtc/modules/audio_processing/transient/wpd_tree.cc",
 
5664
+                "//webrtc/modules/audio_processing/transient/wpd_tree.h",
 
5665
+                "//webrtc/modules/audio_processing/typing_detection.cc",
 
5666
+                "//webrtc/modules/audio_processing/typing_detection.h",
 
5667
+                "//webrtc/modules/audio_processing/utility/block_mean_calculator.cc",
 
5668
+                "//webrtc/modules/audio_processing/utility/block_mean_calculator.h",
 
5669
+                "//webrtc/modules/audio_processing/utility/delay_estimator.cc",
 
5670
+                "//webrtc/modules/audio_processing/utility/delay_estimator.h",
 
5671
+                "//webrtc/modules/audio_processing/utility/delay_estimator_internal.h",
 
5672
+                "//webrtc/modules/audio_processing/utility/delay_estimator_wrapper.cc",
 
5673
+                "//webrtc/modules/audio_processing/utility/delay_estimator_wrapper.h",
 
5674
+                "//webrtc/modules/audio_processing/utility/ooura_fft.cc",
 
5675
+                "//webrtc/modules/audio_processing/utility/ooura_fft.h",
 
5676
+                "//webrtc/modules/audio_processing/utility/ooura_fft_tables_common.h",
 
5677
+                "//webrtc/modules/audio_processing/vad/common.h",
 
5678
+                "//webrtc/modules/audio_processing/vad/gmm.cc",
 
5679
+                "//webrtc/modules/audio_processing/vad/gmm.h",
 
5680
+                "//webrtc/modules/audio_processing/vad/noise_gmm_tables.h",
 
5681
+                "//webrtc/modules/audio_processing/vad/pitch_based_vad.cc",
 
5682
+                "//webrtc/modules/audio_processing/vad/pitch_based_vad.h",
 
5683
+                "//webrtc/modules/audio_processing/vad/pitch_internal.cc",
 
5684
+                "//webrtc/modules/audio_processing/vad/pitch_internal.h",
 
5685
+                "//webrtc/modules/audio_processing/vad/pole_zero_filter.cc",
 
5686
+                "//webrtc/modules/audio_processing/vad/pole_zero_filter.h",
 
5687
+                "//webrtc/modules/audio_processing/vad/standalone_vad.cc",
 
5688
+                "//webrtc/modules/audio_processing/vad/standalone_vad.h",
 
5689
+                "//webrtc/modules/audio_processing/vad/vad_audio_proc.cc",
 
5690
+                "//webrtc/modules/audio_processing/vad/vad_audio_proc.h",
 
5691
+                "//webrtc/modules/audio_processing/vad/vad_audio_proc_internal.h",
 
5692
+                "//webrtc/modules/audio_processing/vad/vad_circular_buffer.cc",
 
5693
+                "//webrtc/modules/audio_processing/vad/vad_circular_buffer.h",
 
5694
+                "//webrtc/modules/audio_processing/vad/voice_activity_detector.cc",
 
5695
+                "//webrtc/modules/audio_processing/vad/voice_activity_detector.h",
 
5696
+                "//webrtc/modules/audio_processing/vad/voice_gmm_tables.h",
 
5697
+                "//webrtc/modules/audio_processing/voice_detection_impl.cc",
 
5698
+                "//webrtc/modules/audio_processing/voice_detection_impl.h",
 
5699
+                "//webrtc/modules/audio_processing/aecm/aecm_core_c.cc"
 
5700
+            ],
 
5701
+            "type": "static_library"
 
5702
+        },
 
5703
+        "//webrtc/modules/audio_processing:audio_processing_c": {
 
5704
+            "cflags": [
 
5705
+                "-fno-strict-aliasing",
 
5706
+                "--param=ssp-buffer-size=4",
 
5707
+                "-fstack-protector",
 
5708
+                "-Wno-builtin-macro-redefined",
 
5709
+                "-D__DATE__=",
 
5710
+                "-D__TIME__=",
 
5711
+                "-D__TIMESTAMP__=",
 
5712
+                "-funwind-tables",
 
5713
+                "-fPIC",
 
5714
+                "-pipe",
 
5715
+                "-fcolor-diagnostics",
 
5716
+                "--target=aarch64-linux-gnu",
 
5717
+                "-pthread",
 
5718
+                "-Wall",
 
5719
+                "-Werror",
 
5720
+                "-Wextra",
 
5721
+                "-Wno-missing-field-initializers",
 
5722
+                "-Wno-unused-parameter",
 
5723
+                "-Wno-c++11-narrowing",
 
5724
+                "-Wno-covered-switch-default",
 
5725
+                "-Wno-unneeded-internal-declaration",
 
5726
+                "-Wno-inconsistent-missing-override",
 
5727
+                "-Wno-undefined-var-template",
 
5728
+                "-Wno-nonportable-include-path",
 
5729
+                "-Wno-address-of-packed-member",
 
5730
+                "-Wno-unused-lambda-capture",
 
5731
+                "-Wno-user-defined-warnings",
 
5732
+                "-O2",
 
5733
+                "-fno-ident",
 
5734
+                "-fdata-sections",
 
5735
+                "-ffunction-sections",
 
5736
+                "-fno-omit-frame-pointer",
 
5737
+                "-g0",
 
5738
+                "-fvisibility=hidden",
 
5739
+                "-Xclang",
 
5740
+                "-load",
 
5741
+                "-Xclang",
 
5742
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
5743
+                "-Xclang",
 
5744
+                "-add-plugin",
 
5745
+                "-Xclang",
 
5746
+                "find-bad-constructs",
 
5747
+                "-Xclang",
 
5748
+                "-plugin-arg-find-bad-constructs",
 
5749
+                "-Xclang",
 
5750
+                "check-auto-raw-pointer",
 
5751
+                "-Xclang",
 
5752
+                "-plugin-arg-find-bad-constructs",
 
5753
+                "-Xclang",
 
5754
+                "check-ipc",
 
5755
+                "-Wheader-hygiene",
 
5756
+                "-Wstring-conversion",
 
5757
+                "-Wtautological-overlap-compare",
 
5758
+                "-Wextra",
 
5759
+                "-Wno-unused-parameter",
 
5760
+                "-Wno-missing-field-initializers",
 
5761
+                "-Wno-strict-overflow",
 
5762
+                "-Wimplicit-fallthrough",
 
5763
+                "-Wthread-safety",
 
5764
+                "-Winconsistent-missing-override",
 
5765
+                "-Wundef"
 
5766
+            ],
 
5767
+            "defines": [
 
5768
+                "V8_DEPRECATION_WARNINGS",
 
5769
+                "USE_NSS_CERTS=1",
 
5770
+                "USE_X11=1",
 
5771
+                "NO_TCMALLOC",
 
5772
+                "DISABLE_NACL",
 
5773
+                "CHROMIUM_BUILD",
 
5774
+                "_FILE_OFFSET_BITS=64",
 
5775
+                "NDEBUG",
 
5776
+                "NVALGRIND",
 
5777
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5778
+                "WEBRTC_RESTRICT_LOGGING",
 
5779
+                "EXPAT_RELATIVE_PATH",
 
5780
+                "WEBRTC_ARCH_ARM64",
 
5781
+                "WEBRTC_HAS_NEON",
 
5782
+                "WEBRTC_MOZILLA_BUILD",
 
5783
+                "WEBRTC_POSIX",
 
5784
+                "WEBRTC_LINUX"
 
5785
+            ],
 
5786
+            "deps": [
 
5787
+                "//webrtc:webrtc_common",
 
5788
+                "//webrtc/base:rtc_base_approved",
 
5789
+                "//webrtc/common_audio:common_audio",
 
5790
+                "//webrtc/system_wrappers:system_wrappers"
 
5791
+            ],
 
5792
+            "include_dirs": [
 
5793
+                "//",
 
5794
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
5795
+                "//webrtc/common_audio/resampler/include/",
 
5796
+                "//webrtc/common_audio/signal_processing/include/",
 
5797
+                "//webrtc/common_audio/vad/include/"
 
5798
+            ],
 
5799
+            "libs": [
 
5800
+                "rt"
 
5801
+            ],
 
5802
+            "sources": [
 
5803
+                "//webrtc/modules/audio_processing/agc/legacy/analog_agc.c",
 
5804
+                "//webrtc/modules/audio_processing/agc/legacy/analog_agc.h",
 
5805
+                "//webrtc/modules/audio_processing/agc/legacy/digital_agc.c",
 
5806
+                "//webrtc/modules/audio_processing/agc/legacy/digital_agc.h",
 
5807
+                "//webrtc/modules/audio_processing/agc/legacy/gain_control.h",
 
5808
+                "//webrtc/modules/audio_processing/ns/noise_suppression_x.c",
 
5809
+                "//webrtc/modules/audio_processing/ns/noise_suppression_x.h",
 
5810
+                "//webrtc/modules/audio_processing/ns/nsx_core.c",
 
5811
+                "//webrtc/modules/audio_processing/ns/nsx_core.h",
 
5812
+                "//webrtc/modules/audio_processing/ns/nsx_defines.h",
 
5813
+                "//webrtc/modules/audio_processing/ns/nsx_core_c.c"
 
5814
+            ],
 
5815
+            "type": "source_set"
 
5816
+        },
 
5817
+        "//webrtc/modules/audio_processing:audio_processing_neon": {
 
5818
+            "cflags": [
 
5819
+                "-fno-strict-aliasing",
 
5820
+                "--param=ssp-buffer-size=4",
 
5821
+                "-fstack-protector",
 
5822
+                "-Wno-builtin-macro-redefined",
 
5823
+                "-D__DATE__=",
 
5824
+                "-D__TIME__=",
 
5825
+                "-D__TIMESTAMP__=",
 
5826
+                "-funwind-tables",
 
5827
+                "-fPIC",
 
5828
+                "-pipe",
 
5829
+                "-fcolor-diagnostics",
 
5830
+                "--target=aarch64-linux-gnu",
 
5831
+                "-pthread",
 
5832
+                "-Wall",
 
5833
+                "-Werror",
 
5834
+                "-Wextra",
 
5835
+                "-Wno-missing-field-initializers",
 
5836
+                "-Wno-unused-parameter",
 
5837
+                "-Wno-c++11-narrowing",
 
5838
+                "-Wno-covered-switch-default",
 
5839
+                "-Wno-unneeded-internal-declaration",
 
5840
+                "-Wno-inconsistent-missing-override",
 
5841
+                "-Wno-undefined-var-template",
 
5842
+                "-Wno-nonportable-include-path",
 
5843
+                "-Wno-address-of-packed-member",
 
5844
+                "-Wno-unused-lambda-capture",
 
5845
+                "-Wno-user-defined-warnings",
 
5846
+                "-O2",
 
5847
+                "-fno-ident",
 
5848
+                "-fdata-sections",
 
5849
+                "-ffunction-sections",
 
5850
+                "-fno-omit-frame-pointer",
 
5851
+                "-g0",
 
5852
+                "-fvisibility=hidden",
 
5853
+                "-Xclang",
 
5854
+                "-load",
 
5855
+                "-Xclang",
 
5856
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
5857
+                "-Xclang",
 
5858
+                "-add-plugin",
 
5859
+                "-Xclang",
 
5860
+                "find-bad-constructs",
 
5861
+                "-Xclang",
 
5862
+                "-plugin-arg-find-bad-constructs",
 
5863
+                "-Xclang",
 
5864
+                "check-auto-raw-pointer",
 
5865
+                "-Xclang",
 
5866
+                "-plugin-arg-find-bad-constructs",
 
5867
+                "-Xclang",
 
5868
+                "check-ipc",
 
5869
+                "-Wheader-hygiene",
 
5870
+                "-Wstring-conversion",
 
5871
+                "-Wtautological-overlap-compare",
 
5872
+                "-Wextra",
 
5873
+                "-Wno-unused-parameter",
 
5874
+                "-Wno-missing-field-initializers",
 
5875
+                "-Wno-strict-overflow",
 
5876
+                "-Wimplicit-fallthrough",
 
5877
+                "-Wthread-safety",
 
5878
+                "-Winconsistent-missing-override",
 
5879
+                "-Wundef"
 
5880
+            ],
 
5881
+            "defines": [
 
5882
+                "WEBRTC_APM_DEBUG_DUMP=1",
 
5883
+                "V8_DEPRECATION_WARNINGS",
 
5884
+                "USE_NSS_CERTS=1",
 
5885
+                "USE_X11=1",
 
5886
+                "NO_TCMALLOC",
 
5887
+                "DISABLE_NACL",
 
5888
+                "CHROMIUM_BUILD",
 
5889
+                "_FILE_OFFSET_BITS=64",
 
5890
+                "NDEBUG",
 
5891
+                "NVALGRIND",
 
5892
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5893
+                "WEBRTC_RESTRICT_LOGGING",
 
5894
+                "EXPAT_RELATIVE_PATH",
 
5895
+                "WEBRTC_ARCH_ARM64",
 
5896
+                "WEBRTC_HAS_NEON",
 
5897
+                "WEBRTC_MOZILLA_BUILD",
 
5898
+                "WEBRTC_POSIX",
 
5899
+                "WEBRTC_LINUX"
 
5900
+            ],
 
5901
+            "deps": [
 
5902
+                "//webrtc/common_audio:common_audio",
 
5903
+                "//webrtc/modules/audio_processing:audio_processing_neon_c"
 
5904
+            ],
 
5905
+            "include_dirs": [
 
5906
+                "//",
 
5907
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
5908
+                "//webrtc/common_audio/resampler/include/",
 
5909
+                "//webrtc/common_audio/signal_processing/include/",
 
5910
+                "//webrtc/common_audio/vad/include/"
 
5911
+            ],
 
5912
+            "libs": [
 
5913
+                "rt"
 
5914
+            ],
 
5915
+            "sources": [
 
5916
+                "//webrtc/modules/audio_processing/aec/aec_core_neon.cc",
 
5917
+                "//webrtc/modules/audio_processing/aecm/aecm_core_neon.cc",
 
5918
+                "//webrtc/modules/audio_processing/utility/ooura_fft_neon.cc",
 
5919
+                "//webrtc/modules/audio_processing/utility/ooura_fft_tables_neon_sse2.h"
 
5920
+            ],
 
5921
+            "type": "static_library"
 
5922
+        },
 
5923
+        "//webrtc/modules/audio_processing:audio_processing_neon_c": {
 
5924
+            "cflags": [
 
5925
+                "-fno-strict-aliasing",
 
5926
+                "--param=ssp-buffer-size=4",
 
5927
+                "-fstack-protector",
 
5928
+                "-Wno-builtin-macro-redefined",
 
5929
+                "-D__DATE__=",
 
5930
+                "-D__TIME__=",
 
5931
+                "-D__TIMESTAMP__=",
 
5932
+                "-funwind-tables",
 
5933
+                "-fPIC",
 
5934
+                "-pipe",
 
5935
+                "-fcolor-diagnostics",
 
5936
+                "--target=aarch64-linux-gnu",
 
5937
+                "-pthread",
 
5938
+                "-Wall",
 
5939
+                "-Werror",
 
5940
+                "-Wextra",
 
5941
+                "-Wno-missing-field-initializers",
 
5942
+                "-Wno-unused-parameter",
 
5943
+                "-Wno-c++11-narrowing",
 
5944
+                "-Wno-covered-switch-default",
 
5945
+                "-Wno-unneeded-internal-declaration",
 
5946
+                "-Wno-inconsistent-missing-override",
 
5947
+                "-Wno-undefined-var-template",
 
5948
+                "-Wno-nonportable-include-path",
 
5949
+                "-Wno-address-of-packed-member",
 
5950
+                "-Wno-unused-lambda-capture",
 
5951
+                "-Wno-user-defined-warnings",
 
5952
+                "-O2",
 
5953
+                "-fno-ident",
 
5954
+                "-fdata-sections",
 
5955
+                "-ffunction-sections",
 
5956
+                "-fno-omit-frame-pointer",
 
5957
+                "-g0",
 
5958
+                "-fvisibility=hidden",
 
5959
+                "-Xclang",
 
5960
+                "-load",
 
5961
+                "-Xclang",
 
5962
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
5963
+                "-Xclang",
 
5964
+                "-add-plugin",
 
5965
+                "-Xclang",
 
5966
+                "find-bad-constructs",
 
5967
+                "-Xclang",
 
5968
+                "-plugin-arg-find-bad-constructs",
 
5969
+                "-Xclang",
 
5970
+                "check-auto-raw-pointer",
 
5971
+                "-Xclang",
 
5972
+                "-plugin-arg-find-bad-constructs",
 
5973
+                "-Xclang",
 
5974
+                "check-ipc",
 
5975
+                "-Wheader-hygiene",
 
5976
+                "-Wstring-conversion",
 
5977
+                "-Wtautological-overlap-compare",
 
5978
+                "-Wextra",
 
5979
+                "-Wno-unused-parameter",
 
5980
+                "-Wno-missing-field-initializers",
 
5981
+                "-Wno-strict-overflow",
 
5982
+                "-Wimplicit-fallthrough",
 
5983
+                "-Wthread-safety",
 
5984
+                "-Winconsistent-missing-override",
 
5985
+                "-Wundef"
 
5986
+            ],
 
5987
+            "defines": [
 
5988
+                "V8_DEPRECATION_WARNINGS",
 
5989
+                "USE_NSS_CERTS=1",
 
5990
+                "USE_X11=1",
 
5991
+                "NO_TCMALLOC",
 
5992
+                "DISABLE_NACL",
 
5993
+                "CHROMIUM_BUILD",
 
5994
+                "_FILE_OFFSET_BITS=64",
 
5995
+                "NDEBUG",
 
5996
+                "NVALGRIND",
 
5997
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
5998
+                "WEBRTC_RESTRICT_LOGGING",
 
5999
+                "EXPAT_RELATIVE_PATH",
 
6000
+                "WEBRTC_ARCH_ARM64",
 
6001
+                "WEBRTC_HAS_NEON",
 
6002
+                "WEBRTC_MOZILLA_BUILD",
 
6003
+                "WEBRTC_POSIX",
 
6004
+                "WEBRTC_LINUX"
 
6005
+            ],
 
6006
+            "deps": [
 
6007
+                "//webrtc/base:rtc_base_approved",
 
6008
+                "//webrtc/modules/audio_processing:audio_processing_c"
 
6009
+            ],
 
6010
+            "include_dirs": [
 
6011
+                "//",
 
6012
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
6013
+            ],
 
6014
+            "libs": [
 
6015
+                "rt"
 
6016
+            ],
 
6017
+            "sources": [
 
6018
+                "//webrtc/modules/audio_processing/ns/nsx_core_neon.c"
 
6019
+            ],
 
6020
+            "type": "static_library"
 
6021
+        },
 
6022
+        "//webrtc/modules/bitrate_controller:bitrate_controller": {
 
6023
+            "cflags": [
 
6024
+                "-fno-strict-aliasing",
 
6025
+                "--param=ssp-buffer-size=4",
 
6026
+                "-fstack-protector",
 
6027
+                "-Wno-builtin-macro-redefined",
 
6028
+                "-D__DATE__=",
 
6029
+                "-D__TIME__=",
 
6030
+                "-D__TIMESTAMP__=",
 
6031
+                "-funwind-tables",
 
6032
+                "-fPIC",
 
6033
+                "-pipe",
 
6034
+                "-fcolor-diagnostics",
 
6035
+                "--target=aarch64-linux-gnu",
 
6036
+                "-pthread",
 
6037
+                "-Wall",
 
6038
+                "-Werror",
 
6039
+                "-Wextra",
 
6040
+                "-Wno-missing-field-initializers",
 
6041
+                "-Wno-unused-parameter",
 
6042
+                "-Wno-c++11-narrowing",
 
6043
+                "-Wno-covered-switch-default",
 
6044
+                "-Wno-unneeded-internal-declaration",
 
6045
+                "-Wno-inconsistent-missing-override",
 
6046
+                "-Wno-undefined-var-template",
 
6047
+                "-Wno-nonportable-include-path",
 
6048
+                "-Wno-address-of-packed-member",
 
6049
+                "-Wno-unused-lambda-capture",
 
6050
+                "-Wno-user-defined-warnings",
 
6051
+                "-O2",
 
6052
+                "-fno-ident",
 
6053
+                "-fdata-sections",
 
6054
+                "-ffunction-sections",
 
6055
+                "-fno-omit-frame-pointer",
 
6056
+                "-g0",
 
6057
+                "-fvisibility=hidden",
 
6058
+                "-Wheader-hygiene",
 
6059
+                "-Wstring-conversion",
 
6060
+                "-Wtautological-overlap-compare",
 
6061
+                "-Wextra",
 
6062
+                "-Wno-unused-parameter",
 
6063
+                "-Wno-missing-field-initializers",
 
6064
+                "-Wno-strict-overflow",
 
6065
+                "-Wimplicit-fallthrough",
 
6066
+                "-Wthread-safety",
 
6067
+                "-Winconsistent-missing-override",
 
6068
+                "-Wundef"
 
6069
+            ],
 
6070
+            "defines": [
 
6071
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
6072
+                "V8_DEPRECATION_WARNINGS",
 
6073
+                "USE_NSS_CERTS=1",
 
6074
+                "USE_X11=1",
 
6075
+                "NO_TCMALLOC",
 
6076
+                "DISABLE_NACL",
 
6077
+                "CHROMIUM_BUILD",
 
6078
+                "_FILE_OFFSET_BITS=64",
 
6079
+                "NDEBUG",
 
6080
+                "NVALGRIND",
 
6081
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6082
+                "WEBRTC_RESTRICT_LOGGING",
 
6083
+                "EXPAT_RELATIVE_PATH",
 
6084
+                "WEBRTC_ARCH_ARM64",
 
6085
+                "WEBRTC_HAS_NEON",
 
6086
+                "WEBRTC_MOZILLA_BUILD",
 
6087
+                "WEBRTC_POSIX",
 
6088
+                "WEBRTC_LINUX",
 
6089
+                "WEBRTC_BUILD_LIBEVENT"
 
6090
+            ],
 
6091
+            "deps": [
 
6092
+                "//webrtc/base:rtc_base_approved",
 
6093
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
6094
+                "//webrtc/system_wrappers:system_wrappers"
 
6095
+            ],
 
6096
+            "include_dirs": [
 
6097
+                "//",
 
6098
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
6099
+            ],
 
6100
+            "libs": [
 
6101
+                "rt"
 
6102
+            ],
 
6103
+            "sources": [
 
6104
+                "//webrtc/modules/bitrate_controller/bitrate_controller_impl.cc",
 
6105
+                "//webrtc/modules/bitrate_controller/bitrate_controller_impl.h",
 
6106
+                "//webrtc/modules/bitrate_controller/include/bitrate_controller.h",
 
6107
+                "//webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc",
 
6108
+                "//webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h"
 
6109
+            ],
 
6110
+            "type": "static_library"
 
6111
+        },
 
6112
+        "//webrtc/modules/congestion_controller:congestion_controller": {
 
6113
+            "cflags": [
 
6114
+                "-fno-strict-aliasing",
 
6115
+                "--param=ssp-buffer-size=4",
 
6116
+                "-fstack-protector",
 
6117
+                "-Wno-builtin-macro-redefined",
 
6118
+                "-D__DATE__=",
 
6119
+                "-D__TIME__=",
 
6120
+                "-D__TIMESTAMP__=",
 
6121
+                "-funwind-tables",
 
6122
+                "-fPIC",
 
6123
+                "-pipe",
 
6124
+                "-fcolor-diagnostics",
 
6125
+                "--target=aarch64-linux-gnu",
 
6126
+                "-pthread",
 
6127
+                "-Wall",
 
6128
+                "-Werror",
 
6129
+                "-Wextra",
 
6130
+                "-Wno-missing-field-initializers",
 
6131
+                "-Wno-unused-parameter",
 
6132
+                "-Wno-c++11-narrowing",
 
6133
+                "-Wno-covered-switch-default",
 
6134
+                "-Wno-unneeded-internal-declaration",
 
6135
+                "-Wno-inconsistent-missing-override",
 
6136
+                "-Wno-undefined-var-template",
 
6137
+                "-Wno-nonportable-include-path",
 
6138
+                "-Wno-address-of-packed-member",
 
6139
+                "-Wno-unused-lambda-capture",
 
6140
+                "-Wno-user-defined-warnings",
 
6141
+                "-O2",
 
6142
+                "-fno-ident",
 
6143
+                "-fdata-sections",
 
6144
+                "-ffunction-sections",
 
6145
+                "-fno-omit-frame-pointer",
 
6146
+                "-g0",
 
6147
+                "-fvisibility=hidden",
 
6148
+                "-Wheader-hygiene",
 
6149
+                "-Wstring-conversion",
 
6150
+                "-Wtautological-overlap-compare",
 
6151
+                "-Wextra",
 
6152
+                "-Wno-unused-parameter",
 
6153
+                "-Wno-missing-field-initializers",
 
6154
+                "-Wno-strict-overflow",
 
6155
+                "-Wimplicit-fallthrough",
 
6156
+                "-Wthread-safety",
 
6157
+                "-Winconsistent-missing-override",
 
6158
+                "-Wundef"
 
6159
+            ],
 
6160
+            "defines": [
 
6161
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
6162
+                "V8_DEPRECATION_WARNINGS",
 
6163
+                "USE_NSS_CERTS=1",
 
6164
+                "USE_X11=1",
 
6165
+                "NO_TCMALLOC",
 
6166
+                "DISABLE_NACL",
 
6167
+                "CHROMIUM_BUILD",
 
6168
+                "_FILE_OFFSET_BITS=64",
 
6169
+                "NDEBUG",
 
6170
+                "NVALGRIND",
 
6171
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6172
+                "WEBRTC_RESTRICT_LOGGING",
 
6173
+                "EXPAT_RELATIVE_PATH",
 
6174
+                "WEBRTC_ARCH_ARM64",
 
6175
+                "WEBRTC_HAS_NEON",
 
6176
+                "WEBRTC_MOZILLA_BUILD",
 
6177
+                "WEBRTC_POSIX",
 
6178
+                "WEBRTC_LINUX",
 
6179
+                "WEBRTC_BUILD_LIBEVENT"
 
6180
+            ],
 
6181
+            "deps": [
 
6182
+                "//webrtc:webrtc_common",
 
6183
+                "//webrtc/base:rtc_base_approved",
 
6184
+                "//webrtc/base:rtc_numerics",
 
6185
+                "//webrtc/modules/bitrate_controller:bitrate_controller",
 
6186
+                "//webrtc/modules/pacing:pacing",
 
6187
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
6188
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
6189
+                "//webrtc/modules/utility:utility",
 
6190
+                "//webrtc/system_wrappers:system_wrappers"
 
6191
+            ],
 
6192
+            "include_dirs": [
 
6193
+                "//",
 
6194
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
6195
+            ],
 
6196
+            "libs": [
 
6197
+                "rt",
 
6198
+                "m"
 
6199
+            ],
 
6200
+            "sources": [
 
6201
+                "//webrtc/modules/congestion_controller/congestion_controller.cc",
 
6202
+                "//webrtc/modules/congestion_controller/delay_based_bwe.cc",
 
6203
+                "//webrtc/modules/congestion_controller/delay_based_bwe.h",
 
6204
+                "//webrtc/modules/congestion_controller/include/congestion_controller.h",
 
6205
+                "//webrtc/modules/congestion_controller/median_slope_estimator.cc",
 
6206
+                "//webrtc/modules/congestion_controller/median_slope_estimator.h",
 
6207
+                "//webrtc/modules/congestion_controller/probe_bitrate_estimator.cc",
 
6208
+                "//webrtc/modules/congestion_controller/probe_bitrate_estimator.h",
 
6209
+                "//webrtc/modules/congestion_controller/probe_controller.cc",
 
6210
+                "//webrtc/modules/congestion_controller/probe_controller.h",
 
6211
+                "//webrtc/modules/congestion_controller/probing_interval_estimator.cc",
 
6212
+                "//webrtc/modules/congestion_controller/probing_interval_estimator.h",
 
6213
+                "//webrtc/modules/congestion_controller/transport_feedback_adapter.cc",
 
6214
+                "//webrtc/modules/congestion_controller/transport_feedback_adapter.h",
 
6215
+                "//webrtc/modules/congestion_controller/trendline_estimator.cc",
 
6216
+                "//webrtc/modules/congestion_controller/trendline_estimator.h"
 
6217
+            ],
 
6218
+            "type": "static_library"
 
6219
+        },
 
6220
+        "//webrtc/modules/desktop_capture:desktop_capture": {
 
6221
+            "cflags": [
 
6222
+                "-fno-strict-aliasing",
 
6223
+                "--param=ssp-buffer-size=4",
 
6224
+                "-fstack-protector",
 
6225
+                "-Wno-builtin-macro-redefined",
 
6226
+                "-D__DATE__=",
 
6227
+                "-D__TIME__=",
 
6228
+                "-D__TIMESTAMP__=",
 
6229
+                "-funwind-tables",
 
6230
+                "-fPIC",
 
6231
+                "-pipe",
 
6232
+                "-fcolor-diagnostics",
 
6233
+                "--target=aarch64-linux-gnu",
 
6234
+                "-pthread",
 
6235
+                "-Wall",
 
6236
+                "-Werror",
 
6237
+                "-Wextra",
 
6238
+                "-Wno-missing-field-initializers",
 
6239
+                "-Wno-unused-parameter",
 
6240
+                "-Wno-c++11-narrowing",
 
6241
+                "-Wno-covered-switch-default",
 
6242
+                "-Wno-unneeded-internal-declaration",
 
6243
+                "-Wno-inconsistent-missing-override",
 
6244
+                "-Wno-undefined-var-template",
 
6245
+                "-Wno-nonportable-include-path",
 
6246
+                "-Wno-address-of-packed-member",
 
6247
+                "-Wno-unused-lambda-capture",
 
6248
+                "-Wno-user-defined-warnings",
 
6249
+                "-O2",
 
6250
+                "-fno-ident",
 
6251
+                "-fdata-sections",
 
6252
+                "-ffunction-sections",
 
6253
+                "-fno-omit-frame-pointer",
 
6254
+                "-g0",
 
6255
+                "-fvisibility=hidden",
 
6256
+                "-Xclang",
 
6257
+                "-load",
 
6258
+                "-Xclang",
 
6259
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
6260
+                "-Xclang",
 
6261
+                "-add-plugin",
 
6262
+                "-Xclang",
 
6263
+                "find-bad-constructs",
 
6264
+                "-Xclang",
 
6265
+                "-plugin-arg-find-bad-constructs",
 
6266
+                "-Xclang",
 
6267
+                "check-auto-raw-pointer",
 
6268
+                "-Xclang",
 
6269
+                "-plugin-arg-find-bad-constructs",
 
6270
+                "-Xclang",
 
6271
+                "check-ipc",
 
6272
+                "-Wheader-hygiene",
 
6273
+                "-Wstring-conversion",
 
6274
+                "-Wtautological-overlap-compare",
 
6275
+                "-Wextra",
 
6276
+                "-Wno-unused-parameter",
 
6277
+                "-Wno-missing-field-initializers",
 
6278
+                "-Wno-strict-overflow",
 
6279
+                "-Wimplicit-fallthrough",
 
6280
+                "-Wthread-safety",
 
6281
+                "-Winconsistent-missing-override",
 
6282
+                "-Wundef"
 
6283
+            ],
 
6284
+            "defines": [
 
6285
+                "MULTI_MONITOR_SCREENSHARE",
 
6286
+                "V8_DEPRECATION_WARNINGS",
 
6287
+                "USE_NSS_CERTS=1",
 
6288
+                "USE_X11=1",
 
6289
+                "NO_TCMALLOC",
 
6290
+                "DISABLE_NACL",
 
6291
+                "CHROMIUM_BUILD",
 
6292
+                "_FILE_OFFSET_BITS=64",
 
6293
+                "NDEBUG",
 
6294
+                "NVALGRIND",
 
6295
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6296
+                "WEBRTC_RESTRICT_LOGGING",
 
6297
+                "EXPAT_RELATIVE_PATH",
 
6298
+                "WEBRTC_ARCH_ARM64",
 
6299
+                "WEBRTC_HAS_NEON",
 
6300
+                "WEBRTC_MOZILLA_BUILD",
 
6301
+                "WEBRTC_POSIX",
 
6302
+                "WEBRTC_LINUX"
 
6303
+            ],
 
6304
+            "deps": [
 
6305
+                "//webrtc:webrtc_common",
 
6306
+                "//webrtc/base:rtc_base_approved",
 
6307
+                "//webrtc/modules/desktop_capture:primitives",
 
6308
+                "//webrtc/system_wrappers:system_wrappers"
 
6309
+            ],
 
6310
+            "include_dirs": [
 
6311
+                "/media/libyuv/libyuv/include/",
 
6312
+                "//",
 
6313
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
6314
+            ],
 
6315
+            "libs": [
 
6316
+                "X11",
 
6317
+                "X11-xcb",
 
6318
+                "xcb",
 
6319
+                "Xcomposite",
 
6320
+                "Xcursor",
 
6321
+                "Xdamage",
 
6322
+                "Xext",
 
6323
+                "Xfixes",
 
6324
+                "Xi",
 
6325
+                "Xrender",
 
6326
+                "rt"
 
6327
+            ],
 
6328
+            "sources": [
 
6329
+                "//webrtc/modules/desktop_capture/cropped_desktop_frame.cc",
 
6330
+                "//webrtc/modules/desktop_capture/cropped_desktop_frame.h",
 
6331
+                "//webrtc/modules/desktop_capture/cropping_window_capturer.cc",
 
6332
+                "//webrtc/modules/desktop_capture/cropping_window_capturer.h",
 
6333
+                "//webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc",
 
6334
+                "//webrtc/modules/desktop_capture/desktop_and_cursor_composer.h",
 
6335
+                "//webrtc/modules/desktop_capture/desktop_capture_options.cc",
 
6336
+                "//webrtc/modules/desktop_capture/desktop_capture_options.h",
 
6337
+                "//webrtc/modules/desktop_capture/desktop_capturer.cc",
 
6338
+                "//webrtc/modules/desktop_capture/desktop_capturer.h",
 
6339
+                "//webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc",
 
6340
+                "//webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h",
 
6341
+                "//webrtc/modules/desktop_capture/desktop_frame_rotation.cc",
 
6342
+                "//webrtc/modules/desktop_capture/desktop_frame_rotation.h",
 
6343
+                "//webrtc/modules/desktop_capture/differ_block.cc",
 
6344
+                "//webrtc/modules/desktop_capture/differ_block.h",
 
6345
+                "//webrtc/modules/desktop_capture/mouse_cursor.cc",
 
6346
+                "//webrtc/modules/desktop_capture/mouse_cursor.h",
 
6347
+                "//webrtc/modules/desktop_capture/mouse_cursor_monitor.h",
 
6348
+                "//webrtc/modules/desktop_capture/screen_capture_frame_queue.h",
 
6349
+                "//webrtc/modules/desktop_capture/screen_capturer_helper.cc",
 
6350
+                "//webrtc/modules/desktop_capture/screen_capturer_helper.h",
 
6351
+                "//webrtc/modules/desktop_capture/desktop_device_info.cc",
 
6352
+                "//webrtc/modules/desktop_capture/desktop_device_info.h",
 
6353
+                "//webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc",
 
6354
+                "//webrtc/modules/desktop_capture/screen_capturer_x11.cc",
 
6355
+                "//webrtc/modules/desktop_capture/window_capturer_x11.cc",
 
6356
+                "//webrtc/modules/desktop_capture/x11/shared_x_display.cc",
 
6357
+                "//webrtc/modules/desktop_capture/x11/shared_x_display.h",
 
6358
+                "//webrtc/modules/desktop_capture/x11/x_error_trap.cc",
 
6359
+                "//webrtc/modules/desktop_capture/x11/x_error_trap.h",
 
6360
+                "//webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.cc",
 
6361
+                "//webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h",
 
6362
+                "//webrtc/modules/desktop_capture/app_capturer_x11.cc",
 
6363
+                "//webrtc/modules/desktop_capture/app_capturer_x11.h",
 
6364
+                "//webrtc/modules/desktop_capture/x11/desktop_device_info_x11.cc",
 
6365
+                "//webrtc/modules/desktop_capture/x11/desktop_device_info_x11.h",
 
6366
+                "//webrtc/modules/desktop_capture/x11/shared_x_util.cc",
 
6367
+                "//webrtc/modules/desktop_capture/x11/shared_x_util.h"
 
6368
+            ],
 
6369
+            "type": "static_library"
 
6370
+        },
 
6371
+        "//webrtc/modules/desktop_capture:primitives": {
 
6372
+            "cflags": [
 
6373
+                "-fno-strict-aliasing",
 
6374
+                "--param=ssp-buffer-size=4",
 
6375
+                "-fstack-protector",
 
6376
+                "-Wno-builtin-macro-redefined",
 
6377
+                "-D__DATE__=",
 
6378
+                "-D__TIME__=",
 
6379
+                "-D__TIMESTAMP__=",
 
6380
+                "-funwind-tables",
 
6381
+                "-fPIC",
 
6382
+                "-pipe",
 
6383
+                "-fcolor-diagnostics",
 
6384
+                "--target=aarch64-linux-gnu",
 
6385
+                "-pthread",
 
6386
+                "-Wall",
 
6387
+                "-Werror",
 
6388
+                "-Wextra",
 
6389
+                "-Wno-missing-field-initializers",
 
6390
+                "-Wno-unused-parameter",
 
6391
+                "-Wno-c++11-narrowing",
 
6392
+                "-Wno-covered-switch-default",
 
6393
+                "-Wno-unneeded-internal-declaration",
 
6394
+                "-Wno-inconsistent-missing-override",
 
6395
+                "-Wno-undefined-var-template",
 
6396
+                "-Wno-nonportable-include-path",
 
6397
+                "-Wno-address-of-packed-member",
 
6398
+                "-Wno-unused-lambda-capture",
 
6399
+                "-Wno-user-defined-warnings",
 
6400
+                "-O2",
 
6401
+                "-fno-ident",
 
6402
+                "-fdata-sections",
 
6403
+                "-ffunction-sections",
 
6404
+                "-fno-omit-frame-pointer",
 
6405
+                "-g0",
 
6406
+                "-fvisibility=hidden",
 
6407
+                "-Xclang",
 
6408
+                "-load",
 
6409
+                "-Xclang",
 
6410
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
6411
+                "-Xclang",
 
6412
+                "-add-plugin",
 
6413
+                "-Xclang",
 
6414
+                "find-bad-constructs",
 
6415
+                "-Xclang",
 
6416
+                "-plugin-arg-find-bad-constructs",
 
6417
+                "-Xclang",
 
6418
+                "check-auto-raw-pointer",
 
6419
+                "-Xclang",
 
6420
+                "-plugin-arg-find-bad-constructs",
 
6421
+                "-Xclang",
 
6422
+                "check-ipc",
 
6423
+                "-Wheader-hygiene",
 
6424
+                "-Wstring-conversion",
 
6425
+                "-Wtautological-overlap-compare",
 
6426
+                "-Wextra",
 
6427
+                "-Wno-unused-parameter",
 
6428
+                "-Wno-missing-field-initializers",
 
6429
+                "-Wno-strict-overflow",
 
6430
+                "-Wimplicit-fallthrough",
 
6431
+                "-Wthread-safety",
 
6432
+                "-Winconsistent-missing-override",
 
6433
+                "-Wundef"
 
6434
+            ],
 
6435
+            "defines": [
 
6436
+                "V8_DEPRECATION_WARNINGS",
 
6437
+                "USE_NSS_CERTS=1",
 
6438
+                "USE_X11=1",
 
6439
+                "NO_TCMALLOC",
 
6440
+                "DISABLE_NACL",
 
6441
+                "CHROMIUM_BUILD",
 
6442
+                "_FILE_OFFSET_BITS=64",
 
6443
+                "NDEBUG",
 
6444
+                "NVALGRIND",
 
6445
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6446
+                "WEBRTC_RESTRICT_LOGGING",
 
6447
+                "EXPAT_RELATIVE_PATH",
 
6448
+                "WEBRTC_ARCH_ARM64",
 
6449
+                "WEBRTC_HAS_NEON",
 
6450
+                "WEBRTC_MOZILLA_BUILD",
 
6451
+                "WEBRTC_POSIX",
 
6452
+                "WEBRTC_LINUX"
 
6453
+            ],
 
6454
+            "deps": [
 
6455
+                "//webrtc:webrtc_common"
 
6456
+            ],
 
6457
+            "include_dirs": [
 
6458
+                "//",
 
6459
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
6460
+            ],
 
6461
+            "libs": [],
 
6462
+            "sources": [
 
6463
+                "//webrtc/modules/desktop_capture/desktop_capture_types.h",
 
6464
+                "//webrtc/modules/desktop_capture/desktop_frame.cc",
 
6465
+                "//webrtc/modules/desktop_capture/desktop_frame.h",
 
6466
+                "//webrtc/modules/desktop_capture/desktop_geometry.cc",
 
6467
+                "//webrtc/modules/desktop_capture/desktop_geometry.h",
 
6468
+                "//webrtc/modules/desktop_capture/desktop_region.cc",
 
6469
+                "//webrtc/modules/desktop_capture/desktop_region.h",
 
6470
+                "//webrtc/modules/desktop_capture/shared_desktop_frame.cc",
 
6471
+                "//webrtc/modules/desktop_capture/shared_desktop_frame.h",
 
6472
+                "//webrtc/modules/desktop_capture/shared_memory.cc",
 
6473
+                "//webrtc/modules/desktop_capture/shared_memory.h"
 
6474
+            ],
 
6475
+            "type": "static_library"
 
6476
+        },
 
6477
+        "//webrtc/modules/media_file:media_file": {
 
6478
+            "cflags": [
 
6479
+                "-fno-strict-aliasing",
 
6480
+                "--param=ssp-buffer-size=4",
 
6481
+                "-fstack-protector",
 
6482
+                "-Wno-builtin-macro-redefined",
 
6483
+                "-D__DATE__=",
 
6484
+                "-D__TIME__=",
 
6485
+                "-D__TIMESTAMP__=",
 
6486
+                "-funwind-tables",
 
6487
+                "-fPIC",
 
6488
+                "-pipe",
 
6489
+                "-fcolor-diagnostics",
 
6490
+                "--target=aarch64-linux-gnu",
 
6491
+                "-pthread",
 
6492
+                "-Wall",
 
6493
+                "-Werror",
 
6494
+                "-Wextra",
 
6495
+                "-Wno-missing-field-initializers",
 
6496
+                "-Wno-unused-parameter",
 
6497
+                "-Wno-c++11-narrowing",
 
6498
+                "-Wno-covered-switch-default",
 
6499
+                "-Wno-unneeded-internal-declaration",
 
6500
+                "-Wno-inconsistent-missing-override",
 
6501
+                "-Wno-undefined-var-template",
 
6502
+                "-Wno-nonportable-include-path",
 
6503
+                "-Wno-address-of-packed-member",
 
6504
+                "-Wno-unused-lambda-capture",
 
6505
+                "-Wno-user-defined-warnings",
 
6506
+                "-O2",
 
6507
+                "-fno-ident",
 
6508
+                "-fdata-sections",
 
6509
+                "-ffunction-sections",
 
6510
+                "-fno-omit-frame-pointer",
 
6511
+                "-g0",
 
6512
+                "-fvisibility=hidden",
 
6513
+                "-Wheader-hygiene",
 
6514
+                "-Wstring-conversion",
 
6515
+                "-Wtautological-overlap-compare",
 
6516
+                "-Wextra",
 
6517
+                "-Wno-unused-parameter",
 
6518
+                "-Wno-missing-field-initializers",
 
6519
+                "-Wno-strict-overflow",
 
6520
+                "-Wimplicit-fallthrough",
 
6521
+                "-Wthread-safety",
 
6522
+                "-Winconsistent-missing-override",
 
6523
+                "-Wundef"
 
6524
+            ],
 
6525
+            "defines": [
 
6526
+                "V8_DEPRECATION_WARNINGS",
 
6527
+                "USE_NSS_CERTS=1",
 
6528
+                "USE_X11=1",
 
6529
+                "NO_TCMALLOC",
 
6530
+                "DISABLE_NACL",
 
6531
+                "CHROMIUM_BUILD",
 
6532
+                "_FILE_OFFSET_BITS=64",
 
6533
+                "NDEBUG",
 
6534
+                "NVALGRIND",
 
6535
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6536
+                "WEBRTC_RESTRICT_LOGGING",
 
6537
+                "EXPAT_RELATIVE_PATH",
 
6538
+                "WEBRTC_ARCH_ARM64",
 
6539
+                "WEBRTC_HAS_NEON",
 
6540
+                "WEBRTC_MOZILLA_BUILD",
 
6541
+                "WEBRTC_POSIX",
 
6542
+                "WEBRTC_LINUX"
 
6543
+            ],
 
6544
+            "deps": [
 
6545
+                "//webrtc:webrtc_common",
 
6546
+                "//webrtc/base:rtc_base_approved",
 
6547
+                "//webrtc/common_audio:common_audio",
 
6548
+                "//webrtc/system_wrappers:system_wrappers"
 
6549
+            ],
 
6550
+            "include_dirs": [
 
6551
+                "//",
 
6552
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
6553
+                "//webrtc/common_audio/resampler/include/",
 
6554
+                "//webrtc/common_audio/signal_processing/include/",
 
6555
+                "//webrtc/common_audio/vad/include/"
 
6556
+            ],
 
6557
+            "libs": [
 
6558
+                "rt"
 
6559
+            ],
 
6560
+            "sources": [
 
6561
+                "//webrtc/modules/media_file/media_file.h",
 
6562
+                "//webrtc/modules/media_file/media_file_defines.h",
 
6563
+                "//webrtc/modules/media_file/media_file_impl.cc",
 
6564
+                "//webrtc/modules/media_file/media_file_impl.h",
 
6565
+                "//webrtc/modules/media_file/media_file_utility.cc",
 
6566
+                "//webrtc/modules/media_file/media_file_utility.h"
 
6567
+            ],
 
6568
+            "type": "static_library"
 
6569
+        },
 
6570
+        "//webrtc/modules/pacing:pacing": {
 
6571
+            "cflags": [
 
6572
+                "-fno-strict-aliasing",
 
6573
+                "--param=ssp-buffer-size=4",
 
6574
+                "-fstack-protector",
 
6575
+                "-Wno-builtin-macro-redefined",
 
6576
+                "-D__DATE__=",
 
6577
+                "-D__TIME__=",
 
6578
+                "-D__TIMESTAMP__=",
 
6579
+                "-funwind-tables",
 
6580
+                "-fPIC",
 
6581
+                "-pipe",
 
6582
+                "-fcolor-diagnostics",
 
6583
+                "--target=aarch64-linux-gnu",
 
6584
+                "-pthread",
 
6585
+                "-Wall",
 
6586
+                "-Werror",
 
6587
+                "-Wextra",
 
6588
+                "-Wno-missing-field-initializers",
 
6589
+                "-Wno-unused-parameter",
 
6590
+                "-Wno-c++11-narrowing",
 
6591
+                "-Wno-covered-switch-default",
 
6592
+                "-Wno-unneeded-internal-declaration",
 
6593
+                "-Wno-inconsistent-missing-override",
 
6594
+                "-Wno-undefined-var-template",
 
6595
+                "-Wno-nonportable-include-path",
 
6596
+                "-Wno-address-of-packed-member",
 
6597
+                "-Wno-unused-lambda-capture",
 
6598
+                "-Wno-user-defined-warnings",
 
6599
+                "-O2",
 
6600
+                "-fno-ident",
 
6601
+                "-fdata-sections",
 
6602
+                "-ffunction-sections",
 
6603
+                "-fno-omit-frame-pointer",
 
6604
+                "-g0",
 
6605
+                "-fvisibility=hidden",
 
6606
+                "-Wheader-hygiene",
 
6607
+                "-Wstring-conversion",
 
6608
+                "-Wtautological-overlap-compare",
 
6609
+                "-Wextra",
 
6610
+                "-Wno-unused-parameter",
 
6611
+                "-Wno-missing-field-initializers",
 
6612
+                "-Wno-strict-overflow",
 
6613
+                "-Wimplicit-fallthrough",
 
6614
+                "-Wthread-safety",
 
6615
+                "-Winconsistent-missing-override",
 
6616
+                "-Wundef"
 
6617
+            ],
 
6618
+            "defines": [
 
6619
+                "V8_DEPRECATION_WARNINGS",
 
6620
+                "USE_NSS_CERTS=1",
 
6621
+                "USE_X11=1",
 
6622
+                "NO_TCMALLOC",
 
6623
+                "DISABLE_NACL",
 
6624
+                "CHROMIUM_BUILD",
 
6625
+                "_FILE_OFFSET_BITS=64",
 
6626
+                "NDEBUG",
 
6627
+                "NVALGRIND",
 
6628
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6629
+                "WEBRTC_RESTRICT_LOGGING",
 
6630
+                "EXPAT_RELATIVE_PATH",
 
6631
+                "WEBRTC_ARCH_ARM64",
 
6632
+                "WEBRTC_HAS_NEON",
 
6633
+                "WEBRTC_MOZILLA_BUILD",
 
6634
+                "WEBRTC_POSIX",
 
6635
+                "WEBRTC_LINUX",
 
6636
+                "WEBRTC_BUILD_LIBEVENT"
 
6637
+            ],
 
6638
+            "deps": [
 
6639
+                "//webrtc:webrtc_common",
 
6640
+                "//webrtc/base:rtc_base_approved",
 
6641
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
6642
+                "//webrtc/system_wrappers:system_wrappers"
 
6643
+            ],
 
6644
+            "include_dirs": [
 
6645
+                "//",
 
6646
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
6647
+            ],
 
6648
+            "libs": [
 
6649
+                "rt"
 
6650
+            ],
 
6651
+            "sources": [
 
6652
+                "//webrtc/modules/pacing/alr_detector.cc",
 
6653
+                "//webrtc/modules/pacing/alr_detector.h",
 
6654
+                "//webrtc/modules/pacing/bitrate_prober.cc",
 
6655
+                "//webrtc/modules/pacing/bitrate_prober.h",
 
6656
+                "//webrtc/modules/pacing/paced_sender.cc",
 
6657
+                "//webrtc/modules/pacing/paced_sender.h",
 
6658
+                "//webrtc/modules/pacing/packet_router.cc",
 
6659
+                "//webrtc/modules/pacing/packet_router.h"
 
6660
+            ],
 
6661
+            "type": "static_library"
 
6662
+        },
 
6663
+        "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator": {
 
6664
+            "cflags": [
 
6665
+                "-fno-strict-aliasing",
 
6666
+                "--param=ssp-buffer-size=4",
 
6667
+                "-fstack-protector",
 
6668
+                "-Wno-builtin-macro-redefined",
 
6669
+                "-D__DATE__=",
 
6670
+                "-D__TIME__=",
 
6671
+                "-D__TIMESTAMP__=",
 
6672
+                "-funwind-tables",
 
6673
+                "-fPIC",
 
6674
+                "-pipe",
 
6675
+                "-fcolor-diagnostics",
 
6676
+                "--target=aarch64-linux-gnu",
 
6677
+                "-pthread",
 
6678
+                "-Wall",
 
6679
+                "-Werror",
 
6680
+                "-Wextra",
 
6681
+                "-Wno-missing-field-initializers",
 
6682
+                "-Wno-unused-parameter",
 
6683
+                "-Wno-c++11-narrowing",
 
6684
+                "-Wno-covered-switch-default",
 
6685
+                "-Wno-unneeded-internal-declaration",
 
6686
+                "-Wno-inconsistent-missing-override",
 
6687
+                "-Wno-undefined-var-template",
 
6688
+                "-Wno-nonportable-include-path",
 
6689
+                "-Wno-address-of-packed-member",
 
6690
+                "-Wno-unused-lambda-capture",
 
6691
+                "-Wno-user-defined-warnings",
 
6692
+                "-O2",
 
6693
+                "-fno-ident",
 
6694
+                "-fdata-sections",
 
6695
+                "-ffunction-sections",
 
6696
+                "-fno-omit-frame-pointer",
 
6697
+                "-g0",
 
6698
+                "-fvisibility=hidden",
 
6699
+                "-Wheader-hygiene",
 
6700
+                "-Wstring-conversion",
 
6701
+                "-Wtautological-overlap-compare",
 
6702
+                "-Wextra",
 
6703
+                "-Wno-unused-parameter",
 
6704
+                "-Wno-missing-field-initializers",
 
6705
+                "-Wno-strict-overflow",
 
6706
+                "-Wimplicit-fallthrough",
 
6707
+                "-Wthread-safety",
 
6708
+                "-Winconsistent-missing-override",
 
6709
+                "-Wundef"
 
6710
+            ],
 
6711
+            "defines": [
 
6712
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
6713
+                "V8_DEPRECATION_WARNINGS",
 
6714
+                "USE_NSS_CERTS=1",
 
6715
+                "USE_X11=1",
 
6716
+                "NO_TCMALLOC",
 
6717
+                "DISABLE_NACL",
 
6718
+                "CHROMIUM_BUILD",
 
6719
+                "_FILE_OFFSET_BITS=64",
 
6720
+                "NDEBUG",
 
6721
+                "NVALGRIND",
 
6722
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6723
+                "WEBRTC_RESTRICT_LOGGING",
 
6724
+                "EXPAT_RELATIVE_PATH",
 
6725
+                "WEBRTC_ARCH_ARM64",
 
6726
+                "WEBRTC_HAS_NEON",
 
6727
+                "WEBRTC_MOZILLA_BUILD",
 
6728
+                "WEBRTC_POSIX",
 
6729
+                "WEBRTC_LINUX"
 
6730
+            ],
 
6731
+            "deps": [
 
6732
+                "//webrtc:webrtc_common",
 
6733
+                "//webrtc/base:rtc_base_approved",
 
6734
+                "//webrtc/system_wrappers:system_wrappers"
 
6735
+            ],
 
6736
+            "include_dirs": [
 
6737
+                "//",
 
6738
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
6739
+            ],
 
6740
+            "libs": [
 
6741
+                "rt"
 
6742
+            ],
 
6743
+            "sources": [
 
6744
+                "//webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc",
 
6745
+                "//webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h",
 
6746
+                "//webrtc/modules/remote_bitrate_estimator/bwe_defines.cc",
 
6747
+                "//webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h",
 
6748
+                "//webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
 
6749
+                "//webrtc/modules/remote_bitrate_estimator/include/send_time_history.h",
 
6750
+                "//webrtc/modules/remote_bitrate_estimator/inter_arrival.cc",
 
6751
+                "//webrtc/modules/remote_bitrate_estimator/inter_arrival.h",
 
6752
+                "//webrtc/modules/remote_bitrate_estimator/overuse_detector.cc",
 
6753
+                "//webrtc/modules/remote_bitrate_estimator/overuse_detector.h",
 
6754
+                "//webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc",
 
6755
+                "//webrtc/modules/remote_bitrate_estimator/overuse_estimator.h",
 
6756
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
 
6757
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h",
 
6758
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
 
6759
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h",
 
6760
+                "//webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
 
6761
+                "//webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h",
 
6762
+                "//webrtc/modules/remote_bitrate_estimator/send_time_history.cc",
 
6763
+                "//webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h"
 
6764
+            ],
 
6765
+            "type": "static_library"
 
6766
+        },
 
6767
+        "//webrtc/modules/rtp_rtcp:rtp_rtcp": {
 
6768
+            "cflags": [
 
6769
+                "-fno-strict-aliasing",
 
6770
+                "--param=ssp-buffer-size=4",
 
6771
+                "-fstack-protector",
 
6772
+                "-Wno-builtin-macro-redefined",
 
6773
+                "-D__DATE__=",
 
6774
+                "-D__TIME__=",
 
6775
+                "-D__TIMESTAMP__=",
 
6776
+                "-funwind-tables",
 
6777
+                "-fPIC",
 
6778
+                "-pipe",
 
6779
+                "-fcolor-diagnostics",
 
6780
+                "--target=aarch64-linux-gnu",
 
6781
+                "-pthread",
 
6782
+                "-Wall",
 
6783
+                "-Werror",
 
6784
+                "-Wextra",
 
6785
+                "-Wno-missing-field-initializers",
 
6786
+                "-Wno-unused-parameter",
 
6787
+                "-Wno-c++11-narrowing",
 
6788
+                "-Wno-covered-switch-default",
 
6789
+                "-Wno-unneeded-internal-declaration",
 
6790
+                "-Wno-inconsistent-missing-override",
 
6791
+                "-Wno-undefined-var-template",
 
6792
+                "-Wno-nonportable-include-path",
 
6793
+                "-Wno-address-of-packed-member",
 
6794
+                "-Wno-unused-lambda-capture",
 
6795
+                "-Wno-user-defined-warnings",
 
6796
+                "-O2",
 
6797
+                "-fno-ident",
 
6798
+                "-fdata-sections",
 
6799
+                "-ffunction-sections",
 
6800
+                "-fno-omit-frame-pointer",
 
6801
+                "-g0",
 
6802
+                "-fvisibility=hidden",
 
6803
+                "-Wheader-hygiene",
 
6804
+                "-Wstring-conversion",
 
6805
+                "-Wtautological-overlap-compare",
 
6806
+                "-Wextra",
 
6807
+                "-Wno-unused-parameter",
 
6808
+                "-Wno-missing-field-initializers",
 
6809
+                "-Wno-strict-overflow",
 
6810
+                "-Wimplicit-fallthrough",
 
6811
+                "-Wthread-safety",
 
6812
+                "-Winconsistent-missing-override",
 
6813
+                "-Wundef"
 
6814
+            ],
 
6815
+            "defines": [
 
6816
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
6817
+                "V8_DEPRECATION_WARNINGS",
 
6818
+                "USE_NSS_CERTS=1",
 
6819
+                "USE_X11=1",
 
6820
+                "NO_TCMALLOC",
 
6821
+                "DISABLE_NACL",
 
6822
+                "CHROMIUM_BUILD",
 
6823
+                "_FILE_OFFSET_BITS=64",
 
6824
+                "NDEBUG",
 
6825
+                "NVALGRIND",
 
6826
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
6827
+                "WEBRTC_RESTRICT_LOGGING",
 
6828
+                "EXPAT_RELATIVE_PATH",
 
6829
+                "WEBRTC_ARCH_ARM64",
 
6830
+                "WEBRTC_HAS_NEON",
 
6831
+                "WEBRTC_MOZILLA_BUILD",
 
6832
+                "WEBRTC_POSIX",
 
6833
+                "WEBRTC_LINUX",
 
6834
+                "WEBRTC_BUILD_LIBEVENT"
 
6835
+            ],
 
6836
+            "deps": [
 
6837
+                "//webrtc:webrtc_common",
 
6838
+                "//webrtc/api:transport_api",
 
6839
+                "//webrtc/base:gtest_prod",
 
6840
+                "//webrtc/base:rtc_base_approved",
 
6841
+                "//webrtc/base:rtc_task_queue",
 
6842
+                "//webrtc/call:call_interfaces",
 
6843
+                "//webrtc/common_video:common_video",
 
6844
+                "//webrtc/logging:rtc_event_log_api",
 
6845
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
6846
+                "//webrtc/system_wrappers:system_wrappers"
 
6847
+            ],
 
6848
+            "include_dirs": [
 
6849
+                "//",
 
6850
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
6851
+                "//webrtc/common_video/include/",
 
6852
+                "//webrtc/common_video/libyuv/include/"
 
6853
+            ],
 
6854
+            "libs": [
 
6855
+                "rt"
 
6856
+            ],
 
6857
+            "sources": [
 
6858
+                "//webrtc/modules/rtp_rtcp/include/flexfec_receiver.h",
 
6859
+                "//webrtc/modules/rtp_rtcp/include/flexfec_sender.h",
 
6860
+                "//webrtc/modules/rtp_rtcp/include/receive_statistics.h",
 
6861
+                "//webrtc/modules/rtp_rtcp/include/remote_ntp_time_estimator.h",
 
6862
+                "//webrtc/modules/rtp_rtcp/include/rtp_audio_level_observer.h",
 
6863
+                "//webrtc/modules/rtp_rtcp/include/rtp_header_parser.h",
 
6864
+                "//webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h",
 
6865
+                "//webrtc/modules/rtp_rtcp/include/rtp_receiver.h",
 
6866
+                "//webrtc/modules/rtp_rtcp/include/rtp_rtcp.h",
 
6867
+                "//webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h",
 
6868
+                "//webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h",
 
6869
+                "//webrtc/modules/rtp_rtcp/source/byte_io.h",
 
6870
+                "//webrtc/modules/rtp_rtcp/source/dtmf_queue.cc",
 
6871
+                "//webrtc/modules/rtp_rtcp/source/dtmf_queue.h",
 
6872
+                "//webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h",
 
6873
+                "//webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h",
 
6874
+                "//webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
 
6875
+                "//webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.h",
 
6876
+                "//webrtc/modules/rtp_rtcp/source/flexfec_receiver.cc",
 
6877
+                "//webrtc/modules/rtp_rtcp/source/flexfec_sender.cc",
 
6878
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction.cc",
 
6879
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction.h",
 
6880
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc",
 
6881
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.h",
 
6882
+                "//webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc",
 
6883
+                "//webrtc/modules/rtp_rtcp/source/packet_loss_stats.h",
 
6884
+                "//webrtc/modules/rtp_rtcp/source/playout_delay_oracle.cc",
 
6885
+                "//webrtc/modules/rtp_rtcp/source/playout_delay_oracle.h",
 
6886
+                "//webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc",
 
6887
+                "//webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h",
 
6888
+                "//webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
 
6889
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet.cc",
 
6890
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet.h",
 
6891
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc",
 
6892
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h",
 
6893
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc",
 
6894
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h",
 
6895
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
 
6896
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h",
 
6897
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
 
6898
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.h",
 
6899
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
 
6900
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h",
 
6901
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc",
 
6902
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h",
 
6903
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
 
6904
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.h",
 
6905
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.cc",
 
6906
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.h",
 
6907
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.cc",
 
6908
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h",
 
6909
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.cc",
 
6910
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h",
 
6911
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
 
6912
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.h",
 
6913
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
 
6914
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.h",
 
6915
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
 
6916
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report.h",
 
6917
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/remb.cc",
 
6918
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/remb.h",
 
6919
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
 
6920
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block.h",
 
6921
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.cc",
 
6922
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.h",
 
6923
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
 
6924
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h",
 
6925
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
 
6926
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.h",
 
6927
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
 
6928
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h",
 
6929
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
 
6930
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.h",
 
6931
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.cc",
 
6932
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.h",
 
6933
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
 
6934
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h",
 
6935
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
 
6936
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h",
 
6937
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
 
6938
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h",
 
6939
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
 
6940
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.h",
 
6941
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
 
6942
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h",
 
6943
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/voip_metric.cc",
 
6944
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/voip_metric.h",
 
6945
+                "//webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc",
 
6946
+                "//webrtc/modules/rtp_rtcp/source/rtcp_receiver.h",
 
6947
+                "//webrtc/modules/rtp_rtcp/source/rtcp_sender.cc",
 
6948
+                "//webrtc/modules/rtp_rtcp/source/rtcp_sender.h",
 
6949
+                "//webrtc/modules/rtp_rtcp/source/rtcp_utility.cc",
 
6950
+                "//webrtc/modules/rtp_rtcp/source/rtcp_utility.h",
 
6951
+                "//webrtc/modules/rtp_rtcp/source/rtp_format.cc",
 
6952
+                "//webrtc/modules/rtp_rtcp/source/rtp_format.h",
 
6953
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc",
 
6954
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_h264.h",
 
6955
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.cc",
 
6956
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.h",
 
6957
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc",
 
6958
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h",
 
6959
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc",
 
6960
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h",
 
6961
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extension.cc",
 
6962
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extension.h",
 
6963
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc",
 
6964
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h",
 
6965
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc",
 
6966
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet.cc",
 
6967
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet.h",
 
6968
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc",
 
6969
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_history.h",
 
6970
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_received.h",
 
6971
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_to_send.h",
 
6972
+                "//webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc",
 
6973
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc",
 
6974
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h",
 
6975
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc",
 
6976
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h",
 
6977
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc",
 
6978
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h",
 
6979
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc",
 
6980
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h",
 
6981
+                "//webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h",
 
6982
+                "//webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc",
 
6983
+                "//webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h",
 
6984
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender.cc",
 
6985
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender.h",
 
6986
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc",
 
6987
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h",
 
6988
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc",
 
6989
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_video.h",
 
6990
+                "//webrtc/modules/rtp_rtcp/source/rtp_utility.cc",
 
6991
+                "//webrtc/modules/rtp_rtcp/source/rtp_utility.h",
 
6992
+                "//webrtc/modules/rtp_rtcp/source/ssrc_database.cc",
 
6993
+                "//webrtc/modules/rtp_rtcp/source/ssrc_database.h",
 
6994
+                "//webrtc/modules/rtp_rtcp/source/time_util.cc",
 
6995
+                "//webrtc/modules/rtp_rtcp/source/time_util.h",
 
6996
+                "//webrtc/modules/rtp_rtcp/source/tmmbr_help.cc",
 
6997
+                "//webrtc/modules/rtp_rtcp/source/tmmbr_help.h",
 
6998
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_generator.cc",
 
6999
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_generator.h",
 
7000
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
 
7001
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.h",
 
7002
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_receiver_impl.cc",
 
7003
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_receiver_impl.h",
 
7004
+                "//webrtc/modules/rtp_rtcp/source/video_codec_information.h",
 
7005
+                "//webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.cc",
 
7006
+                "//webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h"
 
7007
+            ],
 
7008
+            "type": "static_library"
 
7009
+        },
 
7010
+        "//webrtc/modules/utility:utility": {
 
7011
+            "cflags": [
 
7012
+                "-fno-strict-aliasing",
 
7013
+                "--param=ssp-buffer-size=4",
 
7014
+                "-fstack-protector",
 
7015
+                "-Wno-builtin-macro-redefined",
 
7016
+                "-D__DATE__=",
 
7017
+                "-D__TIME__=",
 
7018
+                "-D__TIMESTAMP__=",
 
7019
+                "-funwind-tables",
 
7020
+                "-fPIC",
 
7021
+                "-pipe",
 
7022
+                "-fcolor-diagnostics",
 
7023
+                "--target=aarch64-linux-gnu",
 
7024
+                "-pthread",
 
7025
+                "-Wall",
 
7026
+                "-Werror",
 
7027
+                "-Wextra",
 
7028
+                "-Wno-missing-field-initializers",
 
7029
+                "-Wno-unused-parameter",
 
7030
+                "-Wno-c++11-narrowing",
 
7031
+                "-Wno-covered-switch-default",
 
7032
+                "-Wno-unneeded-internal-declaration",
 
7033
+                "-Wno-inconsistent-missing-override",
 
7034
+                "-Wno-undefined-var-template",
 
7035
+                "-Wno-nonportable-include-path",
 
7036
+                "-Wno-address-of-packed-member",
 
7037
+                "-Wno-unused-lambda-capture",
 
7038
+                "-Wno-user-defined-warnings",
 
7039
+                "-O2",
 
7040
+                "-fno-ident",
 
7041
+                "-fdata-sections",
 
7042
+                "-ffunction-sections",
 
7043
+                "-fno-omit-frame-pointer",
 
7044
+                "-g0",
 
7045
+                "-fvisibility=hidden",
 
7046
+                "-Wheader-hygiene",
 
7047
+                "-Wstring-conversion",
 
7048
+                "-Wtautological-overlap-compare",
 
7049
+                "-Wextra",
 
7050
+                "-Wno-unused-parameter",
 
7051
+                "-Wno-missing-field-initializers",
 
7052
+                "-Wno-strict-overflow",
 
7053
+                "-Wimplicit-fallthrough",
 
7054
+                "-Wthread-safety",
 
7055
+                "-Winconsistent-missing-override",
 
7056
+                "-Wundef"
 
7057
+            ],
 
7058
+            "defines": [
 
7059
+                "V8_DEPRECATION_WARNINGS",
 
7060
+                "USE_NSS_CERTS=1",
 
7061
+                "USE_X11=1",
 
7062
+                "NO_TCMALLOC",
 
7063
+                "DISABLE_NACL",
 
7064
+                "CHROMIUM_BUILD",
 
7065
+                "_FILE_OFFSET_BITS=64",
 
7066
+                "NDEBUG",
 
7067
+                "NVALGRIND",
 
7068
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7069
+                "WEBRTC_RESTRICT_LOGGING",
 
7070
+                "EXPAT_RELATIVE_PATH",
 
7071
+                "WEBRTC_ARCH_ARM64",
 
7072
+                "WEBRTC_HAS_NEON",
 
7073
+                "WEBRTC_MOZILLA_BUILD",
 
7074
+                "WEBRTC_POSIX",
 
7075
+                "WEBRTC_LINUX",
 
7076
+                "WEBRTC_BUILD_LIBEVENT"
 
7077
+            ],
 
7078
+            "deps": [
 
7079
+                "//webrtc:webrtc_common",
 
7080
+                "//webrtc/audio/utility:audio_frame_operations",
 
7081
+                "//webrtc/base:rtc_task_queue",
 
7082
+                "//webrtc/common_audio:common_audio",
 
7083
+                "//webrtc/modules/audio_coding:audio_coding",
 
7084
+                "//webrtc/modules/audio_coding:audio_format_conversion",
 
7085
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
7086
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
7087
+                "//webrtc/modules/media_file:media_file",
 
7088
+                "//webrtc/system_wrappers:system_wrappers"
 
7089
+            ],
 
7090
+            "include_dirs": [
 
7091
+                "//",
 
7092
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
7093
+                "//webrtc/common_audio/resampler/include/",
 
7094
+                "//webrtc/common_audio/signal_processing/include/",
 
7095
+                "//webrtc/common_audio/vad/include/",
 
7096
+                "//webrtc/modules/audio_coding/include/",
 
7097
+                "//webrtc/modules/include/"
 
7098
+            ],
 
7099
+            "libs": [
 
7100
+                "rt",
 
7101
+                "m"
 
7102
+            ],
 
7103
+            "sources": [
 
7104
+                "//webrtc/modules/utility/include/audio_frame_operations.h",
 
7105
+                "//webrtc/modules/utility/include/process_thread.h",
 
7106
+                "//webrtc/modules/utility/source/process_thread_impl.cc",
 
7107
+                "//webrtc/modules/utility/source/process_thread_impl.h"
 
7108
+            ],
 
7109
+            "type": "static_library"
 
7110
+        },
 
7111
+        "//webrtc/modules/video_capture:video_capture_internal_impl": {
 
7112
+            "cflags": [
 
7113
+                "-fno-strict-aliasing",
 
7114
+                "--param=ssp-buffer-size=4",
 
7115
+                "-fstack-protector",
 
7116
+                "-Wno-builtin-macro-redefined",
 
7117
+                "-D__DATE__=",
 
7118
+                "-D__TIME__=",
 
7119
+                "-D__TIMESTAMP__=",
 
7120
+                "-funwind-tables",
 
7121
+                "-fPIC",
 
7122
+                "-pipe",
 
7123
+                "-fcolor-diagnostics",
 
7124
+                "--target=aarch64-linux-gnu",
 
7125
+                "-pthread",
 
7126
+                "-Wall",
 
7127
+                "-Werror",
 
7128
+                "-Wextra",
 
7129
+                "-Wno-missing-field-initializers",
 
7130
+                "-Wno-unused-parameter",
 
7131
+                "-Wno-c++11-narrowing",
 
7132
+                "-Wno-covered-switch-default",
 
7133
+                "-Wno-unneeded-internal-declaration",
 
7134
+                "-Wno-inconsistent-missing-override",
 
7135
+                "-Wno-undefined-var-template",
 
7136
+                "-Wno-nonportable-include-path",
 
7137
+                "-Wno-address-of-packed-member",
 
7138
+                "-Wno-unused-lambda-capture",
 
7139
+                "-Wno-user-defined-warnings",
 
7140
+                "-O2",
 
7141
+                "-fno-ident",
 
7142
+                "-fdata-sections",
 
7143
+                "-ffunction-sections",
 
7144
+                "-fno-omit-frame-pointer",
 
7145
+                "-g0",
 
7146
+                "-fvisibility=hidden",
 
7147
+                "-Wheader-hygiene",
 
7148
+                "-Wstring-conversion",
 
7149
+                "-Wtautological-overlap-compare",
 
7150
+                "-Wextra",
 
7151
+                "-Wno-unused-parameter",
 
7152
+                "-Wno-missing-field-initializers",
 
7153
+                "-Wno-strict-overflow",
 
7154
+                "-Wimplicit-fallthrough",
 
7155
+                "-Wthread-safety",
 
7156
+                "-Winconsistent-missing-override",
 
7157
+                "-Wundef"
 
7158
+            ],
 
7159
+            "defines": [
 
7160
+                "V8_DEPRECATION_WARNINGS",
 
7161
+                "USE_NSS_CERTS=1",
 
7162
+                "USE_X11=1",
 
7163
+                "NO_TCMALLOC",
 
7164
+                "DISABLE_NACL",
 
7165
+                "CHROMIUM_BUILD",
 
7166
+                "_FILE_OFFSET_BITS=64",
 
7167
+                "NDEBUG",
 
7168
+                "NVALGRIND",
 
7169
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7170
+                "WEBRTC_RESTRICT_LOGGING",
 
7171
+                "EXPAT_RELATIVE_PATH",
 
7172
+                "WEBRTC_ARCH_ARM64",
 
7173
+                "WEBRTC_HAS_NEON",
 
7174
+                "WEBRTC_MOZILLA_BUILD",
 
7175
+                "WEBRTC_POSIX",
 
7176
+                "WEBRTC_LINUX",
 
7177
+                "WEBRTC_BUILD_LIBEVENT"
 
7178
+            ],
 
7179
+            "deps": [
 
7180
+                "//webrtc:webrtc_common",
 
7181
+                "//webrtc/base:rtc_base_approved",
 
7182
+                "//webrtc/modules/video_capture:video_capture_module",
 
7183
+                "//webrtc/system_wrappers:system_wrappers"
 
7184
+            ],
 
7185
+            "include_dirs": [
 
7186
+                "//",
 
7187
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
7188
+            ],
 
7189
+            "libs": [
 
7190
+                "rt",
 
7191
+                "m"
 
7192
+            ],
 
7193
+            "sources": [
 
7194
+                "//webrtc/modules/video_capture/linux/device_info_linux.cc",
 
7195
+                "//webrtc/modules/video_capture/linux/device_info_linux.h",
 
7196
+                "//webrtc/modules/video_capture/linux/video_capture_linux.cc",
 
7197
+                "//webrtc/modules/video_capture/linux/video_capture_linux.h"
 
7198
+            ],
 
7199
+            "type": "static_library"
 
7200
+        },
 
7201
+        "//webrtc/modules/video_capture:video_capture_module": {
 
7202
+            "cflags": [
 
7203
+                "-fno-strict-aliasing",
 
7204
+                "--param=ssp-buffer-size=4",
 
7205
+                "-fstack-protector",
 
7206
+                "-Wno-builtin-macro-redefined",
 
7207
+                "-D__DATE__=",
 
7208
+                "-D__TIME__=",
 
7209
+                "-D__TIMESTAMP__=",
 
7210
+                "-funwind-tables",
 
7211
+                "-fPIC",
 
7212
+                "-pipe",
 
7213
+                "-fcolor-diagnostics",
 
7214
+                "--target=aarch64-linux-gnu",
 
7215
+                "-pthread",
 
7216
+                "-Wall",
 
7217
+                "-Werror",
 
7218
+                "-Wextra",
 
7219
+                "-Wno-missing-field-initializers",
 
7220
+                "-Wno-unused-parameter",
 
7221
+                "-Wno-c++11-narrowing",
 
7222
+                "-Wno-covered-switch-default",
 
7223
+                "-Wno-unneeded-internal-declaration",
 
7224
+                "-Wno-inconsistent-missing-override",
 
7225
+                "-Wno-undefined-var-template",
 
7226
+                "-Wno-nonportable-include-path",
 
7227
+                "-Wno-address-of-packed-member",
 
7228
+                "-Wno-unused-lambda-capture",
 
7229
+                "-Wno-user-defined-warnings",
 
7230
+                "-O2",
 
7231
+                "-fno-ident",
 
7232
+                "-fdata-sections",
 
7233
+                "-ffunction-sections",
 
7234
+                "-fno-omit-frame-pointer",
 
7235
+                "-g0",
 
7236
+                "-fvisibility=hidden",
 
7237
+                "-Wheader-hygiene",
 
7238
+                "-Wstring-conversion",
 
7239
+                "-Wtautological-overlap-compare",
 
7240
+                "-Wextra",
 
7241
+                "-Wno-unused-parameter",
 
7242
+                "-Wno-missing-field-initializers",
 
7243
+                "-Wno-strict-overflow",
 
7244
+                "-Wimplicit-fallthrough",
 
7245
+                "-Wthread-safety",
 
7246
+                "-Winconsistent-missing-override",
 
7247
+                "-Wundef"
 
7248
+            ],
 
7249
+            "defines": [
 
7250
+                "V8_DEPRECATION_WARNINGS",
 
7251
+                "USE_NSS_CERTS=1",
 
7252
+                "USE_X11=1",
 
7253
+                "NO_TCMALLOC",
 
7254
+                "DISABLE_NACL",
 
7255
+                "CHROMIUM_BUILD",
 
7256
+                "_FILE_OFFSET_BITS=64",
 
7257
+                "NDEBUG",
 
7258
+                "NVALGRIND",
 
7259
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7260
+                "WEBRTC_RESTRICT_LOGGING",
 
7261
+                "EXPAT_RELATIVE_PATH",
 
7262
+                "WEBRTC_ARCH_ARM64",
 
7263
+                "WEBRTC_HAS_NEON",
 
7264
+                "WEBRTC_MOZILLA_BUILD",
 
7265
+                "WEBRTC_POSIX",
 
7266
+                "WEBRTC_LINUX",
 
7267
+                "WEBRTC_BUILD_LIBEVENT"
 
7268
+            ],
 
7269
+            "deps": [
 
7270
+                "//webrtc:webrtc_common",
 
7271
+                "//webrtc/base:rtc_base_approved",
 
7272
+                "//webrtc/common_video:common_video",
 
7273
+                "//webrtc/modules/utility:utility",
 
7274
+                "//webrtc/system_wrappers:system_wrappers"
 
7275
+            ],
 
7276
+            "include_dirs": [
 
7277
+                "//",
 
7278
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
7279
+                "//webrtc/common_video/include/",
 
7280
+                "//webrtc/common_video/libyuv/include/"
 
7281
+            ],
 
7282
+            "libs": [
 
7283
+                "rt",
 
7284
+                "m"
 
7285
+            ],
 
7286
+            "sources": [
 
7287
+                "//webrtc/modules/video_capture/device_info_impl.cc",
 
7288
+                "//webrtc/modules/video_capture/device_info_impl.h",
 
7289
+                "//webrtc/modules/video_capture/video_capture.h",
 
7290
+                "//webrtc/modules/video_capture/video_capture_config.h",
 
7291
+                "//webrtc/modules/video_capture/video_capture_defines.h",
 
7292
+                "//webrtc/modules/video_capture/video_capture_delay.h",
 
7293
+                "//webrtc/modules/video_capture/video_capture_factory.cc",
 
7294
+                "//webrtc/modules/video_capture/video_capture_factory.h",
 
7295
+                "//webrtc/modules/video_capture/video_capture_impl.cc",
 
7296
+                "//webrtc/modules/video_capture/video_capture_impl.h"
 
7297
+            ],
 
7298
+            "type": "static_library"
 
7299
+        },
 
7300
+        "//webrtc/modules/video_coding:video_coding": {
 
7301
+            "cflags": [
 
7302
+                "-fno-strict-aliasing",
 
7303
+                "--param=ssp-buffer-size=4",
 
7304
+                "-fstack-protector",
 
7305
+                "-Wno-builtin-macro-redefined",
 
7306
+                "-D__DATE__=",
 
7307
+                "-D__TIME__=",
 
7308
+                "-D__TIMESTAMP__=",
 
7309
+                "-funwind-tables",
 
7310
+                "-fPIC",
 
7311
+                "-pipe",
 
7312
+                "-fcolor-diagnostics",
 
7313
+                "--target=aarch64-linux-gnu",
 
7314
+                "-pthread",
 
7315
+                "-Wall",
 
7316
+                "-Werror",
 
7317
+                "-Wextra",
 
7318
+                "-Wno-missing-field-initializers",
 
7319
+                "-Wno-unused-parameter",
 
7320
+                "-Wno-c++11-narrowing",
 
7321
+                "-Wno-covered-switch-default",
 
7322
+                "-Wno-unneeded-internal-declaration",
 
7323
+                "-Wno-inconsistent-missing-override",
 
7324
+                "-Wno-undefined-var-template",
 
7325
+                "-Wno-nonportable-include-path",
 
7326
+                "-Wno-address-of-packed-member",
 
7327
+                "-Wno-unused-lambda-capture",
 
7328
+                "-Wno-user-defined-warnings",
 
7329
+                "-O2",
 
7330
+                "-fno-ident",
 
7331
+                "-fdata-sections",
 
7332
+                "-ffunction-sections",
 
7333
+                "-fno-omit-frame-pointer",
 
7334
+                "-g0",
 
7335
+                "-fvisibility=hidden",
 
7336
+                "-Wheader-hygiene",
 
7337
+                "-Wstring-conversion",
 
7338
+                "-Wtautological-overlap-compare",
 
7339
+                "-Wextra",
 
7340
+                "-Wno-unused-parameter",
 
7341
+                "-Wno-missing-field-initializers",
 
7342
+                "-Wno-strict-overflow",
 
7343
+                "-Wimplicit-fallthrough",
 
7344
+                "-Wthread-safety",
 
7345
+                "-Winconsistent-missing-override",
 
7346
+                "-Wundef"
 
7347
+            ],
 
7348
+            "defines": [
 
7349
+                "V8_DEPRECATION_WARNINGS",
 
7350
+                "USE_NSS_CERTS=1",
 
7351
+                "USE_X11=1",
 
7352
+                "NO_TCMALLOC",
 
7353
+                "DISABLE_NACL",
 
7354
+                "CHROMIUM_BUILD",
 
7355
+                "_FILE_OFFSET_BITS=64",
 
7356
+                "NDEBUG",
 
7357
+                "NVALGRIND",
 
7358
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7359
+                "WEBRTC_RESTRICT_LOGGING",
 
7360
+                "EXPAT_RELATIVE_PATH",
 
7361
+                "WEBRTC_ARCH_ARM64",
 
7362
+                "WEBRTC_HAS_NEON",
 
7363
+                "WEBRTC_MOZILLA_BUILD",
 
7364
+                "WEBRTC_POSIX",
 
7365
+                "WEBRTC_LINUX",
 
7366
+                "WEBRTC_BUILD_LIBEVENT"
 
7367
+            ],
 
7368
+            "deps": [
 
7369
+                "//webrtc:webrtc_common",
 
7370
+                "//webrtc/base:rtc_base_approved",
 
7371
+                "//webrtc/base:rtc_numerics",
 
7372
+                "//webrtc/base:rtc_task_queue",
 
7373
+                "//webrtc/common_video:common_video",
 
7374
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
7375
+                "//webrtc/modules/utility:utility",
 
7376
+                "//webrtc/modules/video_coding:video_coding_utility",
 
7377
+                "//webrtc/modules/video_coding:webrtc_h264",
 
7378
+                "//webrtc/modules/video_coding:webrtc_i420",
 
7379
+                "//webrtc/modules/video_coding:webrtc_vp8",
 
7380
+                "//webrtc/modules/video_coding:webrtc_vp9",
 
7381
+                "//webrtc/system_wrappers:system_wrappers"
 
7382
+            ],
 
7383
+            "include_dirs": [
 
7384
+                "//",
 
7385
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
7386
+                "//webrtc/common_video/include/",
 
7387
+                "//webrtc/common_video/libyuv/include/"
 
7388
+            ],
 
7389
+            "libs": [
 
7390
+                "rt",
 
7391
+                "m"
 
7392
+            ],
 
7393
+            "sources": [
 
7394
+                "//webrtc/modules/video_coding/codec_database.cc",
 
7395
+                "//webrtc/modules/video_coding/codec_database.h",
 
7396
+                "//webrtc/modules/video_coding/codec_timer.cc",
 
7397
+                "//webrtc/modules/video_coding/codec_timer.h",
 
7398
+                "//webrtc/modules/video_coding/decoding_state.cc",
 
7399
+                "//webrtc/modules/video_coding/decoding_state.h",
 
7400
+                "//webrtc/modules/video_coding/encoded_frame.cc",
 
7401
+                "//webrtc/modules/video_coding/encoded_frame.h",
 
7402
+                "//webrtc/modules/video_coding/fec_rate_table.h",
 
7403
+                "//webrtc/modules/video_coding/frame_buffer.cc",
 
7404
+                "//webrtc/modules/video_coding/frame_buffer.h",
 
7405
+                "//webrtc/modules/video_coding/frame_buffer2.cc",
 
7406
+                "//webrtc/modules/video_coding/frame_buffer2.h",
 
7407
+                "//webrtc/modules/video_coding/frame_object.cc",
 
7408
+                "//webrtc/modules/video_coding/frame_object.h",
 
7409
+                "//webrtc/modules/video_coding/generic_decoder.cc",
 
7410
+                "//webrtc/modules/video_coding/generic_decoder.h",
 
7411
+                "//webrtc/modules/video_coding/generic_encoder.cc",
 
7412
+                "//webrtc/modules/video_coding/generic_encoder.h",
 
7413
+                "//webrtc/modules/video_coding/h264_sprop_parameter_sets.cc",
 
7414
+                "//webrtc/modules/video_coding/h264_sprop_parameter_sets.h",
 
7415
+                "//webrtc/modules/video_coding/h264_sps_pps_tracker.cc",
 
7416
+                "//webrtc/modules/video_coding/h264_sps_pps_tracker.h",
 
7417
+                "//webrtc/modules/video_coding/histogram.cc",
 
7418
+                "//webrtc/modules/video_coding/histogram.h",
 
7419
+                "//webrtc/modules/video_coding/include/video_codec_initializer.h",
 
7420
+                "//webrtc/modules/video_coding/include/video_coding.h",
 
7421
+                "//webrtc/modules/video_coding/include/video_coding_defines.h",
 
7422
+                "//webrtc/modules/video_coding/inter_frame_delay.cc",
 
7423
+                "//webrtc/modules/video_coding/inter_frame_delay.h",
 
7424
+                "//webrtc/modules/video_coding/internal_defines.h",
 
7425
+                "//webrtc/modules/video_coding/jitter_buffer.cc",
 
7426
+                "//webrtc/modules/video_coding/jitter_buffer.h",
 
7427
+                "//webrtc/modules/video_coding/jitter_buffer_common.h",
 
7428
+                "//webrtc/modules/video_coding/jitter_estimator.cc",
 
7429
+                "//webrtc/modules/video_coding/jitter_estimator.h",
 
7430
+                "//webrtc/modules/video_coding/media_opt_util.cc",
 
7431
+                "//webrtc/modules/video_coding/media_opt_util.h",
 
7432
+                "//webrtc/modules/video_coding/media_optimization.cc",
 
7433
+                "//webrtc/modules/video_coding/media_optimization.h",
 
7434
+                "//webrtc/modules/video_coding/nack_fec_tables.h",
 
7435
+                "//webrtc/modules/video_coding/nack_module.cc",
 
7436
+                "//webrtc/modules/video_coding/nack_module.h",
 
7437
+                "//webrtc/modules/video_coding/packet.cc",
 
7438
+                "//webrtc/modules/video_coding/packet.h",
 
7439
+                "//webrtc/modules/video_coding/packet_buffer.cc",
 
7440
+                "//webrtc/modules/video_coding/packet_buffer.h",
 
7441
+                "//webrtc/modules/video_coding/protection_bitrate_calculator.cc",
 
7442
+                "//webrtc/modules/video_coding/protection_bitrate_calculator.h",
 
7443
+                "//webrtc/modules/video_coding/receiver.cc",
 
7444
+                "//webrtc/modules/video_coding/receiver.h",
 
7445
+                "//webrtc/modules/video_coding/rtp_frame_reference_finder.cc",
 
7446
+                "//webrtc/modules/video_coding/rtp_frame_reference_finder.h",
 
7447
+                "//webrtc/modules/video_coding/rtt_filter.cc",
 
7448
+                "//webrtc/modules/video_coding/rtt_filter.h",
 
7449
+                "//webrtc/modules/video_coding/session_info.cc",
 
7450
+                "//webrtc/modules/video_coding/session_info.h",
 
7451
+                "//webrtc/modules/video_coding/timestamp_map.cc",
 
7452
+                "//webrtc/modules/video_coding/timestamp_map.h",
 
7453
+                "//webrtc/modules/video_coding/timing.cc",
 
7454
+                "//webrtc/modules/video_coding/timing.h",
 
7455
+                "//webrtc/modules/video_coding/video_codec_initializer.cc",
 
7456
+                "//webrtc/modules/video_coding/video_coding_impl.cc",
 
7457
+                "//webrtc/modules/video_coding/video_coding_impl.h",
 
7458
+                "//webrtc/modules/video_coding/video_receiver.cc",
 
7459
+                "//webrtc/modules/video_coding/video_sender.cc"
 
7460
+            ],
 
7461
+            "type": "static_library"
 
7462
+        },
 
7463
+        "//webrtc/modules/video_coding:video_coding_utility": {
 
7464
+            "cflags": [
 
7465
+                "-fno-strict-aliasing",
 
7466
+                "--param=ssp-buffer-size=4",
 
7467
+                "-fstack-protector",
 
7468
+                "-Wno-builtin-macro-redefined",
 
7469
+                "-D__DATE__=",
 
7470
+                "-D__TIME__=",
 
7471
+                "-D__TIMESTAMP__=",
 
7472
+                "-funwind-tables",
 
7473
+                "-fPIC",
 
7474
+                "-pipe",
 
7475
+                "-fcolor-diagnostics",
 
7476
+                "--target=aarch64-linux-gnu",
 
7477
+                "-pthread",
 
7478
+                "-Wall",
 
7479
+                "-Werror",
 
7480
+                "-Wextra",
 
7481
+                "-Wno-missing-field-initializers",
 
7482
+                "-Wno-unused-parameter",
 
7483
+                "-Wno-c++11-narrowing",
 
7484
+                "-Wno-covered-switch-default",
 
7485
+                "-Wno-unneeded-internal-declaration",
 
7486
+                "-Wno-inconsistent-missing-override",
 
7487
+                "-Wno-undefined-var-template",
 
7488
+                "-Wno-nonportable-include-path",
 
7489
+                "-Wno-address-of-packed-member",
 
7490
+                "-Wno-unused-lambda-capture",
 
7491
+                "-Wno-user-defined-warnings",
 
7492
+                "-O2",
 
7493
+                "-fno-ident",
 
7494
+                "-fdata-sections",
 
7495
+                "-ffunction-sections",
 
7496
+                "-fno-omit-frame-pointer",
 
7497
+                "-g0",
 
7498
+                "-fvisibility=hidden",
 
7499
+                "-Wheader-hygiene",
 
7500
+                "-Wstring-conversion",
 
7501
+                "-Wtautological-overlap-compare",
 
7502
+                "-Wextra",
 
7503
+                "-Wno-unused-parameter",
 
7504
+                "-Wno-missing-field-initializers",
 
7505
+                "-Wno-strict-overflow",
 
7506
+                "-Wimplicit-fallthrough",
 
7507
+                "-Wthread-safety",
 
7508
+                "-Winconsistent-missing-override",
 
7509
+                "-Wundef"
 
7510
+            ],
 
7511
+            "defines": [
 
7512
+                "V8_DEPRECATION_WARNINGS",
 
7513
+                "USE_NSS_CERTS=1",
 
7514
+                "USE_X11=1",
 
7515
+                "NO_TCMALLOC",
 
7516
+                "DISABLE_NACL",
 
7517
+                "CHROMIUM_BUILD",
 
7518
+                "_FILE_OFFSET_BITS=64",
 
7519
+                "NDEBUG",
 
7520
+                "NVALGRIND",
 
7521
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7522
+                "WEBRTC_RESTRICT_LOGGING",
 
7523
+                "EXPAT_RELATIVE_PATH",
 
7524
+                "WEBRTC_ARCH_ARM64",
 
7525
+                "WEBRTC_HAS_NEON",
 
7526
+                "WEBRTC_MOZILLA_BUILD",
 
7527
+                "WEBRTC_POSIX",
 
7528
+                "WEBRTC_LINUX",
 
7529
+                "WEBRTC_BUILD_LIBEVENT"
 
7530
+            ],
 
7531
+            "deps": [
 
7532
+                "//webrtc:webrtc_common",
 
7533
+                "//webrtc/base:rtc_base_approved",
 
7534
+                "//webrtc/base:rtc_numerics",
 
7535
+                "//webrtc/common_video:common_video",
 
7536
+                "//webrtc/system_wrappers:system_wrappers"
 
7537
+            ],
 
7538
+            "include_dirs": [
 
7539
+                "//",
 
7540
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
7541
+                "//webrtc/common_video/include/",
 
7542
+                "//webrtc/common_video/libyuv/include/"
 
7543
+            ],
 
7544
+            "libs": [
 
7545
+                "rt"
 
7546
+            ],
 
7547
+            "sources": [
 
7548
+                "//webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc",
 
7549
+                "//webrtc/modules/video_coding/utility/default_video_bitrate_allocator.h",
 
7550
+                "//webrtc/modules/video_coding/utility/frame_dropper.cc",
 
7551
+                "//webrtc/modules/video_coding/utility/frame_dropper.h",
 
7552
+                "//webrtc/modules/video_coding/utility/ivf_file_writer.cc",
 
7553
+                "//webrtc/modules/video_coding/utility/ivf_file_writer.h",
 
7554
+                "//webrtc/modules/video_coding/utility/moving_average.cc",
 
7555
+                "//webrtc/modules/video_coding/utility/moving_average.h",
 
7556
+                "//webrtc/modules/video_coding/utility/qp_parser.cc",
 
7557
+                "//webrtc/modules/video_coding/utility/qp_parser.h",
 
7558
+                "//webrtc/modules/video_coding/utility/quality_scaler.cc",
 
7559
+                "//webrtc/modules/video_coding/utility/quality_scaler.h",
 
7560
+                "//webrtc/modules/video_coding/utility/simulcast_rate_allocator.cc",
 
7561
+                "//webrtc/modules/video_coding/utility/simulcast_rate_allocator.h",
 
7562
+                "//webrtc/modules/video_coding/utility/vp8_header_parser.cc",
 
7563
+                "//webrtc/modules/video_coding/utility/vp8_header_parser.h"
 
7564
+            ],
 
7565
+            "type": "static_library"
 
7566
+        },
 
7567
+        "//webrtc/modules/video_coding:webrtc_h264": {
 
7568
+            "cflags": [
 
7569
+                "-fno-strict-aliasing",
 
7570
+                "--param=ssp-buffer-size=4",
 
7571
+                "-fstack-protector",
 
7572
+                "-Wno-builtin-macro-redefined",
 
7573
+                "-D__DATE__=",
 
7574
+                "-D__TIME__=",
 
7575
+                "-D__TIMESTAMP__=",
 
7576
+                "-funwind-tables",
 
7577
+                "-fPIC",
 
7578
+                "-pipe",
 
7579
+                "-fcolor-diagnostics",
 
7580
+                "--target=aarch64-linux-gnu",
 
7581
+                "-pthread",
 
7582
+                "-Wall",
 
7583
+                "-Werror",
 
7584
+                "-Wextra",
 
7585
+                "-Wno-missing-field-initializers",
 
7586
+                "-Wno-unused-parameter",
 
7587
+                "-Wno-c++11-narrowing",
 
7588
+                "-Wno-covered-switch-default",
 
7589
+                "-Wno-unneeded-internal-declaration",
 
7590
+                "-Wno-inconsistent-missing-override",
 
7591
+                "-Wno-undefined-var-template",
 
7592
+                "-Wno-nonportable-include-path",
 
7593
+                "-Wno-address-of-packed-member",
 
7594
+                "-Wno-unused-lambda-capture",
 
7595
+                "-Wno-user-defined-warnings",
 
7596
+                "-O2",
 
7597
+                "-fno-ident",
 
7598
+                "-fdata-sections",
 
7599
+                "-ffunction-sections",
 
7600
+                "-fno-omit-frame-pointer",
 
7601
+                "-g0",
 
7602
+                "-fvisibility=hidden",
 
7603
+                "-Wheader-hygiene",
 
7604
+                "-Wstring-conversion",
 
7605
+                "-Wtautological-overlap-compare",
 
7606
+                "-Wextra",
 
7607
+                "-Wno-unused-parameter",
 
7608
+                "-Wno-missing-field-initializers",
 
7609
+                "-Wno-strict-overflow",
 
7610
+                "-Wimplicit-fallthrough",
 
7611
+                "-Wthread-safety",
 
7612
+                "-Winconsistent-missing-override",
 
7613
+                "-Wundef"
 
7614
+            ],
 
7615
+            "defines": [
 
7616
+                "V8_DEPRECATION_WARNINGS",
 
7617
+                "USE_NSS_CERTS=1",
 
7618
+                "USE_X11=1",
 
7619
+                "NO_TCMALLOC",
 
7620
+                "DISABLE_NACL",
 
7621
+                "CHROMIUM_BUILD",
 
7622
+                "_FILE_OFFSET_BITS=64",
 
7623
+                "NDEBUG",
 
7624
+                "NVALGRIND",
 
7625
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7626
+                "WEBRTC_RESTRICT_LOGGING",
 
7627
+                "EXPAT_RELATIVE_PATH",
 
7628
+                "WEBRTC_ARCH_ARM64",
 
7629
+                "WEBRTC_HAS_NEON",
 
7630
+                "WEBRTC_MOZILLA_BUILD",
 
7631
+                "WEBRTC_POSIX",
 
7632
+                "WEBRTC_LINUX",
 
7633
+                "WEBRTC_BUILD_LIBEVENT"
 
7634
+            ],
 
7635
+            "deps": [
 
7636
+                "//webrtc/base:rtc_base_approved",
 
7637
+                "//webrtc/modules/video_coding:video_coding_utility",
 
7638
+                "//webrtc/system_wrappers:system_wrappers"
 
7639
+            ],
 
7640
+            "include_dirs": [
 
7641
+                "//",
 
7642
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
7643
+            ],
 
7644
+            "libs": [
 
7645
+                "rt"
 
7646
+            ],
 
7647
+            "sources": [
 
7648
+                "//webrtc/modules/video_coding/codecs/h264/h264.cc",
 
7649
+                "//webrtc/modules/video_coding/codecs/h264/include/h264.h"
 
7650
+            ],
 
7651
+            "type": "static_library"
 
7652
+        },
 
7653
+        "//webrtc/modules/video_coding:webrtc_i420": {
 
7654
+            "cflags": [
 
7655
+                "-fno-strict-aliasing",
 
7656
+                "--param=ssp-buffer-size=4",
 
7657
+                "-fstack-protector",
 
7658
+                "-Wno-builtin-macro-redefined",
 
7659
+                "-D__DATE__=",
 
7660
+                "-D__TIME__=",
 
7661
+                "-D__TIMESTAMP__=",
 
7662
+                "-funwind-tables",
 
7663
+                "-fPIC",
 
7664
+                "-pipe",
 
7665
+                "-fcolor-diagnostics",
 
7666
+                "--target=aarch64-linux-gnu",
 
7667
+                "-pthread",
 
7668
+                "-Wall",
 
7669
+                "-Werror",
 
7670
+                "-Wextra",
 
7671
+                "-Wno-missing-field-initializers",
 
7672
+                "-Wno-unused-parameter",
 
7673
+                "-Wno-c++11-narrowing",
 
7674
+                "-Wno-covered-switch-default",
 
7675
+                "-Wno-unneeded-internal-declaration",
 
7676
+                "-Wno-inconsistent-missing-override",
 
7677
+                "-Wno-undefined-var-template",
 
7678
+                "-Wno-nonportable-include-path",
 
7679
+                "-Wno-address-of-packed-member",
 
7680
+                "-Wno-unused-lambda-capture",
 
7681
+                "-Wno-user-defined-warnings",
 
7682
+                "-O2",
 
7683
+                "-fno-ident",
 
7684
+                "-fdata-sections",
 
7685
+                "-ffunction-sections",
 
7686
+                "-fno-omit-frame-pointer",
 
7687
+                "-g0",
 
7688
+                "-fvisibility=hidden",
 
7689
+                "-Wheader-hygiene",
 
7690
+                "-Wstring-conversion",
 
7691
+                "-Wtautological-overlap-compare",
 
7692
+                "-Wextra",
 
7693
+                "-Wno-unused-parameter",
 
7694
+                "-Wno-missing-field-initializers",
 
7695
+                "-Wno-strict-overflow",
 
7696
+                "-Wimplicit-fallthrough",
 
7697
+                "-Wthread-safety",
 
7698
+                "-Winconsistent-missing-override",
 
7699
+                "-Wundef"
 
7700
+            ],
 
7701
+            "defines": [
 
7702
+                "V8_DEPRECATION_WARNINGS",
 
7703
+                "USE_NSS_CERTS=1",
 
7704
+                "USE_X11=1",
 
7705
+                "NO_TCMALLOC",
 
7706
+                "DISABLE_NACL",
 
7707
+                "CHROMIUM_BUILD",
 
7708
+                "_FILE_OFFSET_BITS=64",
 
7709
+                "NDEBUG",
 
7710
+                "NVALGRIND",
 
7711
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7712
+                "WEBRTC_RESTRICT_LOGGING",
 
7713
+                "EXPAT_RELATIVE_PATH",
 
7714
+                "WEBRTC_ARCH_ARM64",
 
7715
+                "WEBRTC_HAS_NEON",
 
7716
+                "WEBRTC_MOZILLA_BUILD",
 
7717
+                "WEBRTC_POSIX",
 
7718
+                "WEBRTC_LINUX",
 
7719
+                "WEBRTC_BUILD_LIBEVENT"
 
7720
+            ],
 
7721
+            "deps": [
 
7722
+                "//webrtc:webrtc_common",
 
7723
+                "//webrtc/base:rtc_base_approved",
 
7724
+                "//webrtc/common_video:common_video",
 
7725
+                "//webrtc/system_wrappers:system_wrappers"
 
7726
+            ],
 
7727
+            "include_dirs": [
 
7728
+                "//",
 
7729
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
7730
+                "//webrtc/common_video/include/",
 
7731
+                "//webrtc/common_video/libyuv/include/"
 
7732
+            ],
 
7733
+            "libs": [
 
7734
+                "rt"
 
7735
+            ],
 
7736
+            "sources": [
 
7737
+                "//webrtc/modules/video_coding/codecs/i420/i420.cc",
 
7738
+                "//webrtc/modules/video_coding/codecs/i420/include/i420.h"
 
7739
+            ],
 
7740
+            "type": "static_library"
 
7741
+        },
 
7742
+        "//webrtc/modules/video_coding:webrtc_vp8": {
 
7743
+            "cflags": [
 
7744
+                "-fno-strict-aliasing",
 
7745
+                "--param=ssp-buffer-size=4",
 
7746
+                "-fstack-protector",
 
7747
+                "-Wno-builtin-macro-redefined",
 
7748
+                "-D__DATE__=",
 
7749
+                "-D__TIME__=",
 
7750
+                "-D__TIMESTAMP__=",
 
7751
+                "-funwind-tables",
 
7752
+                "-fPIC",
 
7753
+                "-pipe",
 
7754
+                "-fcolor-diagnostics",
 
7755
+                "--target=aarch64-linux-gnu",
 
7756
+                "-pthread",
 
7757
+                "-Wall",
 
7758
+                "-Werror",
 
7759
+                "-Wextra",
 
7760
+                "-Wno-missing-field-initializers",
 
7761
+                "-Wno-unused-parameter",
 
7762
+                "-Wno-c++11-narrowing",
 
7763
+                "-Wno-covered-switch-default",
 
7764
+                "-Wno-unneeded-internal-declaration",
 
7765
+                "-Wno-inconsistent-missing-override",
 
7766
+                "-Wno-undefined-var-template",
 
7767
+                "-Wno-nonportable-include-path",
 
7768
+                "-Wno-address-of-packed-member",
 
7769
+                "-Wno-unused-lambda-capture",
 
7770
+                "-Wno-user-defined-warnings",
 
7771
+                "-O2",
 
7772
+                "-fno-ident",
 
7773
+                "-fdata-sections",
 
7774
+                "-ffunction-sections",
 
7775
+                "-fno-omit-frame-pointer",
 
7776
+                "-g0",
 
7777
+                "-fvisibility=hidden",
 
7778
+                "-Wheader-hygiene",
 
7779
+                "-Wstring-conversion",
 
7780
+                "-Wtautological-overlap-compare",
 
7781
+                "-Wextra",
 
7782
+                "-Wno-unused-parameter",
 
7783
+                "-Wno-missing-field-initializers",
 
7784
+                "-Wno-strict-overflow",
 
7785
+                "-Wimplicit-fallthrough",
 
7786
+                "-Wthread-safety",
 
7787
+                "-Winconsistent-missing-override",
 
7788
+                "-Wundef"
 
7789
+            ],
 
7790
+            "defines": [
 
7791
+                "V8_DEPRECATION_WARNINGS",
 
7792
+                "USE_NSS_CERTS=1",
 
7793
+                "USE_X11=1",
 
7794
+                "NO_TCMALLOC",
 
7795
+                "DISABLE_NACL",
 
7796
+                "CHROMIUM_BUILD",
 
7797
+                "_FILE_OFFSET_BITS=64",
 
7798
+                "NDEBUG",
 
7799
+                "NVALGRIND",
 
7800
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7801
+                "WEBRTC_RESTRICT_LOGGING",
 
7802
+                "EXPAT_RELATIVE_PATH",
 
7803
+                "WEBRTC_ARCH_ARM64",
 
7804
+                "WEBRTC_HAS_NEON",
 
7805
+                "WEBRTC_MOZILLA_BUILD",
 
7806
+                "WEBRTC_POSIX",
 
7807
+                "WEBRTC_LINUX",
 
7808
+                "WEBRTC_BUILD_LIBEVENT"
 
7809
+            ],
 
7810
+            "deps": [
 
7811
+                "//webrtc:webrtc_common",
 
7812
+                "//webrtc/base:rtc_base_approved",
 
7813
+                "//webrtc/common_video:common_video",
 
7814
+                "//webrtc/modules/video_coding:video_coding_utility",
 
7815
+                "//webrtc/system_wrappers:system_wrappers"
 
7816
+            ],
 
7817
+            "include_dirs": [
 
7818
+                "/media/libyuv/libyuv/include/",
 
7819
+                "//",
 
7820
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
7821
+                "//webrtc/common_video/include/",
 
7822
+                "//webrtc/common_video/libyuv/include/"
 
7823
+            ],
 
7824
+            "libs": [
 
7825
+                "rt"
 
7826
+            ],
 
7827
+            "sources": [
 
7828
+                "//webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc",
 
7829
+                "//webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h",
 
7830
+                "//webrtc/modules/video_coding/codecs/vp8/include/vp8.h",
 
7831
+                "//webrtc/modules/video_coding/codecs/vp8/include/vp8_common_types.h",
 
7832
+                "//webrtc/modules/video_coding/codecs/vp8/realtime_temporal_layers.cc",
 
7833
+                "//webrtc/modules/video_coding/codecs/vp8/reference_picture_selection.cc",
 
7834
+                "//webrtc/modules/video_coding/codecs/vp8/reference_picture_selection.h",
 
7835
+                "//webrtc/modules/video_coding/codecs/vp8/screenshare_layers.cc",
 
7836
+                "//webrtc/modules/video_coding/codecs/vp8/screenshare_layers.h",
 
7837
+                "//webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.cc",
 
7838
+                "//webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.h",
 
7839
+                "//webrtc/modules/video_coding/codecs/vp8/temporal_layers.h",
 
7840
+                "//webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc",
 
7841
+                "//webrtc/modules/video_coding/codecs/vp8/vp8_impl.h"
 
7842
+            ],
 
7843
+            "type": "static_library"
 
7844
+        },
 
7845
+        "//webrtc/modules/video_coding:webrtc_vp9": {
 
7846
+            "cflags": [
 
7847
+                "-fno-strict-aliasing",
 
7848
+                "--param=ssp-buffer-size=4",
 
7849
+                "-fstack-protector",
 
7850
+                "-Wno-builtin-macro-redefined",
 
7851
+                "-D__DATE__=",
 
7852
+                "-D__TIME__=",
 
7853
+                "-D__TIMESTAMP__=",
 
7854
+                "-funwind-tables",
 
7855
+                "-fPIC",
 
7856
+                "-pipe",
 
7857
+                "-fcolor-diagnostics",
 
7858
+                "--target=aarch64-linux-gnu",
 
7859
+                "-pthread",
 
7860
+                "-Wall",
 
7861
+                "-Werror",
 
7862
+                "-Wextra",
 
7863
+                "-Wno-missing-field-initializers",
 
7864
+                "-Wno-unused-parameter",
 
7865
+                "-Wno-c++11-narrowing",
 
7866
+                "-Wno-covered-switch-default",
 
7867
+                "-Wno-unneeded-internal-declaration",
 
7868
+                "-Wno-inconsistent-missing-override",
 
7869
+                "-Wno-undefined-var-template",
 
7870
+                "-Wno-nonportable-include-path",
 
7871
+                "-Wno-address-of-packed-member",
 
7872
+                "-Wno-unused-lambda-capture",
 
7873
+                "-Wno-user-defined-warnings",
 
7874
+                "-O2",
 
7875
+                "-fno-ident",
 
7876
+                "-fdata-sections",
 
7877
+                "-ffunction-sections",
 
7878
+                "-fno-omit-frame-pointer",
 
7879
+                "-g0",
 
7880
+                "-fvisibility=hidden",
 
7881
+                "-Wheader-hygiene",
 
7882
+                "-Wstring-conversion",
 
7883
+                "-Wtautological-overlap-compare",
 
7884
+                "-Wextra",
 
7885
+                "-Wno-unused-parameter",
 
7886
+                "-Wno-missing-field-initializers",
 
7887
+                "-Wno-strict-overflow",
 
7888
+                "-Wimplicit-fallthrough",
 
7889
+                "-Wthread-safety",
 
7890
+                "-Winconsistent-missing-override",
 
7891
+                "-Wundef"
 
7892
+            ],
 
7893
+            "defines": [
 
7894
+                "V8_DEPRECATION_WARNINGS",
 
7895
+                "USE_NSS_CERTS=1",
 
7896
+                "USE_X11=1",
 
7897
+                "NO_TCMALLOC",
 
7898
+                "DISABLE_NACL",
 
7899
+                "CHROMIUM_BUILD",
 
7900
+                "_FILE_OFFSET_BITS=64",
 
7901
+                "NDEBUG",
 
7902
+                "NVALGRIND",
 
7903
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7904
+                "WEBRTC_RESTRICT_LOGGING",
 
7905
+                "EXPAT_RELATIVE_PATH",
 
7906
+                "WEBRTC_ARCH_ARM64",
 
7907
+                "WEBRTC_HAS_NEON",
 
7908
+                "WEBRTC_MOZILLA_BUILD",
 
7909
+                "WEBRTC_POSIX",
 
7910
+                "WEBRTC_LINUX",
 
7911
+                "WEBRTC_BUILD_LIBEVENT"
 
7912
+            ],
 
7913
+            "deps": [
 
7914
+                "//webrtc/base:rtc_base_approved",
 
7915
+                "//webrtc/common_video:common_video",
 
7916
+                "//webrtc/modules/video_coding:video_coding_utility",
 
7917
+                "//webrtc/system_wrappers:system_wrappers"
 
7918
+            ],
 
7919
+            "include_dirs": [
 
7920
+                "//",
 
7921
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
7922
+                "//webrtc/common_video/include/",
 
7923
+                "//webrtc/common_video/libyuv/include/"
 
7924
+            ],
 
7925
+            "libs": [
 
7926
+                "rt"
 
7927
+            ],
 
7928
+            "sources": [
 
7929
+                "//webrtc/modules/video_coding/codecs/vp9/include/vp9.h",
 
7930
+                "//webrtc/modules/video_coding/codecs/vp9/screenshare_layers.cc",
 
7931
+                "//webrtc/modules/video_coding/codecs/vp9/screenshare_layers.h",
 
7932
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
 
7933
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h",
 
7934
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc",
 
7935
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_impl.h"
 
7936
+            ],
 
7937
+            "type": "static_library"
 
7938
+        },
 
7939
+        "//webrtc/modules/video_processing:video_processing": {
 
7940
+            "cflags": [
 
7941
+                "-fno-strict-aliasing",
 
7942
+                "--param=ssp-buffer-size=4",
 
7943
+                "-fstack-protector",
 
7944
+                "-Wno-builtin-macro-redefined",
 
7945
+                "-D__DATE__=",
 
7946
+                "-D__TIME__=",
 
7947
+                "-D__TIMESTAMP__=",
 
7948
+                "-funwind-tables",
 
7949
+                "-fPIC",
 
7950
+                "-pipe",
 
7951
+                "-fcolor-diagnostics",
 
7952
+                "--target=aarch64-linux-gnu",
 
7953
+                "-pthread",
 
7954
+                "-Wall",
 
7955
+                "-Werror",
 
7956
+                "-Wextra",
 
7957
+                "-Wno-missing-field-initializers",
 
7958
+                "-Wno-unused-parameter",
 
7959
+                "-Wno-c++11-narrowing",
 
7960
+                "-Wno-covered-switch-default",
 
7961
+                "-Wno-unneeded-internal-declaration",
 
7962
+                "-Wno-inconsistent-missing-override",
 
7963
+                "-Wno-undefined-var-template",
 
7964
+                "-Wno-nonportable-include-path",
 
7965
+                "-Wno-address-of-packed-member",
 
7966
+                "-Wno-unused-lambda-capture",
 
7967
+                "-Wno-user-defined-warnings",
 
7968
+                "-O2",
 
7969
+                "-fno-ident",
 
7970
+                "-fdata-sections",
 
7971
+                "-ffunction-sections",
 
7972
+                "-fno-omit-frame-pointer",
 
7973
+                "-g0",
 
7974
+                "-fvisibility=hidden",
 
7975
+                "-Wheader-hygiene",
 
7976
+                "-Wstring-conversion",
 
7977
+                "-Wtautological-overlap-compare",
 
7978
+                "-Wextra",
 
7979
+                "-Wno-unused-parameter",
 
7980
+                "-Wno-missing-field-initializers",
 
7981
+                "-Wno-strict-overflow",
 
7982
+                "-Wimplicit-fallthrough",
 
7983
+                "-Wthread-safety",
 
7984
+                "-Winconsistent-missing-override",
 
7985
+                "-Wundef"
 
7986
+            ],
 
7987
+            "defines": [
 
7988
+                "V8_DEPRECATION_WARNINGS",
 
7989
+                "USE_NSS_CERTS=1",
 
7990
+                "USE_X11=1",
 
7991
+                "NO_TCMALLOC",
 
7992
+                "DISABLE_NACL",
 
7993
+                "CHROMIUM_BUILD",
 
7994
+                "_FILE_OFFSET_BITS=64",
 
7995
+                "NDEBUG",
 
7996
+                "NVALGRIND",
 
7997
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
7998
+                "WEBRTC_RESTRICT_LOGGING",
 
7999
+                "EXPAT_RELATIVE_PATH",
 
8000
+                "WEBRTC_ARCH_ARM64",
 
8001
+                "WEBRTC_HAS_NEON",
 
8002
+                "WEBRTC_MOZILLA_BUILD",
 
8003
+                "WEBRTC_POSIX",
 
8004
+                "WEBRTC_LINUX",
 
8005
+                "WEBRTC_BUILD_LIBEVENT"
 
8006
+            ],
 
8007
+            "deps": [
 
8008
+                "//webrtc/base:rtc_base_approved",
 
8009
+                "//webrtc/common_audio:common_audio",
 
8010
+                "//webrtc/common_video:common_video",
 
8011
+                "//webrtc/modules/utility:utility",
 
8012
+                "//webrtc/modules/video_processing:video_processing_neon",
 
8013
+                "//webrtc/system_wrappers:system_wrappers"
 
8014
+            ],
 
8015
+            "include_dirs": [
 
8016
+                "/media/libyuv/libyuv/include/",
 
8017
+                "//",
 
8018
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
8019
+                "//webrtc/common_audio/resampler/include/",
 
8020
+                "//webrtc/common_audio/signal_processing/include/",
 
8021
+                "//webrtc/common_audio/vad/include/",
 
8022
+                "//webrtc/common_video/include/",
 
8023
+                "//webrtc/common_video/libyuv/include/"
 
8024
+            ],
 
8025
+            "libs": [
 
8026
+                "rt",
 
8027
+                "m"
 
8028
+            ],
 
8029
+            "sources": [
 
8030
+                "//webrtc/modules/video_processing/util/denoiser_filter.cc",
 
8031
+                "//webrtc/modules/video_processing/util/denoiser_filter.h",
 
8032
+                "//webrtc/modules/video_processing/util/denoiser_filter_c.cc",
 
8033
+                "//webrtc/modules/video_processing/util/denoiser_filter_c.h",
 
8034
+                "//webrtc/modules/video_processing/util/noise_estimation.cc",
 
8035
+                "//webrtc/modules/video_processing/util/noise_estimation.h",
 
8036
+                "//webrtc/modules/video_processing/util/skin_detection.cc",
 
8037
+                "//webrtc/modules/video_processing/util/skin_detection.h",
 
8038
+                "//webrtc/modules/video_processing/video_denoiser.cc",
 
8039
+                "//webrtc/modules/video_processing/video_denoiser.h"
 
8040
+            ],
 
8041
+            "type": "static_library"
 
8042
+        },
 
8043
+        "//webrtc/modules/video_processing:video_processing_neon": {
 
8044
+            "cflags": [
 
8045
+                "-fno-strict-aliasing",
 
8046
+                "--param=ssp-buffer-size=4",
 
8047
+                "-fstack-protector",
 
8048
+                "-Wno-builtin-macro-redefined",
 
8049
+                "-D__DATE__=",
 
8050
+                "-D__TIME__=",
 
8051
+                "-D__TIMESTAMP__=",
 
8052
+                "-funwind-tables",
 
8053
+                "-fPIC",
 
8054
+                "-pipe",
 
8055
+                "-fcolor-diagnostics",
 
8056
+                "--target=aarch64-linux-gnu",
 
8057
+                "-pthread",
 
8058
+                "-Wall",
 
8059
+                "-Werror",
 
8060
+                "-Wextra",
 
8061
+                "-Wno-missing-field-initializers",
 
8062
+                "-Wno-unused-parameter",
 
8063
+                "-Wno-c++11-narrowing",
 
8064
+                "-Wno-covered-switch-default",
 
8065
+                "-Wno-unneeded-internal-declaration",
 
8066
+                "-Wno-inconsistent-missing-override",
 
8067
+                "-Wno-undefined-var-template",
 
8068
+                "-Wno-nonportable-include-path",
 
8069
+                "-Wno-address-of-packed-member",
 
8070
+                "-Wno-unused-lambda-capture",
 
8071
+                "-Wno-user-defined-warnings",
 
8072
+                "-O2",
 
8073
+                "-fno-ident",
 
8074
+                "-fdata-sections",
 
8075
+                "-ffunction-sections",
 
8076
+                "-fno-omit-frame-pointer",
 
8077
+                "-g0",
 
8078
+                "-fvisibility=hidden",
 
8079
+                "-Xclang",
 
8080
+                "-load",
 
8081
+                "-Xclang",
 
8082
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
8083
+                "-Xclang",
 
8084
+                "-add-plugin",
 
8085
+                "-Xclang",
 
8086
+                "find-bad-constructs",
 
8087
+                "-Xclang",
 
8088
+                "-plugin-arg-find-bad-constructs",
 
8089
+                "-Xclang",
 
8090
+                "check-auto-raw-pointer",
 
8091
+                "-Xclang",
 
8092
+                "-plugin-arg-find-bad-constructs",
 
8093
+                "-Xclang",
 
8094
+                "check-ipc",
 
8095
+                "-Wheader-hygiene",
 
8096
+                "-Wstring-conversion",
 
8097
+                "-Wtautological-overlap-compare",
 
8098
+                "-Wextra",
 
8099
+                "-Wno-unused-parameter",
 
8100
+                "-Wno-missing-field-initializers",
 
8101
+                "-Wno-strict-overflow",
 
8102
+                "-Wimplicit-fallthrough",
 
8103
+                "-Wthread-safety",
 
8104
+                "-Winconsistent-missing-override",
 
8105
+                "-Wundef"
 
8106
+            ],
 
8107
+            "defines": [
 
8108
+                "V8_DEPRECATION_WARNINGS",
 
8109
+                "USE_NSS_CERTS=1",
 
8110
+                "USE_X11=1",
 
8111
+                "NO_TCMALLOC",
 
8112
+                "DISABLE_NACL",
 
8113
+                "CHROMIUM_BUILD",
 
8114
+                "_FILE_OFFSET_BITS=64",
 
8115
+                "NDEBUG",
 
8116
+                "NVALGRIND",
 
8117
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8118
+                "WEBRTC_RESTRICT_LOGGING",
 
8119
+                "EXPAT_RELATIVE_PATH",
 
8120
+                "WEBRTC_ARCH_ARM64",
 
8121
+                "WEBRTC_HAS_NEON",
 
8122
+                "WEBRTC_MOZILLA_BUILD",
 
8123
+                "WEBRTC_POSIX",
 
8124
+                "WEBRTC_LINUX"
 
8125
+            ],
 
8126
+            "deps": [],
 
8127
+            "include_dirs": [
 
8128
+                "//",
 
8129
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
8130
+            ],
 
8131
+            "libs": [],
 
8132
+            "sources": [
 
8133
+                "//webrtc/modules/video_processing/util/denoiser_filter_neon.cc",
 
8134
+                "//webrtc/modules/video_processing/util/denoiser_filter_neon.h"
 
8135
+            ],
 
8136
+            "type": "static_library"
 
8137
+        },
 
8138
+        "//webrtc/system_wrappers:field_trial_default": {
 
8139
+            "cflags": [
 
8140
+                "-fno-strict-aliasing",
 
8141
+                "--param=ssp-buffer-size=4",
 
8142
+                "-fstack-protector",
 
8143
+                "-Wno-builtin-macro-redefined",
 
8144
+                "-D__DATE__=",
 
8145
+                "-D__TIME__=",
 
8146
+                "-D__TIMESTAMP__=",
 
8147
+                "-funwind-tables",
 
8148
+                "-fPIC",
 
8149
+                "-pipe",
 
8150
+                "-fcolor-diagnostics",
 
8151
+                "--target=aarch64-linux-gnu",
 
8152
+                "-pthread",
 
8153
+                "-Wall",
 
8154
+                "-Werror",
 
8155
+                "-Wextra",
 
8156
+                "-Wno-missing-field-initializers",
 
8157
+                "-Wno-unused-parameter",
 
8158
+                "-Wno-c++11-narrowing",
 
8159
+                "-Wno-covered-switch-default",
 
8160
+                "-Wno-unneeded-internal-declaration",
 
8161
+                "-Wno-inconsistent-missing-override",
 
8162
+                "-Wno-undefined-var-template",
 
8163
+                "-Wno-nonportable-include-path",
 
8164
+                "-Wno-address-of-packed-member",
 
8165
+                "-Wno-unused-lambda-capture",
 
8166
+                "-Wno-user-defined-warnings",
 
8167
+                "-O2",
 
8168
+                "-fno-ident",
 
8169
+                "-fdata-sections",
 
8170
+                "-ffunction-sections",
 
8171
+                "-fno-omit-frame-pointer",
 
8172
+                "-g0",
 
8173
+                "-fvisibility=hidden",
 
8174
+                "-Xclang",
 
8175
+                "-load",
 
8176
+                "-Xclang",
 
8177
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
8178
+                "-Xclang",
 
8179
+                "-add-plugin",
 
8180
+                "-Xclang",
 
8181
+                "find-bad-constructs",
 
8182
+                "-Xclang",
 
8183
+                "-plugin-arg-find-bad-constructs",
 
8184
+                "-Xclang",
 
8185
+                "check-auto-raw-pointer",
 
8186
+                "-Xclang",
 
8187
+                "-plugin-arg-find-bad-constructs",
 
8188
+                "-Xclang",
 
8189
+                "check-ipc",
 
8190
+                "-Wheader-hygiene",
 
8191
+                "-Wstring-conversion",
 
8192
+                "-Wtautological-overlap-compare",
 
8193
+                "-Wextra",
 
8194
+                "-Wno-unused-parameter",
 
8195
+                "-Wno-missing-field-initializers",
 
8196
+                "-Wno-strict-overflow",
 
8197
+                "-Wimplicit-fallthrough",
 
8198
+                "-Wthread-safety",
 
8199
+                "-Winconsistent-missing-override",
 
8200
+                "-Wundef"
 
8201
+            ],
 
8202
+            "defines": [
 
8203
+                "V8_DEPRECATION_WARNINGS",
 
8204
+                "USE_NSS_CERTS=1",
 
8205
+                "USE_X11=1",
 
8206
+                "NO_TCMALLOC",
 
8207
+                "DISABLE_NACL",
 
8208
+                "CHROMIUM_BUILD",
 
8209
+                "_FILE_OFFSET_BITS=64",
 
8210
+                "NDEBUG",
 
8211
+                "NVALGRIND",
 
8212
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8213
+                "WEBRTC_RESTRICT_LOGGING",
 
8214
+                "EXPAT_RELATIVE_PATH",
 
8215
+                "WEBRTC_ARCH_ARM64",
 
8216
+                "WEBRTC_HAS_NEON",
 
8217
+                "WEBRTC_MOZILLA_BUILD",
 
8218
+                "WEBRTC_POSIX",
 
8219
+                "WEBRTC_LINUX"
 
8220
+            ],
 
8221
+            "deps": [],
 
8222
+            "include_dirs": [
 
8223
+                "//",
 
8224
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
8225
+            ],
 
8226
+            "libs": [],
 
8227
+            "sources": [
 
8228
+                "//webrtc/system_wrappers/include/field_trial_default.h",
 
8229
+                "//webrtc/system_wrappers/source/field_trial_default.cc"
 
8230
+            ],
 
8231
+            "type": "static_library"
 
8232
+        },
 
8233
+        "//webrtc/system_wrappers:metrics_default": {
 
8234
+            "cflags": [
 
8235
+                "-fno-strict-aliasing",
 
8236
+                "--param=ssp-buffer-size=4",
 
8237
+                "-fstack-protector",
 
8238
+                "-Wno-builtin-macro-redefined",
 
8239
+                "-D__DATE__=",
 
8240
+                "-D__TIME__=",
 
8241
+                "-D__TIMESTAMP__=",
 
8242
+                "-funwind-tables",
 
8243
+                "-fPIC",
 
8244
+                "-pipe",
 
8245
+                "-fcolor-diagnostics",
 
8246
+                "--target=aarch64-linux-gnu",
 
8247
+                "-pthread",
 
8248
+                "-Wall",
 
8249
+                "-Werror",
 
8250
+                "-Wextra",
 
8251
+                "-Wno-missing-field-initializers",
 
8252
+                "-Wno-unused-parameter",
 
8253
+                "-Wno-c++11-narrowing",
 
8254
+                "-Wno-covered-switch-default",
 
8255
+                "-Wno-unneeded-internal-declaration",
 
8256
+                "-Wno-inconsistent-missing-override",
 
8257
+                "-Wno-undefined-var-template",
 
8258
+                "-Wno-nonportable-include-path",
 
8259
+                "-Wno-address-of-packed-member",
 
8260
+                "-Wno-unused-lambda-capture",
 
8261
+                "-Wno-user-defined-warnings",
 
8262
+                "-O2",
 
8263
+                "-fno-ident",
 
8264
+                "-fdata-sections",
 
8265
+                "-ffunction-sections",
 
8266
+                "-fno-omit-frame-pointer",
 
8267
+                "-g0",
 
8268
+                "-fvisibility=hidden",
 
8269
+                "-Xclang",
 
8270
+                "-load",
 
8271
+                "-Xclang",
 
8272
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
8273
+                "-Xclang",
 
8274
+                "-add-plugin",
 
8275
+                "-Xclang",
 
8276
+                "find-bad-constructs",
 
8277
+                "-Xclang",
 
8278
+                "-plugin-arg-find-bad-constructs",
 
8279
+                "-Xclang",
 
8280
+                "check-auto-raw-pointer",
 
8281
+                "-Xclang",
 
8282
+                "-plugin-arg-find-bad-constructs",
 
8283
+                "-Xclang",
 
8284
+                "check-ipc",
 
8285
+                "-Wheader-hygiene",
 
8286
+                "-Wstring-conversion",
 
8287
+                "-Wtautological-overlap-compare",
 
8288
+                "-Wextra",
 
8289
+                "-Wno-unused-parameter",
 
8290
+                "-Wno-missing-field-initializers",
 
8291
+                "-Wno-strict-overflow",
 
8292
+                "-Wimplicit-fallthrough",
 
8293
+                "-Wthread-safety",
 
8294
+                "-Winconsistent-missing-override",
 
8295
+                "-Wundef"
 
8296
+            ],
 
8297
+            "defines": [
 
8298
+                "V8_DEPRECATION_WARNINGS",
 
8299
+                "USE_NSS_CERTS=1",
 
8300
+                "USE_X11=1",
 
8301
+                "NO_TCMALLOC",
 
8302
+                "DISABLE_NACL",
 
8303
+                "CHROMIUM_BUILD",
 
8304
+                "_FILE_OFFSET_BITS=64",
 
8305
+                "NDEBUG",
 
8306
+                "NVALGRIND",
 
8307
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8308
+                "WEBRTC_RESTRICT_LOGGING",
 
8309
+                "EXPAT_RELATIVE_PATH",
 
8310
+                "WEBRTC_ARCH_ARM64",
 
8311
+                "WEBRTC_HAS_NEON",
 
8312
+                "WEBRTC_MOZILLA_BUILD",
 
8313
+                "WEBRTC_POSIX",
 
8314
+                "WEBRTC_LINUX"
 
8315
+            ],
 
8316
+            "deps": [],
 
8317
+            "include_dirs": [
 
8318
+                "//",
 
8319
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
8320
+            ],
 
8321
+            "libs": [],
 
8322
+            "sources": [
 
8323
+                "//webrtc/system_wrappers/include/metrics_default.h",
 
8324
+                "//webrtc/system_wrappers/source/metrics_default.cc"
 
8325
+            ],
 
8326
+            "type": "static_library"
 
8327
+        },
 
8328
+        "//webrtc/system_wrappers:system_wrappers": {
 
8329
+            "cflags": [
 
8330
+                "-fno-strict-aliasing",
 
8331
+                "--param=ssp-buffer-size=4",
 
8332
+                "-fstack-protector",
 
8333
+                "-Wno-builtin-macro-redefined",
 
8334
+                "-D__DATE__=",
 
8335
+                "-D__TIME__=",
 
8336
+                "-D__TIMESTAMP__=",
 
8337
+                "-funwind-tables",
 
8338
+                "-fPIC",
 
8339
+                "-pipe",
 
8340
+                "-fcolor-diagnostics",
 
8341
+                "--target=aarch64-linux-gnu",
 
8342
+                "-pthread",
 
8343
+                "-Wall",
 
8344
+                "-Werror",
 
8345
+                "-Wextra",
 
8346
+                "-Wno-missing-field-initializers",
 
8347
+                "-Wno-unused-parameter",
 
8348
+                "-Wno-c++11-narrowing",
 
8349
+                "-Wno-covered-switch-default",
 
8350
+                "-Wno-unneeded-internal-declaration",
 
8351
+                "-Wno-inconsistent-missing-override",
 
8352
+                "-Wno-undefined-var-template",
 
8353
+                "-Wno-nonportable-include-path",
 
8354
+                "-Wno-address-of-packed-member",
 
8355
+                "-Wno-unused-lambda-capture",
 
8356
+                "-Wno-user-defined-warnings",
 
8357
+                "-O2",
 
8358
+                "-fno-ident",
 
8359
+                "-fdata-sections",
 
8360
+                "-ffunction-sections",
 
8361
+                "-fno-omit-frame-pointer",
 
8362
+                "-g0",
 
8363
+                "-fvisibility=hidden",
 
8364
+                "-Xclang",
 
8365
+                "-load",
 
8366
+                "-Xclang",
 
8367
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
8368
+                "-Xclang",
 
8369
+                "-add-plugin",
 
8370
+                "-Xclang",
 
8371
+                "find-bad-constructs",
 
8372
+                "-Xclang",
 
8373
+                "-plugin-arg-find-bad-constructs",
 
8374
+                "-Xclang",
 
8375
+                "check-auto-raw-pointer",
 
8376
+                "-Xclang",
 
8377
+                "-plugin-arg-find-bad-constructs",
 
8378
+                "-Xclang",
 
8379
+                "check-ipc",
 
8380
+                "-Wheader-hygiene",
 
8381
+                "-Wstring-conversion",
 
8382
+                "-Wtautological-overlap-compare",
 
8383
+                "-Wextra",
 
8384
+                "-Wno-unused-parameter",
 
8385
+                "-Wno-missing-field-initializers",
 
8386
+                "-Wno-strict-overflow",
 
8387
+                "-Wimplicit-fallthrough",
 
8388
+                "-Wthread-safety",
 
8389
+                "-Winconsistent-missing-override",
 
8390
+                "-Wundef"
 
8391
+            ],
 
8392
+            "defines": [
 
8393
+                "WEBRTC_THREAD_RR",
 
8394
+                "V8_DEPRECATION_WARNINGS",
 
8395
+                "USE_NSS_CERTS=1",
 
8396
+                "USE_X11=1",
 
8397
+                "NO_TCMALLOC",
 
8398
+                "DISABLE_NACL",
 
8399
+                "CHROMIUM_BUILD",
 
8400
+                "_FILE_OFFSET_BITS=64",
 
8401
+                "NDEBUG",
 
8402
+                "NVALGRIND",
 
8403
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8404
+                "WEBRTC_RESTRICT_LOGGING",
 
8405
+                "EXPAT_RELATIVE_PATH",
 
8406
+                "WEBRTC_ARCH_ARM64",
 
8407
+                "WEBRTC_HAS_NEON",
 
8408
+                "WEBRTC_MOZILLA_BUILD",
 
8409
+                "WEBRTC_POSIX",
 
8410
+                "WEBRTC_LINUX"
 
8411
+            ],
 
8412
+            "deps": [
 
8413
+                "//webrtc:webrtc_common",
 
8414
+                "//webrtc/base:rtc_base_approved"
 
8415
+            ],
 
8416
+            "include_dirs": [
 
8417
+                "//",
 
8418
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
8419
+            ],
 
8420
+            "libs": [
 
8421
+                "rt"
 
8422
+            ],
 
8423
+            "sources": [
 
8424
+                "//webrtc/system_wrappers/include/aligned_array.h",
 
8425
+                "//webrtc/system_wrappers/include/aligned_malloc.h",
 
8426
+                "//webrtc/system_wrappers/include/atomic32.h",
 
8427
+                "//webrtc/system_wrappers/include/clock.h",
 
8428
+                "//webrtc/system_wrappers/include/cpu_features_wrapper.h",
 
8429
+                "//webrtc/system_wrappers/include/cpu_info.h",
 
8430
+                "//webrtc/system_wrappers/include/critical_section_wrapper.h",
 
8431
+                "//webrtc/system_wrappers/include/event_wrapper.h",
 
8432
+                "//webrtc/system_wrappers/include/field_trial.h",
 
8433
+                "//webrtc/system_wrappers/include/file_wrapper.h",
 
8434
+                "//webrtc/system_wrappers/include/logging.h",
 
8435
+                "//webrtc/system_wrappers/include/metrics.h",
 
8436
+                "//webrtc/system_wrappers/include/ntp_time.h",
 
8437
+                "//webrtc/system_wrappers/include/rtp_to_ntp_estimator.h",
 
8438
+                "//webrtc/system_wrappers/include/rw_lock_wrapper.h",
 
8439
+                "//webrtc/system_wrappers/include/sleep.h",
 
8440
+                "//webrtc/system_wrappers/include/static_instance.h",
 
8441
+                "//webrtc/system_wrappers/include/stringize_macros.h",
 
8442
+                "//webrtc/system_wrappers/include/timestamp_extrapolator.h",
 
8443
+                "//webrtc/system_wrappers/include/trace.h",
 
8444
+                "//webrtc/system_wrappers/source/aligned_malloc.cc",
 
8445
+                "//webrtc/system_wrappers/source/clock.cc",
 
8446
+                "//webrtc/system_wrappers/source/cpu_features.cc",
 
8447
+                "//webrtc/system_wrappers/source/cpu_info.cc",
 
8448
+                "//webrtc/system_wrappers/source/event.cc",
 
8449
+                "//webrtc/system_wrappers/source/event_timer_posix.cc",
 
8450
+                "//webrtc/system_wrappers/source/event_timer_posix.h",
 
8451
+                "//webrtc/system_wrappers/source/file_impl.cc",
 
8452
+                "//webrtc/system_wrappers/source/logging.cc",
 
8453
+                "//webrtc/system_wrappers/source/rtp_to_ntp_estimator.cc",
 
8454
+                "//webrtc/system_wrappers/source/rw_lock.cc",
 
8455
+                "//webrtc/system_wrappers/source/rw_lock_posix.cc",
 
8456
+                "//webrtc/system_wrappers/source/rw_lock_posix.h",
 
8457
+                "//webrtc/system_wrappers/source/sleep.cc",
 
8458
+                "//webrtc/system_wrappers/source/timestamp_extrapolator.cc",
 
8459
+                "//webrtc/system_wrappers/source/trace_impl.cc",
 
8460
+                "//webrtc/system_wrappers/source/trace_impl.h",
 
8461
+                "//webrtc/system_wrappers/source/trace_posix.cc",
 
8462
+                "//webrtc/system_wrappers/source/trace_posix.h",
 
8463
+                "//webrtc/system_wrappers/source/atomic32_non_darwin_unix.cc"
 
8464
+            ],
 
8465
+            "type": "static_library"
 
8466
+        },
 
8467
+        "//webrtc/video:video": {
 
8468
+            "cflags": [
 
8469
+                "-fno-strict-aliasing",
 
8470
+                "--param=ssp-buffer-size=4",
 
8471
+                "-fstack-protector",
 
8472
+                "-Wno-builtin-macro-redefined",
 
8473
+                "-D__DATE__=",
 
8474
+                "-D__TIME__=",
 
8475
+                "-D__TIMESTAMP__=",
 
8476
+                "-funwind-tables",
 
8477
+                "-fPIC",
 
8478
+                "-pipe",
 
8479
+                "-fcolor-diagnostics",
 
8480
+                "--target=aarch64-linux-gnu",
 
8481
+                "-pthread",
 
8482
+                "-Wall",
 
8483
+                "-Werror",
 
8484
+                "-Wextra",
 
8485
+                "-Wno-missing-field-initializers",
 
8486
+                "-Wno-unused-parameter",
 
8487
+                "-Wno-c++11-narrowing",
 
8488
+                "-Wno-covered-switch-default",
 
8489
+                "-Wno-unneeded-internal-declaration",
 
8490
+                "-Wno-inconsistent-missing-override",
 
8491
+                "-Wno-undefined-var-template",
 
8492
+                "-Wno-nonportable-include-path",
 
8493
+                "-Wno-address-of-packed-member",
 
8494
+                "-Wno-unused-lambda-capture",
 
8495
+                "-Wno-user-defined-warnings",
 
8496
+                "-O2",
 
8497
+                "-fno-ident",
 
8498
+                "-fdata-sections",
 
8499
+                "-ffunction-sections",
 
8500
+                "-fno-omit-frame-pointer",
 
8501
+                "-g0",
 
8502
+                "-fvisibility=hidden",
 
8503
+                "-Wheader-hygiene",
 
8504
+                "-Wstring-conversion",
 
8505
+                "-Wtautological-overlap-compare",
 
8506
+                "-Wextra",
 
8507
+                "-Wno-unused-parameter",
 
8508
+                "-Wno-missing-field-initializers",
 
8509
+                "-Wno-strict-overflow",
 
8510
+                "-Wimplicit-fallthrough",
 
8511
+                "-Wthread-safety",
 
8512
+                "-Winconsistent-missing-override",
 
8513
+                "-Wundef"
 
8514
+            ],
 
8515
+            "defines": [
 
8516
+                "V8_DEPRECATION_WARNINGS",
 
8517
+                "USE_NSS_CERTS=1",
 
8518
+                "USE_X11=1",
 
8519
+                "NO_TCMALLOC",
 
8520
+                "DISABLE_NACL",
 
8521
+                "CHROMIUM_BUILD",
 
8522
+                "_FILE_OFFSET_BITS=64",
 
8523
+                "NDEBUG",
 
8524
+                "NVALGRIND",
 
8525
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8526
+                "WEBRTC_RESTRICT_LOGGING",
 
8527
+                "EXPAT_RELATIVE_PATH",
 
8528
+                "WEBRTC_ARCH_ARM64",
 
8529
+                "WEBRTC_HAS_NEON",
 
8530
+                "WEBRTC_MOZILLA_BUILD",
 
8531
+                "WEBRTC_POSIX",
 
8532
+                "WEBRTC_LINUX",
 
8533
+                "WEBRTC_BUILD_LIBEVENT"
 
8534
+            ],
 
8535
+            "deps": [
 
8536
+                "//webrtc:webrtc_common",
 
8537
+                "//webrtc/api:transport_api",
 
8538
+                "//webrtc/base:rtc_base_approved",
 
8539
+                "//webrtc/base:rtc_numerics",
 
8540
+                "//webrtc/base:rtc_task_queue",
 
8541
+                "//webrtc/common_video:common_video",
 
8542
+                "//webrtc/logging:rtc_event_log_api",
 
8543
+                "//webrtc/modules/bitrate_controller:bitrate_controller",
 
8544
+                "//webrtc/modules/congestion_controller:congestion_controller",
 
8545
+                "//webrtc/modules/pacing:pacing",
 
8546
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
8547
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
8548
+                "//webrtc/modules/utility:utility",
 
8549
+                "//webrtc/modules/video_coding:video_coding",
 
8550
+                "//webrtc/modules/video_processing:video_processing",
 
8551
+                "//webrtc/system_wrappers:system_wrappers",
 
8552
+                "//webrtc/voice_engine:voice_engine"
 
8553
+            ],
 
8554
+            "include_dirs": [
 
8555
+                "//",
 
8556
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
8557
+                "//webrtc/common_video/include/",
 
8558
+                "//webrtc/common_video/libyuv/include/",
 
8559
+                "//webrtc/modules/audio_coding/include/",
 
8560
+                "//webrtc/modules/include/"
 
8561
+            ],
 
8562
+            "libs": [
 
8563
+                "rt",
 
8564
+                "m"
 
8565
+            ],
 
8566
+            "sources": [
 
8567
+                "//webrtc/video/call_stats.cc",
 
8568
+                "//webrtc/video/call_stats.h",
 
8569
+                "//webrtc/video/encoder_rtcp_feedback.cc",
 
8570
+                "//webrtc/video/encoder_rtcp_feedback.h",
 
8571
+                "//webrtc/video/overuse_frame_detector.cc",
 
8572
+                "//webrtc/video/overuse_frame_detector.h",
 
8573
+                "//webrtc/video/payload_router.cc",
 
8574
+                "//webrtc/video/payload_router.h",
 
8575
+                "//webrtc/video/quality_threshold.cc",
 
8576
+                "//webrtc/video/quality_threshold.h",
 
8577
+                "//webrtc/video/receive_statistics_proxy.cc",
 
8578
+                "//webrtc/video/receive_statistics_proxy.h",
 
8579
+                "//webrtc/video/report_block_stats.cc",
 
8580
+                "//webrtc/video/report_block_stats.h",
 
8581
+                "//webrtc/video/rtp_stream_receiver.cc",
 
8582
+                "//webrtc/video/rtp_stream_receiver.h",
 
8583
+                "//webrtc/video/rtp_streams_synchronizer.cc",
 
8584
+                "//webrtc/video/rtp_streams_synchronizer.h",
 
8585
+                "//webrtc/video/send_delay_stats.cc",
 
8586
+                "//webrtc/video/send_delay_stats.h",
 
8587
+                "//webrtc/video/send_statistics_proxy.cc",
 
8588
+                "//webrtc/video/send_statistics_proxy.h",
 
8589
+                "//webrtc/video/stats_counter.cc",
 
8590
+                "//webrtc/video/stats_counter.h",
 
8591
+                "//webrtc/video/stream_synchronization.cc",
 
8592
+                "//webrtc/video/stream_synchronization.h",
 
8593
+                "//webrtc/video/transport_adapter.cc",
 
8594
+                "//webrtc/video/transport_adapter.h",
 
8595
+                "//webrtc/video/video_receive_stream.cc",
 
8596
+                "//webrtc/video/video_receive_stream.h",
 
8597
+                "//webrtc/video/video_send_stream.cc",
 
8598
+                "//webrtc/video/video_send_stream.h",
 
8599
+                "//webrtc/video/video_stream_decoder.cc",
 
8600
+                "//webrtc/video/video_stream_decoder.h",
 
8601
+                "//webrtc/video/vie_encoder.cc",
 
8602
+                "//webrtc/video/vie_encoder.h",
 
8603
+                "//webrtc/video/vie_remb.cc",
 
8604
+                "//webrtc/video/vie_remb.h"
 
8605
+            ],
 
8606
+            "type": "static_library"
 
8607
+        },
 
8608
+        "//webrtc/video_engine:video_engine": {
 
8609
+            "cflags": [
 
8610
+                "-fno-strict-aliasing",
 
8611
+                "--param=ssp-buffer-size=4",
 
8612
+                "-fstack-protector",
 
8613
+                "-Wno-builtin-macro-redefined",
 
8614
+                "-D__DATE__=",
 
8615
+                "-D__TIME__=",
 
8616
+                "-D__TIMESTAMP__=",
 
8617
+                "-funwind-tables",
 
8618
+                "-fPIC",
 
8619
+                "-pipe",
 
8620
+                "-fcolor-diagnostics",
 
8621
+                "--target=aarch64-linux-gnu",
 
8622
+                "-pthread",
 
8623
+                "-Wall",
 
8624
+                "-Werror",
 
8625
+                "-Wextra",
 
8626
+                "-Wno-missing-field-initializers",
 
8627
+                "-Wno-unused-parameter",
 
8628
+                "-Wno-c++11-narrowing",
 
8629
+                "-Wno-covered-switch-default",
 
8630
+                "-Wno-unneeded-internal-declaration",
 
8631
+                "-Wno-inconsistent-missing-override",
 
8632
+                "-Wno-undefined-var-template",
 
8633
+                "-Wno-nonportable-include-path",
 
8634
+                "-Wno-address-of-packed-member",
 
8635
+                "-Wno-unused-lambda-capture",
 
8636
+                "-Wno-user-defined-warnings",
 
8637
+                "-O2",
 
8638
+                "-fno-ident",
 
8639
+                "-fdata-sections",
 
8640
+                "-ffunction-sections",
 
8641
+                "-fno-omit-frame-pointer",
 
8642
+                "-g0",
 
8643
+                "-fvisibility=hidden",
 
8644
+                "-Xclang",
 
8645
+                "-load",
 
8646
+                "-Xclang",
 
8647
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
8648
+                "-Xclang",
 
8649
+                "-add-plugin",
 
8650
+                "-Xclang",
 
8651
+                "find-bad-constructs",
 
8652
+                "-Xclang",
 
8653
+                "-plugin-arg-find-bad-constructs",
 
8654
+                "-Xclang",
 
8655
+                "check-auto-raw-pointer",
 
8656
+                "-Xclang",
 
8657
+                "-plugin-arg-find-bad-constructs",
 
8658
+                "-Xclang",
 
8659
+                "check-ipc",
 
8660
+                "-Wheader-hygiene",
 
8661
+                "-Wstring-conversion",
 
8662
+                "-Wtautological-overlap-compare",
 
8663
+                "-Wextra",
 
8664
+                "-Wno-unused-parameter",
 
8665
+                "-Wno-missing-field-initializers",
 
8666
+                "-Wno-strict-overflow",
 
8667
+                "-Wimplicit-fallthrough",
 
8668
+                "-Wthread-safety",
 
8669
+                "-Winconsistent-missing-override",
 
8670
+                "-Wundef"
 
8671
+            ],
 
8672
+            "defines": [
 
8673
+                "V8_DEPRECATION_WARNINGS",
 
8674
+                "USE_NSS_CERTS=1",
 
8675
+                "USE_X11=1",
 
8676
+                "NO_TCMALLOC",
 
8677
+                "DISABLE_NACL",
 
8678
+                "CHROMIUM_BUILD",
 
8679
+                "_FILE_OFFSET_BITS=64",
 
8680
+                "NDEBUG",
 
8681
+                "NVALGRIND",
 
8682
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8683
+                "WEBRTC_RESTRICT_LOGGING",
 
8684
+                "EXPAT_RELATIVE_PATH",
 
8685
+                "WEBRTC_ARCH_ARM64",
 
8686
+                "WEBRTC_HAS_NEON",
 
8687
+                "WEBRTC_MOZILLA_BUILD",
 
8688
+                "WEBRTC_POSIX",
 
8689
+                "WEBRTC_LINUX"
 
8690
+            ],
 
8691
+            "deps": [
 
8692
+                "//webrtc:webrtc_common"
 
8693
+            ],
 
8694
+            "include_dirs": [
 
8695
+                "//",
 
8696
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
8697
+            ],
 
8698
+            "libs": [],
 
8699
+            "sources": [
 
8700
+                "//webrtc/video_engine/browser_capture_impl.h",
 
8701
+                "//webrtc/video_engine/desktop_capture_impl.cc",
 
8702
+                "//webrtc/video_engine/desktop_capture_impl.h"
 
8703
+            ],
 
8704
+            "type": "static_library"
 
8705
+        },
 
8706
+        "//webrtc/voice_engine:audio_coder": {
 
8707
+            "cflags": [
 
8708
+                "-fno-strict-aliasing",
 
8709
+                "--param=ssp-buffer-size=4",
 
8710
+                "-fstack-protector",
 
8711
+                "-Wno-builtin-macro-redefined",
 
8712
+                "-D__DATE__=",
 
8713
+                "-D__TIME__=",
 
8714
+                "-D__TIMESTAMP__=",
 
8715
+                "-funwind-tables",
 
8716
+                "-fPIC",
 
8717
+                "-pipe",
 
8718
+                "-fcolor-diagnostics",
 
8719
+                "--target=aarch64-linux-gnu",
 
8720
+                "-pthread",
 
8721
+                "-Wall",
 
8722
+                "-Werror",
 
8723
+                "-Wextra",
 
8724
+                "-Wno-missing-field-initializers",
 
8725
+                "-Wno-unused-parameter",
 
8726
+                "-Wno-c++11-narrowing",
 
8727
+                "-Wno-covered-switch-default",
 
8728
+                "-Wno-unneeded-internal-declaration",
 
8729
+                "-Wno-inconsistent-missing-override",
 
8730
+                "-Wno-undefined-var-template",
 
8731
+                "-Wno-nonportable-include-path",
 
8732
+                "-Wno-address-of-packed-member",
 
8733
+                "-Wno-unused-lambda-capture",
 
8734
+                "-Wno-user-defined-warnings",
 
8735
+                "-O2",
 
8736
+                "-fno-ident",
 
8737
+                "-fdata-sections",
 
8738
+                "-ffunction-sections",
 
8739
+                "-fno-omit-frame-pointer",
 
8740
+                "-g0",
 
8741
+                "-fvisibility=hidden",
 
8742
+                "-Wheader-hygiene",
 
8743
+                "-Wstring-conversion",
 
8744
+                "-Wtautological-overlap-compare",
 
8745
+                "-Wextra",
 
8746
+                "-Wno-unused-parameter",
 
8747
+                "-Wno-missing-field-initializers",
 
8748
+                "-Wno-strict-overflow",
 
8749
+                "-Wimplicit-fallthrough",
 
8750
+                "-Wthread-safety",
 
8751
+                "-Winconsistent-missing-override",
 
8752
+                "-Wundef"
 
8753
+            ],
 
8754
+            "defines": [
 
8755
+                "V8_DEPRECATION_WARNINGS",
 
8756
+                "USE_NSS_CERTS=1",
 
8757
+                "USE_X11=1",
 
8758
+                "NO_TCMALLOC",
 
8759
+                "DISABLE_NACL",
 
8760
+                "CHROMIUM_BUILD",
 
8761
+                "_FILE_OFFSET_BITS=64",
 
8762
+                "NDEBUG",
 
8763
+                "NVALGRIND",
 
8764
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8765
+                "WEBRTC_RESTRICT_LOGGING",
 
8766
+                "EXPAT_RELATIVE_PATH",
 
8767
+                "WEBRTC_ARCH_ARM64",
 
8768
+                "WEBRTC_HAS_NEON",
 
8769
+                "WEBRTC_MOZILLA_BUILD",
 
8770
+                "WEBRTC_POSIX",
 
8771
+                "WEBRTC_LINUX"
 
8772
+            ],
 
8773
+            "deps": [
 
8774
+                "//webrtc:webrtc_common",
 
8775
+                "//webrtc/modules/audio_coding:audio_coding",
 
8776
+                "//webrtc/modules/audio_coding:audio_format_conversion",
 
8777
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
8778
+                "//webrtc/modules/audio_coding:rent_a_codec"
 
8779
+            ],
 
8780
+            "include_dirs": [
 
8781
+                "//",
 
8782
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
8783
+                "//webrtc/modules/audio_coding/include/",
 
8784
+                "//webrtc/modules/include/"
 
8785
+            ],
 
8786
+            "libs": [
 
8787
+                "rt",
 
8788
+                "m"
 
8789
+            ],
 
8790
+            "sources": [
 
8791
+                "//webrtc/voice_engine/coder.cc",
 
8792
+                "//webrtc/voice_engine/coder.h"
 
8793
+            ],
 
8794
+            "type": "static_library"
 
8795
+        },
 
8796
+        "//webrtc/voice_engine:file_player": {
 
8797
+            "cflags": [
 
8798
+                "-fno-strict-aliasing",
 
8799
+                "--param=ssp-buffer-size=4",
 
8800
+                "-fstack-protector",
 
8801
+                "-Wno-builtin-macro-redefined",
 
8802
+                "-D__DATE__=",
 
8803
+                "-D__TIME__=",
 
8804
+                "-D__TIMESTAMP__=",
 
8805
+                "-funwind-tables",
 
8806
+                "-fPIC",
 
8807
+                "-pipe",
 
8808
+                "-fcolor-diagnostics",
 
8809
+                "--target=aarch64-linux-gnu",
 
8810
+                "-pthread",
 
8811
+                "-Wall",
 
8812
+                "-Werror",
 
8813
+                "-Wextra",
 
8814
+                "-Wno-missing-field-initializers",
 
8815
+                "-Wno-unused-parameter",
 
8816
+                "-Wno-c++11-narrowing",
 
8817
+                "-Wno-covered-switch-default",
 
8818
+                "-Wno-unneeded-internal-declaration",
 
8819
+                "-Wno-inconsistent-missing-override",
 
8820
+                "-Wno-undefined-var-template",
 
8821
+                "-Wno-nonportable-include-path",
 
8822
+                "-Wno-address-of-packed-member",
 
8823
+                "-Wno-unused-lambda-capture",
 
8824
+                "-Wno-user-defined-warnings",
 
8825
+                "-O2",
 
8826
+                "-fno-ident",
 
8827
+                "-fdata-sections",
 
8828
+                "-ffunction-sections",
 
8829
+                "-fno-omit-frame-pointer",
 
8830
+                "-g0",
 
8831
+                "-fvisibility=hidden",
 
8832
+                "-Wheader-hygiene",
 
8833
+                "-Wstring-conversion",
 
8834
+                "-Wtautological-overlap-compare",
 
8835
+                "-Wextra",
 
8836
+                "-Wno-unused-parameter",
 
8837
+                "-Wno-missing-field-initializers",
 
8838
+                "-Wno-strict-overflow",
 
8839
+                "-Wimplicit-fallthrough",
 
8840
+                "-Wthread-safety",
 
8841
+                "-Winconsistent-missing-override",
 
8842
+                "-Wundef"
 
8843
+            ],
 
8844
+            "defines": [
 
8845
+                "V8_DEPRECATION_WARNINGS",
 
8846
+                "USE_NSS_CERTS=1",
 
8847
+                "USE_X11=1",
 
8848
+                "NO_TCMALLOC",
 
8849
+                "DISABLE_NACL",
 
8850
+                "CHROMIUM_BUILD",
 
8851
+                "_FILE_OFFSET_BITS=64",
 
8852
+                "NDEBUG",
 
8853
+                "NVALGRIND",
 
8854
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8855
+                "WEBRTC_RESTRICT_LOGGING",
 
8856
+                "EXPAT_RELATIVE_PATH",
 
8857
+                "WEBRTC_ARCH_ARM64",
 
8858
+                "WEBRTC_HAS_NEON",
 
8859
+                "WEBRTC_MOZILLA_BUILD",
 
8860
+                "WEBRTC_POSIX",
 
8861
+                "WEBRTC_LINUX"
 
8862
+            ],
 
8863
+            "deps": [
 
8864
+                "//webrtc:webrtc_common",
 
8865
+                "//webrtc/common_audio:common_audio",
 
8866
+                "//webrtc/modules/media_file:media_file",
 
8867
+                "//webrtc/system_wrappers:system_wrappers",
 
8868
+                "//webrtc/voice_engine:audio_coder"
 
8869
+            ],
 
8870
+            "include_dirs": [
 
8871
+                "//",
 
8872
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
8873
+                "//webrtc/common_audio/resampler/include/",
 
8874
+                "//webrtc/common_audio/signal_processing/include/",
 
8875
+                "//webrtc/common_audio/vad/include/"
 
8876
+            ],
 
8877
+            "libs": [
 
8878
+                "rt",
 
8879
+                "m"
 
8880
+            ],
 
8881
+            "sources": [
 
8882
+                "//webrtc/voice_engine/file_player.cc",
 
8883
+                "//webrtc/voice_engine/file_player.h"
 
8884
+            ],
 
8885
+            "type": "static_library"
 
8886
+        },
 
8887
+        "//webrtc/voice_engine:file_recorder": {
 
8888
+            "cflags": [
 
8889
+                "-fno-strict-aliasing",
 
8890
+                "--param=ssp-buffer-size=4",
 
8891
+                "-fstack-protector",
 
8892
+                "-Wno-builtin-macro-redefined",
 
8893
+                "-D__DATE__=",
 
8894
+                "-D__TIME__=",
 
8895
+                "-D__TIMESTAMP__=",
 
8896
+                "-funwind-tables",
 
8897
+                "-fPIC",
 
8898
+                "-pipe",
 
8899
+                "-fcolor-diagnostics",
 
8900
+                "--target=aarch64-linux-gnu",
 
8901
+                "-pthread",
 
8902
+                "-Wall",
 
8903
+                "-Werror",
 
8904
+                "-Wextra",
 
8905
+                "-Wno-missing-field-initializers",
 
8906
+                "-Wno-unused-parameter",
 
8907
+                "-Wno-c++11-narrowing",
 
8908
+                "-Wno-covered-switch-default",
 
8909
+                "-Wno-unneeded-internal-declaration",
 
8910
+                "-Wno-inconsistent-missing-override",
 
8911
+                "-Wno-undefined-var-template",
 
8912
+                "-Wno-nonportable-include-path",
 
8913
+                "-Wno-address-of-packed-member",
 
8914
+                "-Wno-unused-lambda-capture",
 
8915
+                "-Wno-user-defined-warnings",
 
8916
+                "-O2",
 
8917
+                "-fno-ident",
 
8918
+                "-fdata-sections",
 
8919
+                "-ffunction-sections",
 
8920
+                "-fno-omit-frame-pointer",
 
8921
+                "-g0",
 
8922
+                "-fvisibility=hidden",
 
8923
+                "-Wheader-hygiene",
 
8924
+                "-Wstring-conversion",
 
8925
+                "-Wtautological-overlap-compare",
 
8926
+                "-Wextra",
 
8927
+                "-Wno-unused-parameter",
 
8928
+                "-Wno-missing-field-initializers",
 
8929
+                "-Wno-strict-overflow",
 
8930
+                "-Wimplicit-fallthrough",
 
8931
+                "-Wthread-safety",
 
8932
+                "-Winconsistent-missing-override",
 
8933
+                "-Wundef"
 
8934
+            ],
 
8935
+            "defines": [
 
8936
+                "V8_DEPRECATION_WARNINGS",
 
8937
+                "USE_NSS_CERTS=1",
 
8938
+                "USE_X11=1",
 
8939
+                "NO_TCMALLOC",
 
8940
+                "DISABLE_NACL",
 
8941
+                "CHROMIUM_BUILD",
 
8942
+                "_FILE_OFFSET_BITS=64",
 
8943
+                "NDEBUG",
 
8944
+                "NVALGRIND",
 
8945
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
8946
+                "WEBRTC_RESTRICT_LOGGING",
 
8947
+                "EXPAT_RELATIVE_PATH",
 
8948
+                "WEBRTC_ARCH_ARM64",
 
8949
+                "WEBRTC_HAS_NEON",
 
8950
+                "WEBRTC_MOZILLA_BUILD",
 
8951
+                "WEBRTC_POSIX",
 
8952
+                "WEBRTC_LINUX"
 
8953
+            ],
 
8954
+            "deps": [
 
8955
+                "//webrtc:webrtc_common",
 
8956
+                "//webrtc/base:rtc_base_approved",
 
8957
+                "//webrtc/common_audio:common_audio",
 
8958
+                "//webrtc/modules/media_file:media_file",
 
8959
+                "//webrtc/system_wrappers:system_wrappers",
 
8960
+                "//webrtc/voice_engine:audio_coder"
 
8961
+            ],
 
8962
+            "include_dirs": [
 
8963
+                "//",
 
8964
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
8965
+                "//webrtc/common_audio/resampler/include/",
 
8966
+                "//webrtc/common_audio/signal_processing/include/",
 
8967
+                "//webrtc/common_audio/vad/include/"
 
8968
+            ],
 
8969
+            "libs": [
 
8970
+                "rt",
 
8971
+                "m"
 
8972
+            ],
 
8973
+            "sources": [
 
8974
+                "//webrtc/voice_engine/file_recorder.cc",
 
8975
+                "//webrtc/voice_engine/file_recorder.h"
 
8976
+            ],
 
8977
+            "type": "static_library"
 
8978
+        },
 
8979
+        "//webrtc/voice_engine:level_indicator": {
 
8980
+            "cflags": [
 
8981
+                "-fno-strict-aliasing",
 
8982
+                "--param=ssp-buffer-size=4",
 
8983
+                "-fstack-protector",
 
8984
+                "-Wno-builtin-macro-redefined",
 
8985
+                "-D__DATE__=",
 
8986
+                "-D__TIME__=",
 
8987
+                "-D__TIMESTAMP__=",
 
8988
+                "-funwind-tables",
 
8989
+                "-fPIC",
 
8990
+                "-pipe",
 
8991
+                "-fcolor-diagnostics",
 
8992
+                "--target=aarch64-linux-gnu",
 
8993
+                "-pthread",
 
8994
+                "-Wall",
 
8995
+                "-Werror",
 
8996
+                "-Wextra",
 
8997
+                "-Wno-missing-field-initializers",
 
8998
+                "-Wno-unused-parameter",
 
8999
+                "-Wno-c++11-narrowing",
 
9000
+                "-Wno-covered-switch-default",
 
9001
+                "-Wno-unneeded-internal-declaration",
 
9002
+                "-Wno-inconsistent-missing-override",
 
9003
+                "-Wno-undefined-var-template",
 
9004
+                "-Wno-nonportable-include-path",
 
9005
+                "-Wno-address-of-packed-member",
 
9006
+                "-Wno-unused-lambda-capture",
 
9007
+                "-Wno-user-defined-warnings",
 
9008
+                "-O2",
 
9009
+                "-fno-ident",
 
9010
+                "-fdata-sections",
 
9011
+                "-ffunction-sections",
 
9012
+                "-fno-omit-frame-pointer",
 
9013
+                "-g0",
 
9014
+                "-fvisibility=hidden",
 
9015
+                "-Xclang",
 
9016
+                "-load",
 
9017
+                "-Xclang",
 
9018
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
9019
+                "-Xclang",
 
9020
+                "-add-plugin",
 
9021
+                "-Xclang",
 
9022
+                "find-bad-constructs",
 
9023
+                "-Xclang",
 
9024
+                "-plugin-arg-find-bad-constructs",
 
9025
+                "-Xclang",
 
9026
+                "check-auto-raw-pointer",
 
9027
+                "-Xclang",
 
9028
+                "-plugin-arg-find-bad-constructs",
 
9029
+                "-Xclang",
 
9030
+                "check-ipc",
 
9031
+                "-Wheader-hygiene",
 
9032
+                "-Wstring-conversion",
 
9033
+                "-Wtautological-overlap-compare",
 
9034
+                "-Wextra",
 
9035
+                "-Wno-unused-parameter",
 
9036
+                "-Wno-missing-field-initializers",
 
9037
+                "-Wno-strict-overflow",
 
9038
+                "-Wimplicit-fallthrough",
 
9039
+                "-Wthread-safety",
 
9040
+                "-Winconsistent-missing-override",
 
9041
+                "-Wundef"
 
9042
+            ],
 
9043
+            "defines": [
 
9044
+                "V8_DEPRECATION_WARNINGS",
 
9045
+                "USE_NSS_CERTS=1",
 
9046
+                "USE_X11=1",
 
9047
+                "NO_TCMALLOC",
 
9048
+                "DISABLE_NACL",
 
9049
+                "CHROMIUM_BUILD",
 
9050
+                "_FILE_OFFSET_BITS=64",
 
9051
+                "NDEBUG",
 
9052
+                "NVALGRIND",
 
9053
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9054
+                "WEBRTC_RESTRICT_LOGGING",
 
9055
+                "EXPAT_RELATIVE_PATH",
 
9056
+                "WEBRTC_ARCH_ARM64",
 
9057
+                "WEBRTC_HAS_NEON",
 
9058
+                "WEBRTC_MOZILLA_BUILD",
 
9059
+                "WEBRTC_POSIX",
 
9060
+                "WEBRTC_LINUX"
 
9061
+            ],
 
9062
+            "deps": [
 
9063
+                "//webrtc:webrtc_common",
 
9064
+                "//webrtc/base:rtc_base_approved",
 
9065
+                "//webrtc/common_audio:common_audio"
 
9066
+            ],
 
9067
+            "include_dirs": [
 
9068
+                "//",
 
9069
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
9070
+                "//webrtc/common_audio/resampler/include/",
 
9071
+                "//webrtc/common_audio/signal_processing/include/",
 
9072
+                "//webrtc/common_audio/vad/include/"
 
9073
+            ],
 
9074
+            "libs": [
 
9075
+                "rt"
 
9076
+            ],
 
9077
+            "sources": [
 
9078
+                "//webrtc/voice_engine/level_indicator.cc",
 
9079
+                "//webrtc/voice_engine/level_indicator.h"
 
9080
+            ],
 
9081
+            "type": "static_library"
 
9082
+        },
 
9083
+        "//webrtc/voice_engine:voice_engine": {
 
9084
+            "cflags": [
 
9085
+                "-fno-strict-aliasing",
 
9086
+                "--param=ssp-buffer-size=4",
 
9087
+                "-fstack-protector",
 
9088
+                "-Wno-builtin-macro-redefined",
 
9089
+                "-D__DATE__=",
 
9090
+                "-D__TIME__=",
 
9091
+                "-D__TIMESTAMP__=",
 
9092
+                "-funwind-tables",
 
9093
+                "-fPIC",
 
9094
+                "-pipe",
 
9095
+                "-fcolor-diagnostics",
 
9096
+                "--target=aarch64-linux-gnu",
 
9097
+                "-pthread",
 
9098
+                "-Wall",
 
9099
+                "-Werror",
 
9100
+                "-Wextra",
 
9101
+                "-Wno-missing-field-initializers",
 
9102
+                "-Wno-unused-parameter",
 
9103
+                "-Wno-c++11-narrowing",
 
9104
+                "-Wno-covered-switch-default",
 
9105
+                "-Wno-unneeded-internal-declaration",
 
9106
+                "-Wno-inconsistent-missing-override",
 
9107
+                "-Wno-undefined-var-template",
 
9108
+                "-Wno-nonportable-include-path",
 
9109
+                "-Wno-address-of-packed-member",
 
9110
+                "-Wno-unused-lambda-capture",
 
9111
+                "-Wno-user-defined-warnings",
 
9112
+                "-O2",
 
9113
+                "-fno-ident",
 
9114
+                "-fdata-sections",
 
9115
+                "-ffunction-sections",
 
9116
+                "-fno-omit-frame-pointer",
 
9117
+                "-g0",
 
9118
+                "-fvisibility=hidden",
 
9119
+                "-Wheader-hygiene",
 
9120
+                "-Wstring-conversion",
 
9121
+                "-Wtautological-overlap-compare",
 
9122
+                "-Wextra",
 
9123
+                "-Wno-unused-parameter",
 
9124
+                "-Wno-missing-field-initializers",
 
9125
+                "-Wno-strict-overflow",
 
9126
+                "-Wimplicit-fallthrough",
 
9127
+                "-Wthread-safety",
 
9128
+                "-Winconsistent-missing-override",
 
9129
+                "-Wundef"
 
9130
+            ],
 
9131
+            "defines": [
 
9132
+                "V8_DEPRECATION_WARNINGS",
 
9133
+                "USE_NSS_CERTS=1",
 
9134
+                "USE_X11=1",
 
9135
+                "NO_TCMALLOC",
 
9136
+                "DISABLE_NACL",
 
9137
+                "CHROMIUM_BUILD",
 
9138
+                "_FILE_OFFSET_BITS=64",
 
9139
+                "NDEBUG",
 
9140
+                "NVALGRIND",
 
9141
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9142
+                "WEBRTC_RESTRICT_LOGGING",
 
9143
+                "EXPAT_RELATIVE_PATH",
 
9144
+                "WEBRTC_ARCH_ARM64",
 
9145
+                "WEBRTC_HAS_NEON",
 
9146
+                "WEBRTC_MOZILLA_BUILD",
 
9147
+                "WEBRTC_POSIX",
 
9148
+                "WEBRTC_LINUX",
 
9149
+                "WEBRTC_BUILD_LIBEVENT"
 
9150
+            ],
 
9151
+            "deps": [
 
9152
+                "//webrtc:webrtc_common",
 
9153
+                "//webrtc/api:audio_mixer_api",
 
9154
+                "//webrtc/api:call_api",
 
9155
+                "//webrtc/api:transport_api",
 
9156
+                "//webrtc/audio/utility:audio_frame_operations",
 
9157
+                "//webrtc/base:rtc_base_approved",
 
9158
+                "//webrtc/common_audio:common_audio",
 
9159
+                "//webrtc/logging:rtc_event_log_api",
 
9160
+                "//webrtc/modules/audio_coding:audio_coding",
 
9161
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
9162
+                "//webrtc/modules/audio_coding:audio_format_conversion",
 
9163
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
9164
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
9165
+                "//webrtc/modules/audio_conference_mixer:audio_conference_mixer",
 
9166
+                "//webrtc/modules/audio_device:audio_device",
 
9167
+                "//webrtc/modules/audio_processing:audio_processing",
 
9168
+                "//webrtc/modules/bitrate_controller:bitrate_controller",
 
9169
+                "//webrtc/modules/media_file:media_file",
 
9170
+                "//webrtc/modules/pacing:pacing",
 
9171
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
9172
+                "//webrtc/modules/utility:utility",
 
9173
+                "//webrtc/system_wrappers:system_wrappers",
 
9174
+                "//webrtc/voice_engine:file_player",
 
9175
+                "//webrtc/voice_engine:file_recorder",
 
9176
+                "//webrtc/voice_engine:level_indicator"
 
9177
+            ],
 
9178
+            "include_dirs": [
 
9179
+                "//",
 
9180
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
9181
+                "//webrtc/modules/audio_coding/include/",
 
9182
+                "//webrtc/modules/include/",
 
9183
+                "//webrtc/common_audio/resampler/include/",
 
9184
+                "//webrtc/common_audio/signal_processing/include/",
 
9185
+                "//webrtc/common_audio/vad/include/",
 
9186
+                "//webrtc/modules/audio_conference_mixer/include/",
 
9187
+                "//webrtc/modules/include/",
 
9188
+                "//webrtc/modules/include/",
 
9189
+                "//webrtc/modules/audio_device/include/",
 
9190
+                "//webrtc/modules/audio_device/dummy/"
 
9191
+            ],
 
9192
+            "libs": [
 
9193
+                "rt",
 
9194
+                "m"
 
9195
+            ],
 
9196
+            "sources": [
 
9197
+                "//webrtc/voice_engine/channel.cc",
 
9198
+                "//webrtc/voice_engine/channel.h",
 
9199
+                "//webrtc/voice_engine/channel_manager.cc",
 
9200
+                "//webrtc/voice_engine/channel_manager.h",
 
9201
+                "//webrtc/voice_engine/channel_proxy.cc",
 
9202
+                "//webrtc/voice_engine/channel_proxy.h",
 
9203
+                "//webrtc/voice_engine/include/voe_audio_processing.h",
 
9204
+                "//webrtc/voice_engine/include/voe_base.h",
 
9205
+                "//webrtc/voice_engine/include/voe_codec.h",
 
9206
+                "//webrtc/voice_engine/include/voe_errors.h",
 
9207
+                "//webrtc/voice_engine/include/voe_external_media.h",
 
9208
+                "//webrtc/voice_engine/include/voe_file.h",
 
9209
+                "//webrtc/voice_engine/include/voe_hardware.h",
 
9210
+                "//webrtc/voice_engine/include/voe_neteq_stats.h",
 
9211
+                "//webrtc/voice_engine/include/voe_network.h",
 
9212
+                "//webrtc/voice_engine/include/voe_rtp_rtcp.h",
 
9213
+                "//webrtc/voice_engine/include/voe_video_sync.h",
 
9214
+                "//webrtc/voice_engine/include/voe_volume_control.h",
 
9215
+                "//webrtc/voice_engine/monitor_module.cc",
 
9216
+                "//webrtc/voice_engine/monitor_module.h",
 
9217
+                "//webrtc/voice_engine/output_mixer.cc",
 
9218
+                "//webrtc/voice_engine/output_mixer.h",
 
9219
+                "//webrtc/voice_engine/shared_data.cc",
 
9220
+                "//webrtc/voice_engine/shared_data.h",
 
9221
+                "//webrtc/voice_engine/statistics.cc",
 
9222
+                "//webrtc/voice_engine/statistics.h",
 
9223
+                "//webrtc/voice_engine/transmit_mixer.cc",
 
9224
+                "//webrtc/voice_engine/transmit_mixer.h",
 
9225
+                "//webrtc/voice_engine/utility.cc",
 
9226
+                "//webrtc/voice_engine/utility.h",
 
9227
+                "//webrtc/voice_engine/voe_audio_processing_impl.cc",
 
9228
+                "//webrtc/voice_engine/voe_audio_processing_impl.h",
 
9229
+                "//webrtc/voice_engine/voe_base_impl.cc",
 
9230
+                "//webrtc/voice_engine/voe_base_impl.h",
 
9231
+                "//webrtc/voice_engine/voe_codec_impl.cc",
 
9232
+                "//webrtc/voice_engine/voe_codec_impl.h",
 
9233
+                "//webrtc/voice_engine/voe_external_media_impl.cc",
 
9234
+                "//webrtc/voice_engine/voe_external_media_impl.h",
 
9235
+                "//webrtc/voice_engine/voe_file_impl.cc",
 
9236
+                "//webrtc/voice_engine/voe_file_impl.h",
 
9237
+                "//webrtc/voice_engine/voe_hardware_impl.cc",
 
9238
+                "//webrtc/voice_engine/voe_hardware_impl.h",
 
9239
+                "//webrtc/voice_engine/voe_neteq_stats_impl.cc",
 
9240
+                "//webrtc/voice_engine/voe_neteq_stats_impl.h",
 
9241
+                "//webrtc/voice_engine/voe_network_impl.cc",
 
9242
+                "//webrtc/voice_engine/voe_network_impl.h",
 
9243
+                "//webrtc/voice_engine/voe_rtp_rtcp_impl.cc",
 
9244
+                "//webrtc/voice_engine/voe_rtp_rtcp_impl.h",
 
9245
+                "//webrtc/voice_engine/voe_video_sync_impl.cc",
 
9246
+                "//webrtc/voice_engine/voe_video_sync_impl.h",
 
9247
+                "//webrtc/voice_engine/voe_volume_control_impl.cc",
 
9248
+                "//webrtc/voice_engine/voe_volume_control_impl.h",
 
9249
+                "//webrtc/voice_engine/voice_engine_defines.h",
 
9250
+                "//webrtc/voice_engine/voice_engine_impl.cc",
 
9251
+                "//webrtc/voice_engine/voice_engine_impl.h"
 
9252
+            ],
 
9253
+            "type": "static_library"
 
9254
+        },
 
9255
+        "//webrtc:webrtc": {
 
9256
+            "cflags": [
 
9257
+                "-fno-strict-aliasing",
 
9258
+                "--param=ssp-buffer-size=4",
 
9259
+                "-fstack-protector",
 
9260
+                "-Wno-builtin-macro-redefined",
 
9261
+                "-D__DATE__=",
 
9262
+                "-D__TIME__=",
 
9263
+                "-D__TIMESTAMP__=",
 
9264
+                "-funwind-tables",
 
9265
+                "-fPIC",
 
9266
+                "-pipe",
 
9267
+                "-fcolor-diagnostics",
 
9268
+                "--target=aarch64-linux-gnu",
 
9269
+                "-pthread",
 
9270
+                "-Wall",
 
9271
+                "-Werror",
 
9272
+                "-Wextra",
 
9273
+                "-Wno-missing-field-initializers",
 
9274
+                "-Wno-unused-parameter",
 
9275
+                "-Wno-c++11-narrowing",
 
9276
+                "-Wno-covered-switch-default",
 
9277
+                "-Wno-unneeded-internal-declaration",
 
9278
+                "-Wno-inconsistent-missing-override",
 
9279
+                "-Wno-undefined-var-template",
 
9280
+                "-Wno-nonportable-include-path",
 
9281
+                "-Wno-address-of-packed-member",
 
9282
+                "-Wno-unused-lambda-capture",
 
9283
+                "-Wno-user-defined-warnings",
 
9284
+                "-O2",
 
9285
+                "-fno-ident",
 
9286
+                "-fdata-sections",
 
9287
+                "-ffunction-sections",
 
9288
+                "-fno-omit-frame-pointer",
 
9289
+                "-g0",
 
9290
+                "-fvisibility=hidden",
 
9291
+                "-Xclang",
 
9292
+                "-load",
 
9293
+                "-Xclang",
 
9294
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
9295
+                "-Xclang",
 
9296
+                "-add-plugin",
 
9297
+                "-Xclang",
 
9298
+                "find-bad-constructs",
 
9299
+                "-Xclang",
 
9300
+                "-plugin-arg-find-bad-constructs",
 
9301
+                "-Xclang",
 
9302
+                "check-auto-raw-pointer",
 
9303
+                "-Xclang",
 
9304
+                "-plugin-arg-find-bad-constructs",
 
9305
+                "-Xclang",
 
9306
+                "check-ipc",
 
9307
+                "-Wheader-hygiene",
 
9308
+                "-Wstring-conversion",
 
9309
+                "-Wtautological-overlap-compare",
 
9310
+                "-Wextra",
 
9311
+                "-Wno-unused-parameter",
 
9312
+                "-Wno-missing-field-initializers",
 
9313
+                "-Wno-strict-overflow",
 
9314
+                "-Wimplicit-fallthrough",
 
9315
+                "-Wthread-safety",
 
9316
+                "-Winconsistent-missing-override",
 
9317
+                "-Wundef"
 
9318
+            ],
 
9319
+            "defines": [
 
9320
+                "V8_DEPRECATION_WARNINGS",
 
9321
+                "USE_NSS_CERTS=1",
 
9322
+                "USE_X11=1",
 
9323
+                "NO_TCMALLOC",
 
9324
+                "DISABLE_NACL",
 
9325
+                "CHROMIUM_BUILD",
 
9326
+                "_FILE_OFFSET_BITS=64",
 
9327
+                "NDEBUG",
 
9328
+                "NVALGRIND",
 
9329
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9330
+                "WEBRTC_RESTRICT_LOGGING",
 
9331
+                "EXPAT_RELATIVE_PATH",
 
9332
+                "WEBRTC_ARCH_ARM64",
 
9333
+                "WEBRTC_HAS_NEON",
 
9334
+                "WEBRTC_MOZILLA_BUILD",
 
9335
+                "WEBRTC_POSIX",
 
9336
+                "WEBRTC_LINUX",
 
9337
+                "WEBRTC_BUILD_LIBEVENT"
 
9338
+            ],
 
9339
+            "deps": [
 
9340
+                "//webrtc:webrtc_common",
 
9341
+                "//webrtc/api:transport_api",
 
9342
+                "//webrtc/api:video_frame_api",
 
9343
+                "//webrtc/audio:audio",
 
9344
+                "//webrtc/base:base",
 
9345
+                "//webrtc/call:call",
 
9346
+                "//webrtc/common_audio:common_audio",
 
9347
+                "//webrtc/common_video:common_video",
 
9348
+                "//webrtc/media:media",
 
9349
+                "//webrtc/modules:modules",
 
9350
+                "//webrtc/modules/video_capture:video_capture_internal_impl",
 
9351
+                "//webrtc/sdk:sdk",
 
9352
+                "//webrtc/system_wrappers:field_trial_default",
 
9353
+                "//webrtc/system_wrappers:metrics_default",
 
9354
+                "//webrtc/system_wrappers:system_wrappers",
 
9355
+                "//webrtc/video:video",
 
9356
+                "//webrtc/video_engine:video_engine",
 
9357
+                "//webrtc/voice_engine:voice_engine"
 
9358
+            ],
 
9359
+            "include_dirs": [
 
9360
+                "//",
 
9361
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/",
 
9362
+                "//webrtc/common_audio/resampler/include/",
 
9363
+                "//webrtc/common_audio/signal_processing/include/",
 
9364
+                "//webrtc/common_audio/vad/include/",
 
9365
+                "//webrtc/common_video/include/",
 
9366
+                "//webrtc/common_video/libyuv/include/",
 
9367
+                "//webrtc/modules/audio_coding/include/",
 
9368
+                "//webrtc/modules/include/",
 
9369
+                "//webrtc/modules/audio_conference_mixer/include/",
 
9370
+                "//webrtc/modules/include/",
 
9371
+                "//webrtc/modules/include/",
 
9372
+                "//webrtc/modules/audio_device/include/",
 
9373
+                "//webrtc/modules/audio_device/dummy/"
 
9374
+            ],
 
9375
+            "libs": [
 
9376
+                "rt",
 
9377
+                "m",
 
9378
+                "X11",
 
9379
+                "X11-xcb",
 
9380
+                "xcb",
 
9381
+                "Xcomposite",
 
9382
+                "Xcursor",
 
9383
+                "Xdamage",
 
9384
+                "Xext",
 
9385
+                "Xfixes",
 
9386
+                "Xi",
 
9387
+                "Xrender"
 
9388
+            ],
 
9389
+            "sources": [
 
9390
+                "//webrtc/build/no_op_function.cc",
 
9391
+                "//webrtc/call.h",
 
9392
+                "//webrtc/config.h"
 
9393
+            ],
 
9394
+            "type": "static_library"
 
9395
+        },
 
9396
+        "//webrtc:webrtc_common": {
 
9397
+            "cflags": [
 
9398
+                "-fno-strict-aliasing",
 
9399
+                "--param=ssp-buffer-size=4",
 
9400
+                "-fstack-protector",
 
9401
+                "-Wno-builtin-macro-redefined",
 
9402
+                "-D__DATE__=",
 
9403
+                "-D__TIME__=",
 
9404
+                "-D__TIMESTAMP__=",
 
9405
+                "-funwind-tables",
 
9406
+                "-fPIC",
 
9407
+                "-pipe",
 
9408
+                "-fcolor-diagnostics",
 
9409
+                "--target=aarch64-linux-gnu",
 
9410
+                "-pthread",
 
9411
+                "-Wall",
 
9412
+                "-Werror",
 
9413
+                "-Wextra",
 
9414
+                "-Wno-missing-field-initializers",
 
9415
+                "-Wno-unused-parameter",
 
9416
+                "-Wno-c++11-narrowing",
 
9417
+                "-Wno-covered-switch-default",
 
9418
+                "-Wno-unneeded-internal-declaration",
 
9419
+                "-Wno-inconsistent-missing-override",
 
9420
+                "-Wno-undefined-var-template",
 
9421
+                "-Wno-nonportable-include-path",
 
9422
+                "-Wno-address-of-packed-member",
 
9423
+                "-Wno-unused-lambda-capture",
 
9424
+                "-Wno-user-defined-warnings",
 
9425
+                "-O2",
 
9426
+                "-fno-ident",
 
9427
+                "-fdata-sections",
 
9428
+                "-ffunction-sections",
 
9429
+                "-fno-omit-frame-pointer",
 
9430
+                "-g0",
 
9431
+                "-fvisibility=hidden",
 
9432
+                "-Wheader-hygiene",
 
9433
+                "-Wstring-conversion",
 
9434
+                "-Wtautological-overlap-compare",
 
9435
+                "-Wextra",
 
9436
+                "-Wno-unused-parameter",
 
9437
+                "-Wno-missing-field-initializers",
 
9438
+                "-Wno-strict-overflow",
 
9439
+                "-Wimplicit-fallthrough",
 
9440
+                "-Wthread-safety",
 
9441
+                "-Winconsistent-missing-override",
 
9442
+                "-Wundef"
 
9443
+            ],
 
9444
+            "defines": [
 
9445
+                "V8_DEPRECATION_WARNINGS",
 
9446
+                "USE_NSS_CERTS=1",
 
9447
+                "USE_X11=1",
 
9448
+                "NO_TCMALLOC",
 
9449
+                "DISABLE_NACL",
 
9450
+                "CHROMIUM_BUILD",
 
9451
+                "_FILE_OFFSET_BITS=64",
 
9452
+                "NDEBUG",
 
9453
+                "NVALGRIND",
 
9454
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9455
+                "WEBRTC_RESTRICT_LOGGING",
 
9456
+                "EXPAT_RELATIVE_PATH",
 
9457
+                "WEBRTC_ARCH_ARM64",
 
9458
+                "WEBRTC_HAS_NEON",
 
9459
+                "WEBRTC_MOZILLA_BUILD",
 
9460
+                "WEBRTC_POSIX",
 
9461
+                "WEBRTC_LINUX"
 
9462
+            ],
 
9463
+            "deps": [],
 
9464
+            "include_dirs": [
 
9465
+                "//",
 
9466
+                "/home/ubuntu/src/firefox/bionic/firefox-60.0+build2/obj-aarch64-linux-gnu/media/webrtc/trunk/gn-output/gen/"
 
9467
+            ],
 
9468
+            "libs": [],
 
9469
+            "sources": [
 
9470
+                "//webrtc/common_types.cc",
 
9471
+                "//webrtc/common_types.h",
 
9472
+                "//webrtc/config.cc",
 
9473
+                "//webrtc/config.h",
 
9474
+                "//webrtc/typedefs.h"
 
9475
+            ],
 
9476
+            "type": "static_library"
 
9477
+        }
 
9478
+    }
 
9479
+}
 
9480
\ No newline at end of file
 
9481
--- /dev/null
 
9482
+++ b/media/webrtc/gn-configs/arm_False_arm_linux.json
 
9483
@@ -0,0 +1,9795 @@
 
9484
+{
 
9485
+    "gn_gen_args": {
 
9486
+        "host_cpu": "arm",
 
9487
+        "is_debug": false,
 
9488
+        "target_cpu": "arm",
 
9489
+        "target_os": "linux"
 
9490
+    },
 
9491
+    "mozbuild_args": {
 
9492
+        "CPU_ARCH": "arm",
 
9493
+        "HOST_CPU_ARCH": "arm",
 
9494
+        "MOZ_DEBUG": null,
 
9495
+        "OS_TARGET": "Linux"
 
9496
+    },
 
9497
+    "sandbox_vars": {
 
9498
+        "COMPILE_FLAGS": {
 
9499
+            "WARNINGS_AS_ERRORS": []
 
9500
+        },
 
9501
+        "FINAL_LIBRARY": "webrtc"
 
9502
+    },
 
9503
+    "targets": {
 
9504
+        "//webrtc/api:audio_mixer_api": {
 
9505
+            "cflags": [
 
9506
+                "-fno-strict-aliasing",
 
9507
+                "--param=ssp-buffer-size=4",
 
9508
+                "-fstack-protector",
 
9509
+                "-Wno-builtin-macro-redefined",
 
9510
+                "-D__DATE__=",
 
9511
+                "-D__TIME__=",
 
9512
+                "-D__TIMESTAMP__=",
 
9513
+                "-funwind-tables",
 
9514
+                "-fPIC",
 
9515
+                "-pipe",
 
9516
+                "-fcolor-diagnostics",
 
9517
+                "--target=arm-linux-gnueabihf",
 
9518
+                "-march=armv7-a",
 
9519
+                "-mfloat-abi=hard",
 
9520
+                "-mtune=generic-armv7-a",
 
9521
+                "-pthread",
 
9522
+                "-mfpu=neon",
 
9523
+                "-mthumb",
 
9524
+                "-Wall",
 
9525
+                "-Werror",
 
9526
+                "-Wextra",
 
9527
+                "-Wno-missing-field-initializers",
 
9528
+                "-Wno-unused-parameter",
 
9529
+                "-Wno-c++11-narrowing",
 
9530
+                "-Wno-covered-switch-default",
 
9531
+                "-Wno-unneeded-internal-declaration",
 
9532
+                "-Wno-inconsistent-missing-override",
 
9533
+                "-Wno-undefined-var-template",
 
9534
+                "-Wno-nonportable-include-path",
 
9535
+                "-Wno-address-of-packed-member",
 
9536
+                "-Wno-unused-lambda-capture",
 
9537
+                "-Wno-user-defined-warnings",
 
9538
+                "-O2",
 
9539
+                "-fno-ident",
 
9540
+                "-fdata-sections",
 
9541
+                "-ffunction-sections",
 
9542
+                "-fomit-frame-pointer",
 
9543
+                "-g0",
 
9544
+                "-fvisibility=hidden",
 
9545
+                "-Xclang",
 
9546
+                "-load",
 
9547
+                "-Xclang",
 
9548
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
9549
+                "-Xclang",
 
9550
+                "-add-plugin",
 
9551
+                "-Xclang",
 
9552
+                "find-bad-constructs",
 
9553
+                "-Xclang",
 
9554
+                "-plugin-arg-find-bad-constructs",
 
9555
+                "-Xclang",
 
9556
+                "check-auto-raw-pointer",
 
9557
+                "-Xclang",
 
9558
+                "-plugin-arg-find-bad-constructs",
 
9559
+                "-Xclang",
 
9560
+                "check-ipc",
 
9561
+                "-Wheader-hygiene",
 
9562
+                "-Wstring-conversion",
 
9563
+                "-Wtautological-overlap-compare",
 
9564
+                "-Wextra",
 
9565
+                "-Wno-unused-parameter",
 
9566
+                "-Wno-missing-field-initializers",
 
9567
+                "-Wno-strict-overflow",
 
9568
+                "-Wimplicit-fallthrough",
 
9569
+                "-Wthread-safety",
 
9570
+                "-Winconsistent-missing-override",
 
9571
+                "-Wundef"
 
9572
+            ],
 
9573
+            "defines": [
 
9574
+                "V8_DEPRECATION_WARNINGS",
 
9575
+                "USE_NSS_CERTS=1",
 
9576
+                "USE_X11=1",
 
9577
+                "CHROMIUM_BUILD",
 
9578
+                "_FILE_OFFSET_BITS=64",
 
9579
+                "NDEBUG",
 
9580
+                "NVALGRIND",
 
9581
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9582
+                "WEBRTC_RESTRICT_LOGGING",
 
9583
+                "EXPAT_RELATIVE_PATH",
 
9584
+                "WEBRTC_ARCH_ARM",
 
9585
+                "WEBRTC_ARCH_ARM_V7",
 
9586
+                "WEBRTC_HAS_NEON",
 
9587
+                "WEBRTC_MOZILLA_BUILD",
 
9588
+                "WEBRTC_POSIX",
 
9589
+                "WEBRTC_LINUX"
 
9590
+            ],
 
9591
+            "deps": [
 
9592
+                "//webrtc/base:rtc_base_approved"
 
9593
+            ],
 
9594
+            "include_dirs": [
 
9595
+                "//",
 
9596
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
9597
+            ],
 
9598
+            "libs": [],
 
9599
+            "sources": [
 
9600
+                "//webrtc/api/audio/audio_mixer.h"
 
9601
+            ],
 
9602
+            "type": "source_set"
 
9603
+        },
 
9604
+        "//webrtc/api:call_api": {
 
9605
+            "cflags": [
 
9606
+                "-fno-strict-aliasing",
 
9607
+                "--param=ssp-buffer-size=4",
 
9608
+                "-fstack-protector",
 
9609
+                "-Wno-builtin-macro-redefined",
 
9610
+                "-D__DATE__=",
 
9611
+                "-D__TIME__=",
 
9612
+                "-D__TIMESTAMP__=",
 
9613
+                "-funwind-tables",
 
9614
+                "-fPIC",
 
9615
+                "-pipe",
 
9616
+                "-fcolor-diagnostics",
 
9617
+                "--target=arm-linux-gnueabihf",
 
9618
+                "-march=armv7-a",
 
9619
+                "-mfloat-abi=hard",
 
9620
+                "-mtune=generic-armv7-a",
 
9621
+                "-pthread",
 
9622
+                "-mfpu=neon",
 
9623
+                "-mthumb",
 
9624
+                "-Wall",
 
9625
+                "-Werror",
 
9626
+                "-Wextra",
 
9627
+                "-Wno-missing-field-initializers",
 
9628
+                "-Wno-unused-parameter",
 
9629
+                "-Wno-c++11-narrowing",
 
9630
+                "-Wno-covered-switch-default",
 
9631
+                "-Wno-unneeded-internal-declaration",
 
9632
+                "-Wno-inconsistent-missing-override",
 
9633
+                "-Wno-undefined-var-template",
 
9634
+                "-Wno-nonportable-include-path",
 
9635
+                "-Wno-address-of-packed-member",
 
9636
+                "-Wno-unused-lambda-capture",
 
9637
+                "-Wno-user-defined-warnings",
 
9638
+                "-O2",
 
9639
+                "-fno-ident",
 
9640
+                "-fdata-sections",
 
9641
+                "-ffunction-sections",
 
9642
+                "-fomit-frame-pointer",
 
9643
+                "-g0",
 
9644
+                "-fvisibility=hidden",
 
9645
+                "-Xclang",
 
9646
+                "-load",
 
9647
+                "-Xclang",
 
9648
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
9649
+                "-Xclang",
 
9650
+                "-add-plugin",
 
9651
+                "-Xclang",
 
9652
+                "find-bad-constructs",
 
9653
+                "-Xclang",
 
9654
+                "-plugin-arg-find-bad-constructs",
 
9655
+                "-Xclang",
 
9656
+                "check-auto-raw-pointer",
 
9657
+                "-Xclang",
 
9658
+                "-plugin-arg-find-bad-constructs",
 
9659
+                "-Xclang",
 
9660
+                "check-ipc",
 
9661
+                "-Wheader-hygiene",
 
9662
+                "-Wstring-conversion",
 
9663
+                "-Wtautological-overlap-compare",
 
9664
+                "-Wextra",
 
9665
+                "-Wno-unused-parameter",
 
9666
+                "-Wno-missing-field-initializers",
 
9667
+                "-Wno-strict-overflow",
 
9668
+                "-Wimplicit-fallthrough",
 
9669
+                "-Wthread-safety",
 
9670
+                "-Winconsistent-missing-override",
 
9671
+                "-Wundef"
 
9672
+            ],
 
9673
+            "defines": [
 
9674
+                "V8_DEPRECATION_WARNINGS",
 
9675
+                "USE_NSS_CERTS=1",
 
9676
+                "USE_X11=1",
 
9677
+                "CHROMIUM_BUILD",
 
9678
+                "_FILE_OFFSET_BITS=64",
 
9679
+                "NDEBUG",
 
9680
+                "NVALGRIND",
 
9681
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9682
+                "WEBRTC_RESTRICT_LOGGING",
 
9683
+                "EXPAT_RELATIVE_PATH",
 
9684
+                "WEBRTC_ARCH_ARM",
 
9685
+                "WEBRTC_ARCH_ARM_V7",
 
9686
+                "WEBRTC_HAS_NEON",
 
9687
+                "WEBRTC_MOZILLA_BUILD",
 
9688
+                "WEBRTC_POSIX",
 
9689
+                "WEBRTC_LINUX"
 
9690
+            ],
 
9691
+            "deps": [
 
9692
+                "//webrtc:webrtc_common",
 
9693
+                "//webrtc/api:audio_mixer_api",
 
9694
+                "//webrtc/api:transport_api",
 
9695
+                "//webrtc/base:rtc_base_approved",
 
9696
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
9697
+                "//webrtc/modules/audio_coding:audio_encoder_interface"
 
9698
+            ],
 
9699
+            "include_dirs": [
 
9700
+                "//",
 
9701
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
9702
+            ],
 
9703
+            "libs": [],
 
9704
+            "sources": [
 
9705
+                "//webrtc/api/call/audio_sink.h"
 
9706
+            ],
 
9707
+            "type": "source_set"
 
9708
+        },
 
9709
+        "//webrtc/api:transport_api": {
 
9710
+            "cflags": [
 
9711
+                "-fno-strict-aliasing",
 
9712
+                "--param=ssp-buffer-size=4",
 
9713
+                "-fstack-protector",
 
9714
+                "-Wno-builtin-macro-redefined",
 
9715
+                "-D__DATE__=",
 
9716
+                "-D__TIME__=",
 
9717
+                "-D__TIMESTAMP__=",
 
9718
+                "-funwind-tables",
 
9719
+                "-fPIC",
 
9720
+                "-pipe",
 
9721
+                "-fcolor-diagnostics",
 
9722
+                "--target=arm-linux-gnueabihf",
 
9723
+                "-march=armv7-a",
 
9724
+                "-mfloat-abi=hard",
 
9725
+                "-mtune=generic-armv7-a",
 
9726
+                "-pthread",
 
9727
+                "-mfpu=neon",
 
9728
+                "-mthumb",
 
9729
+                "-Wall",
 
9730
+                "-Werror",
 
9731
+                "-Wextra",
 
9732
+                "-Wno-missing-field-initializers",
 
9733
+                "-Wno-unused-parameter",
 
9734
+                "-Wno-c++11-narrowing",
 
9735
+                "-Wno-covered-switch-default",
 
9736
+                "-Wno-unneeded-internal-declaration",
 
9737
+                "-Wno-inconsistent-missing-override",
 
9738
+                "-Wno-undefined-var-template",
 
9739
+                "-Wno-nonportable-include-path",
 
9740
+                "-Wno-address-of-packed-member",
 
9741
+                "-Wno-unused-lambda-capture",
 
9742
+                "-Wno-user-defined-warnings",
 
9743
+                "-O2",
 
9744
+                "-fno-ident",
 
9745
+                "-fdata-sections",
 
9746
+                "-ffunction-sections",
 
9747
+                "-fomit-frame-pointer",
 
9748
+                "-g0",
 
9749
+                "-fvisibility=hidden",
 
9750
+                "-Xclang",
 
9751
+                "-load",
 
9752
+                "-Xclang",
 
9753
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
9754
+                "-Xclang",
 
9755
+                "-add-plugin",
 
9756
+                "-Xclang",
 
9757
+                "find-bad-constructs",
 
9758
+                "-Xclang",
 
9759
+                "-plugin-arg-find-bad-constructs",
 
9760
+                "-Xclang",
 
9761
+                "check-auto-raw-pointer",
 
9762
+                "-Xclang",
 
9763
+                "-plugin-arg-find-bad-constructs",
 
9764
+                "-Xclang",
 
9765
+                "check-ipc",
 
9766
+                "-Wheader-hygiene",
 
9767
+                "-Wstring-conversion",
 
9768
+                "-Wtautological-overlap-compare",
 
9769
+                "-Wextra",
 
9770
+                "-Wno-unused-parameter",
 
9771
+                "-Wno-missing-field-initializers",
 
9772
+                "-Wno-strict-overflow",
 
9773
+                "-Wimplicit-fallthrough",
 
9774
+                "-Wthread-safety",
 
9775
+                "-Winconsistent-missing-override",
 
9776
+                "-Wundef"
 
9777
+            ],
 
9778
+            "defines": [
 
9779
+                "V8_DEPRECATION_WARNINGS",
 
9780
+                "USE_NSS_CERTS=1",
 
9781
+                "USE_X11=1",
 
9782
+                "CHROMIUM_BUILD",
 
9783
+                "_FILE_OFFSET_BITS=64",
 
9784
+                "NDEBUG",
 
9785
+                "NVALGRIND",
 
9786
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9787
+                "WEBRTC_RESTRICT_LOGGING",
 
9788
+                "EXPAT_RELATIVE_PATH",
 
9789
+                "WEBRTC_ARCH_ARM",
 
9790
+                "WEBRTC_ARCH_ARM_V7",
 
9791
+                "WEBRTC_HAS_NEON",
 
9792
+                "WEBRTC_MOZILLA_BUILD",
 
9793
+                "WEBRTC_POSIX",
 
9794
+                "WEBRTC_LINUX"
 
9795
+            ],
 
9796
+            "deps": [],
 
9797
+            "include_dirs": [
 
9798
+                "//",
 
9799
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
9800
+            ],
 
9801
+            "libs": [],
 
9802
+            "sources": [
 
9803
+                "//webrtc/api/call/transport.h"
 
9804
+            ],
 
9805
+            "type": "source_set"
 
9806
+        },
 
9807
+        "//webrtc/api:video_frame_api": {
 
9808
+            "cflags": [
 
9809
+                "-fno-strict-aliasing",
 
9810
+                "--param=ssp-buffer-size=4",
 
9811
+                "-fstack-protector",
 
9812
+                "-Wno-builtin-macro-redefined",
 
9813
+                "-D__DATE__=",
 
9814
+                "-D__TIME__=",
 
9815
+                "-D__TIMESTAMP__=",
 
9816
+                "-funwind-tables",
 
9817
+                "-fPIC",
 
9818
+                "-pipe",
 
9819
+                "-fcolor-diagnostics",
 
9820
+                "--target=arm-linux-gnueabihf",
 
9821
+                "-march=armv7-a",
 
9822
+                "-mfloat-abi=hard",
 
9823
+                "-mtune=generic-armv7-a",
 
9824
+                "-pthread",
 
9825
+                "-mfpu=neon",
 
9826
+                "-mthumb",
 
9827
+                "-Wall",
 
9828
+                "-Werror",
 
9829
+                "-Wextra",
 
9830
+                "-Wno-missing-field-initializers",
 
9831
+                "-Wno-unused-parameter",
 
9832
+                "-Wno-c++11-narrowing",
 
9833
+                "-Wno-covered-switch-default",
 
9834
+                "-Wno-unneeded-internal-declaration",
 
9835
+                "-Wno-inconsistent-missing-override",
 
9836
+                "-Wno-undefined-var-template",
 
9837
+                "-Wno-nonportable-include-path",
 
9838
+                "-Wno-address-of-packed-member",
 
9839
+                "-Wno-unused-lambda-capture",
 
9840
+                "-Wno-user-defined-warnings",
 
9841
+                "-O2",
 
9842
+                "-fno-ident",
 
9843
+                "-fdata-sections",
 
9844
+                "-ffunction-sections",
 
9845
+                "-fomit-frame-pointer",
 
9846
+                "-g0",
 
9847
+                "-fvisibility=hidden",
 
9848
+                "-Xclang",
 
9849
+                "-load",
 
9850
+                "-Xclang",
 
9851
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
9852
+                "-Xclang",
 
9853
+                "-add-plugin",
 
9854
+                "-Xclang",
 
9855
+                "find-bad-constructs",
 
9856
+                "-Xclang",
 
9857
+                "-plugin-arg-find-bad-constructs",
 
9858
+                "-Xclang",
 
9859
+                "check-auto-raw-pointer",
 
9860
+                "-Xclang",
 
9861
+                "-plugin-arg-find-bad-constructs",
 
9862
+                "-Xclang",
 
9863
+                "check-ipc",
 
9864
+                "-Wheader-hygiene",
 
9865
+                "-Wstring-conversion",
 
9866
+                "-Wtautological-overlap-compare",
 
9867
+                "-Wextra",
 
9868
+                "-Wno-unused-parameter",
 
9869
+                "-Wno-missing-field-initializers",
 
9870
+                "-Wno-strict-overflow",
 
9871
+                "-Wimplicit-fallthrough",
 
9872
+                "-Wthread-safety",
 
9873
+                "-Winconsistent-missing-override",
 
9874
+                "-Wundef"
 
9875
+            ],
 
9876
+            "defines": [
 
9877
+                "V8_DEPRECATION_WARNINGS",
 
9878
+                "USE_NSS_CERTS=1",
 
9879
+                "USE_X11=1",
 
9880
+                "CHROMIUM_BUILD",
 
9881
+                "_FILE_OFFSET_BITS=64",
 
9882
+                "NDEBUG",
 
9883
+                "NVALGRIND",
 
9884
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9885
+                "WEBRTC_RESTRICT_LOGGING",
 
9886
+                "EXPAT_RELATIVE_PATH",
 
9887
+                "WEBRTC_ARCH_ARM",
 
9888
+                "WEBRTC_ARCH_ARM_V7",
 
9889
+                "WEBRTC_HAS_NEON",
 
9890
+                "WEBRTC_MOZILLA_BUILD",
 
9891
+                "WEBRTC_POSIX",
 
9892
+                "WEBRTC_LINUX"
 
9893
+            ],
 
9894
+            "deps": [
 
9895
+                "//webrtc/base:rtc_base_approved",
 
9896
+                "//webrtc/system_wrappers:system_wrappers"
 
9897
+            ],
 
9898
+            "include_dirs": [
 
9899
+                "/media/libyuv/libyuv/include/",
 
9900
+                "//",
 
9901
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
9902
+            ],
 
9903
+            "libs": [
 
9904
+                "rt"
 
9905
+            ],
 
9906
+            "sources": [
 
9907
+                "//webrtc/api/video/i420_buffer.cc",
 
9908
+                "//webrtc/api/video/i420_buffer.h",
 
9909
+                "//webrtc/api/video/video_frame.cc",
 
9910
+                "//webrtc/api/video/video_frame.h",
 
9911
+                "//webrtc/api/video/video_frame_buffer.h",
 
9912
+                "//webrtc/api/video/video_rotation.h"
 
9913
+            ],
 
9914
+            "type": "source_set"
 
9915
+        },
 
9916
+        "//webrtc/audio/utility:audio_frame_operations": {
 
9917
+            "cflags": [
 
9918
+                "-fno-strict-aliasing",
 
9919
+                "--param=ssp-buffer-size=4",
 
9920
+                "-fstack-protector",
 
9921
+                "-Wno-builtin-macro-redefined",
 
9922
+                "-D__DATE__=",
 
9923
+                "-D__TIME__=",
 
9924
+                "-D__TIMESTAMP__=",
 
9925
+                "-funwind-tables",
 
9926
+                "-fPIC",
 
9927
+                "-pipe",
 
9928
+                "-fcolor-diagnostics",
 
9929
+                "--target=arm-linux-gnueabihf",
 
9930
+                "-march=armv7-a",
 
9931
+                "-mfloat-abi=hard",
 
9932
+                "-mtune=generic-armv7-a",
 
9933
+                "-pthread",
 
9934
+                "-mfpu=neon",
 
9935
+                "-mthumb",
 
9936
+                "-Wall",
 
9937
+                "-Werror",
 
9938
+                "-Wextra",
 
9939
+                "-Wno-missing-field-initializers",
 
9940
+                "-Wno-unused-parameter",
 
9941
+                "-Wno-c++11-narrowing",
 
9942
+                "-Wno-covered-switch-default",
 
9943
+                "-Wno-unneeded-internal-declaration",
 
9944
+                "-Wno-inconsistent-missing-override",
 
9945
+                "-Wno-undefined-var-template",
 
9946
+                "-Wno-nonportable-include-path",
 
9947
+                "-Wno-address-of-packed-member",
 
9948
+                "-Wno-unused-lambda-capture",
 
9949
+                "-Wno-user-defined-warnings",
 
9950
+                "-O2",
 
9951
+                "-fno-ident",
 
9952
+                "-fdata-sections",
 
9953
+                "-ffunction-sections",
 
9954
+                "-fomit-frame-pointer",
 
9955
+                "-g0",
 
9956
+                "-fvisibility=hidden",
 
9957
+                "-Xclang",
 
9958
+                "-load",
 
9959
+                "-Xclang",
 
9960
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
9961
+                "-Xclang",
 
9962
+                "-add-plugin",
 
9963
+                "-Xclang",
 
9964
+                "find-bad-constructs",
 
9965
+                "-Xclang",
 
9966
+                "-plugin-arg-find-bad-constructs",
 
9967
+                "-Xclang",
 
9968
+                "check-auto-raw-pointer",
 
9969
+                "-Xclang",
 
9970
+                "-plugin-arg-find-bad-constructs",
 
9971
+                "-Xclang",
 
9972
+                "check-ipc",
 
9973
+                "-Wheader-hygiene",
 
9974
+                "-Wstring-conversion",
 
9975
+                "-Wtautological-overlap-compare",
 
9976
+                "-Wextra",
 
9977
+                "-Wno-unused-parameter",
 
9978
+                "-Wno-missing-field-initializers",
 
9979
+                "-Wno-strict-overflow",
 
9980
+                "-Wimplicit-fallthrough",
 
9981
+                "-Wthread-safety",
 
9982
+                "-Winconsistent-missing-override",
 
9983
+                "-Wundef"
 
9984
+            ],
 
9985
+            "defines": [
 
9986
+                "V8_DEPRECATION_WARNINGS",
 
9987
+                "USE_NSS_CERTS=1",
 
9988
+                "USE_X11=1",
 
9989
+                "CHROMIUM_BUILD",
 
9990
+                "_FILE_OFFSET_BITS=64",
 
9991
+                "NDEBUG",
 
9992
+                "NVALGRIND",
 
9993
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
9994
+                "WEBRTC_RESTRICT_LOGGING",
 
9995
+                "EXPAT_RELATIVE_PATH",
 
9996
+                "WEBRTC_ARCH_ARM",
 
9997
+                "WEBRTC_ARCH_ARM_V7",
 
9998
+                "WEBRTC_HAS_NEON",
 
9999
+                "WEBRTC_MOZILLA_BUILD",
 
10000
+                "WEBRTC_POSIX",
 
10001
+                "WEBRTC_LINUX"
 
10002
+            ],
 
10003
+            "deps": [
 
10004
+                "//webrtc:webrtc_common",
 
10005
+                "//webrtc/base:rtc_base_approved",
 
10006
+                "//webrtc/modules/audio_coding:audio_format_conversion"
 
10007
+            ],
 
10008
+            "include_dirs": [
 
10009
+                "//",
 
10010
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
10011
+            ],
 
10012
+            "libs": [],
 
10013
+            "sources": [
 
10014
+                "//webrtc/audio/utility/audio_frame_operations.cc",
 
10015
+                "//webrtc/audio/utility/audio_frame_operations.h"
 
10016
+            ],
 
10017
+            "type": "static_library"
 
10018
+        },
 
10019
+        "//webrtc/audio:audio": {
 
10020
+            "cflags": [
 
10021
+                "-fno-strict-aliasing",
 
10022
+                "--param=ssp-buffer-size=4",
 
10023
+                "-fstack-protector",
 
10024
+                "-Wno-builtin-macro-redefined",
 
10025
+                "-D__DATE__=",
 
10026
+                "-D__TIME__=",
 
10027
+                "-D__TIMESTAMP__=",
 
10028
+                "-funwind-tables",
 
10029
+                "-fPIC",
 
10030
+                "-pipe",
 
10031
+                "-fcolor-diagnostics",
 
10032
+                "--target=arm-linux-gnueabihf",
 
10033
+                "-march=armv7-a",
 
10034
+                "-mfloat-abi=hard",
 
10035
+                "-mtune=generic-armv7-a",
 
10036
+                "-pthread",
 
10037
+                "-mfpu=neon",
 
10038
+                "-mthumb",
 
10039
+                "-Wall",
 
10040
+                "-Werror",
 
10041
+                "-Wextra",
 
10042
+                "-Wno-missing-field-initializers",
 
10043
+                "-Wno-unused-parameter",
 
10044
+                "-Wno-c++11-narrowing",
 
10045
+                "-Wno-covered-switch-default",
 
10046
+                "-Wno-unneeded-internal-declaration",
 
10047
+                "-Wno-inconsistent-missing-override",
 
10048
+                "-Wno-undefined-var-template",
 
10049
+                "-Wno-nonportable-include-path",
 
10050
+                "-Wno-address-of-packed-member",
 
10051
+                "-Wno-unused-lambda-capture",
 
10052
+                "-Wno-user-defined-warnings",
 
10053
+                "-O2",
 
10054
+                "-fno-ident",
 
10055
+                "-fdata-sections",
 
10056
+                "-ffunction-sections",
 
10057
+                "-fomit-frame-pointer",
 
10058
+                "-g0",
 
10059
+                "-fvisibility=hidden",
 
10060
+                "-Wheader-hygiene",
 
10061
+                "-Wstring-conversion",
 
10062
+                "-Wtautological-overlap-compare",
 
10063
+                "-Wextra",
 
10064
+                "-Wno-unused-parameter",
 
10065
+                "-Wno-missing-field-initializers",
 
10066
+                "-Wno-strict-overflow",
 
10067
+                "-Wimplicit-fallthrough",
 
10068
+                "-Wthread-safety",
 
10069
+                "-Winconsistent-missing-override",
 
10070
+                "-Wundef"
 
10071
+            ],
 
10072
+            "defines": [
 
10073
+                "V8_DEPRECATION_WARNINGS",
 
10074
+                "USE_NSS_CERTS=1",
 
10075
+                "USE_X11=1",
 
10076
+                "CHROMIUM_BUILD",
 
10077
+                "_FILE_OFFSET_BITS=64",
 
10078
+                "NDEBUG",
 
10079
+                "NVALGRIND",
 
10080
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10081
+                "WEBRTC_RESTRICT_LOGGING",
 
10082
+                "EXPAT_RELATIVE_PATH",
 
10083
+                "WEBRTC_ARCH_ARM",
 
10084
+                "WEBRTC_ARCH_ARM_V7",
 
10085
+                "WEBRTC_HAS_NEON",
 
10086
+                "WEBRTC_MOZILLA_BUILD",
 
10087
+                "WEBRTC_POSIX",
 
10088
+                "WEBRTC_LINUX",
 
10089
+                "WEBRTC_BUILD_LIBEVENT"
 
10090
+            ],
 
10091
+            "deps": [
 
10092
+                "//webrtc:webrtc_common",
 
10093
+                "//webrtc/api:audio_mixer_api",
 
10094
+                "//webrtc/api:call_api",
 
10095
+                "//webrtc/base:rtc_base_approved",
 
10096
+                "//webrtc/base:rtc_task_queue",
 
10097
+                "//webrtc/call:call_interfaces",
 
10098
+                "//webrtc/common_audio:common_audio",
 
10099
+                "//webrtc/modules/audio_device:audio_device",
 
10100
+                "//webrtc/modules/audio_processing:audio_processing",
 
10101
+                "//webrtc/modules/congestion_controller:congestion_controller",
 
10102
+                "//webrtc/modules/pacing:pacing",
 
10103
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
10104
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
10105
+                "//webrtc/system_wrappers:system_wrappers",
 
10106
+                "//webrtc/voice_engine:voice_engine"
 
10107
+            ],
 
10108
+            "include_dirs": [
 
10109
+                "//",
 
10110
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
10111
+                "//webrtc/common_audio/resampler/include/",
 
10112
+                "//webrtc/common_audio/signal_processing/include/",
 
10113
+                "//webrtc/common_audio/vad/include/",
 
10114
+                "//webrtc/modules/include/",
 
10115
+                "//webrtc/modules/audio_device/include/",
 
10116
+                "//webrtc/modules/audio_device/dummy/",
 
10117
+                "//webrtc/modules/audio_coding/include/",
 
10118
+                "//webrtc/modules/include/"
 
10119
+            ],
 
10120
+            "libs": [
 
10121
+                "rt",
 
10122
+                "m"
 
10123
+            ],
 
10124
+            "sources": [
 
10125
+                "//webrtc/audio/audio_receive_stream.cc",
 
10126
+                "//webrtc/audio/audio_receive_stream.h",
 
10127
+                "//webrtc/audio/audio_send_stream.cc",
 
10128
+                "//webrtc/audio/audio_send_stream.h",
 
10129
+                "//webrtc/audio/audio_state.cc",
 
10130
+                "//webrtc/audio/audio_state.h",
 
10131
+                "//webrtc/audio/audio_transport_proxy.cc",
 
10132
+                "//webrtc/audio/audio_transport_proxy.h",
 
10133
+                "//webrtc/audio/conversion.h",
 
10134
+                "//webrtc/audio/scoped_voe_interface.h"
 
10135
+            ],
 
10136
+            "type": "static_library"
 
10137
+        },
 
10138
+        "//webrtc/base:gtest_prod": {
 
10139
+            "cflags": [
 
10140
+                "-fno-strict-aliasing",
 
10141
+                "--param=ssp-buffer-size=4",
 
10142
+                "-fstack-protector",
 
10143
+                "-Wno-builtin-macro-redefined",
 
10144
+                "-D__DATE__=",
 
10145
+                "-D__TIME__=",
 
10146
+                "-D__TIMESTAMP__=",
 
10147
+                "-funwind-tables",
 
10148
+                "-fPIC",
 
10149
+                "-pipe",
 
10150
+                "-fcolor-diagnostics",
 
10151
+                "--target=arm-linux-gnueabihf",
 
10152
+                "-march=armv7-a",
 
10153
+                "-mfloat-abi=hard",
 
10154
+                "-mtune=generic-armv7-a",
 
10155
+                "-pthread",
 
10156
+                "-mfpu=neon",
 
10157
+                "-mthumb",
 
10158
+                "-Wall",
 
10159
+                "-Werror",
 
10160
+                "-Wextra",
 
10161
+                "-Wno-missing-field-initializers",
 
10162
+                "-Wno-unused-parameter",
 
10163
+                "-Wno-c++11-narrowing",
 
10164
+                "-Wno-covered-switch-default",
 
10165
+                "-Wno-unneeded-internal-declaration",
 
10166
+                "-Wno-inconsistent-missing-override",
 
10167
+                "-Wno-undefined-var-template",
 
10168
+                "-Wno-nonportable-include-path",
 
10169
+                "-Wno-address-of-packed-member",
 
10170
+                "-Wno-unused-lambda-capture",
 
10171
+                "-Wno-user-defined-warnings",
 
10172
+                "-O2",
 
10173
+                "-fno-ident",
 
10174
+                "-fdata-sections",
 
10175
+                "-ffunction-sections",
 
10176
+                "-fomit-frame-pointer",
 
10177
+                "-g0",
 
10178
+                "-fvisibility=hidden",
 
10179
+                "-Xclang",
 
10180
+                "-load",
 
10181
+                "-Xclang",
 
10182
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
10183
+                "-Xclang",
 
10184
+                "-add-plugin",
 
10185
+                "-Xclang",
 
10186
+                "find-bad-constructs",
 
10187
+                "-Xclang",
 
10188
+                "-plugin-arg-find-bad-constructs",
 
10189
+                "-Xclang",
 
10190
+                "check-auto-raw-pointer",
 
10191
+                "-Xclang",
 
10192
+                "-plugin-arg-find-bad-constructs",
 
10193
+                "-Xclang",
 
10194
+                "check-ipc",
 
10195
+                "-Wheader-hygiene",
 
10196
+                "-Wstring-conversion",
 
10197
+                "-Wtautological-overlap-compare",
 
10198
+                "-Wextra",
 
10199
+                "-Wno-unused-parameter",
 
10200
+                "-Wno-missing-field-initializers",
 
10201
+                "-Wno-strict-overflow",
 
10202
+                "-Wimplicit-fallthrough",
 
10203
+                "-Wthread-safety",
 
10204
+                "-Winconsistent-missing-override",
 
10205
+                "-Wundef"
 
10206
+            ],
 
10207
+            "defines": [
 
10208
+                "V8_DEPRECATION_WARNINGS",
 
10209
+                "USE_NSS_CERTS=1",
 
10210
+                "USE_X11=1",
 
10211
+                "CHROMIUM_BUILD",
 
10212
+                "_FILE_OFFSET_BITS=64",
 
10213
+                "NDEBUG",
 
10214
+                "NVALGRIND",
 
10215
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10216
+                "WEBRTC_RESTRICT_LOGGING",
 
10217
+                "EXPAT_RELATIVE_PATH",
 
10218
+                "WEBRTC_ARCH_ARM",
 
10219
+                "WEBRTC_ARCH_ARM_V7",
 
10220
+                "WEBRTC_HAS_NEON",
 
10221
+                "WEBRTC_MOZILLA_BUILD",
 
10222
+                "WEBRTC_POSIX",
 
10223
+                "WEBRTC_LINUX"
 
10224
+            ],
 
10225
+            "deps": [],
 
10226
+            "include_dirs": [
 
10227
+                "//",
 
10228
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
10229
+            ],
 
10230
+            "libs": [],
 
10231
+            "sources": [
 
10232
+                "//webrtc/base/gtest_prod_util.h"
 
10233
+            ],
 
10234
+            "type": "source_set"
 
10235
+        },
 
10236
+        "//webrtc/base:rtc_base_approved": {
 
10237
+            "cflags": [
 
10238
+                "-fno-strict-aliasing",
 
10239
+                "--param=ssp-buffer-size=4",
 
10240
+                "-fstack-protector",
 
10241
+                "-Wno-builtin-macro-redefined",
 
10242
+                "-D__DATE__=",
 
10243
+                "-D__TIME__=",
 
10244
+                "-D__TIMESTAMP__=",
 
10245
+                "-funwind-tables",
 
10246
+                "-fPIC",
 
10247
+                "-pipe",
 
10248
+                "-fcolor-diagnostics",
 
10249
+                "--target=arm-linux-gnueabihf",
 
10250
+                "-march=armv7-a",
 
10251
+                "-mfloat-abi=hard",
 
10252
+                "-mtune=generic-armv7-a",
 
10253
+                "-pthread",
 
10254
+                "-mfpu=neon",
 
10255
+                "-mthumb",
 
10256
+                "-Wall",
 
10257
+                "-Werror",
 
10258
+                "-Wextra",
 
10259
+                "-Wno-missing-field-initializers",
 
10260
+                "-Wno-unused-parameter",
 
10261
+                "-Wno-c++11-narrowing",
 
10262
+                "-Wno-covered-switch-default",
 
10263
+                "-Wno-unneeded-internal-declaration",
 
10264
+                "-Wno-inconsistent-missing-override",
 
10265
+                "-Wno-undefined-var-template",
 
10266
+                "-Wno-nonportable-include-path",
 
10267
+                "-Wno-address-of-packed-member",
 
10268
+                "-Wno-unused-lambda-capture",
 
10269
+                "-Wno-user-defined-warnings",
 
10270
+                "-O2",
 
10271
+                "-fno-ident",
 
10272
+                "-fdata-sections",
 
10273
+                "-ffunction-sections",
 
10274
+                "-fomit-frame-pointer",
 
10275
+                "-g0",
 
10276
+                "-fvisibility=hidden",
 
10277
+                "-Xclang",
 
10278
+                "-load",
 
10279
+                "-Xclang",
 
10280
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
10281
+                "-Xclang",
 
10282
+                "-add-plugin",
 
10283
+                "-Xclang",
 
10284
+                "find-bad-constructs",
 
10285
+                "-Xclang",
 
10286
+                "-plugin-arg-find-bad-constructs",
 
10287
+                "-Xclang",
 
10288
+                "check-auto-raw-pointer",
 
10289
+                "-Xclang",
 
10290
+                "-plugin-arg-find-bad-constructs",
 
10291
+                "-Xclang",
 
10292
+                "check-ipc",
 
10293
+                "-Wheader-hygiene",
 
10294
+                "-Wstring-conversion",
 
10295
+                "-Wtautological-overlap-compare",
 
10296
+                "-Wextra",
 
10297
+                "-Wno-unused-parameter",
 
10298
+                "-Wno-missing-field-initializers",
 
10299
+                "-Wno-strict-overflow",
 
10300
+                "-Wimplicit-fallthrough",
 
10301
+                "-Wthread-safety",
 
10302
+                "-Winconsistent-missing-override",
 
10303
+                "-Wundef"
 
10304
+            ],
 
10305
+            "defines": [
 
10306
+                "V8_DEPRECATION_WARNINGS",
 
10307
+                "USE_NSS_CERTS=1",
 
10308
+                "USE_X11=1",
 
10309
+                "CHROMIUM_BUILD",
 
10310
+                "_FILE_OFFSET_BITS=64",
 
10311
+                "NDEBUG",
 
10312
+                "NVALGRIND",
 
10313
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10314
+                "WEBRTC_RESTRICT_LOGGING",
 
10315
+                "EXPAT_RELATIVE_PATH",
 
10316
+                "WEBRTC_ARCH_ARM",
 
10317
+                "WEBRTC_ARCH_ARM_V7",
 
10318
+                "WEBRTC_HAS_NEON",
 
10319
+                "WEBRTC_MOZILLA_BUILD",
 
10320
+                "WEBRTC_POSIX",
 
10321
+                "WEBRTC_LINUX"
 
10322
+            ],
 
10323
+            "deps": [],
 
10324
+            "include_dirs": [
 
10325
+                "//",
 
10326
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
10327
+            ],
 
10328
+            "libs": [],
 
10329
+            "sources": [
 
10330
+                "//webrtc/base/array_view.h",
 
10331
+                "//webrtc/base/arraysize.h",
 
10332
+                "//webrtc/base/atomicops.h",
 
10333
+                "//webrtc/base/base64.cc",
 
10334
+                "//webrtc/base/base64.h",
 
10335
+                "//webrtc/base/basictypes.h",
 
10336
+                "//webrtc/base/bind.h",
 
10337
+                "//webrtc/base/bitbuffer.cc",
 
10338
+                "//webrtc/base/bitbuffer.h",
 
10339
+                "//webrtc/base/buffer.h",
 
10340
+                "//webrtc/base/bufferqueue.cc",
 
10341
+                "//webrtc/base/bufferqueue.h",
 
10342
+                "//webrtc/base/bytebuffer.cc",
 
10343
+                "//webrtc/base/bytebuffer.h",
 
10344
+                "//webrtc/base/byteorder.h",
 
10345
+                "//webrtc/base/checks.cc",
 
10346
+                "//webrtc/base/checks.h",
 
10347
+                "//webrtc/base/constructormagic.h",
 
10348
+                "//webrtc/base/copyonwritebuffer.cc",
 
10349
+                "//webrtc/base/copyonwritebuffer.h",
 
10350
+                "//webrtc/base/criticalsection.cc",
 
10351
+                "//webrtc/base/criticalsection.h",
 
10352
+                "//webrtc/base/deprecation.h",
 
10353
+                "//webrtc/base/event.cc",
 
10354
+                "//webrtc/base/event.h",
 
10355
+                "//webrtc/base/event_tracer.cc",
 
10356
+                "//webrtc/base/event_tracer.h",
 
10357
+                "//webrtc/base/file.cc",
 
10358
+                "//webrtc/base/file.h",
 
10359
+                "//webrtc/base/flags.cc",
 
10360
+                "//webrtc/base/flags.h",
 
10361
+                "//webrtc/base/format_macros.h",
 
10362
+                "//webrtc/base/function_view.h",
 
10363
+                "//webrtc/base/ignore_wundef.h",
 
10364
+                "//webrtc/base/location.cc",
 
10365
+                "//webrtc/base/location.h",
 
10366
+                "//webrtc/base/md5.cc",
 
10367
+                "//webrtc/base/md5.h",
 
10368
+                "//webrtc/base/md5digest.cc",
 
10369
+                "//webrtc/base/md5digest.h",
 
10370
+                "//webrtc/base/mod_ops.h",
 
10371
+                "//webrtc/base/onetimeevent.h",
 
10372
+                "//webrtc/base/optional.cc",
 
10373
+                "//webrtc/base/optional.h",
 
10374
+                "//webrtc/base/pathutils.cc",
 
10375
+                "//webrtc/base/pathutils.h",
 
10376
+                "//webrtc/base/platform_file.cc",
 
10377
+                "//webrtc/base/platform_file.h",
 
10378
+                "//webrtc/base/platform_thread.cc",
 
10379
+                "//webrtc/base/platform_thread.h",
 
10380
+                "//webrtc/base/platform_thread_types.h",
 
10381
+                "//webrtc/base/race_checker.cc",
 
10382
+                "//webrtc/base/race_checker.h",
 
10383
+                "//webrtc/base/random.cc",
 
10384
+                "//webrtc/base/random.h",
 
10385
+                "//webrtc/base/rate_limiter.cc",
 
10386
+                "//webrtc/base/rate_limiter.h",
 
10387
+                "//webrtc/base/rate_statistics.cc",
 
10388
+                "//webrtc/base/rate_statistics.h",
 
10389
+                "//webrtc/base/ratetracker.cc",
 
10390
+                "//webrtc/base/ratetracker.h",
 
10391
+                "//webrtc/base/refcount.h",
 
10392
+                "//webrtc/base/refcountedobject.h",
 
10393
+                "//webrtc/base/safe_compare.h",
 
10394
+                "//webrtc/base/safe_conversions.h",
 
10395
+                "//webrtc/base/safe_conversions_impl.h",
 
10396
+                "//webrtc/base/sanitizer.h",
 
10397
+                "//webrtc/base/scoped_ref_ptr.h",
 
10398
+                "//webrtc/base/stringencode.cc",
 
10399
+                "//webrtc/base/stringencode.h",
 
10400
+                "//webrtc/base/stringutils.cc",
 
10401
+                "//webrtc/base/stringutils.h",
 
10402
+                "//webrtc/base/swap_queue.h",
 
10403
+                "//webrtc/base/template_util.h",
 
10404
+                "//webrtc/base/thread_annotations.h",
 
10405
+                "//webrtc/base/thread_checker.h",
 
10406
+                "//webrtc/base/thread_checker_impl.cc",
 
10407
+                "//webrtc/base/thread_checker_impl.h",
 
10408
+                "//webrtc/base/timestampaligner.cc",
 
10409
+                "//webrtc/base/timestampaligner.h",
 
10410
+                "//webrtc/base/timeutils.cc",
 
10411
+                "//webrtc/base/timeutils.h",
 
10412
+                "//webrtc/base/trace_event.h",
 
10413
+                "//webrtc/base/type_traits.h",
 
10414
+                "//webrtc/base/file_posix.cc",
 
10415
+                "//webrtc/base/logging.cc",
 
10416
+                "//webrtc/base/logging.h"
 
10417
+            ],
 
10418
+            "type": "static_library"
 
10419
+        },
 
10420
+        "//webrtc/base:rtc_numerics": {
 
10421
+            "cflags": [
 
10422
+                "-fno-strict-aliasing",
 
10423
+                "--param=ssp-buffer-size=4",
 
10424
+                "-fstack-protector",
 
10425
+                "-Wno-builtin-macro-redefined",
 
10426
+                "-D__DATE__=",
 
10427
+                "-D__TIME__=",
 
10428
+                "-D__TIMESTAMP__=",
 
10429
+                "-funwind-tables",
 
10430
+                "-fPIC",
 
10431
+                "-pipe",
 
10432
+                "-fcolor-diagnostics",
 
10433
+                "--target=arm-linux-gnueabihf",
 
10434
+                "-march=armv7-a",
 
10435
+                "-mfloat-abi=hard",
 
10436
+                "-mtune=generic-armv7-a",
 
10437
+                "-pthread",
 
10438
+                "-mfpu=neon",
 
10439
+                "-mthumb",
 
10440
+                "-Wall",
 
10441
+                "-Werror",
 
10442
+                "-Wextra",
 
10443
+                "-Wno-missing-field-initializers",
 
10444
+                "-Wno-unused-parameter",
 
10445
+                "-Wno-c++11-narrowing",
 
10446
+                "-Wno-covered-switch-default",
 
10447
+                "-Wno-unneeded-internal-declaration",
 
10448
+                "-Wno-inconsistent-missing-override",
 
10449
+                "-Wno-undefined-var-template",
 
10450
+                "-Wno-nonportable-include-path",
 
10451
+                "-Wno-address-of-packed-member",
 
10452
+                "-Wno-unused-lambda-capture",
 
10453
+                "-Wno-user-defined-warnings",
 
10454
+                "-O2",
 
10455
+                "-fno-ident",
 
10456
+                "-fdata-sections",
 
10457
+                "-ffunction-sections",
 
10458
+                "-fomit-frame-pointer",
 
10459
+                "-g0",
 
10460
+                "-fvisibility=hidden",
 
10461
+                "-Xclang",
 
10462
+                "-load",
 
10463
+                "-Xclang",
 
10464
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
10465
+                "-Xclang",
 
10466
+                "-add-plugin",
 
10467
+                "-Xclang",
 
10468
+                "find-bad-constructs",
 
10469
+                "-Xclang",
 
10470
+                "-plugin-arg-find-bad-constructs",
 
10471
+                "-Xclang",
 
10472
+                "check-auto-raw-pointer",
 
10473
+                "-Xclang",
 
10474
+                "-plugin-arg-find-bad-constructs",
 
10475
+                "-Xclang",
 
10476
+                "check-ipc",
 
10477
+                "-Wheader-hygiene",
 
10478
+                "-Wstring-conversion",
 
10479
+                "-Wtautological-overlap-compare",
 
10480
+                "-Wextra",
 
10481
+                "-Wno-unused-parameter",
 
10482
+                "-Wno-missing-field-initializers",
 
10483
+                "-Wno-strict-overflow",
 
10484
+                "-Wimplicit-fallthrough",
 
10485
+                "-Wthread-safety",
 
10486
+                "-Winconsistent-missing-override",
 
10487
+                "-Wundef"
 
10488
+            ],
 
10489
+            "defines": [
 
10490
+                "V8_DEPRECATION_WARNINGS",
 
10491
+                "USE_NSS_CERTS=1",
 
10492
+                "USE_X11=1",
 
10493
+                "CHROMIUM_BUILD",
 
10494
+                "_FILE_OFFSET_BITS=64",
 
10495
+                "NDEBUG",
 
10496
+                "NVALGRIND",
 
10497
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10498
+                "WEBRTC_RESTRICT_LOGGING",
 
10499
+                "EXPAT_RELATIVE_PATH",
 
10500
+                "WEBRTC_ARCH_ARM",
 
10501
+                "WEBRTC_ARCH_ARM_V7",
 
10502
+                "WEBRTC_HAS_NEON",
 
10503
+                "WEBRTC_MOZILLA_BUILD",
 
10504
+                "WEBRTC_POSIX",
 
10505
+                "WEBRTC_LINUX"
 
10506
+            ],
 
10507
+            "deps": [
 
10508
+                "//webrtc/base:rtc_base_approved"
 
10509
+            ],
 
10510
+            "include_dirs": [
 
10511
+                "//",
 
10512
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
10513
+            ],
 
10514
+            "libs": [],
 
10515
+            "sources": [
 
10516
+                "//webrtc/base/numerics/exp_filter.cc",
 
10517
+                "//webrtc/base/numerics/exp_filter.h",
 
10518
+                "//webrtc/base/numerics/percentile_filter.h"
 
10519
+            ],
 
10520
+            "type": "static_library"
 
10521
+        },
 
10522
+        "//webrtc/base:rtc_task_queue": {
 
10523
+            "cflags": [
 
10524
+                "-fno-strict-aliasing",
 
10525
+                "--param=ssp-buffer-size=4",
 
10526
+                "-fstack-protector",
 
10527
+                "-Wno-builtin-macro-redefined",
 
10528
+                "-D__DATE__=",
 
10529
+                "-D__TIME__=",
 
10530
+                "-D__TIMESTAMP__=",
 
10531
+                "-funwind-tables",
 
10532
+                "-fPIC",
 
10533
+                "-pipe",
 
10534
+                "-fcolor-diagnostics",
 
10535
+                "--target=arm-linux-gnueabihf",
 
10536
+                "-march=armv7-a",
 
10537
+                "-mfloat-abi=hard",
 
10538
+                "-mtune=generic-armv7-a",
 
10539
+                "-pthread",
 
10540
+                "-mfpu=neon",
 
10541
+                "-mthumb",
 
10542
+                "-Wall",
 
10543
+                "-Werror",
 
10544
+                "-Wextra",
 
10545
+                "-Wno-missing-field-initializers",
 
10546
+                "-Wno-unused-parameter",
 
10547
+                "-Wno-c++11-narrowing",
 
10548
+                "-Wno-covered-switch-default",
 
10549
+                "-Wno-unneeded-internal-declaration",
 
10550
+                "-Wno-inconsistent-missing-override",
 
10551
+                "-Wno-undefined-var-template",
 
10552
+                "-Wno-nonportable-include-path",
 
10553
+                "-Wno-address-of-packed-member",
 
10554
+                "-Wno-unused-lambda-capture",
 
10555
+                "-Wno-user-defined-warnings",
 
10556
+                "-O2",
 
10557
+                "-fno-ident",
 
10558
+                "-fdata-sections",
 
10559
+                "-ffunction-sections",
 
10560
+                "-fomit-frame-pointer",
 
10561
+                "-g0",
 
10562
+                "-fvisibility=hidden",
 
10563
+                "-Xclang",
 
10564
+                "-load",
 
10565
+                "-Xclang",
 
10566
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
10567
+                "-Xclang",
 
10568
+                "-add-plugin",
 
10569
+                "-Xclang",
 
10570
+                "find-bad-constructs",
 
10571
+                "-Xclang",
 
10572
+                "-plugin-arg-find-bad-constructs",
 
10573
+                "-Xclang",
 
10574
+                "check-auto-raw-pointer",
 
10575
+                "-Xclang",
 
10576
+                "-plugin-arg-find-bad-constructs",
 
10577
+                "-Xclang",
 
10578
+                "check-ipc",
 
10579
+                "-Wheader-hygiene",
 
10580
+                "-Wstring-conversion",
 
10581
+                "-Wtautological-overlap-compare",
 
10582
+                "-Wextra",
 
10583
+                "-Wno-unused-parameter",
 
10584
+                "-Wno-missing-field-initializers",
 
10585
+                "-Wno-strict-overflow",
 
10586
+                "-Wimplicit-fallthrough",
 
10587
+                "-Wthread-safety",
 
10588
+                "-Winconsistent-missing-override",
 
10589
+                "-Wundef"
 
10590
+            ],
 
10591
+            "defines": [
 
10592
+                "V8_DEPRECATION_WARNINGS",
 
10593
+                "USE_NSS_CERTS=1",
 
10594
+                "USE_X11=1",
 
10595
+                "CHROMIUM_BUILD",
 
10596
+                "_FILE_OFFSET_BITS=64",
 
10597
+                "NDEBUG",
 
10598
+                "NVALGRIND",
 
10599
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10600
+                "WEBRTC_RESTRICT_LOGGING",
 
10601
+                "EXPAT_RELATIVE_PATH",
 
10602
+                "WEBRTC_ARCH_ARM",
 
10603
+                "WEBRTC_ARCH_ARM_V7",
 
10604
+                "WEBRTC_HAS_NEON",
 
10605
+                "WEBRTC_BUILD_LIBEVENT",
 
10606
+                "WEBRTC_MOZILLA_BUILD",
 
10607
+                "WEBRTC_POSIX",
 
10608
+                "WEBRTC_LINUX"
 
10609
+            ],
 
10610
+            "deps": [
 
10611
+                "//webrtc/base:rtc_base_approved"
 
10612
+            ],
 
10613
+            "include_dirs": [
 
10614
+                "/ipc/chromium/src/third_party/libevent/include/",
 
10615
+                "/ipc/chromium/src/third_party/libevent/linux/",
 
10616
+                "//",
 
10617
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
10618
+            ],
 
10619
+            "libs": [],
 
10620
+            "sources": [
 
10621
+                "//webrtc/base/sequenced_task_checker.h",
 
10622
+                "//webrtc/base/sequenced_task_checker_impl.cc",
 
10623
+                "//webrtc/base/sequenced_task_checker_impl.h",
 
10624
+                "//webrtc/base/weak_ptr.cc",
 
10625
+                "//webrtc/base/weak_ptr.h",
 
10626
+                "//webrtc/base/task_queue.h",
 
10627
+                "//webrtc/base/task_queue_posix.h",
 
10628
+                "//webrtc/base/task_queue_libevent.cc",
 
10629
+                "//webrtc/base/task_queue_posix.cc"
 
10630
+            ],
 
10631
+            "type": "static_library"
 
10632
+        },
 
10633
+        "//webrtc/call:call": {
 
10634
+            "cflags": [
 
10635
+                "-fno-strict-aliasing",
 
10636
+                "--param=ssp-buffer-size=4",
 
10637
+                "-fstack-protector",
 
10638
+                "-Wno-builtin-macro-redefined",
 
10639
+                "-D__DATE__=",
 
10640
+                "-D__TIME__=",
 
10641
+                "-D__TIMESTAMP__=",
 
10642
+                "-funwind-tables",
 
10643
+                "-fPIC",
 
10644
+                "-pipe",
 
10645
+                "-fcolor-diagnostics",
 
10646
+                "--target=arm-linux-gnueabihf",
 
10647
+                "-march=armv7-a",
 
10648
+                "-mfloat-abi=hard",
 
10649
+                "-mtune=generic-armv7-a",
 
10650
+                "-pthread",
 
10651
+                "-mfpu=neon",
 
10652
+                "-mthumb",
 
10653
+                "-Wall",
 
10654
+                "-Werror",
 
10655
+                "-Wextra",
 
10656
+                "-Wno-missing-field-initializers",
 
10657
+                "-Wno-unused-parameter",
 
10658
+                "-Wno-c++11-narrowing",
 
10659
+                "-Wno-covered-switch-default",
 
10660
+                "-Wno-unneeded-internal-declaration",
 
10661
+                "-Wno-inconsistent-missing-override",
 
10662
+                "-Wno-undefined-var-template",
 
10663
+                "-Wno-nonportable-include-path",
 
10664
+                "-Wno-address-of-packed-member",
 
10665
+                "-Wno-unused-lambda-capture",
 
10666
+                "-Wno-user-defined-warnings",
 
10667
+                "-O2",
 
10668
+                "-fno-ident",
 
10669
+                "-fdata-sections",
 
10670
+                "-ffunction-sections",
 
10671
+                "-fomit-frame-pointer",
 
10672
+                "-g0",
 
10673
+                "-fvisibility=hidden",
 
10674
+                "-Wheader-hygiene",
 
10675
+                "-Wstring-conversion",
 
10676
+                "-Wtautological-overlap-compare",
 
10677
+                "-Wextra",
 
10678
+                "-Wno-unused-parameter",
 
10679
+                "-Wno-missing-field-initializers",
 
10680
+                "-Wno-strict-overflow",
 
10681
+                "-Wimplicit-fallthrough",
 
10682
+                "-Wthread-safety",
 
10683
+                "-Winconsistent-missing-override",
 
10684
+                "-Wundef"
 
10685
+            ],
 
10686
+            "defines": [
 
10687
+                "V8_DEPRECATION_WARNINGS",
 
10688
+                "USE_NSS_CERTS=1",
 
10689
+                "USE_X11=1",
 
10690
+                "CHROMIUM_BUILD",
 
10691
+                "_FILE_OFFSET_BITS=64",
 
10692
+                "NDEBUG",
 
10693
+                "NVALGRIND",
 
10694
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10695
+                "WEBRTC_RESTRICT_LOGGING",
 
10696
+                "EXPAT_RELATIVE_PATH",
 
10697
+                "WEBRTC_ARCH_ARM",
 
10698
+                "WEBRTC_ARCH_ARM_V7",
 
10699
+                "WEBRTC_HAS_NEON",
 
10700
+                "WEBRTC_MOZILLA_BUILD",
 
10701
+                "WEBRTC_POSIX",
 
10702
+                "WEBRTC_LINUX",
 
10703
+                "WEBRTC_BUILD_LIBEVENT"
 
10704
+            ],
 
10705
+            "deps": [
 
10706
+                "//webrtc:webrtc_common",
 
10707
+                "//webrtc/api:call_api",
 
10708
+                "//webrtc/api:transport_api",
 
10709
+                "//webrtc/audio:audio",
 
10710
+                "//webrtc/base:rtc_task_queue",
 
10711
+                "//webrtc/call:call_interfaces",
 
10712
+                "//webrtc/logging:rtc_event_log_impl",
 
10713
+                "//webrtc/modules/congestion_controller:congestion_controller",
 
10714
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
10715
+                "//webrtc/system_wrappers:system_wrappers",
 
10716
+                "//webrtc/video:video"
 
10717
+            ],
 
10718
+            "include_dirs": [
 
10719
+                "//",
 
10720
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
10721
+            ],
 
10722
+            "libs": [
 
10723
+                "rt",
 
10724
+                "m"
 
10725
+            ],
 
10726
+            "sources": [
 
10727
+                "//webrtc/call/bitrate_allocator.cc",
 
10728
+                "//webrtc/call/call.cc",
 
10729
+                "//webrtc/call/flexfec_receive_stream_impl.cc",
 
10730
+                "//webrtc/call/flexfec_receive_stream_impl.h"
 
10731
+            ],
 
10732
+            "type": "static_library"
 
10733
+        },
 
10734
+        "//webrtc/call:call_interfaces": {
 
10735
+            "cflags": [
 
10736
+                "-fno-strict-aliasing",
 
10737
+                "--param=ssp-buffer-size=4",
 
10738
+                "-fstack-protector",
 
10739
+                "-Wno-builtin-macro-redefined",
 
10740
+                "-D__DATE__=",
 
10741
+                "-D__TIME__=",
 
10742
+                "-D__TIMESTAMP__=",
 
10743
+                "-funwind-tables",
 
10744
+                "-fPIC",
 
10745
+                "-pipe",
 
10746
+                "-fcolor-diagnostics",
 
10747
+                "--target=arm-linux-gnueabihf",
 
10748
+                "-march=armv7-a",
 
10749
+                "-mfloat-abi=hard",
 
10750
+                "-mtune=generic-armv7-a",
 
10751
+                "-pthread",
 
10752
+                "-mfpu=neon",
 
10753
+                "-mthumb",
 
10754
+                "-Wall",
 
10755
+                "-Werror",
 
10756
+                "-Wextra",
 
10757
+                "-Wno-missing-field-initializers",
 
10758
+                "-Wno-unused-parameter",
 
10759
+                "-Wno-c++11-narrowing",
 
10760
+                "-Wno-covered-switch-default",
 
10761
+                "-Wno-unneeded-internal-declaration",
 
10762
+                "-Wno-inconsistent-missing-override",
 
10763
+                "-Wno-undefined-var-template",
 
10764
+                "-Wno-nonportable-include-path",
 
10765
+                "-Wno-address-of-packed-member",
 
10766
+                "-Wno-unused-lambda-capture",
 
10767
+                "-Wno-user-defined-warnings",
 
10768
+                "-O2",
 
10769
+                "-fno-ident",
 
10770
+                "-fdata-sections",
 
10771
+                "-ffunction-sections",
 
10772
+                "-fomit-frame-pointer",
 
10773
+                "-g0",
 
10774
+                "-fvisibility=hidden",
 
10775
+                "-Xclang",
 
10776
+                "-load",
 
10777
+                "-Xclang",
 
10778
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
10779
+                "-Xclang",
 
10780
+                "-add-plugin",
 
10781
+                "-Xclang",
 
10782
+                "find-bad-constructs",
 
10783
+                "-Xclang",
 
10784
+                "-plugin-arg-find-bad-constructs",
 
10785
+                "-Xclang",
 
10786
+                "check-auto-raw-pointer",
 
10787
+                "-Xclang",
 
10788
+                "-plugin-arg-find-bad-constructs",
 
10789
+                "-Xclang",
 
10790
+                "check-ipc",
 
10791
+                "-Wheader-hygiene",
 
10792
+                "-Wstring-conversion",
 
10793
+                "-Wtautological-overlap-compare",
 
10794
+                "-Wextra",
 
10795
+                "-Wno-unused-parameter",
 
10796
+                "-Wno-missing-field-initializers",
 
10797
+                "-Wno-strict-overflow",
 
10798
+                "-Wimplicit-fallthrough",
 
10799
+                "-Wthread-safety",
 
10800
+                "-Winconsistent-missing-override",
 
10801
+                "-Wundef"
 
10802
+            ],
 
10803
+            "defines": [
 
10804
+                "V8_DEPRECATION_WARNINGS",
 
10805
+                "USE_NSS_CERTS=1",
 
10806
+                "USE_X11=1",
 
10807
+                "CHROMIUM_BUILD",
 
10808
+                "_FILE_OFFSET_BITS=64",
 
10809
+                "NDEBUG",
 
10810
+                "NVALGRIND",
 
10811
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10812
+                "WEBRTC_RESTRICT_LOGGING",
 
10813
+                "EXPAT_RELATIVE_PATH",
 
10814
+                "WEBRTC_ARCH_ARM",
 
10815
+                "WEBRTC_ARCH_ARM_V7",
 
10816
+                "WEBRTC_HAS_NEON",
 
10817
+                "WEBRTC_MOZILLA_BUILD",
 
10818
+                "WEBRTC_POSIX",
 
10819
+                "WEBRTC_LINUX"
 
10820
+            ],
 
10821
+            "deps": [],
 
10822
+            "include_dirs": [
 
10823
+                "//",
 
10824
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
10825
+            ],
 
10826
+            "libs": [],
 
10827
+            "sources": [
 
10828
+                "//webrtc/call/audio_receive_stream.h",
 
10829
+                "//webrtc/call/audio_send_stream.h",
 
10830
+                "//webrtc/call/audio_state.h",
 
10831
+                "//webrtc/call/call.h",
 
10832
+                "//webrtc/call/flexfec_receive_stream.h",
 
10833
+                "//webrtc/call/audio_send_stream_call.cc"
 
10834
+            ],
 
10835
+            "type": "source_set"
 
10836
+        },
 
10837
+        "//webrtc/common_audio:common_audio": {
 
10838
+            "cflags": [
 
10839
+                "-fno-strict-aliasing",
 
10840
+                "--param=ssp-buffer-size=4",
 
10841
+                "-fstack-protector",
 
10842
+                "-Wno-builtin-macro-redefined",
 
10843
+                "-D__DATE__=",
 
10844
+                "-D__TIME__=",
 
10845
+                "-D__TIMESTAMP__=",
 
10846
+                "-funwind-tables",
 
10847
+                "-fPIC",
 
10848
+                "-pipe",
 
10849
+                "-fcolor-diagnostics",
 
10850
+                "--target=arm-linux-gnueabihf",
 
10851
+                "-march=armv7-a",
 
10852
+                "-mfloat-abi=hard",
 
10853
+                "-mtune=generic-armv7-a",
 
10854
+                "-pthread",
 
10855
+                "-mfpu=neon",
 
10856
+                "-mthumb",
 
10857
+                "-Wall",
 
10858
+                "-Werror",
 
10859
+                "-Wextra",
 
10860
+                "-Wno-missing-field-initializers",
 
10861
+                "-Wno-unused-parameter",
 
10862
+                "-Wno-c++11-narrowing",
 
10863
+                "-Wno-covered-switch-default",
 
10864
+                "-Wno-unneeded-internal-declaration",
 
10865
+                "-Wno-inconsistent-missing-override",
 
10866
+                "-Wno-undefined-var-template",
 
10867
+                "-Wno-nonportable-include-path",
 
10868
+                "-Wno-address-of-packed-member",
 
10869
+                "-Wno-unused-lambda-capture",
 
10870
+                "-Wno-user-defined-warnings",
 
10871
+                "-O2",
 
10872
+                "-fno-ident",
 
10873
+                "-fdata-sections",
 
10874
+                "-ffunction-sections",
 
10875
+                "-fomit-frame-pointer",
 
10876
+                "-g0",
 
10877
+                "-fvisibility=hidden",
 
10878
+                "-Wheader-hygiene",
 
10879
+                "-Wstring-conversion",
 
10880
+                "-Wtautological-overlap-compare",
 
10881
+                "-Wextra",
 
10882
+                "-Wno-unused-parameter",
 
10883
+                "-Wno-missing-field-initializers",
 
10884
+                "-Wno-strict-overflow",
 
10885
+                "-Wimplicit-fallthrough",
 
10886
+                "-Wthread-safety",
 
10887
+                "-Winconsistent-missing-override",
 
10888
+                "-Wundef"
 
10889
+            ],
 
10890
+            "defines": [
 
10891
+                "V8_DEPRECATION_WARNINGS",
 
10892
+                "USE_NSS_CERTS=1",
 
10893
+                "USE_X11=1",
 
10894
+                "CHROMIUM_BUILD",
 
10895
+                "_FILE_OFFSET_BITS=64",
 
10896
+                "NDEBUG",
 
10897
+                "NVALGRIND",
 
10898
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
10899
+                "WEBRTC_RESTRICT_LOGGING",
 
10900
+                "EXPAT_RELATIVE_PATH",
 
10901
+                "WEBRTC_ARCH_ARM",
 
10902
+                "WEBRTC_ARCH_ARM_V7",
 
10903
+                "WEBRTC_HAS_NEON",
 
10904
+                "WEBRTC_MOZILLA_BUILD",
 
10905
+                "WEBRTC_POSIX",
 
10906
+                "WEBRTC_LINUX"
 
10907
+            ],
 
10908
+            "deps": [
 
10909
+                "//webrtc/common_audio:common_audio_c",
 
10910
+                "//webrtc/common_audio:common_audio_neon",
 
10911
+                "//webrtc/system_wrappers:system_wrappers"
 
10912
+            ],
 
10913
+            "include_dirs": [
 
10914
+                "//",
 
10915
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
10916
+                "//webrtc/common_audio/resampler/include/",
 
10917
+                "//webrtc/common_audio/signal_processing/include/",
 
10918
+                "//webrtc/common_audio/vad/include/"
 
10919
+            ],
 
10920
+            "libs": [
 
10921
+                "rt"
 
10922
+            ],
 
10923
+            "sources": [
 
10924
+                "//webrtc/common_audio/audio_converter.cc",
 
10925
+                "//webrtc/common_audio/audio_converter.h",
 
10926
+                "//webrtc/common_audio/audio_ring_buffer.cc",
 
10927
+                "//webrtc/common_audio/audio_ring_buffer.h",
 
10928
+                "//webrtc/common_audio/audio_util.cc",
 
10929
+                "//webrtc/common_audio/blocker.cc",
 
10930
+                "//webrtc/common_audio/blocker.h",
 
10931
+                "//webrtc/common_audio/channel_buffer.cc",
 
10932
+                "//webrtc/common_audio/channel_buffer.h",
 
10933
+                "//webrtc/common_audio/fir_filter.cc",
 
10934
+                "//webrtc/common_audio/fir_filter.h",
 
10935
+                "//webrtc/common_audio/fir_filter_neon.h",
 
10936
+                "//webrtc/common_audio/fir_filter_sse.h",
 
10937
+                "//webrtc/common_audio/include/audio_util.h",
 
10938
+                "//webrtc/common_audio/lapped_transform.cc",
 
10939
+                "//webrtc/common_audio/lapped_transform.h",
 
10940
+                "//webrtc/common_audio/real_fourier.cc",
 
10941
+                "//webrtc/common_audio/real_fourier.h",
 
10942
+                "//webrtc/common_audio/real_fourier_ooura.cc",
 
10943
+                "//webrtc/common_audio/real_fourier_ooura.h",
 
10944
+                "//webrtc/common_audio/resampler/include/push_resampler.h",
 
10945
+                "//webrtc/common_audio/resampler/include/resampler.h",
 
10946
+                "//webrtc/common_audio/resampler/push_resampler.cc",
 
10947
+                "//webrtc/common_audio/resampler/push_sinc_resampler.cc",
 
10948
+                "//webrtc/common_audio/resampler/push_sinc_resampler.h",
 
10949
+                "//webrtc/common_audio/resampler/resampler.cc",
 
10950
+                "//webrtc/common_audio/resampler/sinc_resampler.cc",
 
10951
+                "//webrtc/common_audio/resampler/sinc_resampler.h",
 
10952
+                "//webrtc/common_audio/smoothing_filter.cc",
 
10953
+                "//webrtc/common_audio/smoothing_filter.h",
 
10954
+                "//webrtc/common_audio/sparse_fir_filter.cc",
 
10955
+                "//webrtc/common_audio/sparse_fir_filter.h",
 
10956
+                "//webrtc/common_audio/vad/include/vad.h",
 
10957
+                "//webrtc/common_audio/vad/vad.cc",
 
10958
+                "//webrtc/common_audio/wav_file.cc",
 
10959
+                "//webrtc/common_audio/wav_file.h",
 
10960
+                "//webrtc/common_audio/wav_header.cc",
 
10961
+                "//webrtc/common_audio/wav_header.h",
 
10962
+                "//webrtc/common_audio/window_generator.cc",
 
10963
+                "//webrtc/common_audio/window_generator.h"
 
10964
+            ],
 
10965
+            "type": "static_library"
 
10966
+        },
 
10967
+        "//webrtc/common_audio:common_audio_c": {
 
10968
+            "cflags": [
 
10969
+                "-fno-strict-aliasing",
 
10970
+                "--param=ssp-buffer-size=4",
 
10971
+                "-fstack-protector",
 
10972
+                "-Wno-builtin-macro-redefined",
 
10973
+                "-D__DATE__=",
 
10974
+                "-D__TIME__=",
 
10975
+                "-D__TIMESTAMP__=",
 
10976
+                "-funwind-tables",
 
10977
+                "-fPIC",
 
10978
+                "-pipe",
 
10979
+                "-fcolor-diagnostics",
 
10980
+                "--target=arm-linux-gnueabihf",
 
10981
+                "-march=armv7-a",
 
10982
+                "-mfloat-abi=hard",
 
10983
+                "-mtune=generic-armv7-a",
 
10984
+                "-pthread",
 
10985
+                "-mfpu=neon",
 
10986
+                "-mthumb",
 
10987
+                "-Wall",
 
10988
+                "-Werror",
 
10989
+                "-Wextra",
 
10990
+                "-Wno-missing-field-initializers",
 
10991
+                "-Wno-unused-parameter",
 
10992
+                "-Wno-c++11-narrowing",
 
10993
+                "-Wno-covered-switch-default",
 
10994
+                "-Wno-unneeded-internal-declaration",
 
10995
+                "-Wno-inconsistent-missing-override",
 
10996
+                "-Wno-undefined-var-template",
 
10997
+                "-Wno-nonportable-include-path",
 
10998
+                "-Wno-address-of-packed-member",
 
10999
+                "-Wno-unused-lambda-capture",
 
11000
+                "-Wno-user-defined-warnings",
 
11001
+                "-O2",
 
11002
+                "-fno-ident",
 
11003
+                "-fdata-sections",
 
11004
+                "-ffunction-sections",
 
11005
+                "-fomit-frame-pointer",
 
11006
+                "-g0",
 
11007
+                "-fvisibility=hidden",
 
11008
+                "-Xclang",
 
11009
+                "-load",
 
11010
+                "-Xclang",
 
11011
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
11012
+                "-Xclang",
 
11013
+                "-add-plugin",
 
11014
+                "-Xclang",
 
11015
+                "find-bad-constructs",
 
11016
+                "-Xclang",
 
11017
+                "-plugin-arg-find-bad-constructs",
 
11018
+                "-Xclang",
 
11019
+                "check-auto-raw-pointer",
 
11020
+                "-Xclang",
 
11021
+                "-plugin-arg-find-bad-constructs",
 
11022
+                "-Xclang",
 
11023
+                "check-ipc",
 
11024
+                "-Wheader-hygiene",
 
11025
+                "-Wstring-conversion",
 
11026
+                "-Wtautological-overlap-compare",
 
11027
+                "-Wextra",
 
11028
+                "-Wno-unused-parameter",
 
11029
+                "-Wno-missing-field-initializers",
 
11030
+                "-Wno-strict-overflow",
 
11031
+                "-Wimplicit-fallthrough",
 
11032
+                "-Wthread-safety",
 
11033
+                "-Winconsistent-missing-override",
 
11034
+                "-Wundef"
 
11035
+            ],
 
11036
+            "defines": [
 
11037
+                "V8_DEPRECATION_WARNINGS",
 
11038
+                "USE_NSS_CERTS=1",
 
11039
+                "USE_X11=1",
 
11040
+                "CHROMIUM_BUILD",
 
11041
+                "_FILE_OFFSET_BITS=64",
 
11042
+                "NDEBUG",
 
11043
+                "NVALGRIND",
 
11044
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11045
+                "WEBRTC_RESTRICT_LOGGING",
 
11046
+                "EXPAT_RELATIVE_PATH",
 
11047
+                "WEBRTC_ARCH_ARM",
 
11048
+                "WEBRTC_ARCH_ARM_V7",
 
11049
+                "WEBRTC_HAS_NEON",
 
11050
+                "WEBRTC_MOZILLA_BUILD",
 
11051
+                "WEBRTC_POSIX",
 
11052
+                "WEBRTC_LINUX"
 
11053
+            ],
 
11054
+            "deps": [],
 
11055
+            "include_dirs": [
 
11056
+                "//",
 
11057
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
11058
+                "//webrtc/common_audio/resampler/include/",
 
11059
+                "//webrtc/common_audio/signal_processing/include/",
 
11060
+                "//webrtc/common_audio/vad/include/"
 
11061
+            ],
 
11062
+            "libs": [],
 
11063
+            "sources": [
 
11064
+                "//webrtc/common_audio/fft4g.c",
 
11065
+                "//webrtc/common_audio/fft4g.h",
 
11066
+                "//webrtc/common_audio/ring_buffer.c",
 
11067
+                "//webrtc/common_audio/ring_buffer.h",
 
11068
+                "//webrtc/common_audio/signal_processing/auto_corr_to_refl_coef.c",
 
11069
+                "//webrtc/common_audio/signal_processing/auto_correlation.c",
 
11070
+                "//webrtc/common_audio/signal_processing/complex_fft_tables.h",
 
11071
+                "//webrtc/common_audio/signal_processing/copy_set_operations.c",
 
11072
+                "//webrtc/common_audio/signal_processing/cross_correlation.c",
 
11073
+                "//webrtc/common_audio/signal_processing/division_operations.c",
 
11074
+                "//webrtc/common_audio/signal_processing/dot_product_with_scale.c",
 
11075
+                "//webrtc/common_audio/signal_processing/downsample_fast.c",
 
11076
+                "//webrtc/common_audio/signal_processing/energy.c",
 
11077
+                "//webrtc/common_audio/signal_processing/filter_ar.c",
 
11078
+                "//webrtc/common_audio/signal_processing/filter_ma_fast_q12.c",
 
11079
+                "//webrtc/common_audio/signal_processing/get_hanning_window.c",
 
11080
+                "//webrtc/common_audio/signal_processing/get_scaling_square.c",
 
11081
+                "//webrtc/common_audio/signal_processing/ilbc_specific_functions.c",
 
11082
+                "//webrtc/common_audio/signal_processing/include/real_fft.h",
 
11083
+                "//webrtc/common_audio/signal_processing/include/signal_processing_library.h",
 
11084
+                "//webrtc/common_audio/signal_processing/include/spl_inl.h",
 
11085
+                "//webrtc/common_audio/signal_processing/levinson_durbin.c",
 
11086
+                "//webrtc/common_audio/signal_processing/lpc_to_refl_coef.c",
 
11087
+                "//webrtc/common_audio/signal_processing/min_max_operations.c",
 
11088
+                "//webrtc/common_audio/signal_processing/randomization_functions.c",
 
11089
+                "//webrtc/common_audio/signal_processing/real_fft.c",
 
11090
+                "//webrtc/common_audio/signal_processing/refl_coef_to_lpc.c",
 
11091
+                "//webrtc/common_audio/signal_processing/resample.c",
 
11092
+                "//webrtc/common_audio/signal_processing/resample_48khz.c",
 
11093
+                "//webrtc/common_audio/signal_processing/resample_by_2.c",
 
11094
+                "//webrtc/common_audio/signal_processing/resample_by_2_internal.c",
 
11095
+                "//webrtc/common_audio/signal_processing/resample_by_2_internal.h",
 
11096
+                "//webrtc/common_audio/signal_processing/resample_fractional.c",
 
11097
+                "//webrtc/common_audio/signal_processing/spl_init.c",
 
11098
+                "//webrtc/common_audio/signal_processing/spl_inl.c",
 
11099
+                "//webrtc/common_audio/signal_processing/spl_sqrt.c",
 
11100
+                "//webrtc/common_audio/signal_processing/splitting_filter.c",
 
11101
+                "//webrtc/common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
 
11102
+                "//webrtc/common_audio/signal_processing/vector_scaling_operations.c",
 
11103
+                "//webrtc/common_audio/vad/include/webrtc_vad.h",
 
11104
+                "//webrtc/common_audio/vad/vad_core.c",
 
11105
+                "//webrtc/common_audio/vad/vad_core.h",
 
11106
+                "//webrtc/common_audio/vad/vad_filterbank.c",
 
11107
+                "//webrtc/common_audio/vad/vad_filterbank.h",
 
11108
+                "//webrtc/common_audio/vad/vad_gmm.c",
 
11109
+                "//webrtc/common_audio/vad/vad_gmm.h",
 
11110
+                "//webrtc/common_audio/vad/vad_sp.c",
 
11111
+                "//webrtc/common_audio/vad/vad_sp.h",
 
11112
+                "//webrtc/common_audio/vad/webrtc_vad.c",
 
11113
+                "//webrtc/common_audio/signal_processing/complex_bit_reverse_arm.S",
 
11114
+                "//webrtc/common_audio/signal_processing/spl_sqrt_floor_arm.S",
 
11115
+                "//webrtc/common_audio/signal_processing/filter_ar_fast_q12_armv7.S",
 
11116
+                "//webrtc/common_audio/signal_processing/complex_fft.c"
 
11117
+            ],
 
11118
+            "type": "source_set"
 
11119
+        },
 
11120
+        "//webrtc/common_audio:common_audio_neon": {
 
11121
+            "cflags": [
 
11122
+                "-mfpu=neon",
 
11123
+                "-fno-strict-aliasing",
 
11124
+                "--param=ssp-buffer-size=4",
 
11125
+                "-fstack-protector",
 
11126
+                "-Wno-builtin-macro-redefined",
 
11127
+                "-D__DATE__=",
 
11128
+                "-D__TIME__=",
 
11129
+                "-D__TIMESTAMP__=",
 
11130
+                "-funwind-tables",
 
11131
+                "-fPIC",
 
11132
+                "-pipe",
 
11133
+                "-fcolor-diagnostics",
 
11134
+                "--target=arm-linux-gnueabihf",
 
11135
+                "-march=armv7-a",
 
11136
+                "-mfloat-abi=hard",
 
11137
+                "-mtune=generic-armv7-a",
 
11138
+                "-pthread",
 
11139
+                "-mthumb",
 
11140
+                "-Wall",
 
11141
+                "-Werror",
 
11142
+                "-Wextra",
 
11143
+                "-Wno-missing-field-initializers",
 
11144
+                "-Wno-unused-parameter",
 
11145
+                "-Wno-c++11-narrowing",
 
11146
+                "-Wno-covered-switch-default",
 
11147
+                "-Wno-unneeded-internal-declaration",
 
11148
+                "-Wno-inconsistent-missing-override",
 
11149
+                "-Wno-undefined-var-template",
 
11150
+                "-Wno-nonportable-include-path",
 
11151
+                "-Wno-address-of-packed-member",
 
11152
+                "-Wno-unused-lambda-capture",
 
11153
+                "-Wno-user-defined-warnings",
 
11154
+                "-O2",
 
11155
+                "-fno-ident",
 
11156
+                "-fdata-sections",
 
11157
+                "-ffunction-sections",
 
11158
+                "-fomit-frame-pointer",
 
11159
+                "-g0",
 
11160
+                "-fvisibility=hidden",
 
11161
+                "-Wheader-hygiene",
 
11162
+                "-Wstring-conversion",
 
11163
+                "-Wtautological-overlap-compare",
 
11164
+                "-Wextra",
 
11165
+                "-Wno-unused-parameter",
 
11166
+                "-Wno-missing-field-initializers",
 
11167
+                "-Wno-strict-overflow",
 
11168
+                "-Wimplicit-fallthrough",
 
11169
+                "-Wthread-safety",
 
11170
+                "-Winconsistent-missing-override",
 
11171
+                "-Wundef"
 
11172
+            ],
 
11173
+            "defines": [
 
11174
+                "V8_DEPRECATION_WARNINGS",
 
11175
+                "USE_NSS_CERTS=1",
 
11176
+                "USE_X11=1",
 
11177
+                "CHROMIUM_BUILD",
 
11178
+                "_FILE_OFFSET_BITS=64",
 
11179
+                "NDEBUG",
 
11180
+                "NVALGRIND",
 
11181
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11182
+                "WEBRTC_RESTRICT_LOGGING",
 
11183
+                "EXPAT_RELATIVE_PATH",
 
11184
+                "WEBRTC_ARCH_ARM",
 
11185
+                "WEBRTC_ARCH_ARM_V7",
 
11186
+                "WEBRTC_HAS_NEON",
 
11187
+                "WEBRTC_MOZILLA_BUILD",
 
11188
+                "WEBRTC_POSIX",
 
11189
+                "WEBRTC_LINUX"
 
11190
+            ],
 
11191
+            "deps": [
 
11192
+                "//webrtc/common_audio:common_audio_neon_c"
 
11193
+            ],
 
11194
+            "include_dirs": [
 
11195
+                "//",
 
11196
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
11197
+            ],
 
11198
+            "libs": [],
 
11199
+            "sources": [
 
11200
+                "//webrtc/common_audio/fir_filter_neon.cc",
 
11201
+                "//webrtc/common_audio/resampler/sinc_resampler_neon.cc"
 
11202
+            ],
 
11203
+            "type": "static_library"
 
11204
+        },
 
11205
+        "//webrtc/common_audio:common_audio_neon_c": {
 
11206
+            "cflags": [
 
11207
+                "-mfpu=neon",
 
11208
+                "-fno-strict-aliasing",
 
11209
+                "--param=ssp-buffer-size=4",
 
11210
+                "-fstack-protector",
 
11211
+                "-Wno-builtin-macro-redefined",
 
11212
+                "-D__DATE__=",
 
11213
+                "-D__TIME__=",
 
11214
+                "-D__TIMESTAMP__=",
 
11215
+                "-funwind-tables",
 
11216
+                "-fPIC",
 
11217
+                "-pipe",
 
11218
+                "-fcolor-diagnostics",
 
11219
+                "--target=arm-linux-gnueabihf",
 
11220
+                "-march=armv7-a",
 
11221
+                "-mfloat-abi=hard",
 
11222
+                "-mtune=generic-armv7-a",
 
11223
+                "-pthread",
 
11224
+                "-mthumb",
 
11225
+                "-Wall",
 
11226
+                "-Werror",
 
11227
+                "-Wextra",
 
11228
+                "-Wno-missing-field-initializers",
 
11229
+                "-Wno-unused-parameter",
 
11230
+                "-Wno-c++11-narrowing",
 
11231
+                "-Wno-covered-switch-default",
 
11232
+                "-Wno-unneeded-internal-declaration",
 
11233
+                "-Wno-inconsistent-missing-override",
 
11234
+                "-Wno-undefined-var-template",
 
11235
+                "-Wno-nonportable-include-path",
 
11236
+                "-Wno-address-of-packed-member",
 
11237
+                "-Wno-unused-lambda-capture",
 
11238
+                "-Wno-user-defined-warnings",
 
11239
+                "-O2",
 
11240
+                "-fno-ident",
 
11241
+                "-fdata-sections",
 
11242
+                "-ffunction-sections",
 
11243
+                "-fomit-frame-pointer",
 
11244
+                "-g0",
 
11245
+                "-fvisibility=hidden",
 
11246
+                "-Wheader-hygiene",
 
11247
+                "-Wstring-conversion",
 
11248
+                "-Wtautological-overlap-compare",
 
11249
+                "-Wextra",
 
11250
+                "-Wno-unused-parameter",
 
11251
+                "-Wno-missing-field-initializers",
 
11252
+                "-Wno-strict-overflow",
 
11253
+                "-Wimplicit-fallthrough",
 
11254
+                "-Wthread-safety",
 
11255
+                "-Winconsistent-missing-override",
 
11256
+                "-Wundef"
 
11257
+            ],
 
11258
+            "defines": [
 
11259
+                "V8_DEPRECATION_WARNINGS",
 
11260
+                "USE_NSS_CERTS=1",
 
11261
+                "USE_X11=1",
 
11262
+                "CHROMIUM_BUILD",
 
11263
+                "_FILE_OFFSET_BITS=64",
 
11264
+                "NDEBUG",
 
11265
+                "NVALGRIND",
 
11266
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11267
+                "WEBRTC_RESTRICT_LOGGING",
 
11268
+                "EXPAT_RELATIVE_PATH",
 
11269
+                "WEBRTC_ARCH_ARM",
 
11270
+                "WEBRTC_ARCH_ARM_V7",
 
11271
+                "WEBRTC_HAS_NEON",
 
11272
+                "WEBRTC_MOZILLA_BUILD",
 
11273
+                "WEBRTC_POSIX",
 
11274
+                "WEBRTC_LINUX"
 
11275
+            ],
 
11276
+            "deps": [],
 
11277
+            "include_dirs": [
 
11278
+                "//",
 
11279
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
11280
+            ],
 
11281
+            "libs": [],
 
11282
+            "sources": [
 
11283
+                "//webrtc/common_audio/signal_processing/cross_correlation_neon.c",
 
11284
+                "//webrtc/common_audio/signal_processing/downsample_fast_neon.c",
 
11285
+                "//webrtc/common_audio/signal_processing/min_max_operations_neon.c"
 
11286
+            ],
 
11287
+            "type": "source_set"
 
11288
+        },
 
11289
+        "//webrtc/common_video:common_video": {
 
11290
+            "cflags": [
 
11291
+                "-fno-strict-aliasing",
 
11292
+                "--param=ssp-buffer-size=4",
 
11293
+                "-fstack-protector",
 
11294
+                "-Wno-builtin-macro-redefined",
 
11295
+                "-D__DATE__=",
 
11296
+                "-D__TIME__=",
 
11297
+                "-D__TIMESTAMP__=",
 
11298
+                "-funwind-tables",
 
11299
+                "-fPIC",
 
11300
+                "-pipe",
 
11301
+                "-fcolor-diagnostics",
 
11302
+                "--target=arm-linux-gnueabihf",
 
11303
+                "-march=armv7-a",
 
11304
+                "-mfloat-abi=hard",
 
11305
+                "-mtune=generic-armv7-a",
 
11306
+                "-pthread",
 
11307
+                "-mfpu=neon",
 
11308
+                "-mthumb",
 
11309
+                "-Wall",
 
11310
+                "-Werror",
 
11311
+                "-Wextra",
 
11312
+                "-Wno-missing-field-initializers",
 
11313
+                "-Wno-unused-parameter",
 
11314
+                "-Wno-c++11-narrowing",
 
11315
+                "-Wno-covered-switch-default",
 
11316
+                "-Wno-unneeded-internal-declaration",
 
11317
+                "-Wno-inconsistent-missing-override",
 
11318
+                "-Wno-undefined-var-template",
 
11319
+                "-Wno-nonportable-include-path",
 
11320
+                "-Wno-address-of-packed-member",
 
11321
+                "-Wno-unused-lambda-capture",
 
11322
+                "-Wno-user-defined-warnings",
 
11323
+                "-O2",
 
11324
+                "-fno-ident",
 
11325
+                "-fdata-sections",
 
11326
+                "-ffunction-sections",
 
11327
+                "-fomit-frame-pointer",
 
11328
+                "-g0",
 
11329
+                "-fvisibility=hidden",
 
11330
+                "-Wheader-hygiene",
 
11331
+                "-Wstring-conversion",
 
11332
+                "-Wtautological-overlap-compare",
 
11333
+                "-Wextra",
 
11334
+                "-Wno-unused-parameter",
 
11335
+                "-Wno-missing-field-initializers",
 
11336
+                "-Wno-strict-overflow",
 
11337
+                "-Wimplicit-fallthrough",
 
11338
+                "-Wthread-safety",
 
11339
+                "-Winconsistent-missing-override",
 
11340
+                "-Wundef"
 
11341
+            ],
 
11342
+            "defines": [
 
11343
+                "V8_DEPRECATION_WARNINGS",
 
11344
+                "USE_NSS_CERTS=1",
 
11345
+                "USE_X11=1",
 
11346
+                "CHROMIUM_BUILD",
 
11347
+                "_FILE_OFFSET_BITS=64",
 
11348
+                "NDEBUG",
 
11349
+                "NVALGRIND",
 
11350
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11351
+                "WEBRTC_RESTRICT_LOGGING",
 
11352
+                "EXPAT_RELATIVE_PATH",
 
11353
+                "WEBRTC_ARCH_ARM",
 
11354
+                "WEBRTC_ARCH_ARM_V7",
 
11355
+                "WEBRTC_HAS_NEON",
 
11356
+                "WEBRTC_MOZILLA_BUILD",
 
11357
+                "WEBRTC_POSIX",
 
11358
+                "WEBRTC_LINUX",
 
11359
+                "WEBRTC_BUILD_LIBEVENT"
 
11360
+            ],
 
11361
+            "deps": [
 
11362
+                "//webrtc:webrtc_common",
 
11363
+                "//webrtc/api:video_frame_api",
 
11364
+                "//webrtc/base:rtc_task_queue",
 
11365
+                "//webrtc/system_wrappers:system_wrappers"
 
11366
+            ],
 
11367
+            "include_dirs": [
 
11368
+                "//webrtc/modules/interface/",
 
11369
+                "/media/libyuv/libyuv/include/",
 
11370
+                "//",
 
11371
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
11372
+                "//webrtc/common_video/include/",
 
11373
+                "//webrtc/common_video/libyuv/include/"
 
11374
+            ],
 
11375
+            "libs": [
 
11376
+                "rt"
 
11377
+            ],
 
11378
+            "sources": [
 
11379
+                "//webrtc/common_video/bitrate_adjuster.cc",
 
11380
+                "//webrtc/common_video/h264/h264_bitstream_parser.cc",
 
11381
+                "//webrtc/common_video/h264/h264_bitstream_parser.h",
 
11382
+                "//webrtc/common_video/h264/h264_common.cc",
 
11383
+                "//webrtc/common_video/h264/h264_common.h",
 
11384
+                "//webrtc/common_video/h264/pps_parser.cc",
 
11385
+                "//webrtc/common_video/h264/pps_parser.h",
 
11386
+                "//webrtc/common_video/h264/profile_level_id.cc",
 
11387
+                "//webrtc/common_video/h264/profile_level_id.h",
 
11388
+                "//webrtc/common_video/h264/sps_parser.cc",
 
11389
+                "//webrtc/common_video/h264/sps_parser.h",
 
11390
+                "//webrtc/common_video/h264/sps_vui_rewriter.cc",
 
11391
+                "//webrtc/common_video/h264/sps_vui_rewriter.h",
 
11392
+                "//webrtc/common_video/i420_buffer_pool.cc",
 
11393
+                "//webrtc/common_video/include/bitrate_adjuster.h",
 
11394
+                "//webrtc/common_video/include/frame_callback.h",
 
11395
+                "//webrtc/common_video/include/i420_buffer_pool.h",
 
11396
+                "//webrtc/common_video/include/incoming_video_stream.h",
 
11397
+                "//webrtc/common_video/include/video_bitrate_allocator.h",
 
11398
+                "//webrtc/common_video/include/video_frame_buffer.h",
 
11399
+                "//webrtc/common_video/incoming_video_stream.cc",
 
11400
+                "//webrtc/common_video/libyuv/include/webrtc_libyuv.h",
 
11401
+                "//webrtc/common_video/libyuv/webrtc_libyuv.cc",
 
11402
+                "//webrtc/common_video/video_frame.cc",
 
11403
+                "//webrtc/common_video/video_frame_buffer.cc",
 
11404
+                "//webrtc/common_video/video_render_frames.cc",
 
11405
+                "//webrtc/common_video/video_render_frames.h"
 
11406
+            ],
 
11407
+            "type": "static_library"
 
11408
+        },
 
11409
+        "//webrtc/logging:rtc_event_log_api": {
 
11410
+            "cflags": [
 
11411
+                "-fno-strict-aliasing",
 
11412
+                "--param=ssp-buffer-size=4",
 
11413
+                "-fstack-protector",
 
11414
+                "-Wno-builtin-macro-redefined",
 
11415
+                "-D__DATE__=",
 
11416
+                "-D__TIME__=",
 
11417
+                "-D__TIMESTAMP__=",
 
11418
+                "-funwind-tables",
 
11419
+                "-fPIC",
 
11420
+                "-pipe",
 
11421
+                "-fcolor-diagnostics",
 
11422
+                "--target=arm-linux-gnueabihf",
 
11423
+                "-march=armv7-a",
 
11424
+                "-mfloat-abi=hard",
 
11425
+                "-mtune=generic-armv7-a",
 
11426
+                "-pthread",
 
11427
+                "-mfpu=neon",
 
11428
+                "-mthumb",
 
11429
+                "-Wall",
 
11430
+                "-Werror",
 
11431
+                "-Wextra",
 
11432
+                "-Wno-missing-field-initializers",
 
11433
+                "-Wno-unused-parameter",
 
11434
+                "-Wno-c++11-narrowing",
 
11435
+                "-Wno-covered-switch-default",
 
11436
+                "-Wno-unneeded-internal-declaration",
 
11437
+                "-Wno-inconsistent-missing-override",
 
11438
+                "-Wno-undefined-var-template",
 
11439
+                "-Wno-nonportable-include-path",
 
11440
+                "-Wno-address-of-packed-member",
 
11441
+                "-Wno-unused-lambda-capture",
 
11442
+                "-Wno-user-defined-warnings",
 
11443
+                "-O2",
 
11444
+                "-fno-ident",
 
11445
+                "-fdata-sections",
 
11446
+                "-ffunction-sections",
 
11447
+                "-fomit-frame-pointer",
 
11448
+                "-g0",
 
11449
+                "-fvisibility=hidden",
 
11450
+                "-Xclang",
 
11451
+                "-load",
 
11452
+                "-Xclang",
 
11453
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
11454
+                "-Xclang",
 
11455
+                "-add-plugin",
 
11456
+                "-Xclang",
 
11457
+                "find-bad-constructs",
 
11458
+                "-Xclang",
 
11459
+                "-plugin-arg-find-bad-constructs",
 
11460
+                "-Xclang",
 
11461
+                "check-auto-raw-pointer",
 
11462
+                "-Xclang",
 
11463
+                "-plugin-arg-find-bad-constructs",
 
11464
+                "-Xclang",
 
11465
+                "check-ipc",
 
11466
+                "-Wheader-hygiene",
 
11467
+                "-Wstring-conversion",
 
11468
+                "-Wtautological-overlap-compare",
 
11469
+                "-Wextra",
 
11470
+                "-Wno-unused-parameter",
 
11471
+                "-Wno-missing-field-initializers",
 
11472
+                "-Wno-strict-overflow",
 
11473
+                "-Wimplicit-fallthrough",
 
11474
+                "-Wthread-safety",
 
11475
+                "-Winconsistent-missing-override",
 
11476
+                "-Wundef"
 
11477
+            ],
 
11478
+            "defines": [
 
11479
+                "V8_DEPRECATION_WARNINGS",
 
11480
+                "USE_NSS_CERTS=1",
 
11481
+                "USE_X11=1",
 
11482
+                "CHROMIUM_BUILD",
 
11483
+                "_FILE_OFFSET_BITS=64",
 
11484
+                "NDEBUG",
 
11485
+                "NVALGRIND",
 
11486
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11487
+                "WEBRTC_RESTRICT_LOGGING",
 
11488
+                "EXPAT_RELATIVE_PATH",
 
11489
+                "WEBRTC_ARCH_ARM",
 
11490
+                "WEBRTC_ARCH_ARM_V7",
 
11491
+                "WEBRTC_HAS_NEON",
 
11492
+                "WEBRTC_MOZILLA_BUILD",
 
11493
+                "WEBRTC_POSIX",
 
11494
+                "WEBRTC_LINUX"
 
11495
+            ],
 
11496
+            "deps": [],
 
11497
+            "include_dirs": [
 
11498
+                "//",
 
11499
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
11500
+            ],
 
11501
+            "libs": [],
 
11502
+            "sources": [
 
11503
+                "//webrtc/logging/rtc_event_log/rtc_event_log.h"
 
11504
+            ],
 
11505
+            "type": "source_set"
 
11506
+        },
 
11507
+        "//webrtc/logging:rtc_event_log_impl": {
 
11508
+            "cflags": [
 
11509
+                "-fno-strict-aliasing",
 
11510
+                "--param=ssp-buffer-size=4",
 
11511
+                "-fstack-protector",
 
11512
+                "-Wno-builtin-macro-redefined",
 
11513
+                "-D__DATE__=",
 
11514
+                "-D__TIME__=",
 
11515
+                "-D__TIMESTAMP__=",
 
11516
+                "-funwind-tables",
 
11517
+                "-fPIC",
 
11518
+                "-pipe",
 
11519
+                "-fcolor-diagnostics",
 
11520
+                "--target=arm-linux-gnueabihf",
 
11521
+                "-march=armv7-a",
 
11522
+                "-mfloat-abi=hard",
 
11523
+                "-mtune=generic-armv7-a",
 
11524
+                "-pthread",
 
11525
+                "-mfpu=neon",
 
11526
+                "-mthumb",
 
11527
+                "-Wall",
 
11528
+                "-Werror",
 
11529
+                "-Wextra",
 
11530
+                "-Wno-missing-field-initializers",
 
11531
+                "-Wno-unused-parameter",
 
11532
+                "-Wno-c++11-narrowing",
 
11533
+                "-Wno-covered-switch-default",
 
11534
+                "-Wno-unneeded-internal-declaration",
 
11535
+                "-Wno-inconsistent-missing-override",
 
11536
+                "-Wno-undefined-var-template",
 
11537
+                "-Wno-nonportable-include-path",
 
11538
+                "-Wno-address-of-packed-member",
 
11539
+                "-Wno-unused-lambda-capture",
 
11540
+                "-Wno-user-defined-warnings",
 
11541
+                "-O2",
 
11542
+                "-fno-ident",
 
11543
+                "-fdata-sections",
 
11544
+                "-ffunction-sections",
 
11545
+                "-fomit-frame-pointer",
 
11546
+                "-g0",
 
11547
+                "-fvisibility=hidden",
 
11548
+                "-Wheader-hygiene",
 
11549
+                "-Wstring-conversion",
 
11550
+                "-Wtautological-overlap-compare",
 
11551
+                "-Wextra",
 
11552
+                "-Wno-unused-parameter",
 
11553
+                "-Wno-missing-field-initializers",
 
11554
+                "-Wno-strict-overflow",
 
11555
+                "-Wimplicit-fallthrough",
 
11556
+                "-Wthread-safety",
 
11557
+                "-Winconsistent-missing-override",
 
11558
+                "-Wundef"
 
11559
+            ],
 
11560
+            "defines": [
 
11561
+                "V8_DEPRECATION_WARNINGS",
 
11562
+                "USE_NSS_CERTS=1",
 
11563
+                "USE_X11=1",
 
11564
+                "CHROMIUM_BUILD",
 
11565
+                "_FILE_OFFSET_BITS=64",
 
11566
+                "NDEBUG",
 
11567
+                "NVALGRIND",
 
11568
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11569
+                "WEBRTC_RESTRICT_LOGGING",
 
11570
+                "EXPAT_RELATIVE_PATH",
 
11571
+                "WEBRTC_ARCH_ARM",
 
11572
+                "WEBRTC_ARCH_ARM_V7",
 
11573
+                "WEBRTC_HAS_NEON",
 
11574
+                "WEBRTC_MOZILLA_BUILD",
 
11575
+                "WEBRTC_POSIX",
 
11576
+                "WEBRTC_LINUX",
 
11577
+                "WEBRTC_BUILD_LIBEVENT"
 
11578
+            ],
 
11579
+            "deps": [
 
11580
+                "//webrtc:webrtc_common",
 
11581
+                "//webrtc/call:call_interfaces",
 
11582
+                "//webrtc/logging:rtc_event_log_api",
 
11583
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp"
 
11584
+            ],
 
11585
+            "include_dirs": [
 
11586
+                "//",
 
11587
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
11588
+            ],
 
11589
+            "libs": [
 
11590
+                "rt"
 
11591
+            ],
 
11592
+            "sources": [
 
11593
+                "//webrtc/logging/rtc_event_log/ringbuffer.h",
 
11594
+                "//webrtc/logging/rtc_event_log/rtc_event_log.cc",
 
11595
+                "//webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.cc",
 
11596
+                "//webrtc/logging/rtc_event_log/rtc_event_log_helper_thread.h"
 
11597
+            ],
 
11598
+            "type": "static_library"
 
11599
+        },
 
11600
+        "//webrtc/media:mozilla_rtc_media": {
 
11601
+            "cflags": [
 
11602
+                "-fno-strict-aliasing",
 
11603
+                "--param=ssp-buffer-size=4",
 
11604
+                "-fstack-protector",
 
11605
+                "-Wno-builtin-macro-redefined",
 
11606
+                "-D__DATE__=",
 
11607
+                "-D__TIME__=",
 
11608
+                "-D__TIMESTAMP__=",
 
11609
+                "-funwind-tables",
 
11610
+                "-fPIC",
 
11611
+                "-pipe",
 
11612
+                "-fcolor-diagnostics",
 
11613
+                "--target=arm-linux-gnueabihf",
 
11614
+                "-march=armv7-a",
 
11615
+                "-mfloat-abi=hard",
 
11616
+                "-mtune=generic-armv7-a",
 
11617
+                "-pthread",
 
11618
+                "-mfpu=neon",
 
11619
+                "-mthumb",
 
11620
+                "-Wall",
 
11621
+                "-Werror",
 
11622
+                "-Wextra",
 
11623
+                "-Wno-missing-field-initializers",
 
11624
+                "-Wno-unused-parameter",
 
11625
+                "-Wno-c++11-narrowing",
 
11626
+                "-Wno-covered-switch-default",
 
11627
+                "-Wno-unneeded-internal-declaration",
 
11628
+                "-Wno-inconsistent-missing-override",
 
11629
+                "-Wno-undefined-var-template",
 
11630
+                "-Wno-nonportable-include-path",
 
11631
+                "-Wno-address-of-packed-member",
 
11632
+                "-Wno-unused-lambda-capture",
 
11633
+                "-Wno-user-defined-warnings",
 
11634
+                "-O2",
 
11635
+                "-fno-ident",
 
11636
+                "-fdata-sections",
 
11637
+                "-ffunction-sections",
 
11638
+                "-fomit-frame-pointer",
 
11639
+                "-g0",
 
11640
+                "-fvisibility=hidden",
 
11641
+                "-Xclang",
 
11642
+                "-load",
 
11643
+                "-Xclang",
 
11644
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
11645
+                "-Xclang",
 
11646
+                "-add-plugin",
 
11647
+                "-Xclang",
 
11648
+                "find-bad-constructs",
 
11649
+                "-Xclang",
 
11650
+                "-plugin-arg-find-bad-constructs",
 
11651
+                "-Xclang",
 
11652
+                "check-auto-raw-pointer",
 
11653
+                "-Xclang",
 
11654
+                "-plugin-arg-find-bad-constructs",
 
11655
+                "-Xclang",
 
11656
+                "check-ipc",
 
11657
+                "-Wheader-hygiene",
 
11658
+                "-Wstring-conversion",
 
11659
+                "-Wtautological-overlap-compare",
 
11660
+                "-Wextra",
 
11661
+                "-Wno-unused-parameter",
 
11662
+                "-Wno-missing-field-initializers",
 
11663
+                "-Wno-strict-overflow",
 
11664
+                "-Wimplicit-fallthrough",
 
11665
+                "-Wthread-safety",
 
11666
+                "-Winconsistent-missing-override",
 
11667
+                "-Wundef"
 
11668
+            ],
 
11669
+            "defines": [
 
11670
+                "V8_DEPRECATION_WARNINGS",
 
11671
+                "USE_NSS_CERTS=1",
 
11672
+                "USE_X11=1",
 
11673
+                "CHROMIUM_BUILD",
 
11674
+                "_FILE_OFFSET_BITS=64",
 
11675
+                "NDEBUG",
 
11676
+                "NVALGRIND",
 
11677
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11678
+                "WEBRTC_RESTRICT_LOGGING",
 
11679
+                "EXPAT_RELATIVE_PATH",
 
11680
+                "WEBRTC_ARCH_ARM",
 
11681
+                "WEBRTC_ARCH_ARM_V7",
 
11682
+                "WEBRTC_HAS_NEON",
 
11683
+                "WEBRTC_MOZILLA_BUILD",
 
11684
+                "WEBRTC_POSIX",
 
11685
+                "WEBRTC_LINUX"
 
11686
+            ],
 
11687
+            "deps": [],
 
11688
+            "include_dirs": [
 
11689
+                "//",
 
11690
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
11691
+            ],
 
11692
+            "libs": [],
 
11693
+            "sources": [
 
11694
+                "//webrtc/media/base/videoadapter.cc",
 
11695
+                "//webrtc/media/base/videoadapter.h",
 
11696
+                "//webrtc/media/base/videobroadcaster.cc",
 
11697
+                "//webrtc/media/base/videobroadcaster.h",
 
11698
+                "//webrtc/media/base/videosourcebase.cc",
 
11699
+                "//webrtc/media/base/videosourcebase.h"
 
11700
+            ],
 
11701
+            "type": "static_library"
 
11702
+        },
 
11703
+        "//webrtc/modules/audio_coding:audio_coding": {
 
11704
+            "cflags": [
 
11705
+                "-fno-strict-aliasing",
 
11706
+                "--param=ssp-buffer-size=4",
 
11707
+                "-fstack-protector",
 
11708
+                "-Wno-builtin-macro-redefined",
 
11709
+                "-D__DATE__=",
 
11710
+                "-D__TIME__=",
 
11711
+                "-D__TIMESTAMP__=",
 
11712
+                "-funwind-tables",
 
11713
+                "-fPIC",
 
11714
+                "-pipe",
 
11715
+                "-fcolor-diagnostics",
 
11716
+                "--target=arm-linux-gnueabihf",
 
11717
+                "-march=armv7-a",
 
11718
+                "-mfloat-abi=hard",
 
11719
+                "-mtune=generic-armv7-a",
 
11720
+                "-pthread",
 
11721
+                "-mfpu=neon",
 
11722
+                "-mthumb",
 
11723
+                "-Wall",
 
11724
+                "-Werror",
 
11725
+                "-Wextra",
 
11726
+                "-Wno-missing-field-initializers",
 
11727
+                "-Wno-unused-parameter",
 
11728
+                "-Wno-c++11-narrowing",
 
11729
+                "-Wno-covered-switch-default",
 
11730
+                "-Wno-unneeded-internal-declaration",
 
11731
+                "-Wno-inconsistent-missing-override",
 
11732
+                "-Wno-undefined-var-template",
 
11733
+                "-Wno-nonportable-include-path",
 
11734
+                "-Wno-address-of-packed-member",
 
11735
+                "-Wno-unused-lambda-capture",
 
11736
+                "-Wno-user-defined-warnings",
 
11737
+                "-O2",
 
11738
+                "-fno-ident",
 
11739
+                "-fdata-sections",
 
11740
+                "-ffunction-sections",
 
11741
+                "-fomit-frame-pointer",
 
11742
+                "-g0",
 
11743
+                "-fvisibility=hidden",
 
11744
+                "-Xclang",
 
11745
+                "-load",
 
11746
+                "-Xclang",
 
11747
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
11748
+                "-Xclang",
 
11749
+                "-add-plugin",
 
11750
+                "-Xclang",
 
11751
+                "find-bad-constructs",
 
11752
+                "-Xclang",
 
11753
+                "-plugin-arg-find-bad-constructs",
 
11754
+                "-Xclang",
 
11755
+                "check-auto-raw-pointer",
 
11756
+                "-Xclang",
 
11757
+                "-plugin-arg-find-bad-constructs",
 
11758
+                "-Xclang",
 
11759
+                "check-ipc",
 
11760
+                "-Wheader-hygiene",
 
11761
+                "-Wstring-conversion",
 
11762
+                "-Wtautological-overlap-compare",
 
11763
+                "-Wextra",
 
11764
+                "-Wno-unused-parameter",
 
11765
+                "-Wno-missing-field-initializers",
 
11766
+                "-Wno-strict-overflow",
 
11767
+                "-Wimplicit-fallthrough",
 
11768
+                "-Wthread-safety",
 
11769
+                "-Winconsistent-missing-override",
 
11770
+                "-Wundef"
 
11771
+            ],
 
11772
+            "defines": [
 
11773
+                "WEBRTC_CODEC_OPUS",
 
11774
+                "WEBRTC_CODEC_G722",
 
11775
+                "V8_DEPRECATION_WARNINGS",
 
11776
+                "USE_NSS_CERTS=1",
 
11777
+                "USE_X11=1",
 
11778
+                "CHROMIUM_BUILD",
 
11779
+                "_FILE_OFFSET_BITS=64",
 
11780
+                "NDEBUG",
 
11781
+                "NVALGRIND",
 
11782
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11783
+                "WEBRTC_RESTRICT_LOGGING",
 
11784
+                "EXPAT_RELATIVE_PATH",
 
11785
+                "WEBRTC_ARCH_ARM",
 
11786
+                "WEBRTC_ARCH_ARM_V7",
 
11787
+                "WEBRTC_HAS_NEON",
 
11788
+                "WEBRTC_MOZILLA_BUILD",
 
11789
+                "WEBRTC_POSIX",
 
11790
+                "WEBRTC_LINUX"
 
11791
+            ],
 
11792
+            "deps": [
 
11793
+                "//webrtc:webrtc_common",
 
11794
+                "//webrtc/base:rtc_base_approved",
 
11795
+                "//webrtc/common_audio:common_audio",
 
11796
+                "//webrtc/logging:rtc_event_log_api",
 
11797
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
11798
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
11799
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
11800
+                "//webrtc/modules/audio_coding:cng",
 
11801
+                "//webrtc/modules/audio_coding:g711",
 
11802
+                "//webrtc/modules/audio_coding:g722",
 
11803
+                "//webrtc/modules/audio_coding:isac_fix",
 
11804
+                "//webrtc/modules/audio_coding:neteq",
 
11805
+                "//webrtc/modules/audio_coding:pcm16b",
 
11806
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
11807
+                "//webrtc/modules/audio_coding:webrtc_opus",
 
11808
+                "//webrtc/system_wrappers:system_wrappers"
 
11809
+            ],
 
11810
+            "include_dirs": [
 
11811
+                "//",
 
11812
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
11813
+                "//webrtc/modules/audio_coding/include/",
 
11814
+                "//webrtc/modules/include/",
 
11815
+                "//",
 
11816
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
11817
+                "//",
 
11818
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
11819
+                "//",
 
11820
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
11821
+                "//",
 
11822
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
11823
+                "//",
 
11824
+                "//webrtc/modules/audio_coding/codecs/g722/include/",
 
11825
+                "//webrtc/common_audio/resampler/include/",
 
11826
+                "//webrtc/common_audio/signal_processing/include/",
 
11827
+                "//webrtc/common_audio/vad/include/"
 
11828
+            ],
 
11829
+            "libs": [
 
11830
+                "rt"
 
11831
+            ],
 
11832
+            "sources": [
 
11833
+                "//webrtc/modules/audio_coding/acm2/acm_common_defs.h",
 
11834
+                "//webrtc/modules/audio_coding/acm2/acm_receiver.cc",
 
11835
+                "//webrtc/modules/audio_coding/acm2/acm_receiver.h",
 
11836
+                "//webrtc/modules/audio_coding/acm2/acm_resampler.cc",
 
11837
+                "//webrtc/modules/audio_coding/acm2/acm_resampler.h",
 
11838
+                "//webrtc/modules/audio_coding/acm2/audio_coding_module.cc",
 
11839
+                "//webrtc/modules/audio_coding/acm2/call_statistics.cc",
 
11840
+                "//webrtc/modules/audio_coding/acm2/call_statistics.h",
 
11841
+                "//webrtc/modules/audio_coding/acm2/codec_manager.cc",
 
11842
+                "//webrtc/modules/audio_coding/acm2/codec_manager.h",
 
11843
+                "//webrtc/modules/audio_coding/include/audio_coding_module.h",
 
11844
+                "//webrtc/modules/audio_coding/include/audio_coding_module_typedefs.h"
 
11845
+            ],
 
11846
+            "type": "static_library"
 
11847
+        },
 
11848
+        "//webrtc/modules/audio_coding:audio_decoder_factory_interface": {
 
11849
+            "cflags": [
 
11850
+                "-fno-strict-aliasing",
 
11851
+                "--param=ssp-buffer-size=4",
 
11852
+                "-fstack-protector",
 
11853
+                "-Wno-builtin-macro-redefined",
 
11854
+                "-D__DATE__=",
 
11855
+                "-D__TIME__=",
 
11856
+                "-D__TIMESTAMP__=",
 
11857
+                "-funwind-tables",
 
11858
+                "-fPIC",
 
11859
+                "-pipe",
 
11860
+                "-fcolor-diagnostics",
 
11861
+                "--target=arm-linux-gnueabihf",
 
11862
+                "-march=armv7-a",
 
11863
+                "-mfloat-abi=hard",
 
11864
+                "-mtune=generic-armv7-a",
 
11865
+                "-pthread",
 
11866
+                "-mfpu=neon",
 
11867
+                "-mthumb",
 
11868
+                "-Wall",
 
11869
+                "-Werror",
 
11870
+                "-Wextra",
 
11871
+                "-Wno-missing-field-initializers",
 
11872
+                "-Wno-unused-parameter",
 
11873
+                "-Wno-c++11-narrowing",
 
11874
+                "-Wno-covered-switch-default",
 
11875
+                "-Wno-unneeded-internal-declaration",
 
11876
+                "-Wno-inconsistent-missing-override",
 
11877
+                "-Wno-undefined-var-template",
 
11878
+                "-Wno-nonportable-include-path",
 
11879
+                "-Wno-address-of-packed-member",
 
11880
+                "-Wno-unused-lambda-capture",
 
11881
+                "-Wno-user-defined-warnings",
 
11882
+                "-O2",
 
11883
+                "-fno-ident",
 
11884
+                "-fdata-sections",
 
11885
+                "-ffunction-sections",
 
11886
+                "-fomit-frame-pointer",
 
11887
+                "-g0",
 
11888
+                "-fvisibility=hidden",
 
11889
+                "-Xclang",
 
11890
+                "-load",
 
11891
+                "-Xclang",
 
11892
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
11893
+                "-Xclang",
 
11894
+                "-add-plugin",
 
11895
+                "-Xclang",
 
11896
+                "find-bad-constructs",
 
11897
+                "-Xclang",
 
11898
+                "-plugin-arg-find-bad-constructs",
 
11899
+                "-Xclang",
 
11900
+                "check-auto-raw-pointer",
 
11901
+                "-Xclang",
 
11902
+                "-plugin-arg-find-bad-constructs",
 
11903
+                "-Xclang",
 
11904
+                "check-ipc",
 
11905
+                "-Wheader-hygiene",
 
11906
+                "-Wstring-conversion",
 
11907
+                "-Wtautological-overlap-compare",
 
11908
+                "-Wextra",
 
11909
+                "-Wno-unused-parameter",
 
11910
+                "-Wno-missing-field-initializers",
 
11911
+                "-Wno-strict-overflow",
 
11912
+                "-Wimplicit-fallthrough",
 
11913
+                "-Wthread-safety",
 
11914
+                "-Winconsistent-missing-override",
 
11915
+                "-Wundef"
 
11916
+            ],
 
11917
+            "defines": [
 
11918
+                "V8_DEPRECATION_WARNINGS",
 
11919
+                "USE_NSS_CERTS=1",
 
11920
+                "USE_X11=1",
 
11921
+                "CHROMIUM_BUILD",
 
11922
+                "_FILE_OFFSET_BITS=64",
 
11923
+                "NDEBUG",
 
11924
+                "NVALGRIND",
 
11925
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
11926
+                "WEBRTC_RESTRICT_LOGGING",
 
11927
+                "EXPAT_RELATIVE_PATH",
 
11928
+                "WEBRTC_ARCH_ARM",
 
11929
+                "WEBRTC_ARCH_ARM_V7",
 
11930
+                "WEBRTC_HAS_NEON",
 
11931
+                "WEBRTC_MOZILLA_BUILD",
 
11932
+                "WEBRTC_POSIX",
 
11933
+                "WEBRTC_LINUX"
 
11934
+            ],
 
11935
+            "deps": [
 
11936
+                "//webrtc/base:rtc_base_approved",
 
11937
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
11938
+                "//webrtc/modules/audio_coding:audio_format",
 
11939
+                "//webrtc/modules/audio_coding:audio_format_conversion"
 
11940
+            ],
 
11941
+            "include_dirs": [
 
11942
+                "//",
 
11943
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
11944
+            ],
 
11945
+            "libs": [],
 
11946
+            "sources": [
 
11947
+                "//webrtc/modules/audio_coding/codecs/audio_decoder_factory.h"
 
11948
+            ],
 
11949
+            "type": "source_set"
 
11950
+        },
 
11951
+        "//webrtc/modules/audio_coding:audio_decoder_interface": {
 
11952
+            "cflags": [
 
11953
+                "-fno-strict-aliasing",
 
11954
+                "--param=ssp-buffer-size=4",
 
11955
+                "-fstack-protector",
 
11956
+                "-Wno-builtin-macro-redefined",
 
11957
+                "-D__DATE__=",
 
11958
+                "-D__TIME__=",
 
11959
+                "-D__TIMESTAMP__=",
 
11960
+                "-funwind-tables",
 
11961
+                "-fPIC",
 
11962
+                "-pipe",
 
11963
+                "-fcolor-diagnostics",
 
11964
+                "--target=arm-linux-gnueabihf",
 
11965
+                "-march=armv7-a",
 
11966
+                "-mfloat-abi=hard",
 
11967
+                "-mtune=generic-armv7-a",
 
11968
+                "-pthread",
 
11969
+                "-mfpu=neon",
 
11970
+                "-mthumb",
 
11971
+                "-Wall",
 
11972
+                "-Werror",
 
11973
+                "-Wextra",
 
11974
+                "-Wno-missing-field-initializers",
 
11975
+                "-Wno-unused-parameter",
 
11976
+                "-Wno-c++11-narrowing",
 
11977
+                "-Wno-covered-switch-default",
 
11978
+                "-Wno-unneeded-internal-declaration",
 
11979
+                "-Wno-inconsistent-missing-override",
 
11980
+                "-Wno-undefined-var-template",
 
11981
+                "-Wno-nonportable-include-path",
 
11982
+                "-Wno-address-of-packed-member",
 
11983
+                "-Wno-unused-lambda-capture",
 
11984
+                "-Wno-user-defined-warnings",
 
11985
+                "-O2",
 
11986
+                "-fno-ident",
 
11987
+                "-fdata-sections",
 
11988
+                "-ffunction-sections",
 
11989
+                "-fomit-frame-pointer",
 
11990
+                "-g0",
 
11991
+                "-fvisibility=hidden",
 
11992
+                "-Xclang",
 
11993
+                "-load",
 
11994
+                "-Xclang",
 
11995
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
11996
+                "-Xclang",
 
11997
+                "-add-plugin",
 
11998
+                "-Xclang",
 
11999
+                "find-bad-constructs",
 
12000
+                "-Xclang",
 
12001
+                "-plugin-arg-find-bad-constructs",
 
12002
+                "-Xclang",
 
12003
+                "check-auto-raw-pointer",
 
12004
+                "-Xclang",
 
12005
+                "-plugin-arg-find-bad-constructs",
 
12006
+                "-Xclang",
 
12007
+                "check-ipc",
 
12008
+                "-Wheader-hygiene",
 
12009
+                "-Wstring-conversion",
 
12010
+                "-Wtautological-overlap-compare",
 
12011
+                "-Wextra",
 
12012
+                "-Wno-unused-parameter",
 
12013
+                "-Wno-missing-field-initializers",
 
12014
+                "-Wno-strict-overflow",
 
12015
+                "-Wimplicit-fallthrough",
 
12016
+                "-Wthread-safety",
 
12017
+                "-Winconsistent-missing-override",
 
12018
+                "-Wundef"
 
12019
+            ],
 
12020
+            "defines": [
 
12021
+                "V8_DEPRECATION_WARNINGS",
 
12022
+                "USE_NSS_CERTS=1",
 
12023
+                "USE_X11=1",
 
12024
+                "CHROMIUM_BUILD",
 
12025
+                "_FILE_OFFSET_BITS=64",
 
12026
+                "NDEBUG",
 
12027
+                "NVALGRIND",
 
12028
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12029
+                "WEBRTC_RESTRICT_LOGGING",
 
12030
+                "EXPAT_RELATIVE_PATH",
 
12031
+                "WEBRTC_ARCH_ARM",
 
12032
+                "WEBRTC_ARCH_ARM_V7",
 
12033
+                "WEBRTC_HAS_NEON",
 
12034
+                "WEBRTC_MOZILLA_BUILD",
 
12035
+                "WEBRTC_POSIX",
 
12036
+                "WEBRTC_LINUX"
 
12037
+            ],
 
12038
+            "deps": [
 
12039
+                "//webrtc:webrtc_common",
 
12040
+                "//webrtc/base:rtc_base_approved"
 
12041
+            ],
 
12042
+            "include_dirs": [
 
12043
+                "//",
 
12044
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
12045
+            ],
 
12046
+            "libs": [],
 
12047
+            "sources": [
 
12048
+                "//webrtc/modules/audio_coding/codecs/audio_decoder.cc",
 
12049
+                "//webrtc/modules/audio_coding/codecs/audio_decoder.h",
 
12050
+                "//webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
 
12051
+                "//webrtc/modules/audio_coding/codecs/legacy_encoded_audio_frame.h"
 
12052
+            ],
 
12053
+            "type": "static_library"
 
12054
+        },
 
12055
+        "//webrtc/modules/audio_coding:audio_encoder_interface": {
 
12056
+            "cflags": [
 
12057
+                "-fno-strict-aliasing",
 
12058
+                "--param=ssp-buffer-size=4",
 
12059
+                "-fstack-protector",
 
12060
+                "-Wno-builtin-macro-redefined",
 
12061
+                "-D__DATE__=",
 
12062
+                "-D__TIME__=",
 
12063
+                "-D__TIMESTAMP__=",
 
12064
+                "-funwind-tables",
 
12065
+                "-fPIC",
 
12066
+                "-pipe",
 
12067
+                "-fcolor-diagnostics",
 
12068
+                "--target=arm-linux-gnueabihf",
 
12069
+                "-march=armv7-a",
 
12070
+                "-mfloat-abi=hard",
 
12071
+                "-mtune=generic-armv7-a",
 
12072
+                "-pthread",
 
12073
+                "-mfpu=neon",
 
12074
+                "-mthumb",
 
12075
+                "-Wall",
 
12076
+                "-Werror",
 
12077
+                "-Wextra",
 
12078
+                "-Wno-missing-field-initializers",
 
12079
+                "-Wno-unused-parameter",
 
12080
+                "-Wno-c++11-narrowing",
 
12081
+                "-Wno-covered-switch-default",
 
12082
+                "-Wno-unneeded-internal-declaration",
 
12083
+                "-Wno-inconsistent-missing-override",
 
12084
+                "-Wno-undefined-var-template",
 
12085
+                "-Wno-nonportable-include-path",
 
12086
+                "-Wno-address-of-packed-member",
 
12087
+                "-Wno-unused-lambda-capture",
 
12088
+                "-Wno-user-defined-warnings",
 
12089
+                "-O2",
 
12090
+                "-fno-ident",
 
12091
+                "-fdata-sections",
 
12092
+                "-ffunction-sections",
 
12093
+                "-fomit-frame-pointer",
 
12094
+                "-g0",
 
12095
+                "-fvisibility=hidden",
 
12096
+                "-Xclang",
 
12097
+                "-load",
 
12098
+                "-Xclang",
 
12099
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12100
+                "-Xclang",
 
12101
+                "-add-plugin",
 
12102
+                "-Xclang",
 
12103
+                "find-bad-constructs",
 
12104
+                "-Xclang",
 
12105
+                "-plugin-arg-find-bad-constructs",
 
12106
+                "-Xclang",
 
12107
+                "check-auto-raw-pointer",
 
12108
+                "-Xclang",
 
12109
+                "-plugin-arg-find-bad-constructs",
 
12110
+                "-Xclang",
 
12111
+                "check-ipc",
 
12112
+                "-Wheader-hygiene",
 
12113
+                "-Wstring-conversion",
 
12114
+                "-Wtautological-overlap-compare",
 
12115
+                "-Wextra",
 
12116
+                "-Wno-unused-parameter",
 
12117
+                "-Wno-missing-field-initializers",
 
12118
+                "-Wno-strict-overflow",
 
12119
+                "-Wimplicit-fallthrough",
 
12120
+                "-Wthread-safety",
 
12121
+                "-Winconsistent-missing-override",
 
12122
+                "-Wundef"
 
12123
+            ],
 
12124
+            "defines": [
 
12125
+                "V8_DEPRECATION_WARNINGS",
 
12126
+                "USE_NSS_CERTS=1",
 
12127
+                "USE_X11=1",
 
12128
+                "CHROMIUM_BUILD",
 
12129
+                "_FILE_OFFSET_BITS=64",
 
12130
+                "NDEBUG",
 
12131
+                "NVALGRIND",
 
12132
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12133
+                "WEBRTC_RESTRICT_LOGGING",
 
12134
+                "EXPAT_RELATIVE_PATH",
 
12135
+                "WEBRTC_ARCH_ARM",
 
12136
+                "WEBRTC_ARCH_ARM_V7",
 
12137
+                "WEBRTC_HAS_NEON",
 
12138
+                "WEBRTC_MOZILLA_BUILD",
 
12139
+                "WEBRTC_POSIX",
 
12140
+                "WEBRTC_LINUX"
 
12141
+            ],
 
12142
+            "deps": [
 
12143
+                "//webrtc:webrtc_common",
 
12144
+                "//webrtc/base:rtc_base_approved"
 
12145
+            ],
 
12146
+            "include_dirs": [
 
12147
+                "//",
 
12148
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
12149
+            ],
 
12150
+            "libs": [],
 
12151
+            "sources": [
 
12152
+                "//webrtc/modules/audio_coding/codecs/audio_encoder.cc",
 
12153
+                "//webrtc/modules/audio_coding/codecs/audio_encoder.h"
 
12154
+            ],
 
12155
+            "type": "static_library"
 
12156
+        },
 
12157
+        "//webrtc/modules/audio_coding:audio_format": {
 
12158
+            "cflags": [
 
12159
+                "-fno-strict-aliasing",
 
12160
+                "--param=ssp-buffer-size=4",
 
12161
+                "-fstack-protector",
 
12162
+                "-Wno-builtin-macro-redefined",
 
12163
+                "-D__DATE__=",
 
12164
+                "-D__TIME__=",
 
12165
+                "-D__TIMESTAMP__=",
 
12166
+                "-funwind-tables",
 
12167
+                "-fPIC",
 
12168
+                "-pipe",
 
12169
+                "-fcolor-diagnostics",
 
12170
+                "--target=arm-linux-gnueabihf",
 
12171
+                "-march=armv7-a",
 
12172
+                "-mfloat-abi=hard",
 
12173
+                "-mtune=generic-armv7-a",
 
12174
+                "-pthread",
 
12175
+                "-mfpu=neon",
 
12176
+                "-mthumb",
 
12177
+                "-Wall",
 
12178
+                "-Werror",
 
12179
+                "-Wextra",
 
12180
+                "-Wno-missing-field-initializers",
 
12181
+                "-Wno-unused-parameter",
 
12182
+                "-Wno-c++11-narrowing",
 
12183
+                "-Wno-covered-switch-default",
 
12184
+                "-Wno-unneeded-internal-declaration",
 
12185
+                "-Wno-inconsistent-missing-override",
 
12186
+                "-Wno-undefined-var-template",
 
12187
+                "-Wno-nonportable-include-path",
 
12188
+                "-Wno-address-of-packed-member",
 
12189
+                "-Wno-unused-lambda-capture",
 
12190
+                "-Wno-user-defined-warnings",
 
12191
+                "-O2",
 
12192
+                "-fno-ident",
 
12193
+                "-fdata-sections",
 
12194
+                "-ffunction-sections",
 
12195
+                "-fomit-frame-pointer",
 
12196
+                "-g0",
 
12197
+                "-fvisibility=hidden",
 
12198
+                "-Xclang",
 
12199
+                "-load",
 
12200
+                "-Xclang",
 
12201
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12202
+                "-Xclang",
 
12203
+                "-add-plugin",
 
12204
+                "-Xclang",
 
12205
+                "find-bad-constructs",
 
12206
+                "-Xclang",
 
12207
+                "-plugin-arg-find-bad-constructs",
 
12208
+                "-Xclang",
 
12209
+                "check-auto-raw-pointer",
 
12210
+                "-Xclang",
 
12211
+                "-plugin-arg-find-bad-constructs",
 
12212
+                "-Xclang",
 
12213
+                "check-ipc",
 
12214
+                "-Wheader-hygiene",
 
12215
+                "-Wstring-conversion",
 
12216
+                "-Wtautological-overlap-compare",
 
12217
+                "-Wextra",
 
12218
+                "-Wno-unused-parameter",
 
12219
+                "-Wno-missing-field-initializers",
 
12220
+                "-Wno-strict-overflow",
 
12221
+                "-Wimplicit-fallthrough",
 
12222
+                "-Wthread-safety",
 
12223
+                "-Winconsistent-missing-override",
 
12224
+                "-Wundef"
 
12225
+            ],
 
12226
+            "defines": [
 
12227
+                "V8_DEPRECATION_WARNINGS",
 
12228
+                "USE_NSS_CERTS=1",
 
12229
+                "USE_X11=1",
 
12230
+                "CHROMIUM_BUILD",
 
12231
+                "_FILE_OFFSET_BITS=64",
 
12232
+                "NDEBUG",
 
12233
+                "NVALGRIND",
 
12234
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12235
+                "WEBRTC_RESTRICT_LOGGING",
 
12236
+                "EXPAT_RELATIVE_PATH",
 
12237
+                "WEBRTC_ARCH_ARM",
 
12238
+                "WEBRTC_ARCH_ARM_V7",
 
12239
+                "WEBRTC_HAS_NEON",
 
12240
+                "WEBRTC_MOZILLA_BUILD",
 
12241
+                "WEBRTC_POSIX",
 
12242
+                "WEBRTC_LINUX"
 
12243
+            ],
 
12244
+            "deps": [
 
12245
+                "//webrtc:webrtc_common"
 
12246
+            ],
 
12247
+            "include_dirs": [
 
12248
+                "//",
 
12249
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
12250
+            ],
 
12251
+            "libs": [],
 
12252
+            "sources": [
 
12253
+                "//webrtc/modules/audio_coding/codecs/audio_format.cc",
 
12254
+                "//webrtc/modules/audio_coding/codecs/audio_format.h"
 
12255
+            ],
 
12256
+            "type": "static_library"
 
12257
+        },
 
12258
+        "//webrtc/modules/audio_coding:audio_format_conversion": {
 
12259
+            "cflags": [
 
12260
+                "-fno-strict-aliasing",
 
12261
+                "--param=ssp-buffer-size=4",
 
12262
+                "-fstack-protector",
 
12263
+                "-Wno-builtin-macro-redefined",
 
12264
+                "-D__DATE__=",
 
12265
+                "-D__TIME__=",
 
12266
+                "-D__TIMESTAMP__=",
 
12267
+                "-funwind-tables",
 
12268
+                "-fPIC",
 
12269
+                "-pipe",
 
12270
+                "-fcolor-diagnostics",
 
12271
+                "--target=arm-linux-gnueabihf",
 
12272
+                "-march=armv7-a",
 
12273
+                "-mfloat-abi=hard",
 
12274
+                "-mtune=generic-armv7-a",
 
12275
+                "-pthread",
 
12276
+                "-mfpu=neon",
 
12277
+                "-mthumb",
 
12278
+                "-Wall",
 
12279
+                "-Werror",
 
12280
+                "-Wextra",
 
12281
+                "-Wno-missing-field-initializers",
 
12282
+                "-Wno-unused-parameter",
 
12283
+                "-Wno-c++11-narrowing",
 
12284
+                "-Wno-covered-switch-default",
 
12285
+                "-Wno-unneeded-internal-declaration",
 
12286
+                "-Wno-inconsistent-missing-override",
 
12287
+                "-Wno-undefined-var-template",
 
12288
+                "-Wno-nonportable-include-path",
 
12289
+                "-Wno-address-of-packed-member",
 
12290
+                "-Wno-unused-lambda-capture",
 
12291
+                "-Wno-user-defined-warnings",
 
12292
+                "-O2",
 
12293
+                "-fno-ident",
 
12294
+                "-fdata-sections",
 
12295
+                "-ffunction-sections",
 
12296
+                "-fomit-frame-pointer",
 
12297
+                "-g0",
 
12298
+                "-fvisibility=hidden",
 
12299
+                "-Xclang",
 
12300
+                "-load",
 
12301
+                "-Xclang",
 
12302
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12303
+                "-Xclang",
 
12304
+                "-add-plugin",
 
12305
+                "-Xclang",
 
12306
+                "find-bad-constructs",
 
12307
+                "-Xclang",
 
12308
+                "-plugin-arg-find-bad-constructs",
 
12309
+                "-Xclang",
 
12310
+                "check-auto-raw-pointer",
 
12311
+                "-Xclang",
 
12312
+                "-plugin-arg-find-bad-constructs",
 
12313
+                "-Xclang",
 
12314
+                "check-ipc",
 
12315
+                "-Wheader-hygiene",
 
12316
+                "-Wstring-conversion",
 
12317
+                "-Wtautological-overlap-compare",
 
12318
+                "-Wextra",
 
12319
+                "-Wno-unused-parameter",
 
12320
+                "-Wno-missing-field-initializers",
 
12321
+                "-Wno-strict-overflow",
 
12322
+                "-Wimplicit-fallthrough",
 
12323
+                "-Wthread-safety",
 
12324
+                "-Winconsistent-missing-override",
 
12325
+                "-Wundef"
 
12326
+            ],
 
12327
+            "defines": [
 
12328
+                "V8_DEPRECATION_WARNINGS",
 
12329
+                "USE_NSS_CERTS=1",
 
12330
+                "USE_X11=1",
 
12331
+                "CHROMIUM_BUILD",
 
12332
+                "_FILE_OFFSET_BITS=64",
 
12333
+                "NDEBUG",
 
12334
+                "NVALGRIND",
 
12335
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12336
+                "WEBRTC_RESTRICT_LOGGING",
 
12337
+                "EXPAT_RELATIVE_PATH",
 
12338
+                "WEBRTC_ARCH_ARM",
 
12339
+                "WEBRTC_ARCH_ARM_V7",
 
12340
+                "WEBRTC_HAS_NEON",
 
12341
+                "WEBRTC_MOZILLA_BUILD",
 
12342
+                "WEBRTC_POSIX",
 
12343
+                "WEBRTC_LINUX"
 
12344
+            ],
 
12345
+            "deps": [
 
12346
+                "//webrtc:webrtc_common",
 
12347
+                "//webrtc/base:rtc_base_approved",
 
12348
+                "//webrtc/modules/audio_coding:audio_format"
 
12349
+            ],
 
12350
+            "include_dirs": [
 
12351
+                "//",
 
12352
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
12353
+            ],
 
12354
+            "libs": [],
 
12355
+            "sources": [
 
12356
+                "//webrtc/modules/audio_coding/codecs/audio_format_conversion.cc",
 
12357
+                "//webrtc/modules/audio_coding/codecs/audio_format_conversion.h"
 
12358
+            ],
 
12359
+            "type": "static_library"
 
12360
+        },
 
12361
+        "//webrtc/modules/audio_coding:audio_network_adaptor": {
 
12362
+            "cflags": [
 
12363
+                "-fno-strict-aliasing",
 
12364
+                "--param=ssp-buffer-size=4",
 
12365
+                "-fstack-protector",
 
12366
+                "-Wno-builtin-macro-redefined",
 
12367
+                "-D__DATE__=",
 
12368
+                "-D__TIME__=",
 
12369
+                "-D__TIMESTAMP__=",
 
12370
+                "-funwind-tables",
 
12371
+                "-fPIC",
 
12372
+                "-pipe",
 
12373
+                "-fcolor-diagnostics",
 
12374
+                "--target=arm-linux-gnueabihf",
 
12375
+                "-march=armv7-a",
 
12376
+                "-mfloat-abi=hard",
 
12377
+                "-mtune=generic-armv7-a",
 
12378
+                "-pthread",
 
12379
+                "-mfpu=neon",
 
12380
+                "-mthumb",
 
12381
+                "-Wall",
 
12382
+                "-Werror",
 
12383
+                "-Wextra",
 
12384
+                "-Wno-missing-field-initializers",
 
12385
+                "-Wno-unused-parameter",
 
12386
+                "-Wno-c++11-narrowing",
 
12387
+                "-Wno-covered-switch-default",
 
12388
+                "-Wno-unneeded-internal-declaration",
 
12389
+                "-Wno-inconsistent-missing-override",
 
12390
+                "-Wno-undefined-var-template",
 
12391
+                "-Wno-nonportable-include-path",
 
12392
+                "-Wno-address-of-packed-member",
 
12393
+                "-Wno-unused-lambda-capture",
 
12394
+                "-Wno-user-defined-warnings",
 
12395
+                "-O2",
 
12396
+                "-fno-ident",
 
12397
+                "-fdata-sections",
 
12398
+                "-ffunction-sections",
 
12399
+                "-fomit-frame-pointer",
 
12400
+                "-g0",
 
12401
+                "-fvisibility=hidden",
 
12402
+                "-Xclang",
 
12403
+                "-load",
 
12404
+                "-Xclang",
 
12405
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12406
+                "-Xclang",
 
12407
+                "-add-plugin",
 
12408
+                "-Xclang",
 
12409
+                "find-bad-constructs",
 
12410
+                "-Xclang",
 
12411
+                "-plugin-arg-find-bad-constructs",
 
12412
+                "-Xclang",
 
12413
+                "check-auto-raw-pointer",
 
12414
+                "-Xclang",
 
12415
+                "-plugin-arg-find-bad-constructs",
 
12416
+                "-Xclang",
 
12417
+                "check-ipc",
 
12418
+                "-Wheader-hygiene",
 
12419
+                "-Wstring-conversion",
 
12420
+                "-Wtautological-overlap-compare",
 
12421
+                "-Wextra",
 
12422
+                "-Wno-unused-parameter",
 
12423
+                "-Wno-missing-field-initializers",
 
12424
+                "-Wno-strict-overflow",
 
12425
+                "-Wimplicit-fallthrough",
 
12426
+                "-Wthread-safety",
 
12427
+                "-Winconsistent-missing-override",
 
12428
+                "-Wundef"
 
12429
+            ],
 
12430
+            "defines": [
 
12431
+                "V8_DEPRECATION_WARNINGS",
 
12432
+                "USE_NSS_CERTS=1",
 
12433
+                "USE_X11=1",
 
12434
+                "CHROMIUM_BUILD",
 
12435
+                "_FILE_OFFSET_BITS=64",
 
12436
+                "NDEBUG",
 
12437
+                "NVALGRIND",
 
12438
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12439
+                "WEBRTC_RESTRICT_LOGGING",
 
12440
+                "EXPAT_RELATIVE_PATH",
 
12441
+                "WEBRTC_ARCH_ARM",
 
12442
+                "WEBRTC_ARCH_ARM_V7",
 
12443
+                "WEBRTC_HAS_NEON",
 
12444
+                "WEBRTC_MOZILLA_BUILD",
 
12445
+                "WEBRTC_POSIX",
 
12446
+                "WEBRTC_LINUX"
 
12447
+            ],
 
12448
+            "deps": [
 
12449
+                "//webrtc:webrtc_common",
 
12450
+                "//webrtc/base:rtc_base_approved",
 
12451
+                "//webrtc/common_audio:common_audio",
 
12452
+                "//webrtc/system_wrappers:system_wrappers"
 
12453
+            ],
 
12454
+            "include_dirs": [
 
12455
+                "//",
 
12456
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
12457
+                "//webrtc/common_audio/resampler/include/",
 
12458
+                "//webrtc/common_audio/signal_processing/include/",
 
12459
+                "//webrtc/common_audio/vad/include/"
 
12460
+            ],
 
12461
+            "libs": [
 
12462
+                "rt"
 
12463
+            ],
 
12464
+            "sources": [
 
12465
+                "//webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor.cc",
 
12466
+                "//webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
 
12467
+                "//webrtc/modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h",
 
12468
+                "//webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
 
12469
+                "//webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h",
 
12470
+                "//webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.cc",
 
12471
+                "//webrtc/modules/audio_coding/audio_network_adaptor/channel_controller.h",
 
12472
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller.cc",
 
12473
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller.h",
 
12474
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.cc",
 
12475
+                "//webrtc/modules/audio_coding/audio_network_adaptor/controller_manager.h",
 
12476
+                "//webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
 
12477
+                "//webrtc/modules/audio_coding/audio_network_adaptor/debug_dump_writer.h",
 
12478
+                "//webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
 
12479
+                "//webrtc/modules/audio_coding/audio_network_adaptor/dtx_controller.h",
 
12480
+                "//webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.cc",
 
12481
+                "//webrtc/modules/audio_coding/audio_network_adaptor/fec_controller.h",
 
12482
+                "//webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
 
12483
+                "//webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.h",
 
12484
+                "//webrtc/modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h"
 
12485
+            ],
 
12486
+            "type": "static_library"
 
12487
+        },
 
12488
+        "//webrtc/modules/audio_coding:builtin_audio_decoder_factory": {
 
12489
+            "cflags": [
 
12490
+                "-fno-strict-aliasing",
 
12491
+                "--param=ssp-buffer-size=4",
 
12492
+                "-fstack-protector",
 
12493
+                "-Wno-builtin-macro-redefined",
 
12494
+                "-D__DATE__=",
 
12495
+                "-D__TIME__=",
 
12496
+                "-D__TIMESTAMP__=",
 
12497
+                "-funwind-tables",
 
12498
+                "-fPIC",
 
12499
+                "-pipe",
 
12500
+                "-fcolor-diagnostics",
 
12501
+                "--target=arm-linux-gnueabihf",
 
12502
+                "-march=armv7-a",
 
12503
+                "-mfloat-abi=hard",
 
12504
+                "-mtune=generic-armv7-a",
 
12505
+                "-pthread",
 
12506
+                "-mfpu=neon",
 
12507
+                "-mthumb",
 
12508
+                "-Wall",
 
12509
+                "-Werror",
 
12510
+                "-Wextra",
 
12511
+                "-Wno-missing-field-initializers",
 
12512
+                "-Wno-unused-parameter",
 
12513
+                "-Wno-c++11-narrowing",
 
12514
+                "-Wno-covered-switch-default",
 
12515
+                "-Wno-unneeded-internal-declaration",
 
12516
+                "-Wno-inconsistent-missing-override",
 
12517
+                "-Wno-undefined-var-template",
 
12518
+                "-Wno-nonportable-include-path",
 
12519
+                "-Wno-address-of-packed-member",
 
12520
+                "-Wno-unused-lambda-capture",
 
12521
+                "-Wno-user-defined-warnings",
 
12522
+                "-O2",
 
12523
+                "-fno-ident",
 
12524
+                "-fdata-sections",
 
12525
+                "-ffunction-sections",
 
12526
+                "-fomit-frame-pointer",
 
12527
+                "-g0",
 
12528
+                "-fvisibility=hidden",
 
12529
+                "-Xclang",
 
12530
+                "-load",
 
12531
+                "-Xclang",
 
12532
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12533
+                "-Xclang",
 
12534
+                "-add-plugin",
 
12535
+                "-Xclang",
 
12536
+                "find-bad-constructs",
 
12537
+                "-Xclang",
 
12538
+                "-plugin-arg-find-bad-constructs",
 
12539
+                "-Xclang",
 
12540
+                "check-auto-raw-pointer",
 
12541
+                "-Xclang",
 
12542
+                "-plugin-arg-find-bad-constructs",
 
12543
+                "-Xclang",
 
12544
+                "check-ipc",
 
12545
+                "-Wheader-hygiene",
 
12546
+                "-Wstring-conversion",
 
12547
+                "-Wtautological-overlap-compare",
 
12548
+                "-Wextra",
 
12549
+                "-Wno-unused-parameter",
 
12550
+                "-Wno-missing-field-initializers",
 
12551
+                "-Wno-strict-overflow",
 
12552
+                "-Wimplicit-fallthrough",
 
12553
+                "-Wthread-safety",
 
12554
+                "-Winconsistent-missing-override",
 
12555
+                "-Wundef"
 
12556
+            ],
 
12557
+            "defines": [
 
12558
+                "WEBRTC_CODEC_OPUS",
 
12559
+                "WEBRTC_CODEC_G722",
 
12560
+                "V8_DEPRECATION_WARNINGS",
 
12561
+                "USE_NSS_CERTS=1",
 
12562
+                "USE_X11=1",
 
12563
+                "CHROMIUM_BUILD",
 
12564
+                "_FILE_OFFSET_BITS=64",
 
12565
+                "NDEBUG",
 
12566
+                "NVALGRIND",
 
12567
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12568
+                "WEBRTC_RESTRICT_LOGGING",
 
12569
+                "EXPAT_RELATIVE_PATH",
 
12570
+                "WEBRTC_ARCH_ARM",
 
12571
+                "WEBRTC_ARCH_ARM_V7",
 
12572
+                "WEBRTC_HAS_NEON",
 
12573
+                "WEBRTC_MOZILLA_BUILD",
 
12574
+                "WEBRTC_POSIX",
 
12575
+                "WEBRTC_LINUX"
 
12576
+            ],
 
12577
+            "deps": [
 
12578
+                "//webrtc:webrtc_common",
 
12579
+                "//webrtc/base:rtc_base_approved",
 
12580
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
12581
+                "//webrtc/modules/audio_coding:cng",
 
12582
+                "//webrtc/modules/audio_coding:g711",
 
12583
+                "//webrtc/modules/audio_coding:g722",
 
12584
+                "//webrtc/modules/audio_coding:isac_fix",
 
12585
+                "//webrtc/modules/audio_coding:pcm16b",
 
12586
+                "//webrtc/modules/audio_coding:webrtc_opus"
 
12587
+            ],
 
12588
+            "include_dirs": [
 
12589
+                "//",
 
12590
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
12591
+                "//",
 
12592
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
12593
+                "//",
 
12594
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
12595
+                "//",
 
12596
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
12597
+                "//",
 
12598
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
12599
+                "//",
 
12600
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
12601
+            ],
 
12602
+            "libs": [
 
12603
+                "rt"
 
12604
+            ],
 
12605
+            "sources": [
 
12606
+                "//webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.cc",
 
12607
+                "//webrtc/modules/audio_coding/codecs/builtin_audio_decoder_factory.h"
 
12608
+            ],
 
12609
+            "type": "static_library"
 
12610
+        },
 
12611
+        "//webrtc/modules/audio_coding:cng": {
 
12612
+            "cflags": [
 
12613
+                "-fno-strict-aliasing",
 
12614
+                "--param=ssp-buffer-size=4",
 
12615
+                "-fstack-protector",
 
12616
+                "-Wno-builtin-macro-redefined",
 
12617
+                "-D__DATE__=",
 
12618
+                "-D__TIME__=",
 
12619
+                "-D__TIMESTAMP__=",
 
12620
+                "-funwind-tables",
 
12621
+                "-fPIC",
 
12622
+                "-pipe",
 
12623
+                "-fcolor-diagnostics",
 
12624
+                "--target=arm-linux-gnueabihf",
 
12625
+                "-march=armv7-a",
 
12626
+                "-mfloat-abi=hard",
 
12627
+                "-mtune=generic-armv7-a",
 
12628
+                "-pthread",
 
12629
+                "-mfpu=neon",
 
12630
+                "-mthumb",
 
12631
+                "-Wall",
 
12632
+                "-Werror",
 
12633
+                "-Wextra",
 
12634
+                "-Wno-missing-field-initializers",
 
12635
+                "-Wno-unused-parameter",
 
12636
+                "-Wno-c++11-narrowing",
 
12637
+                "-Wno-covered-switch-default",
 
12638
+                "-Wno-unneeded-internal-declaration",
 
12639
+                "-Wno-inconsistent-missing-override",
 
12640
+                "-Wno-undefined-var-template",
 
12641
+                "-Wno-nonportable-include-path",
 
12642
+                "-Wno-address-of-packed-member",
 
12643
+                "-Wno-unused-lambda-capture",
 
12644
+                "-Wno-user-defined-warnings",
 
12645
+                "-O2",
 
12646
+                "-fno-ident",
 
12647
+                "-fdata-sections",
 
12648
+                "-ffunction-sections",
 
12649
+                "-fomit-frame-pointer",
 
12650
+                "-g0",
 
12651
+                "-fvisibility=hidden",
 
12652
+                "-Xclang",
 
12653
+                "-load",
 
12654
+                "-Xclang",
 
12655
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12656
+                "-Xclang",
 
12657
+                "-add-plugin",
 
12658
+                "-Xclang",
 
12659
+                "find-bad-constructs",
 
12660
+                "-Xclang",
 
12661
+                "-plugin-arg-find-bad-constructs",
 
12662
+                "-Xclang",
 
12663
+                "check-auto-raw-pointer",
 
12664
+                "-Xclang",
 
12665
+                "-plugin-arg-find-bad-constructs",
 
12666
+                "-Xclang",
 
12667
+                "check-ipc",
 
12668
+                "-Wheader-hygiene",
 
12669
+                "-Wstring-conversion",
 
12670
+                "-Wtautological-overlap-compare",
 
12671
+                "-Wextra",
 
12672
+                "-Wno-unused-parameter",
 
12673
+                "-Wno-missing-field-initializers",
 
12674
+                "-Wno-strict-overflow",
 
12675
+                "-Wimplicit-fallthrough",
 
12676
+                "-Wthread-safety",
 
12677
+                "-Winconsistent-missing-override",
 
12678
+                "-Wundef"
 
12679
+            ],
 
12680
+            "defines": [
 
12681
+                "V8_DEPRECATION_WARNINGS",
 
12682
+                "USE_NSS_CERTS=1",
 
12683
+                "USE_X11=1",
 
12684
+                "CHROMIUM_BUILD",
 
12685
+                "_FILE_OFFSET_BITS=64",
 
12686
+                "NDEBUG",
 
12687
+                "NVALGRIND",
 
12688
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12689
+                "WEBRTC_RESTRICT_LOGGING",
 
12690
+                "EXPAT_RELATIVE_PATH",
 
12691
+                "WEBRTC_ARCH_ARM",
 
12692
+                "WEBRTC_ARCH_ARM_V7",
 
12693
+                "WEBRTC_HAS_NEON",
 
12694
+                "WEBRTC_MOZILLA_BUILD",
 
12695
+                "WEBRTC_POSIX",
 
12696
+                "WEBRTC_LINUX"
 
12697
+            ],
 
12698
+            "deps": [
 
12699
+                "//webrtc:webrtc_common",
 
12700
+                "//webrtc/base:rtc_base_approved",
 
12701
+                "//webrtc/common_audio:common_audio",
 
12702
+                "//webrtc/modules/audio_coding:audio_encoder_interface"
 
12703
+            ],
 
12704
+            "include_dirs": [
 
12705
+                "//",
 
12706
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
12707
+                "//",
 
12708
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
12709
+                "//webrtc/common_audio/resampler/include/",
 
12710
+                "//webrtc/common_audio/signal_processing/include/",
 
12711
+                "//webrtc/common_audio/vad/include/"
 
12712
+            ],
 
12713
+            "libs": [
 
12714
+                "rt"
 
12715
+            ],
 
12716
+            "sources": [
 
12717
+                "//webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
 
12718
+                "//webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h",
 
12719
+                "//webrtc/modules/audio_coding/codecs/cng/webrtc_cng.cc",
 
12720
+                "//webrtc/modules/audio_coding/codecs/cng/webrtc_cng.h"
 
12721
+            ],
 
12722
+            "type": "static_library"
 
12723
+        },
 
12724
+        "//webrtc/modules/audio_coding:g711": {
 
12725
+            "cflags": [
 
12726
+                "-fno-strict-aliasing",
 
12727
+                "--param=ssp-buffer-size=4",
 
12728
+                "-fstack-protector",
 
12729
+                "-Wno-builtin-macro-redefined",
 
12730
+                "-D__DATE__=",
 
12731
+                "-D__TIME__=",
 
12732
+                "-D__TIMESTAMP__=",
 
12733
+                "-funwind-tables",
 
12734
+                "-fPIC",
 
12735
+                "-pipe",
 
12736
+                "-fcolor-diagnostics",
 
12737
+                "--target=arm-linux-gnueabihf",
 
12738
+                "-march=armv7-a",
 
12739
+                "-mfloat-abi=hard",
 
12740
+                "-mtune=generic-armv7-a",
 
12741
+                "-pthread",
 
12742
+                "-mfpu=neon",
 
12743
+                "-mthumb",
 
12744
+                "-Wall",
 
12745
+                "-Werror",
 
12746
+                "-Wextra",
 
12747
+                "-Wno-missing-field-initializers",
 
12748
+                "-Wno-unused-parameter",
 
12749
+                "-Wno-c++11-narrowing",
 
12750
+                "-Wno-covered-switch-default",
 
12751
+                "-Wno-unneeded-internal-declaration",
 
12752
+                "-Wno-inconsistent-missing-override",
 
12753
+                "-Wno-undefined-var-template",
 
12754
+                "-Wno-nonportable-include-path",
 
12755
+                "-Wno-address-of-packed-member",
 
12756
+                "-Wno-unused-lambda-capture",
 
12757
+                "-Wno-user-defined-warnings",
 
12758
+                "-O2",
 
12759
+                "-fno-ident",
 
12760
+                "-fdata-sections",
 
12761
+                "-ffunction-sections",
 
12762
+                "-fomit-frame-pointer",
 
12763
+                "-g0",
 
12764
+                "-fvisibility=hidden",
 
12765
+                "-Xclang",
 
12766
+                "-load",
 
12767
+                "-Xclang",
 
12768
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12769
+                "-Xclang",
 
12770
+                "-add-plugin",
 
12771
+                "-Xclang",
 
12772
+                "find-bad-constructs",
 
12773
+                "-Xclang",
 
12774
+                "-plugin-arg-find-bad-constructs",
 
12775
+                "-Xclang",
 
12776
+                "check-auto-raw-pointer",
 
12777
+                "-Xclang",
 
12778
+                "-plugin-arg-find-bad-constructs",
 
12779
+                "-Xclang",
 
12780
+                "check-ipc",
 
12781
+                "-Wheader-hygiene",
 
12782
+                "-Wstring-conversion",
 
12783
+                "-Wtautological-overlap-compare",
 
12784
+                "-Wextra",
 
12785
+                "-Wno-unused-parameter",
 
12786
+                "-Wno-missing-field-initializers",
 
12787
+                "-Wno-strict-overflow",
 
12788
+                "-Wimplicit-fallthrough",
 
12789
+                "-Wthread-safety",
 
12790
+                "-Winconsistent-missing-override",
 
12791
+                "-Wundef"
 
12792
+            ],
 
12793
+            "defines": [
 
12794
+                "V8_DEPRECATION_WARNINGS",
 
12795
+                "USE_NSS_CERTS=1",
 
12796
+                "USE_X11=1",
 
12797
+                "CHROMIUM_BUILD",
 
12798
+                "_FILE_OFFSET_BITS=64",
 
12799
+                "NDEBUG",
 
12800
+                "NVALGRIND",
 
12801
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12802
+                "WEBRTC_RESTRICT_LOGGING",
 
12803
+                "EXPAT_RELATIVE_PATH",
 
12804
+                "WEBRTC_ARCH_ARM",
 
12805
+                "WEBRTC_ARCH_ARM_V7",
 
12806
+                "WEBRTC_HAS_NEON",
 
12807
+                "WEBRTC_MOZILLA_BUILD",
 
12808
+                "WEBRTC_POSIX",
 
12809
+                "WEBRTC_LINUX"
 
12810
+            ],
 
12811
+            "deps": [
 
12812
+                "//webrtc:webrtc_common",
 
12813
+                "//webrtc/base:rtc_base_approved",
 
12814
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
12815
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
12816
+                "//webrtc/modules/audio_coding:g711_c"
 
12817
+            ],
 
12818
+            "include_dirs": [
 
12819
+                "//",
 
12820
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
12821
+                "//",
 
12822
+                "//webrtc/modules/audio_coding/codecs/g711/include/"
 
12823
+            ],
 
12824
+            "libs": [],
 
12825
+            "sources": [
 
12826
+                "//webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
 
12827
+                "//webrtc/modules/audio_coding/codecs/g711/audio_decoder_pcm.h",
 
12828
+                "//webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
 
12829
+                "//webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.h"
 
12830
+            ],
 
12831
+            "type": "static_library"
 
12832
+        },
 
12833
+        "//webrtc/modules/audio_coding:g711_c": {
 
12834
+            "cflags": [
 
12835
+                "-fno-strict-aliasing",
 
12836
+                "--param=ssp-buffer-size=4",
 
12837
+                "-fstack-protector",
 
12838
+                "-Wno-builtin-macro-redefined",
 
12839
+                "-D__DATE__=",
 
12840
+                "-D__TIME__=",
 
12841
+                "-D__TIMESTAMP__=",
 
12842
+                "-funwind-tables",
 
12843
+                "-fPIC",
 
12844
+                "-pipe",
 
12845
+                "-fcolor-diagnostics",
 
12846
+                "--target=arm-linux-gnueabihf",
 
12847
+                "-march=armv7-a",
 
12848
+                "-mfloat-abi=hard",
 
12849
+                "-mtune=generic-armv7-a",
 
12850
+                "-pthread",
 
12851
+                "-mfpu=neon",
 
12852
+                "-mthumb",
 
12853
+                "-Wall",
 
12854
+                "-Werror",
 
12855
+                "-Wextra",
 
12856
+                "-Wno-missing-field-initializers",
 
12857
+                "-Wno-unused-parameter",
 
12858
+                "-Wno-c++11-narrowing",
 
12859
+                "-Wno-covered-switch-default",
 
12860
+                "-Wno-unneeded-internal-declaration",
 
12861
+                "-Wno-inconsistent-missing-override",
 
12862
+                "-Wno-undefined-var-template",
 
12863
+                "-Wno-nonportable-include-path",
 
12864
+                "-Wno-address-of-packed-member",
 
12865
+                "-Wno-unused-lambda-capture",
 
12866
+                "-Wno-user-defined-warnings",
 
12867
+                "-O2",
 
12868
+                "-fno-ident",
 
12869
+                "-fdata-sections",
 
12870
+                "-ffunction-sections",
 
12871
+                "-fomit-frame-pointer",
 
12872
+                "-g0",
 
12873
+                "-fvisibility=hidden",
 
12874
+                "-Xclang",
 
12875
+                "-load",
 
12876
+                "-Xclang",
 
12877
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12878
+                "-Xclang",
 
12879
+                "-add-plugin",
 
12880
+                "-Xclang",
 
12881
+                "find-bad-constructs",
 
12882
+                "-Xclang",
 
12883
+                "-plugin-arg-find-bad-constructs",
 
12884
+                "-Xclang",
 
12885
+                "check-auto-raw-pointer",
 
12886
+                "-Xclang",
 
12887
+                "-plugin-arg-find-bad-constructs",
 
12888
+                "-Xclang",
 
12889
+                "check-ipc",
 
12890
+                "-Wheader-hygiene",
 
12891
+                "-Wstring-conversion",
 
12892
+                "-Wtautological-overlap-compare",
 
12893
+                "-Wextra",
 
12894
+                "-Wno-unused-parameter",
 
12895
+                "-Wno-missing-field-initializers",
 
12896
+                "-Wno-strict-overflow",
 
12897
+                "-Wimplicit-fallthrough",
 
12898
+                "-Wthread-safety",
 
12899
+                "-Winconsistent-missing-override",
 
12900
+                "-Wundef"
 
12901
+            ],
 
12902
+            "defines": [
 
12903
+                "V8_DEPRECATION_WARNINGS",
 
12904
+                "USE_NSS_CERTS=1",
 
12905
+                "USE_X11=1",
 
12906
+                "CHROMIUM_BUILD",
 
12907
+                "_FILE_OFFSET_BITS=64",
 
12908
+                "NDEBUG",
 
12909
+                "NVALGRIND",
 
12910
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
12911
+                "WEBRTC_RESTRICT_LOGGING",
 
12912
+                "EXPAT_RELATIVE_PATH",
 
12913
+                "WEBRTC_ARCH_ARM",
 
12914
+                "WEBRTC_ARCH_ARM_V7",
 
12915
+                "WEBRTC_HAS_NEON",
 
12916
+                "WEBRTC_MOZILLA_BUILD",
 
12917
+                "WEBRTC_POSIX",
 
12918
+                "WEBRTC_LINUX"
 
12919
+            ],
 
12920
+            "deps": [
 
12921
+                "//webrtc:webrtc_common"
 
12922
+            ],
 
12923
+            "include_dirs": [
 
12924
+                "//",
 
12925
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
12926
+            ],
 
12927
+            "libs": [],
 
12928
+            "sources": [
 
12929
+                "//webrtc/modules/audio_coding/codecs/g711/g711.c",
 
12930
+                "//webrtc/modules/audio_coding/codecs/g711/g711.h",
 
12931
+                "//webrtc/modules/audio_coding/codecs/g711/g711_interface.c",
 
12932
+                "//webrtc/modules/audio_coding/codecs/g711/g711_interface.h"
 
12933
+            ],
 
12934
+            "type": "source_set"
 
12935
+        },
 
12936
+        "//webrtc/modules/audio_coding:g722": {
 
12937
+            "cflags": [
 
12938
+                "-fno-strict-aliasing",
 
12939
+                "--param=ssp-buffer-size=4",
 
12940
+                "-fstack-protector",
 
12941
+                "-Wno-builtin-macro-redefined",
 
12942
+                "-D__DATE__=",
 
12943
+                "-D__TIME__=",
 
12944
+                "-D__TIMESTAMP__=",
 
12945
+                "-funwind-tables",
 
12946
+                "-fPIC",
 
12947
+                "-pipe",
 
12948
+                "-fcolor-diagnostics",
 
12949
+                "--target=arm-linux-gnueabihf",
 
12950
+                "-march=armv7-a",
 
12951
+                "-mfloat-abi=hard",
 
12952
+                "-mtune=generic-armv7-a",
 
12953
+                "-pthread",
 
12954
+                "-mfpu=neon",
 
12955
+                "-mthumb",
 
12956
+                "-Wall",
 
12957
+                "-Werror",
 
12958
+                "-Wextra",
 
12959
+                "-Wno-missing-field-initializers",
 
12960
+                "-Wno-unused-parameter",
 
12961
+                "-Wno-c++11-narrowing",
 
12962
+                "-Wno-covered-switch-default",
 
12963
+                "-Wno-unneeded-internal-declaration",
 
12964
+                "-Wno-inconsistent-missing-override",
 
12965
+                "-Wno-undefined-var-template",
 
12966
+                "-Wno-nonportable-include-path",
 
12967
+                "-Wno-address-of-packed-member",
 
12968
+                "-Wno-unused-lambda-capture",
 
12969
+                "-Wno-user-defined-warnings",
 
12970
+                "-O2",
 
12971
+                "-fno-ident",
 
12972
+                "-fdata-sections",
 
12973
+                "-ffunction-sections",
 
12974
+                "-fomit-frame-pointer",
 
12975
+                "-g0",
 
12976
+                "-fvisibility=hidden",
 
12977
+                "-Xclang",
 
12978
+                "-load",
 
12979
+                "-Xclang",
 
12980
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
12981
+                "-Xclang",
 
12982
+                "-add-plugin",
 
12983
+                "-Xclang",
 
12984
+                "find-bad-constructs",
 
12985
+                "-Xclang",
 
12986
+                "-plugin-arg-find-bad-constructs",
 
12987
+                "-Xclang",
 
12988
+                "check-auto-raw-pointer",
 
12989
+                "-Xclang",
 
12990
+                "-plugin-arg-find-bad-constructs",
 
12991
+                "-Xclang",
 
12992
+                "check-ipc",
 
12993
+                "-Wheader-hygiene",
 
12994
+                "-Wstring-conversion",
 
12995
+                "-Wtautological-overlap-compare",
 
12996
+                "-Wextra",
 
12997
+                "-Wno-unused-parameter",
 
12998
+                "-Wno-missing-field-initializers",
 
12999
+                "-Wno-strict-overflow",
 
13000
+                "-Wimplicit-fallthrough",
 
13001
+                "-Wthread-safety",
 
13002
+                "-Winconsistent-missing-override",
 
13003
+                "-Wundef"
 
13004
+            ],
 
13005
+            "defines": [
 
13006
+                "V8_DEPRECATION_WARNINGS",
 
13007
+                "USE_NSS_CERTS=1",
 
13008
+                "USE_X11=1",
 
13009
+                "CHROMIUM_BUILD",
 
13010
+                "_FILE_OFFSET_BITS=64",
 
13011
+                "NDEBUG",
 
13012
+                "NVALGRIND",
 
13013
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13014
+                "WEBRTC_RESTRICT_LOGGING",
 
13015
+                "EXPAT_RELATIVE_PATH",
 
13016
+                "WEBRTC_ARCH_ARM",
 
13017
+                "WEBRTC_ARCH_ARM_V7",
 
13018
+                "WEBRTC_HAS_NEON",
 
13019
+                "WEBRTC_MOZILLA_BUILD",
 
13020
+                "WEBRTC_POSIX",
 
13021
+                "WEBRTC_LINUX"
 
13022
+            ],
 
13023
+            "deps": [
 
13024
+                "//webrtc:webrtc_common",
 
13025
+                "//webrtc/base:rtc_base_approved",
 
13026
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
13027
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
13028
+                "//webrtc/modules/audio_coding:g722_c"
 
13029
+            ],
 
13030
+            "include_dirs": [
 
13031
+                "//",
 
13032
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
13033
+                "//",
 
13034
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
13035
+            ],
 
13036
+            "libs": [],
 
13037
+            "sources": [
 
13038
+                "//webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
 
13039
+                "//webrtc/modules/audio_coding/codecs/g722/audio_decoder_g722.h",
 
13040
+                "//webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
 
13041
+                "//webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h"
 
13042
+            ],
 
13043
+            "type": "static_library"
 
13044
+        },
 
13045
+        "//webrtc/modules/audio_coding:g722_c": {
 
13046
+            "cflags": [
 
13047
+                "-fno-strict-aliasing",
 
13048
+                "--param=ssp-buffer-size=4",
 
13049
+                "-fstack-protector",
 
13050
+                "-Wno-builtin-macro-redefined",
 
13051
+                "-D__DATE__=",
 
13052
+                "-D__TIME__=",
 
13053
+                "-D__TIMESTAMP__=",
 
13054
+                "-funwind-tables",
 
13055
+                "-fPIC",
 
13056
+                "-pipe",
 
13057
+                "-fcolor-diagnostics",
 
13058
+                "--target=arm-linux-gnueabihf",
 
13059
+                "-march=armv7-a",
 
13060
+                "-mfloat-abi=hard",
 
13061
+                "-mtune=generic-armv7-a",
 
13062
+                "-pthread",
 
13063
+                "-mfpu=neon",
 
13064
+                "-mthumb",
 
13065
+                "-Wall",
 
13066
+                "-Werror",
 
13067
+                "-Wextra",
 
13068
+                "-Wno-missing-field-initializers",
 
13069
+                "-Wno-unused-parameter",
 
13070
+                "-Wno-c++11-narrowing",
 
13071
+                "-Wno-covered-switch-default",
 
13072
+                "-Wno-unneeded-internal-declaration",
 
13073
+                "-Wno-inconsistent-missing-override",
 
13074
+                "-Wno-undefined-var-template",
 
13075
+                "-Wno-nonportable-include-path",
 
13076
+                "-Wno-address-of-packed-member",
 
13077
+                "-Wno-unused-lambda-capture",
 
13078
+                "-Wno-user-defined-warnings",
 
13079
+                "-O2",
 
13080
+                "-fno-ident",
 
13081
+                "-fdata-sections",
 
13082
+                "-ffunction-sections",
 
13083
+                "-fomit-frame-pointer",
 
13084
+                "-g0",
 
13085
+                "-fvisibility=hidden",
 
13086
+                "-Xclang",
 
13087
+                "-load",
 
13088
+                "-Xclang",
 
13089
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13090
+                "-Xclang",
 
13091
+                "-add-plugin",
 
13092
+                "-Xclang",
 
13093
+                "find-bad-constructs",
 
13094
+                "-Xclang",
 
13095
+                "-plugin-arg-find-bad-constructs",
 
13096
+                "-Xclang",
 
13097
+                "check-auto-raw-pointer",
 
13098
+                "-Xclang",
 
13099
+                "-plugin-arg-find-bad-constructs",
 
13100
+                "-Xclang",
 
13101
+                "check-ipc",
 
13102
+                "-Wheader-hygiene",
 
13103
+                "-Wstring-conversion",
 
13104
+                "-Wtautological-overlap-compare",
 
13105
+                "-Wextra",
 
13106
+                "-Wno-unused-parameter",
 
13107
+                "-Wno-missing-field-initializers",
 
13108
+                "-Wno-strict-overflow",
 
13109
+                "-Wimplicit-fallthrough",
 
13110
+                "-Wthread-safety",
 
13111
+                "-Winconsistent-missing-override",
 
13112
+                "-Wundef"
 
13113
+            ],
 
13114
+            "defines": [
 
13115
+                "V8_DEPRECATION_WARNINGS",
 
13116
+                "USE_NSS_CERTS=1",
 
13117
+                "USE_X11=1",
 
13118
+                "CHROMIUM_BUILD",
 
13119
+                "_FILE_OFFSET_BITS=64",
 
13120
+                "NDEBUG",
 
13121
+                "NVALGRIND",
 
13122
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13123
+                "WEBRTC_RESTRICT_LOGGING",
 
13124
+                "EXPAT_RELATIVE_PATH",
 
13125
+                "WEBRTC_ARCH_ARM",
 
13126
+                "WEBRTC_ARCH_ARM_V7",
 
13127
+                "WEBRTC_HAS_NEON",
 
13128
+                "WEBRTC_MOZILLA_BUILD",
 
13129
+                "WEBRTC_POSIX",
 
13130
+                "WEBRTC_LINUX"
 
13131
+            ],
 
13132
+            "deps": [
 
13133
+                "//webrtc:webrtc_common"
 
13134
+            ],
 
13135
+            "include_dirs": [
 
13136
+                "//",
 
13137
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
13138
+            ],
 
13139
+            "libs": [],
 
13140
+            "sources": [
 
13141
+                "//webrtc/modules/audio_coding/codecs/g722/g722_decode.c",
 
13142
+                "//webrtc/modules/audio_coding/codecs/g722/g722_enc_dec.h",
 
13143
+                "//webrtc/modules/audio_coding/codecs/g722/g722_encode.c",
 
13144
+                "//webrtc/modules/audio_coding/codecs/g722/g722_interface.c",
 
13145
+                "//webrtc/modules/audio_coding/codecs/g722/g722_interface.h"
 
13146
+            ],
 
13147
+            "type": "source_set"
 
13148
+        },
 
13149
+        "//webrtc/modules/audio_coding:isac": {
 
13150
+            "cflags": [
 
13151
+                "-fno-strict-aliasing",
 
13152
+                "--param=ssp-buffer-size=4",
 
13153
+                "-fstack-protector",
 
13154
+                "-Wno-builtin-macro-redefined",
 
13155
+                "-D__DATE__=",
 
13156
+                "-D__TIME__=",
 
13157
+                "-D__TIMESTAMP__=",
 
13158
+                "-funwind-tables",
 
13159
+                "-fPIC",
 
13160
+                "-pipe",
 
13161
+                "-fcolor-diagnostics",
 
13162
+                "--target=arm-linux-gnueabihf",
 
13163
+                "-march=armv7-a",
 
13164
+                "-mfloat-abi=hard",
 
13165
+                "-mtune=generic-armv7-a",
 
13166
+                "-pthread",
 
13167
+                "-mfpu=neon",
 
13168
+                "-mthumb",
 
13169
+                "-Wall",
 
13170
+                "-Werror",
 
13171
+                "-Wextra",
 
13172
+                "-Wno-missing-field-initializers",
 
13173
+                "-Wno-unused-parameter",
 
13174
+                "-Wno-c++11-narrowing",
 
13175
+                "-Wno-covered-switch-default",
 
13176
+                "-Wno-unneeded-internal-declaration",
 
13177
+                "-Wno-inconsistent-missing-override",
 
13178
+                "-Wno-undefined-var-template",
 
13179
+                "-Wno-nonportable-include-path",
 
13180
+                "-Wno-address-of-packed-member",
 
13181
+                "-Wno-unused-lambda-capture",
 
13182
+                "-Wno-user-defined-warnings",
 
13183
+                "-O2",
 
13184
+                "-fno-ident",
 
13185
+                "-fdata-sections",
 
13186
+                "-ffunction-sections",
 
13187
+                "-fomit-frame-pointer",
 
13188
+                "-g0",
 
13189
+                "-fvisibility=hidden",
 
13190
+                "-Xclang",
 
13191
+                "-load",
 
13192
+                "-Xclang",
 
13193
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13194
+                "-Xclang",
 
13195
+                "-add-plugin",
 
13196
+                "-Xclang",
 
13197
+                "find-bad-constructs",
 
13198
+                "-Xclang",
 
13199
+                "-plugin-arg-find-bad-constructs",
 
13200
+                "-Xclang",
 
13201
+                "check-auto-raw-pointer",
 
13202
+                "-Xclang",
 
13203
+                "-plugin-arg-find-bad-constructs",
 
13204
+                "-Xclang",
 
13205
+                "check-ipc",
 
13206
+                "-Wheader-hygiene",
 
13207
+                "-Wstring-conversion",
 
13208
+                "-Wtautological-overlap-compare",
 
13209
+                "-Wextra",
 
13210
+                "-Wno-unused-parameter",
 
13211
+                "-Wno-missing-field-initializers",
 
13212
+                "-Wno-strict-overflow",
 
13213
+                "-Wimplicit-fallthrough",
 
13214
+                "-Wthread-safety",
 
13215
+                "-Winconsistent-missing-override",
 
13216
+                "-Wundef"
 
13217
+            ],
 
13218
+            "defines": [
 
13219
+                "V8_DEPRECATION_WARNINGS",
 
13220
+                "USE_NSS_CERTS=1",
 
13221
+                "USE_X11=1",
 
13222
+                "CHROMIUM_BUILD",
 
13223
+                "_FILE_OFFSET_BITS=64",
 
13224
+                "NDEBUG",
 
13225
+                "NVALGRIND",
 
13226
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13227
+                "WEBRTC_RESTRICT_LOGGING",
 
13228
+                "EXPAT_RELATIVE_PATH",
 
13229
+                "WEBRTC_ARCH_ARM",
 
13230
+                "WEBRTC_ARCH_ARM_V7",
 
13231
+                "WEBRTC_HAS_NEON",
 
13232
+                "WEBRTC_MOZILLA_BUILD",
 
13233
+                "WEBRTC_POSIX",
 
13234
+                "WEBRTC_LINUX"
 
13235
+            ],
 
13236
+            "deps": [
 
13237
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
13238
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
13239
+                "//webrtc/modules/audio_coding:isac_c",
 
13240
+                "//webrtc/modules/audio_coding:isac_common"
 
13241
+            ],
 
13242
+            "include_dirs": [
 
13243
+                "//",
 
13244
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
13245
+                "//",
 
13246
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/"
 
13247
+            ],
 
13248
+            "libs": [
 
13249
+                "m",
 
13250
+                "rt"
 
13251
+            ],
 
13252
+            "sources": [
 
13253
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc",
 
13254
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc"
 
13255
+            ],
 
13256
+            "type": "static_library"
 
13257
+        },
 
13258
+        "//webrtc/modules/audio_coding:isac_c": {
 
13259
+            "cflags": [
 
13260
+                "-fno-strict-aliasing",
 
13261
+                "--param=ssp-buffer-size=4",
 
13262
+                "-fstack-protector",
 
13263
+                "-Wno-builtin-macro-redefined",
 
13264
+                "-D__DATE__=",
 
13265
+                "-D__TIME__=",
 
13266
+                "-D__TIMESTAMP__=",
 
13267
+                "-funwind-tables",
 
13268
+                "-fPIC",
 
13269
+                "-pipe",
 
13270
+                "-fcolor-diagnostics",
 
13271
+                "--target=arm-linux-gnueabihf",
 
13272
+                "-march=armv7-a",
 
13273
+                "-mfloat-abi=hard",
 
13274
+                "-mtune=generic-armv7-a",
 
13275
+                "-pthread",
 
13276
+                "-mfpu=neon",
 
13277
+                "-mthumb",
 
13278
+                "-Wall",
 
13279
+                "-Werror",
 
13280
+                "-Wextra",
 
13281
+                "-Wno-missing-field-initializers",
 
13282
+                "-Wno-unused-parameter",
 
13283
+                "-Wno-c++11-narrowing",
 
13284
+                "-Wno-covered-switch-default",
 
13285
+                "-Wno-unneeded-internal-declaration",
 
13286
+                "-Wno-inconsistent-missing-override",
 
13287
+                "-Wno-undefined-var-template",
 
13288
+                "-Wno-nonportable-include-path",
 
13289
+                "-Wno-address-of-packed-member",
 
13290
+                "-Wno-unused-lambda-capture",
 
13291
+                "-Wno-user-defined-warnings",
 
13292
+                "-O2",
 
13293
+                "-fno-ident",
 
13294
+                "-fdata-sections",
 
13295
+                "-ffunction-sections",
 
13296
+                "-fomit-frame-pointer",
 
13297
+                "-g0",
 
13298
+                "-fvisibility=hidden",
 
13299
+                "-Xclang",
 
13300
+                "-load",
 
13301
+                "-Xclang",
 
13302
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13303
+                "-Xclang",
 
13304
+                "-add-plugin",
 
13305
+                "-Xclang",
 
13306
+                "find-bad-constructs",
 
13307
+                "-Xclang",
 
13308
+                "-plugin-arg-find-bad-constructs",
 
13309
+                "-Xclang",
 
13310
+                "check-auto-raw-pointer",
 
13311
+                "-Xclang",
 
13312
+                "-plugin-arg-find-bad-constructs",
 
13313
+                "-Xclang",
 
13314
+                "check-ipc",
 
13315
+                "-Wheader-hygiene",
 
13316
+                "-Wstring-conversion",
 
13317
+                "-Wtautological-overlap-compare",
 
13318
+                "-Wextra",
 
13319
+                "-Wno-unused-parameter",
 
13320
+                "-Wno-missing-field-initializers",
 
13321
+                "-Wno-strict-overflow",
 
13322
+                "-Wimplicit-fallthrough",
 
13323
+                "-Wthread-safety",
 
13324
+                "-Winconsistent-missing-override",
 
13325
+                "-Wundef"
 
13326
+            ],
 
13327
+            "defines": [
 
13328
+                "V8_DEPRECATION_WARNINGS",
 
13329
+                "USE_NSS_CERTS=1",
 
13330
+                "USE_X11=1",
 
13331
+                "CHROMIUM_BUILD",
 
13332
+                "_FILE_OFFSET_BITS=64",
 
13333
+                "NDEBUG",
 
13334
+                "NVALGRIND",
 
13335
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13336
+                "WEBRTC_RESTRICT_LOGGING",
 
13337
+                "EXPAT_RELATIVE_PATH",
 
13338
+                "WEBRTC_ARCH_ARM",
 
13339
+                "WEBRTC_ARCH_ARM_V7",
 
13340
+                "WEBRTC_HAS_NEON",
 
13341
+                "WEBRTC_MOZILLA_BUILD",
 
13342
+                "WEBRTC_POSIX",
 
13343
+                "WEBRTC_LINUX"
 
13344
+            ],
 
13345
+            "deps": [
 
13346
+                "//webrtc:webrtc_common",
 
13347
+                "//webrtc/base:rtc_base_approved",
 
13348
+                "//webrtc/common_audio:common_audio",
 
13349
+                "//webrtc/modules/audio_coding:isac_common"
 
13350
+            ],
 
13351
+            "include_dirs": [
 
13352
+                "//",
 
13353
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
13354
+                "//",
 
13355
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
13356
+                "//webrtc/common_audio/resampler/include/",
 
13357
+                "//webrtc/common_audio/signal_processing/include/",
 
13358
+                "//webrtc/common_audio/vad/include/"
 
13359
+            ],
 
13360
+            "libs": [
 
13361
+                "m",
 
13362
+                "rt"
 
13363
+            ],
 
13364
+            "sources": [
 
13365
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h",
 
13366
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h",
 
13367
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/isac.h",
 
13368
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.c",
 
13369
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines.h",
 
13370
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c",
 
13371
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c",
 
13372
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c",
 
13373
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h",
 
13374
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/codec.h",
 
13375
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/crc.c",
 
13376
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/crc.h",
 
13377
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/decode.c",
 
13378
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/decode_bwe.c",
 
13379
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/encode.c",
 
13380
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c",
 
13381
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h",
 
13382
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c",
 
13383
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.h",
 
13384
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/fft.c",
 
13385
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/fft.h",
 
13386
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filter_functions.c",
 
13387
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filterbank_tables.c",
 
13388
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filterbank_tables.h",
 
13389
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/filterbanks.c",
 
13390
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/intialize.c",
 
13391
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/isac.c",
 
13392
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/isac_float_type.h",
 
13393
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lattice.c",
 
13394
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.c",
 
13395
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_analysis.h",
 
13396
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c",
 
13397
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h",
 
13398
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c",
 
13399
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h",
 
13400
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c",
 
13401
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h",
 
13402
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_tables.c",
 
13403
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/lpc_tables.h",
 
13404
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/os_specific_inline.h",
 
13405
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
 
13406
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_estimator.h",
 
13407
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
 
13408
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c",
 
13409
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h",
 
13410
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c",
 
13411
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h",
 
13412
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/settings.h",
 
13413
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c",
 
13414
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h",
 
13415
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/structs.h",
 
13416
+                "//webrtc/modules/audio_coding/codecs/isac/main/source/transform.c"
 
13417
+            ],
 
13418
+            "type": "static_library"
 
13419
+        },
 
13420
+        "//webrtc/modules/audio_coding:isac_common": {
 
13421
+            "cflags": [
 
13422
+                "-fno-strict-aliasing",
 
13423
+                "--param=ssp-buffer-size=4",
 
13424
+                "-fstack-protector",
 
13425
+                "-Wno-builtin-macro-redefined",
 
13426
+                "-D__DATE__=",
 
13427
+                "-D__TIME__=",
 
13428
+                "-D__TIMESTAMP__=",
 
13429
+                "-funwind-tables",
 
13430
+                "-fPIC",
 
13431
+                "-pipe",
 
13432
+                "-fcolor-diagnostics",
 
13433
+                "--target=arm-linux-gnueabihf",
 
13434
+                "-march=armv7-a",
 
13435
+                "-mfloat-abi=hard",
 
13436
+                "-mtune=generic-armv7-a",
 
13437
+                "-pthread",
 
13438
+                "-mfpu=neon",
 
13439
+                "-mthumb",
 
13440
+                "-Wall",
 
13441
+                "-Werror",
 
13442
+                "-Wextra",
 
13443
+                "-Wno-missing-field-initializers",
 
13444
+                "-Wno-unused-parameter",
 
13445
+                "-Wno-c++11-narrowing",
 
13446
+                "-Wno-covered-switch-default",
 
13447
+                "-Wno-unneeded-internal-declaration",
 
13448
+                "-Wno-inconsistent-missing-override",
 
13449
+                "-Wno-undefined-var-template",
 
13450
+                "-Wno-nonportable-include-path",
 
13451
+                "-Wno-address-of-packed-member",
 
13452
+                "-Wno-unused-lambda-capture",
 
13453
+                "-Wno-user-defined-warnings",
 
13454
+                "-O2",
 
13455
+                "-fno-ident",
 
13456
+                "-fdata-sections",
 
13457
+                "-ffunction-sections",
 
13458
+                "-fomit-frame-pointer",
 
13459
+                "-g0",
 
13460
+                "-fvisibility=hidden",
 
13461
+                "-Xclang",
 
13462
+                "-load",
 
13463
+                "-Xclang",
 
13464
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13465
+                "-Xclang",
 
13466
+                "-add-plugin",
 
13467
+                "-Xclang",
 
13468
+                "find-bad-constructs",
 
13469
+                "-Xclang",
 
13470
+                "-plugin-arg-find-bad-constructs",
 
13471
+                "-Xclang",
 
13472
+                "check-auto-raw-pointer",
 
13473
+                "-Xclang",
 
13474
+                "-plugin-arg-find-bad-constructs",
 
13475
+                "-Xclang",
 
13476
+                "check-ipc",
 
13477
+                "-Wheader-hygiene",
 
13478
+                "-Wstring-conversion",
 
13479
+                "-Wtautological-overlap-compare",
 
13480
+                "-Wextra",
 
13481
+                "-Wno-unused-parameter",
 
13482
+                "-Wno-missing-field-initializers",
 
13483
+                "-Wno-strict-overflow",
 
13484
+                "-Wimplicit-fallthrough",
 
13485
+                "-Wthread-safety",
 
13486
+                "-Winconsistent-missing-override",
 
13487
+                "-Wundef"
 
13488
+            ],
 
13489
+            "defines": [
 
13490
+                "V8_DEPRECATION_WARNINGS",
 
13491
+                "USE_NSS_CERTS=1",
 
13492
+                "USE_X11=1",
 
13493
+                "CHROMIUM_BUILD",
 
13494
+                "_FILE_OFFSET_BITS=64",
 
13495
+                "NDEBUG",
 
13496
+                "NVALGRIND",
 
13497
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13498
+                "WEBRTC_RESTRICT_LOGGING",
 
13499
+                "EXPAT_RELATIVE_PATH",
 
13500
+                "WEBRTC_ARCH_ARM",
 
13501
+                "WEBRTC_ARCH_ARM_V7",
 
13502
+                "WEBRTC_HAS_NEON",
 
13503
+                "WEBRTC_MOZILLA_BUILD",
 
13504
+                "WEBRTC_POSIX",
 
13505
+                "WEBRTC_LINUX"
 
13506
+            ],
 
13507
+            "deps": [
 
13508
+                "//webrtc/base:rtc_base_approved",
 
13509
+                "//webrtc/modules/audio_coding:audio_encoder_interface"
 
13510
+            ],
 
13511
+            "include_dirs": [
 
13512
+                "//",
 
13513
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
13514
+            ],
 
13515
+            "libs": [],
 
13516
+            "sources": [
 
13517
+                "//webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h",
 
13518
+                "//webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h",
 
13519
+                "//webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.cc",
 
13520
+                "//webrtc/modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
 
13521
+            ],
 
13522
+            "type": "static_library"
 
13523
+        },
 
13524
+        "//webrtc/modules/audio_coding:isac_fix": {
 
13525
+            "cflags": [
 
13526
+                "-fno-strict-aliasing",
 
13527
+                "--param=ssp-buffer-size=4",
 
13528
+                "-fstack-protector",
 
13529
+                "-Wno-builtin-macro-redefined",
 
13530
+                "-D__DATE__=",
 
13531
+                "-D__TIME__=",
 
13532
+                "-D__TIMESTAMP__=",
 
13533
+                "-funwind-tables",
 
13534
+                "-fPIC",
 
13535
+                "-pipe",
 
13536
+                "-fcolor-diagnostics",
 
13537
+                "--target=arm-linux-gnueabihf",
 
13538
+                "-march=armv7-a",
 
13539
+                "-mfloat-abi=hard",
 
13540
+                "-mtune=generic-armv7-a",
 
13541
+                "-pthread",
 
13542
+                "-mfpu=neon",
 
13543
+                "-mthumb",
 
13544
+                "-Wall",
 
13545
+                "-Werror",
 
13546
+                "-Wextra",
 
13547
+                "-Wno-missing-field-initializers",
 
13548
+                "-Wno-unused-parameter",
 
13549
+                "-Wno-c++11-narrowing",
 
13550
+                "-Wno-covered-switch-default",
 
13551
+                "-Wno-unneeded-internal-declaration",
 
13552
+                "-Wno-inconsistent-missing-override",
 
13553
+                "-Wno-undefined-var-template",
 
13554
+                "-Wno-nonportable-include-path",
 
13555
+                "-Wno-address-of-packed-member",
 
13556
+                "-Wno-unused-lambda-capture",
 
13557
+                "-Wno-user-defined-warnings",
 
13558
+                "-O2",
 
13559
+                "-fno-ident",
 
13560
+                "-fdata-sections",
 
13561
+                "-ffunction-sections",
 
13562
+                "-fomit-frame-pointer",
 
13563
+                "-g0",
 
13564
+                "-fvisibility=hidden",
 
13565
+                "-Xclang",
 
13566
+                "-load",
 
13567
+                "-Xclang",
 
13568
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13569
+                "-Xclang",
 
13570
+                "-add-plugin",
 
13571
+                "-Xclang",
 
13572
+                "find-bad-constructs",
 
13573
+                "-Xclang",
 
13574
+                "-plugin-arg-find-bad-constructs",
 
13575
+                "-Xclang",
 
13576
+                "check-auto-raw-pointer",
 
13577
+                "-Xclang",
 
13578
+                "-plugin-arg-find-bad-constructs",
 
13579
+                "-Xclang",
 
13580
+                "check-ipc",
 
13581
+                "-Wheader-hygiene",
 
13582
+                "-Wstring-conversion",
 
13583
+                "-Wtautological-overlap-compare",
 
13584
+                "-Wextra",
 
13585
+                "-Wno-unused-parameter",
 
13586
+                "-Wno-missing-field-initializers",
 
13587
+                "-Wno-strict-overflow",
 
13588
+                "-Wimplicit-fallthrough",
 
13589
+                "-Wthread-safety",
 
13590
+                "-Winconsistent-missing-override",
 
13591
+                "-Wundef"
 
13592
+            ],
 
13593
+            "defines": [
 
13594
+                "V8_DEPRECATION_WARNINGS",
 
13595
+                "USE_NSS_CERTS=1",
 
13596
+                "USE_X11=1",
 
13597
+                "CHROMIUM_BUILD",
 
13598
+                "_FILE_OFFSET_BITS=64",
 
13599
+                "NDEBUG",
 
13600
+                "NVALGRIND",
 
13601
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13602
+                "WEBRTC_RESTRICT_LOGGING",
 
13603
+                "EXPAT_RELATIVE_PATH",
 
13604
+                "WEBRTC_ARCH_ARM",
 
13605
+                "WEBRTC_ARCH_ARM_V7",
 
13606
+                "WEBRTC_HAS_NEON",
 
13607
+                "WEBRTC_MOZILLA_BUILD",
 
13608
+                "WEBRTC_POSIX",
 
13609
+                "WEBRTC_LINUX"
 
13610
+            ],
 
13611
+            "deps": [
 
13612
+                "//webrtc/common_audio:common_audio",
 
13613
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
13614
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
13615
+                "//webrtc/modules/audio_coding:isac_common",
 
13616
+                "//webrtc/modules/audio_coding:isac_fix_c",
 
13617
+                "//webrtc/modules/audio_coding:isac_neon",
 
13618
+                "//webrtc/system_wrappers:system_wrappers"
 
13619
+            ],
 
13620
+            "include_dirs": [
 
13621
+                "//",
 
13622
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
13623
+                "//",
 
13624
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
13625
+                "//webrtc/common_audio/resampler/include/",
 
13626
+                "//webrtc/common_audio/signal_processing/include/",
 
13627
+                "//webrtc/common_audio/vad/include/"
 
13628
+            ],
 
13629
+            "libs": [
 
13630
+                "rt"
 
13631
+            ],
 
13632
+            "sources": [
 
13633
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/audio_decoder_isacfix.cc",
 
13634
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc"
 
13635
+            ],
 
13636
+            "type": "static_library"
 
13637
+        },
 
13638
+        "//webrtc/modules/audio_coding:isac_fix_c": {
 
13639
+            "cflags": [
 
13640
+                "-fno-strict-aliasing",
 
13641
+                "--param=ssp-buffer-size=4",
 
13642
+                "-fstack-protector",
 
13643
+                "-Wno-builtin-macro-redefined",
 
13644
+                "-D__DATE__=",
 
13645
+                "-D__TIME__=",
 
13646
+                "-D__TIMESTAMP__=",
 
13647
+                "-funwind-tables",
 
13648
+                "-fPIC",
 
13649
+                "-pipe",
 
13650
+                "-fcolor-diagnostics",
 
13651
+                "--target=arm-linux-gnueabihf",
 
13652
+                "-march=armv7-a",
 
13653
+                "-mfloat-abi=hard",
 
13654
+                "-mtune=generic-armv7-a",
 
13655
+                "-pthread",
 
13656
+                "-mfpu=neon",
 
13657
+                "-mthumb",
 
13658
+                "-Wall",
 
13659
+                "-Werror",
 
13660
+                "-Wextra",
 
13661
+                "-Wno-missing-field-initializers",
 
13662
+                "-Wno-unused-parameter",
 
13663
+                "-Wno-c++11-narrowing",
 
13664
+                "-Wno-covered-switch-default",
 
13665
+                "-Wno-unneeded-internal-declaration",
 
13666
+                "-Wno-inconsistent-missing-override",
 
13667
+                "-Wno-undefined-var-template",
 
13668
+                "-Wno-nonportable-include-path",
 
13669
+                "-Wno-address-of-packed-member",
 
13670
+                "-Wno-unused-lambda-capture",
 
13671
+                "-Wno-user-defined-warnings",
 
13672
+                "-O2",
 
13673
+                "-fno-ident",
 
13674
+                "-fdata-sections",
 
13675
+                "-ffunction-sections",
 
13676
+                "-fomit-frame-pointer",
 
13677
+                "-g0",
 
13678
+                "-fvisibility=hidden",
 
13679
+                "-Xclang",
 
13680
+                "-load",
 
13681
+                "-Xclang",
 
13682
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13683
+                "-Xclang",
 
13684
+                "-add-plugin",
 
13685
+                "-Xclang",
 
13686
+                "find-bad-constructs",
 
13687
+                "-Xclang",
 
13688
+                "-plugin-arg-find-bad-constructs",
 
13689
+                "-Xclang",
 
13690
+                "check-auto-raw-pointer",
 
13691
+                "-Xclang",
 
13692
+                "-plugin-arg-find-bad-constructs",
 
13693
+                "-Xclang",
 
13694
+                "check-ipc",
 
13695
+                "-Wheader-hygiene",
 
13696
+                "-Wstring-conversion",
 
13697
+                "-Wtautological-overlap-compare",
 
13698
+                "-Wextra",
 
13699
+                "-Wno-unused-parameter",
 
13700
+                "-Wno-missing-field-initializers",
 
13701
+                "-Wno-strict-overflow",
 
13702
+                "-Wimplicit-fallthrough",
 
13703
+                "-Wthread-safety",
 
13704
+                "-Winconsistent-missing-override",
 
13705
+                "-Wundef"
 
13706
+            ],
 
13707
+            "defines": [
 
13708
+                "V8_DEPRECATION_WARNINGS",
 
13709
+                "USE_NSS_CERTS=1",
 
13710
+                "USE_X11=1",
 
13711
+                "CHROMIUM_BUILD",
 
13712
+                "_FILE_OFFSET_BITS=64",
 
13713
+                "NDEBUG",
 
13714
+                "NVALGRIND",
 
13715
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13716
+                "WEBRTC_RESTRICT_LOGGING",
 
13717
+                "EXPAT_RELATIVE_PATH",
 
13718
+                "WEBRTC_ARCH_ARM",
 
13719
+                "WEBRTC_ARCH_ARM_V7",
 
13720
+                "WEBRTC_HAS_NEON",
 
13721
+                "WEBRTC_MOZILLA_BUILD",
 
13722
+                "WEBRTC_POSIX",
 
13723
+                "WEBRTC_LINUX"
 
13724
+            ],
 
13725
+            "deps": [
 
13726
+                "//webrtc:webrtc_common",
 
13727
+                "//webrtc/base:rtc_base_approved",
 
13728
+                "//webrtc/common_audio:common_audio",
 
13729
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
13730
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
13731
+                "//webrtc/modules/audio_coding:isac_common",
 
13732
+                "//webrtc/system_wrappers:system_wrappers"
 
13733
+            ],
 
13734
+            "include_dirs": [
 
13735
+                "//",
 
13736
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
13737
+                "//",
 
13738
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
13739
+                "//webrtc/common_audio/resampler/include/",
 
13740
+                "//webrtc/common_audio/signal_processing/include/",
 
13741
+                "//webrtc/common_audio/vad/include/"
 
13742
+            ],
 
13743
+            "libs": [
 
13744
+                "rt"
 
13745
+            ],
 
13746
+            "sources": [
 
13747
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h",
 
13748
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h",
 
13749
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/isacfix.h",
 
13750
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines.c",
 
13751
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c",
 
13752
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c",
 
13753
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/arith_routins.h",
 
13754
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c",
 
13755
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h",
 
13756
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h",
 
13757
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/decode.c",
 
13758
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/decode_bwe.c",
 
13759
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/decode_plc.c",
 
13760
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/encode.c",
 
13761
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c",
 
13762
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h",
 
13763
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/fft.c",
 
13764
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/fft.h",
 
13765
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c",
 
13766
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h",
 
13767
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks.c",
 
13768
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filters.c",
 
13769
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/initialize.c",
 
13770
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h",
 
13771
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/isacfix.c",
 
13772
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lattice.c",
 
13773
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c",
 
13774
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h",
 
13775
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_tables.c",
 
13776
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lpc_tables.h",
 
13777
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c",
 
13778
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h",
 
13779
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c",
 
13780
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter.c",
 
13781
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c",
 
13782
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h",
 
13783
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c",
 
13784
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h",
 
13785
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/settings.h",
 
13786
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c",
 
13787
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h",
 
13788
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h",
 
13789
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/transform.c",
 
13790
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/transform_tables.c",
 
13791
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_armv7.S",
 
13792
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_filter_armv6.S"
 
13793
+            ],
 
13794
+            "type": "source_set"
 
13795
+        },
 
13796
+        "//webrtc/modules/audio_coding:isac_neon": {
 
13797
+            "cflags": [
 
13798
+                "-mfpu=neon",
 
13799
+                "-fno-strict-aliasing",
 
13800
+                "--param=ssp-buffer-size=4",
 
13801
+                "-fstack-protector",
 
13802
+                "-Wno-builtin-macro-redefined",
 
13803
+                "-D__DATE__=",
 
13804
+                "-D__TIME__=",
 
13805
+                "-D__TIMESTAMP__=",
 
13806
+                "-funwind-tables",
 
13807
+                "-fPIC",
 
13808
+                "-pipe",
 
13809
+                "-fcolor-diagnostics",
 
13810
+                "--target=arm-linux-gnueabihf",
 
13811
+                "-march=armv7-a",
 
13812
+                "-mfloat-abi=hard",
 
13813
+                "-mtune=generic-armv7-a",
 
13814
+                "-pthread",
 
13815
+                "-mthumb",
 
13816
+                "-Wall",
 
13817
+                "-Werror",
 
13818
+                "-Wextra",
 
13819
+                "-Wno-missing-field-initializers",
 
13820
+                "-Wno-unused-parameter",
 
13821
+                "-Wno-c++11-narrowing",
 
13822
+                "-Wno-covered-switch-default",
 
13823
+                "-Wno-unneeded-internal-declaration",
 
13824
+                "-Wno-inconsistent-missing-override",
 
13825
+                "-Wno-undefined-var-template",
 
13826
+                "-Wno-nonportable-include-path",
 
13827
+                "-Wno-address-of-packed-member",
 
13828
+                "-Wno-unused-lambda-capture",
 
13829
+                "-Wno-user-defined-warnings",
 
13830
+                "-O2",
 
13831
+                "-fno-ident",
 
13832
+                "-fdata-sections",
 
13833
+                "-ffunction-sections",
 
13834
+                "-fomit-frame-pointer",
 
13835
+                "-g0",
 
13836
+                "-fvisibility=hidden",
 
13837
+                "-Xclang",
 
13838
+                "-load",
 
13839
+                "-Xclang",
 
13840
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13841
+                "-Xclang",
 
13842
+                "-add-plugin",
 
13843
+                "-Xclang",
 
13844
+                "find-bad-constructs",
 
13845
+                "-Xclang",
 
13846
+                "-plugin-arg-find-bad-constructs",
 
13847
+                "-Xclang",
 
13848
+                "check-auto-raw-pointer",
 
13849
+                "-Xclang",
 
13850
+                "-plugin-arg-find-bad-constructs",
 
13851
+                "-Xclang",
 
13852
+                "check-ipc",
 
13853
+                "-Wheader-hygiene",
 
13854
+                "-Wstring-conversion",
 
13855
+                "-Wtautological-overlap-compare",
 
13856
+                "-Wextra",
 
13857
+                "-Wno-unused-parameter",
 
13858
+                "-Wno-missing-field-initializers",
 
13859
+                "-Wno-strict-overflow",
 
13860
+                "-Wimplicit-fallthrough",
 
13861
+                "-Wthread-safety",
 
13862
+                "-Winconsistent-missing-override",
 
13863
+                "-Wundef"
 
13864
+            ],
 
13865
+            "defines": [
 
13866
+                "V8_DEPRECATION_WARNINGS",
 
13867
+                "USE_NSS_CERTS=1",
 
13868
+                "USE_X11=1",
 
13869
+                "CHROMIUM_BUILD",
 
13870
+                "_FILE_OFFSET_BITS=64",
 
13871
+                "NDEBUG",
 
13872
+                "NVALGRIND",
 
13873
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13874
+                "WEBRTC_RESTRICT_LOGGING",
 
13875
+                "EXPAT_RELATIVE_PATH",
 
13876
+                "WEBRTC_ARCH_ARM",
 
13877
+                "WEBRTC_ARCH_ARM_V7",
 
13878
+                "WEBRTC_HAS_NEON",
 
13879
+                "WEBRTC_MOZILLA_BUILD",
 
13880
+                "WEBRTC_POSIX",
 
13881
+                "WEBRTC_LINUX"
 
13882
+            ],
 
13883
+            "deps": [
 
13884
+                "//webrtc/base:rtc_base_approved",
 
13885
+                "//webrtc/common_audio:common_audio",
 
13886
+                "//webrtc/modules/audio_coding:isac_fix_c"
 
13887
+            ],
 
13888
+            "include_dirs": [
 
13889
+                "//",
 
13890
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
13891
+                "//",
 
13892
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
13893
+                "//webrtc/common_audio/resampler/include/",
 
13894
+                "//webrtc/common_audio/signal_processing/include/",
 
13895
+                "//webrtc/common_audio/vad/include/"
 
13896
+            ],
 
13897
+            "libs": [
 
13898
+                "rt"
 
13899
+            ],
 
13900
+            "sources": [
 
13901
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c",
 
13902
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c",
 
13903
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/filters_neon.c",
 
13904
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/lattice_neon.c",
 
13905
+                "//webrtc/modules/audio_coding/codecs/isac/fix/source/transform_neon.c"
 
13906
+            ],
 
13907
+            "type": "static_library"
 
13908
+        },
 
13909
+        "//webrtc/modules/audio_coding:neteq": {
 
13910
+            "cflags": [
 
13911
+                "-fno-strict-aliasing",
 
13912
+                "--param=ssp-buffer-size=4",
 
13913
+                "-fstack-protector",
 
13914
+                "-Wno-builtin-macro-redefined",
 
13915
+                "-D__DATE__=",
 
13916
+                "-D__TIME__=",
 
13917
+                "-D__TIMESTAMP__=",
 
13918
+                "-funwind-tables",
 
13919
+                "-fPIC",
 
13920
+                "-pipe",
 
13921
+                "-fcolor-diagnostics",
 
13922
+                "--target=arm-linux-gnueabihf",
 
13923
+                "-march=armv7-a",
 
13924
+                "-mfloat-abi=hard",
 
13925
+                "-mtune=generic-armv7-a",
 
13926
+                "-pthread",
 
13927
+                "-mfpu=neon",
 
13928
+                "-mthumb",
 
13929
+                "-Wall",
 
13930
+                "-Werror",
 
13931
+                "-Wextra",
 
13932
+                "-Wno-missing-field-initializers",
 
13933
+                "-Wno-unused-parameter",
 
13934
+                "-Wno-c++11-narrowing",
 
13935
+                "-Wno-covered-switch-default",
 
13936
+                "-Wno-unneeded-internal-declaration",
 
13937
+                "-Wno-inconsistent-missing-override",
 
13938
+                "-Wno-undefined-var-template",
 
13939
+                "-Wno-nonportable-include-path",
 
13940
+                "-Wno-address-of-packed-member",
 
13941
+                "-Wno-unused-lambda-capture",
 
13942
+                "-Wno-user-defined-warnings",
 
13943
+                "-O2",
 
13944
+                "-fno-ident",
 
13945
+                "-fdata-sections",
 
13946
+                "-ffunction-sections",
 
13947
+                "-fomit-frame-pointer",
 
13948
+                "-g0",
 
13949
+                "-fvisibility=hidden",
 
13950
+                "-Xclang",
 
13951
+                "-load",
 
13952
+                "-Xclang",
 
13953
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
13954
+                "-Xclang",
 
13955
+                "-add-plugin",
 
13956
+                "-Xclang",
 
13957
+                "find-bad-constructs",
 
13958
+                "-Xclang",
 
13959
+                "-plugin-arg-find-bad-constructs",
 
13960
+                "-Xclang",
 
13961
+                "check-auto-raw-pointer",
 
13962
+                "-Xclang",
 
13963
+                "-plugin-arg-find-bad-constructs",
 
13964
+                "-Xclang",
 
13965
+                "check-ipc",
 
13966
+                "-Wheader-hygiene",
 
13967
+                "-Wstring-conversion",
 
13968
+                "-Wtautological-overlap-compare",
 
13969
+                "-Wextra",
 
13970
+                "-Wno-unused-parameter",
 
13971
+                "-Wno-missing-field-initializers",
 
13972
+                "-Wno-strict-overflow",
 
13973
+                "-Wimplicit-fallthrough",
 
13974
+                "-Wthread-safety",
 
13975
+                "-Winconsistent-missing-override",
 
13976
+                "-Wundef"
 
13977
+            ],
 
13978
+            "defines": [
 
13979
+                "WEBRTC_CODEC_OPUS",
 
13980
+                "WEBRTC_CODEC_ISACFX",
 
13981
+                "WEBRTC_CODEC_G722",
 
13982
+                "V8_DEPRECATION_WARNINGS",
 
13983
+                "USE_NSS_CERTS=1",
 
13984
+                "USE_X11=1",
 
13985
+                "CHROMIUM_BUILD",
 
13986
+                "_FILE_OFFSET_BITS=64",
 
13987
+                "NDEBUG",
 
13988
+                "NVALGRIND",
 
13989
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
13990
+                "WEBRTC_RESTRICT_LOGGING",
 
13991
+                "EXPAT_RELATIVE_PATH",
 
13992
+                "WEBRTC_ARCH_ARM",
 
13993
+                "WEBRTC_ARCH_ARM_V7",
 
13994
+                "WEBRTC_HAS_NEON",
 
13995
+                "WEBRTC_MOZILLA_BUILD",
 
13996
+                "WEBRTC_POSIX",
 
13997
+                "WEBRTC_LINUX"
 
13998
+            ],
 
13999
+            "deps": [
 
14000
+                "//webrtc:webrtc_common",
 
14001
+                "//webrtc/base:gtest_prod",
 
14002
+                "//webrtc/base:rtc_base_approved",
 
14003
+                "//webrtc/common_audio:common_audio",
 
14004
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
14005
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
14006
+                "//webrtc/modules/audio_coding:audio_format",
 
14007
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
14008
+                "//webrtc/modules/audio_coding:cng",
 
14009
+                "//webrtc/modules/audio_coding:g711",
 
14010
+                "//webrtc/modules/audio_coding:g722",
 
14011
+                "//webrtc/modules/audio_coding:isac_fix",
 
14012
+                "//webrtc/modules/audio_coding:pcm16b",
 
14013
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
14014
+                "//webrtc/modules/audio_coding:webrtc_opus",
 
14015
+                "//webrtc/system_wrappers:system_wrappers"
 
14016
+            ],
 
14017
+            "include_dirs": [
 
14018
+                "//",
 
14019
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
14020
+                "//",
 
14021
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
14022
+                "//",
 
14023
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
14024
+                "//",
 
14025
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
14026
+                "//",
 
14027
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
14028
+                "//webrtc/common_audio/resampler/include/",
 
14029
+                "//webrtc/common_audio/signal_processing/include/",
 
14030
+                "//webrtc/common_audio/vad/include/",
 
14031
+                "//",
 
14032
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
14033
+            ],
 
14034
+            "libs": [
 
14035
+                "rt"
 
14036
+            ],
 
14037
+            "sources": [
 
14038
+                "//webrtc/modules/audio_coding/neteq/accelerate.cc",
 
14039
+                "//webrtc/modules/audio_coding/neteq/accelerate.h",
 
14040
+                "//webrtc/modules/audio_coding/neteq/audio_decoder_impl.cc",
 
14041
+                "//webrtc/modules/audio_coding/neteq/audio_decoder_impl.h",
 
14042
+                "//webrtc/modules/audio_coding/neteq/audio_multi_vector.cc",
 
14043
+                "//webrtc/modules/audio_coding/neteq/audio_multi_vector.h",
 
14044
+                "//webrtc/modules/audio_coding/neteq/audio_vector.cc",
 
14045
+                "//webrtc/modules/audio_coding/neteq/audio_vector.h",
 
14046
+                "//webrtc/modules/audio_coding/neteq/background_noise.cc",
 
14047
+                "//webrtc/modules/audio_coding/neteq/background_noise.h",
 
14048
+                "//webrtc/modules/audio_coding/neteq/buffer_level_filter.cc",
 
14049
+                "//webrtc/modules/audio_coding/neteq/buffer_level_filter.h",
 
14050
+                "//webrtc/modules/audio_coding/neteq/comfort_noise.cc",
 
14051
+                "//webrtc/modules/audio_coding/neteq/comfort_noise.h",
 
14052
+                "//webrtc/modules/audio_coding/neteq/cross_correlation.cc",
 
14053
+                "//webrtc/modules/audio_coding/neteq/cross_correlation.h",
 
14054
+                "//webrtc/modules/audio_coding/neteq/decision_logic.cc",
 
14055
+                "//webrtc/modules/audio_coding/neteq/decision_logic.h",
 
14056
+                "//webrtc/modules/audio_coding/neteq/decision_logic_fax.cc",
 
14057
+                "//webrtc/modules/audio_coding/neteq/decision_logic_fax.h",
 
14058
+                "//webrtc/modules/audio_coding/neteq/decision_logic_normal.cc",
 
14059
+                "//webrtc/modules/audio_coding/neteq/decision_logic_normal.h",
 
14060
+                "//webrtc/modules/audio_coding/neteq/decoder_database.cc",
 
14061
+                "//webrtc/modules/audio_coding/neteq/decoder_database.h",
 
14062
+                "//webrtc/modules/audio_coding/neteq/defines.h",
 
14063
+                "//webrtc/modules/audio_coding/neteq/delay_manager.cc",
 
14064
+                "//webrtc/modules/audio_coding/neteq/delay_manager.h",
 
14065
+                "//webrtc/modules/audio_coding/neteq/delay_peak_detector.cc",
 
14066
+                "//webrtc/modules/audio_coding/neteq/delay_peak_detector.h",
 
14067
+                "//webrtc/modules/audio_coding/neteq/dsp_helper.cc",
 
14068
+                "//webrtc/modules/audio_coding/neteq/dsp_helper.h",
 
14069
+                "//webrtc/modules/audio_coding/neteq/dtmf_buffer.cc",
 
14070
+                "//webrtc/modules/audio_coding/neteq/dtmf_buffer.h",
 
14071
+                "//webrtc/modules/audio_coding/neteq/dtmf_tone_generator.cc",
 
14072
+                "//webrtc/modules/audio_coding/neteq/dtmf_tone_generator.h",
 
14073
+                "//webrtc/modules/audio_coding/neteq/expand.cc",
 
14074
+                "//webrtc/modules/audio_coding/neteq/expand.h",
 
14075
+                "//webrtc/modules/audio_coding/neteq/include/neteq.h",
 
14076
+                "//webrtc/modules/audio_coding/neteq/merge.cc",
 
14077
+                "//webrtc/modules/audio_coding/neteq/merge.h",
 
14078
+                "//webrtc/modules/audio_coding/neteq/nack_tracker.cc",
 
14079
+                "//webrtc/modules/audio_coding/neteq/nack_tracker.h",
 
14080
+                "//webrtc/modules/audio_coding/neteq/neteq.cc",
 
14081
+                "//webrtc/modules/audio_coding/neteq/neteq_impl.cc",
 
14082
+                "//webrtc/modules/audio_coding/neteq/neteq_impl.h",
 
14083
+                "//webrtc/modules/audio_coding/neteq/normal.cc",
 
14084
+                "//webrtc/modules/audio_coding/neteq/normal.h",
 
14085
+                "//webrtc/modules/audio_coding/neteq/packet.cc",
 
14086
+                "//webrtc/modules/audio_coding/neteq/packet.h",
 
14087
+                "//webrtc/modules/audio_coding/neteq/packet_buffer.cc",
 
14088
+                "//webrtc/modules/audio_coding/neteq/packet_buffer.h",
 
14089
+                "//webrtc/modules/audio_coding/neteq/post_decode_vad.cc",
 
14090
+                "//webrtc/modules/audio_coding/neteq/post_decode_vad.h",
 
14091
+                "//webrtc/modules/audio_coding/neteq/preemptive_expand.cc",
 
14092
+                "//webrtc/modules/audio_coding/neteq/preemptive_expand.h",
 
14093
+                "//webrtc/modules/audio_coding/neteq/random_vector.cc",
 
14094
+                "//webrtc/modules/audio_coding/neteq/random_vector.h",
 
14095
+                "//webrtc/modules/audio_coding/neteq/red_payload_splitter.cc",
 
14096
+                "//webrtc/modules/audio_coding/neteq/red_payload_splitter.h",
 
14097
+                "//webrtc/modules/audio_coding/neteq/rtcp.cc",
 
14098
+                "//webrtc/modules/audio_coding/neteq/rtcp.h",
 
14099
+                "//webrtc/modules/audio_coding/neteq/statistics_calculator.cc",
 
14100
+                "//webrtc/modules/audio_coding/neteq/statistics_calculator.h",
 
14101
+                "//webrtc/modules/audio_coding/neteq/sync_buffer.cc",
 
14102
+                "//webrtc/modules/audio_coding/neteq/sync_buffer.h",
 
14103
+                "//webrtc/modules/audio_coding/neteq/tick_timer.cc",
 
14104
+                "//webrtc/modules/audio_coding/neteq/tick_timer.h",
 
14105
+                "//webrtc/modules/audio_coding/neteq/time_stretch.cc",
 
14106
+                "//webrtc/modules/audio_coding/neteq/time_stretch.h",
 
14107
+                "//webrtc/modules/audio_coding/neteq/timestamp_scaler.cc",
 
14108
+                "//webrtc/modules/audio_coding/neteq/timestamp_scaler.h"
 
14109
+            ],
 
14110
+            "type": "static_library"
 
14111
+        },
 
14112
+        "//webrtc/modules/audio_coding:pcm16b": {
 
14113
+            "cflags": [
 
14114
+                "-fno-strict-aliasing",
 
14115
+                "--param=ssp-buffer-size=4",
 
14116
+                "-fstack-protector",
 
14117
+                "-Wno-builtin-macro-redefined",
 
14118
+                "-D__DATE__=",
 
14119
+                "-D__TIME__=",
 
14120
+                "-D__TIMESTAMP__=",
 
14121
+                "-funwind-tables",
 
14122
+                "-fPIC",
 
14123
+                "-pipe",
 
14124
+                "-fcolor-diagnostics",
 
14125
+                "--target=arm-linux-gnueabihf",
 
14126
+                "-march=armv7-a",
 
14127
+                "-mfloat-abi=hard",
 
14128
+                "-mtune=generic-armv7-a",
 
14129
+                "-pthread",
 
14130
+                "-mfpu=neon",
 
14131
+                "-mthumb",
 
14132
+                "-Wall",
 
14133
+                "-Werror",
 
14134
+                "-Wextra",
 
14135
+                "-Wno-missing-field-initializers",
 
14136
+                "-Wno-unused-parameter",
 
14137
+                "-Wno-c++11-narrowing",
 
14138
+                "-Wno-covered-switch-default",
 
14139
+                "-Wno-unneeded-internal-declaration",
 
14140
+                "-Wno-inconsistent-missing-override",
 
14141
+                "-Wno-undefined-var-template",
 
14142
+                "-Wno-nonportable-include-path",
 
14143
+                "-Wno-address-of-packed-member",
 
14144
+                "-Wno-unused-lambda-capture",
 
14145
+                "-Wno-user-defined-warnings",
 
14146
+                "-O2",
 
14147
+                "-fno-ident",
 
14148
+                "-fdata-sections",
 
14149
+                "-ffunction-sections",
 
14150
+                "-fomit-frame-pointer",
 
14151
+                "-g0",
 
14152
+                "-fvisibility=hidden",
 
14153
+                "-Xclang",
 
14154
+                "-load",
 
14155
+                "-Xclang",
 
14156
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
14157
+                "-Xclang",
 
14158
+                "-add-plugin",
 
14159
+                "-Xclang",
 
14160
+                "find-bad-constructs",
 
14161
+                "-Xclang",
 
14162
+                "-plugin-arg-find-bad-constructs",
 
14163
+                "-Xclang",
 
14164
+                "check-auto-raw-pointer",
 
14165
+                "-Xclang",
 
14166
+                "-plugin-arg-find-bad-constructs",
 
14167
+                "-Xclang",
 
14168
+                "check-ipc",
 
14169
+                "-Wheader-hygiene",
 
14170
+                "-Wstring-conversion",
 
14171
+                "-Wtautological-overlap-compare",
 
14172
+                "-Wextra",
 
14173
+                "-Wno-unused-parameter",
 
14174
+                "-Wno-missing-field-initializers",
 
14175
+                "-Wno-strict-overflow",
 
14176
+                "-Wimplicit-fallthrough",
 
14177
+                "-Wthread-safety",
 
14178
+                "-Winconsistent-missing-override",
 
14179
+                "-Wundef"
 
14180
+            ],
 
14181
+            "defines": [
 
14182
+                "V8_DEPRECATION_WARNINGS",
 
14183
+                "USE_NSS_CERTS=1",
 
14184
+                "USE_X11=1",
 
14185
+                "CHROMIUM_BUILD",
 
14186
+                "_FILE_OFFSET_BITS=64",
 
14187
+                "NDEBUG",
 
14188
+                "NVALGRIND",
 
14189
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14190
+                "WEBRTC_RESTRICT_LOGGING",
 
14191
+                "EXPAT_RELATIVE_PATH",
 
14192
+                "WEBRTC_ARCH_ARM",
 
14193
+                "WEBRTC_ARCH_ARM_V7",
 
14194
+                "WEBRTC_HAS_NEON",
 
14195
+                "WEBRTC_MOZILLA_BUILD",
 
14196
+                "WEBRTC_POSIX",
 
14197
+                "WEBRTC_LINUX"
 
14198
+            ],
 
14199
+            "deps": [
 
14200
+                "//webrtc:webrtc_common",
 
14201
+                "//webrtc/base:rtc_base_approved",
 
14202
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
14203
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
14204
+                "//webrtc/modules/audio_coding:g711",
 
14205
+                "//webrtc/modules/audio_coding:pcm16b_c"
 
14206
+            ],
 
14207
+            "include_dirs": [
 
14208
+                "//",
 
14209
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
14210
+                "//",
 
14211
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
14212
+                "//",
 
14213
+                "//webrtc/modules/audio_coding/codecs/g711/include/"
 
14214
+            ],
 
14215
+            "libs": [],
 
14216
+            "sources": [
 
14217
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
 
14218
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h",
 
14219
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
 
14220
+                "//webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h"
 
14221
+            ],
 
14222
+            "type": "static_library"
 
14223
+        },
 
14224
+        "//webrtc/modules/audio_coding:pcm16b_c": {
 
14225
+            "cflags": [
 
14226
+                "-fno-strict-aliasing",
 
14227
+                "--param=ssp-buffer-size=4",
 
14228
+                "-fstack-protector",
 
14229
+                "-Wno-builtin-macro-redefined",
 
14230
+                "-D__DATE__=",
 
14231
+                "-D__TIME__=",
 
14232
+                "-D__TIMESTAMP__=",
 
14233
+                "-funwind-tables",
 
14234
+                "-fPIC",
 
14235
+                "-pipe",
 
14236
+                "-fcolor-diagnostics",
 
14237
+                "--target=arm-linux-gnueabihf",
 
14238
+                "-march=armv7-a",
 
14239
+                "-mfloat-abi=hard",
 
14240
+                "-mtune=generic-armv7-a",
 
14241
+                "-pthread",
 
14242
+                "-mfpu=neon",
 
14243
+                "-mthumb",
 
14244
+                "-Wall",
 
14245
+                "-Werror",
 
14246
+                "-Wextra",
 
14247
+                "-Wno-missing-field-initializers",
 
14248
+                "-Wno-unused-parameter",
 
14249
+                "-Wno-c++11-narrowing",
 
14250
+                "-Wno-covered-switch-default",
 
14251
+                "-Wno-unneeded-internal-declaration",
 
14252
+                "-Wno-inconsistent-missing-override",
 
14253
+                "-Wno-undefined-var-template",
 
14254
+                "-Wno-nonportable-include-path",
 
14255
+                "-Wno-address-of-packed-member",
 
14256
+                "-Wno-unused-lambda-capture",
 
14257
+                "-Wno-user-defined-warnings",
 
14258
+                "-O2",
 
14259
+                "-fno-ident",
 
14260
+                "-fdata-sections",
 
14261
+                "-ffunction-sections",
 
14262
+                "-fomit-frame-pointer",
 
14263
+                "-g0",
 
14264
+                "-fvisibility=hidden",
 
14265
+                "-Xclang",
 
14266
+                "-load",
 
14267
+                "-Xclang",
 
14268
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
14269
+                "-Xclang",
 
14270
+                "-add-plugin",
 
14271
+                "-Xclang",
 
14272
+                "find-bad-constructs",
 
14273
+                "-Xclang",
 
14274
+                "-plugin-arg-find-bad-constructs",
 
14275
+                "-Xclang",
 
14276
+                "check-auto-raw-pointer",
 
14277
+                "-Xclang",
 
14278
+                "-plugin-arg-find-bad-constructs",
 
14279
+                "-Xclang",
 
14280
+                "check-ipc",
 
14281
+                "-Wheader-hygiene",
 
14282
+                "-Wstring-conversion",
 
14283
+                "-Wtautological-overlap-compare",
 
14284
+                "-Wextra",
 
14285
+                "-Wno-unused-parameter",
 
14286
+                "-Wno-missing-field-initializers",
 
14287
+                "-Wno-strict-overflow",
 
14288
+                "-Wimplicit-fallthrough",
 
14289
+                "-Wthread-safety",
 
14290
+                "-Winconsistent-missing-override",
 
14291
+                "-Wundef"
 
14292
+            ],
 
14293
+            "defines": [
 
14294
+                "V8_DEPRECATION_WARNINGS",
 
14295
+                "USE_NSS_CERTS=1",
 
14296
+                "USE_X11=1",
 
14297
+                "CHROMIUM_BUILD",
 
14298
+                "_FILE_OFFSET_BITS=64",
 
14299
+                "NDEBUG",
 
14300
+                "NVALGRIND",
 
14301
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14302
+                "WEBRTC_RESTRICT_LOGGING",
 
14303
+                "EXPAT_RELATIVE_PATH",
 
14304
+                "WEBRTC_ARCH_ARM",
 
14305
+                "WEBRTC_ARCH_ARM_V7",
 
14306
+                "WEBRTC_HAS_NEON",
 
14307
+                "WEBRTC_MOZILLA_BUILD",
 
14308
+                "WEBRTC_POSIX",
 
14309
+                "WEBRTC_LINUX"
 
14310
+            ],
 
14311
+            "deps": [
 
14312
+                "//webrtc:webrtc_common"
 
14313
+            ],
 
14314
+            "include_dirs": [
 
14315
+                "//",
 
14316
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
14317
+                "//",
 
14318
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/"
 
14319
+            ],
 
14320
+            "libs": [],
 
14321
+            "sources": [
 
14322
+                "//webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.c",
 
14323
+                "//webrtc/modules/audio_coding/codecs/pcm16b/pcm16b.h"
 
14324
+            ],
 
14325
+            "type": "source_set"
 
14326
+        },
 
14327
+        "//webrtc/modules/audio_coding:rent_a_codec": {
 
14328
+            "cflags": [
 
14329
+                "-fno-strict-aliasing",
 
14330
+                "--param=ssp-buffer-size=4",
 
14331
+                "-fstack-protector",
 
14332
+                "-Wno-builtin-macro-redefined",
 
14333
+                "-D__DATE__=",
 
14334
+                "-D__TIME__=",
 
14335
+                "-D__TIMESTAMP__=",
 
14336
+                "-funwind-tables",
 
14337
+                "-fPIC",
 
14338
+                "-pipe",
 
14339
+                "-fcolor-diagnostics",
 
14340
+                "--target=arm-linux-gnueabihf",
 
14341
+                "-march=armv7-a",
 
14342
+                "-mfloat-abi=hard",
 
14343
+                "-mtune=generic-armv7-a",
 
14344
+                "-pthread",
 
14345
+                "-mfpu=neon",
 
14346
+                "-mthumb",
 
14347
+                "-Wall",
 
14348
+                "-Werror",
 
14349
+                "-Wextra",
 
14350
+                "-Wno-missing-field-initializers",
 
14351
+                "-Wno-unused-parameter",
 
14352
+                "-Wno-c++11-narrowing",
 
14353
+                "-Wno-covered-switch-default",
 
14354
+                "-Wno-unneeded-internal-declaration",
 
14355
+                "-Wno-inconsistent-missing-override",
 
14356
+                "-Wno-undefined-var-template",
 
14357
+                "-Wno-nonportable-include-path",
 
14358
+                "-Wno-address-of-packed-member",
 
14359
+                "-Wno-unused-lambda-capture",
 
14360
+                "-Wno-user-defined-warnings",
 
14361
+                "-O2",
 
14362
+                "-fno-ident",
 
14363
+                "-fdata-sections",
 
14364
+                "-ffunction-sections",
 
14365
+                "-fomit-frame-pointer",
 
14366
+                "-g0",
 
14367
+                "-fvisibility=hidden",
 
14368
+                "-Xclang",
 
14369
+                "-load",
 
14370
+                "-Xclang",
 
14371
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
14372
+                "-Xclang",
 
14373
+                "-add-plugin",
 
14374
+                "-Xclang",
 
14375
+                "find-bad-constructs",
 
14376
+                "-Xclang",
 
14377
+                "-plugin-arg-find-bad-constructs",
 
14378
+                "-Xclang",
 
14379
+                "check-auto-raw-pointer",
 
14380
+                "-Xclang",
 
14381
+                "-plugin-arg-find-bad-constructs",
 
14382
+                "-Xclang",
 
14383
+                "check-ipc",
 
14384
+                "-Wheader-hygiene",
 
14385
+                "-Wstring-conversion",
 
14386
+                "-Wtautological-overlap-compare",
 
14387
+                "-Wextra",
 
14388
+                "-Wno-unused-parameter",
 
14389
+                "-Wno-missing-field-initializers",
 
14390
+                "-Wno-strict-overflow",
 
14391
+                "-Wimplicit-fallthrough",
 
14392
+                "-Wthread-safety",
 
14393
+                "-Winconsistent-missing-override",
 
14394
+                "-Wundef"
 
14395
+            ],
 
14396
+            "defines": [
 
14397
+                "WEBRTC_CODEC_OPUS",
 
14398
+                "WEBRTC_CODEC_G722",
 
14399
+                "V8_DEPRECATION_WARNINGS",
 
14400
+                "USE_NSS_CERTS=1",
 
14401
+                "USE_X11=1",
 
14402
+                "CHROMIUM_BUILD",
 
14403
+                "_FILE_OFFSET_BITS=64",
 
14404
+                "NDEBUG",
 
14405
+                "NVALGRIND",
 
14406
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14407
+                "WEBRTC_RESTRICT_LOGGING",
 
14408
+                "EXPAT_RELATIVE_PATH",
 
14409
+                "WEBRTC_ARCH_ARM",
 
14410
+                "WEBRTC_ARCH_ARM_V7",
 
14411
+                "WEBRTC_HAS_NEON",
 
14412
+                "WEBRTC_MOZILLA_BUILD",
 
14413
+                "WEBRTC_POSIX",
 
14414
+                "WEBRTC_LINUX"
 
14415
+            ],
 
14416
+            "deps": [
 
14417
+                "//webrtc:webrtc_common",
 
14418
+                "//webrtc/base:rtc_base_approved",
 
14419
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
14420
+                "//webrtc/modules/audio_coding:cng",
 
14421
+                "//webrtc/modules/audio_coding:g711",
 
14422
+                "//webrtc/modules/audio_coding:g722",
 
14423
+                "//webrtc/modules/audio_coding:isac_fix",
 
14424
+                "//webrtc/modules/audio_coding:pcm16b",
 
14425
+                "//webrtc/modules/audio_coding:webrtc_opus"
 
14426
+            ],
 
14427
+            "include_dirs": [
 
14428
+                "//",
 
14429
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
14430
+                "//",
 
14431
+                "//webrtc/modules/audio_coding/codecs/cng/include/",
 
14432
+                "//",
 
14433
+                "//webrtc/modules/audio_coding/codecs/g711/include/",
 
14434
+                "//",
 
14435
+                "//webrtc/modules/audio_coding/codecs/pcm16b/include/",
 
14436
+                "//",
 
14437
+                "//webrtc/modules/audio_coding/codecs/isac/fix/include/",
 
14438
+                "//",
 
14439
+                "//webrtc/modules/audio_coding/codecs/g722/include/"
 
14440
+            ],
 
14441
+            "libs": [
 
14442
+                "rt"
 
14443
+            ],
 
14444
+            "sources": [
 
14445
+                "//webrtc/modules/audio_coding/acm2/acm_codec_database.cc",
 
14446
+                "//webrtc/modules/audio_coding/acm2/acm_codec_database.h",
 
14447
+                "//webrtc/modules/audio_coding/acm2/rent_a_codec.cc",
 
14448
+                "//webrtc/modules/audio_coding/acm2/rent_a_codec.h"
 
14449
+            ],
 
14450
+            "type": "static_library"
 
14451
+        },
 
14452
+        "//webrtc/modules/audio_coding:webrtc_opus": {
 
14453
+            "cflags": [
 
14454
+                "-fno-strict-aliasing",
 
14455
+                "--param=ssp-buffer-size=4",
 
14456
+                "-fstack-protector",
 
14457
+                "-Wno-builtin-macro-redefined",
 
14458
+                "-D__DATE__=",
 
14459
+                "-D__TIME__=",
 
14460
+                "-D__TIMESTAMP__=",
 
14461
+                "-funwind-tables",
 
14462
+                "-fPIC",
 
14463
+                "-pipe",
 
14464
+                "-fcolor-diagnostics",
 
14465
+                "--target=arm-linux-gnueabihf",
 
14466
+                "-march=armv7-a",
 
14467
+                "-mfloat-abi=hard",
 
14468
+                "-mtune=generic-armv7-a",
 
14469
+                "-pthread",
 
14470
+                "-mfpu=neon",
 
14471
+                "-mthumb",
 
14472
+                "-Wall",
 
14473
+                "-Werror",
 
14474
+                "-Wextra",
 
14475
+                "-Wno-missing-field-initializers",
 
14476
+                "-Wno-unused-parameter",
 
14477
+                "-Wno-c++11-narrowing",
 
14478
+                "-Wno-covered-switch-default",
 
14479
+                "-Wno-unneeded-internal-declaration",
 
14480
+                "-Wno-inconsistent-missing-override",
 
14481
+                "-Wno-undefined-var-template",
 
14482
+                "-Wno-nonportable-include-path",
 
14483
+                "-Wno-address-of-packed-member",
 
14484
+                "-Wno-unused-lambda-capture",
 
14485
+                "-Wno-user-defined-warnings",
 
14486
+                "-O2",
 
14487
+                "-fno-ident",
 
14488
+                "-fdata-sections",
 
14489
+                "-ffunction-sections",
 
14490
+                "-fomit-frame-pointer",
 
14491
+                "-g0",
 
14492
+                "-fvisibility=hidden",
 
14493
+                "-Xclang",
 
14494
+                "-load",
 
14495
+                "-Xclang",
 
14496
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
14497
+                "-Xclang",
 
14498
+                "-add-plugin",
 
14499
+                "-Xclang",
 
14500
+                "find-bad-constructs",
 
14501
+                "-Xclang",
 
14502
+                "-plugin-arg-find-bad-constructs",
 
14503
+                "-Xclang",
 
14504
+                "check-auto-raw-pointer",
 
14505
+                "-Xclang",
 
14506
+                "-plugin-arg-find-bad-constructs",
 
14507
+                "-Xclang",
 
14508
+                "check-ipc",
 
14509
+                "-Wheader-hygiene",
 
14510
+                "-Wstring-conversion",
 
14511
+                "-Wtautological-overlap-compare",
 
14512
+                "-Wextra",
 
14513
+                "-Wno-unused-parameter",
 
14514
+                "-Wno-missing-field-initializers",
 
14515
+                "-Wno-strict-overflow",
 
14516
+                "-Wimplicit-fallthrough",
 
14517
+                "-Wthread-safety",
 
14518
+                "-Winconsistent-missing-override",
 
14519
+                "-Wundef"
 
14520
+            ],
 
14521
+            "defines": [
 
14522
+                "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0",
 
14523
+                "V8_DEPRECATION_WARNINGS",
 
14524
+                "USE_NSS_CERTS=1",
 
14525
+                "USE_X11=1",
 
14526
+                "CHROMIUM_BUILD",
 
14527
+                "_FILE_OFFSET_BITS=64",
 
14528
+                "NDEBUG",
 
14529
+                "NVALGRIND",
 
14530
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14531
+                "WEBRTC_RESTRICT_LOGGING",
 
14532
+                "EXPAT_RELATIVE_PATH",
 
14533
+                "WEBRTC_ARCH_ARM",
 
14534
+                "WEBRTC_ARCH_ARM_V7",
 
14535
+                "WEBRTC_HAS_NEON",
 
14536
+                "WEBRTC_MOZILLA_BUILD",
 
14537
+                "WEBRTC_POSIX",
 
14538
+                "WEBRTC_LINUX"
 
14539
+            ],
 
14540
+            "deps": [
 
14541
+                "//webrtc:webrtc_common",
 
14542
+                "//webrtc/base:rtc_base_approved",
 
14543
+                "//webrtc/base:rtc_numerics",
 
14544
+                "//webrtc/common_audio:common_audio",
 
14545
+                "//webrtc/modules/audio_coding:audio_decoder_interface",
 
14546
+                "//webrtc/modules/audio_coding:audio_encoder_interface",
 
14547
+                "//webrtc/modules/audio_coding:audio_network_adaptor",
 
14548
+                "//webrtc/modules/audio_coding:webrtc_opus_c",
 
14549
+                "//webrtc/system_wrappers:system_wrappers"
 
14550
+            ],
 
14551
+            "include_dirs": [
 
14552
+                "/include/opus/",
 
14553
+                "//",
 
14554
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
14555
+                "//webrtc/common_audio/resampler/include/",
 
14556
+                "//webrtc/common_audio/signal_processing/include/",
 
14557
+                "//webrtc/common_audio/vad/include/"
 
14558
+            ],
 
14559
+            "libs": [
 
14560
+                "rt"
 
14561
+            ],
 
14562
+            "sources": [
 
14563
+                "//webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
 
14564
+                "//webrtc/modules/audio_coding/codecs/opus/audio_decoder_opus.h",
 
14565
+                "//webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
 
14566
+                "//webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h"
 
14567
+            ],
 
14568
+            "type": "static_library"
 
14569
+        },
 
14570
+        "//webrtc/modules/audio_coding:webrtc_opus_c": {
 
14571
+            "cflags": [
 
14572
+                "-fno-strict-aliasing",
 
14573
+                "--param=ssp-buffer-size=4",
 
14574
+                "-fstack-protector",
 
14575
+                "-Wno-builtin-macro-redefined",
 
14576
+                "-D__DATE__=",
 
14577
+                "-D__TIME__=",
 
14578
+                "-D__TIMESTAMP__=",
 
14579
+                "-funwind-tables",
 
14580
+                "-fPIC",
 
14581
+                "-pipe",
 
14582
+                "-fcolor-diagnostics",
 
14583
+                "--target=arm-linux-gnueabihf",
 
14584
+                "-march=armv7-a",
 
14585
+                "-mfloat-abi=hard",
 
14586
+                "-mtune=generic-armv7-a",
 
14587
+                "-pthread",
 
14588
+                "-mfpu=neon",
 
14589
+                "-mthumb",
 
14590
+                "-Wall",
 
14591
+                "-Werror",
 
14592
+                "-Wextra",
 
14593
+                "-Wno-missing-field-initializers",
 
14594
+                "-Wno-unused-parameter",
 
14595
+                "-Wno-c++11-narrowing",
 
14596
+                "-Wno-covered-switch-default",
 
14597
+                "-Wno-unneeded-internal-declaration",
 
14598
+                "-Wno-inconsistent-missing-override",
 
14599
+                "-Wno-undefined-var-template",
 
14600
+                "-Wno-nonportable-include-path",
 
14601
+                "-Wno-address-of-packed-member",
 
14602
+                "-Wno-unused-lambda-capture",
 
14603
+                "-Wno-user-defined-warnings",
 
14604
+                "-O2",
 
14605
+                "-fno-ident",
 
14606
+                "-fdata-sections",
 
14607
+                "-ffunction-sections",
 
14608
+                "-fomit-frame-pointer",
 
14609
+                "-g0",
 
14610
+                "-fvisibility=hidden",
 
14611
+                "-Xclang",
 
14612
+                "-load",
 
14613
+                "-Xclang",
 
14614
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
14615
+                "-Xclang",
 
14616
+                "-add-plugin",
 
14617
+                "-Xclang",
 
14618
+                "find-bad-constructs",
 
14619
+                "-Xclang",
 
14620
+                "-plugin-arg-find-bad-constructs",
 
14621
+                "-Xclang",
 
14622
+                "check-auto-raw-pointer",
 
14623
+                "-Xclang",
 
14624
+                "-plugin-arg-find-bad-constructs",
 
14625
+                "-Xclang",
 
14626
+                "check-ipc",
 
14627
+                "-Wheader-hygiene",
 
14628
+                "-Wstring-conversion",
 
14629
+                "-Wtautological-overlap-compare",
 
14630
+                "-Wextra",
 
14631
+                "-Wno-unused-parameter",
 
14632
+                "-Wno-missing-field-initializers",
 
14633
+                "-Wno-strict-overflow",
 
14634
+                "-Wimplicit-fallthrough",
 
14635
+                "-Wthread-safety",
 
14636
+                "-Winconsistent-missing-override",
 
14637
+                "-Wundef"
 
14638
+            ],
 
14639
+            "defines": [
 
14640
+                "V8_DEPRECATION_WARNINGS",
 
14641
+                "USE_NSS_CERTS=1",
 
14642
+                "USE_X11=1",
 
14643
+                "CHROMIUM_BUILD",
 
14644
+                "_FILE_OFFSET_BITS=64",
 
14645
+                "NDEBUG",
 
14646
+                "NVALGRIND",
 
14647
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14648
+                "WEBRTC_RESTRICT_LOGGING",
 
14649
+                "EXPAT_RELATIVE_PATH",
 
14650
+                "WEBRTC_ARCH_ARM",
 
14651
+                "WEBRTC_ARCH_ARM_V7",
 
14652
+                "WEBRTC_HAS_NEON",
 
14653
+                "WEBRTC_MOZILLA_BUILD",
 
14654
+                "WEBRTC_POSIX",
 
14655
+                "WEBRTC_LINUX"
 
14656
+            ],
 
14657
+            "deps": [
 
14658
+                "//webrtc:webrtc_common",
 
14659
+                "//webrtc/base:rtc_base_approved"
 
14660
+            ],
 
14661
+            "include_dirs": [
 
14662
+                "/media/libopus/include/",
 
14663
+                "//",
 
14664
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
14665
+            ],
 
14666
+            "libs": [],
 
14667
+            "sources": [
 
14668
+                "//webrtc/modules/audio_coding/codecs/opus/opus_inst.h",
 
14669
+                "//webrtc/modules/audio_coding/codecs/opus/opus_interface.c",
 
14670
+                "//webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
 
14671
+            ],
 
14672
+            "type": "source_set"
 
14673
+        },
 
14674
+        "//webrtc/modules/audio_conference_mixer:audio_conference_mixer": {
 
14675
+            "cflags": [
 
14676
+                "-fno-strict-aliasing",
 
14677
+                "--param=ssp-buffer-size=4",
 
14678
+                "-fstack-protector",
 
14679
+                "-Wno-builtin-macro-redefined",
 
14680
+                "-D__DATE__=",
 
14681
+                "-D__TIME__=",
 
14682
+                "-D__TIMESTAMP__=",
 
14683
+                "-funwind-tables",
 
14684
+                "-fPIC",
 
14685
+                "-pipe",
 
14686
+                "-fcolor-diagnostics",
 
14687
+                "--target=arm-linux-gnueabihf",
 
14688
+                "-march=armv7-a",
 
14689
+                "-mfloat-abi=hard",
 
14690
+                "-mtune=generic-armv7-a",
 
14691
+                "-pthread",
 
14692
+                "-mfpu=neon",
 
14693
+                "-mthumb",
 
14694
+                "-Wall",
 
14695
+                "-Werror",
 
14696
+                "-Wextra",
 
14697
+                "-Wno-missing-field-initializers",
 
14698
+                "-Wno-unused-parameter",
 
14699
+                "-Wno-c++11-narrowing",
 
14700
+                "-Wno-covered-switch-default",
 
14701
+                "-Wno-unneeded-internal-declaration",
 
14702
+                "-Wno-inconsistent-missing-override",
 
14703
+                "-Wno-undefined-var-template",
 
14704
+                "-Wno-nonportable-include-path",
 
14705
+                "-Wno-address-of-packed-member",
 
14706
+                "-Wno-unused-lambda-capture",
 
14707
+                "-Wno-user-defined-warnings",
 
14708
+                "-O2",
 
14709
+                "-fno-ident",
 
14710
+                "-fdata-sections",
 
14711
+                "-ffunction-sections",
 
14712
+                "-fomit-frame-pointer",
 
14713
+                "-g0",
 
14714
+                "-fvisibility=hidden",
 
14715
+                "-Wheader-hygiene",
 
14716
+                "-Wstring-conversion",
 
14717
+                "-Wtautological-overlap-compare",
 
14718
+                "-Wextra",
 
14719
+                "-Wno-unused-parameter",
 
14720
+                "-Wno-missing-field-initializers",
 
14721
+                "-Wno-strict-overflow",
 
14722
+                "-Wimplicit-fallthrough",
 
14723
+                "-Wthread-safety",
 
14724
+                "-Winconsistent-missing-override",
 
14725
+                "-Wundef"
 
14726
+            ],
 
14727
+            "defines": [
 
14728
+                "V8_DEPRECATION_WARNINGS",
 
14729
+                "USE_NSS_CERTS=1",
 
14730
+                "USE_X11=1",
 
14731
+                "CHROMIUM_BUILD",
 
14732
+                "_FILE_OFFSET_BITS=64",
 
14733
+                "NDEBUG",
 
14734
+                "NVALGRIND",
 
14735
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14736
+                "WEBRTC_RESTRICT_LOGGING",
 
14737
+                "EXPAT_RELATIVE_PATH",
 
14738
+                "WEBRTC_ARCH_ARM",
 
14739
+                "WEBRTC_ARCH_ARM_V7",
 
14740
+                "WEBRTC_HAS_NEON",
 
14741
+                "WEBRTC_MOZILLA_BUILD",
 
14742
+                "WEBRTC_POSIX",
 
14743
+                "WEBRTC_LINUX"
 
14744
+            ],
 
14745
+            "deps": [
 
14746
+                "//webrtc:webrtc_common",
 
14747
+                "//webrtc/audio/utility:audio_frame_operations",
 
14748
+                "//webrtc/base:rtc_base_approved",
 
14749
+                "//webrtc/modules/audio_processing:audio_processing",
 
14750
+                "//webrtc/system_wrappers:system_wrappers"
 
14751
+            ],
 
14752
+            "include_dirs": [
 
14753
+                "//",
 
14754
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
14755
+                "//webrtc/modules/audio_conference_mixer/include/",
 
14756
+                "//webrtc/modules/include/"
 
14757
+            ],
 
14758
+            "libs": [
 
14759
+                "rt",
 
14760
+                "m"
 
14761
+            ],
 
14762
+            "sources": [
 
14763
+                "//webrtc/modules/audio_conference_mixer/include/audio_conference_mixer.h",
 
14764
+                "//webrtc/modules/audio_conference_mixer/include/audio_conference_mixer_defines.h",
 
14765
+                "//webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.cc",
 
14766
+                "//webrtc/modules/audio_conference_mixer/source/audio_conference_mixer_impl.h",
 
14767
+                "//webrtc/modules/audio_conference_mixer/source/audio_frame_manipulator.cc",
 
14768
+                "//webrtc/modules/audio_conference_mixer/source/audio_frame_manipulator.h",
 
14769
+                "//webrtc/modules/audio_conference_mixer/source/memory_pool.h",
 
14770
+                "//webrtc/modules/audio_conference_mixer/source/memory_pool_posix.h",
 
14771
+                "//webrtc/modules/audio_conference_mixer/source/time_scheduler.cc",
 
14772
+                "//webrtc/modules/audio_conference_mixer/source/time_scheduler.h"
 
14773
+            ],
 
14774
+            "type": "static_library"
 
14775
+        },
 
14776
+        "//webrtc/modules/audio_device:audio_device": {
 
14777
+            "cflags": [
 
14778
+                "-fno-strict-aliasing",
 
14779
+                "--param=ssp-buffer-size=4",
 
14780
+                "-fstack-protector",
 
14781
+                "-Wno-builtin-macro-redefined",
 
14782
+                "-D__DATE__=",
 
14783
+                "-D__TIME__=",
 
14784
+                "-D__TIMESTAMP__=",
 
14785
+                "-funwind-tables",
 
14786
+                "-fPIC",
 
14787
+                "-pipe",
 
14788
+                "-fcolor-diagnostics",
 
14789
+                "--target=arm-linux-gnueabihf",
 
14790
+                "-march=armv7-a",
 
14791
+                "-mfloat-abi=hard",
 
14792
+                "-mtune=generic-armv7-a",
 
14793
+                "-pthread",
 
14794
+                "-mfpu=neon",
 
14795
+                "-mthumb",
 
14796
+                "-Wall",
 
14797
+                "-Werror",
 
14798
+                "-Wextra",
 
14799
+                "-Wno-missing-field-initializers",
 
14800
+                "-Wno-unused-parameter",
 
14801
+                "-Wno-c++11-narrowing",
 
14802
+                "-Wno-covered-switch-default",
 
14803
+                "-Wno-unneeded-internal-declaration",
 
14804
+                "-Wno-inconsistent-missing-override",
 
14805
+                "-Wno-undefined-var-template",
 
14806
+                "-Wno-nonportable-include-path",
 
14807
+                "-Wno-address-of-packed-member",
 
14808
+                "-Wno-unused-lambda-capture",
 
14809
+                "-Wno-user-defined-warnings",
 
14810
+                "-O2",
 
14811
+                "-fno-ident",
 
14812
+                "-fdata-sections",
 
14813
+                "-ffunction-sections",
 
14814
+                "-fomit-frame-pointer",
 
14815
+                "-g0",
 
14816
+                "-fvisibility=hidden",
 
14817
+                "-Wheader-hygiene",
 
14818
+                "-Wstring-conversion",
 
14819
+                "-Wtautological-overlap-compare",
 
14820
+                "-Wextra",
 
14821
+                "-Wno-unused-parameter",
 
14822
+                "-Wno-missing-field-initializers",
 
14823
+                "-Wno-strict-overflow",
 
14824
+                "-Wimplicit-fallthrough",
 
14825
+                "-Wthread-safety",
 
14826
+                "-Winconsistent-missing-override",
 
14827
+                "-Wundef"
 
14828
+            ],
 
14829
+            "defines": [
 
14830
+                "WEBRTC_DUMMY_AUDIO_BUILD",
 
14831
+                "V8_DEPRECATION_WARNINGS",
 
14832
+                "USE_NSS_CERTS=1",
 
14833
+                "USE_X11=1",
 
14834
+                "CHROMIUM_BUILD",
 
14835
+                "_FILE_OFFSET_BITS=64",
 
14836
+                "NDEBUG",
 
14837
+                "NVALGRIND",
 
14838
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14839
+                "WEBRTC_RESTRICT_LOGGING",
 
14840
+                "EXPAT_RELATIVE_PATH",
 
14841
+                "WEBRTC_ARCH_ARM",
 
14842
+                "WEBRTC_ARCH_ARM_V7",
 
14843
+                "WEBRTC_HAS_NEON",
 
14844
+                "WEBRTC_MOZILLA_BUILD",
 
14845
+                "WEBRTC_POSIX",
 
14846
+                "WEBRTC_LINUX",
 
14847
+                "WEBRTC_BUILD_LIBEVENT"
 
14848
+            ],
 
14849
+            "deps": [
 
14850
+                "//webrtc:webrtc_common",
 
14851
+                "//webrtc/base:rtc_base_approved",
 
14852
+                "//webrtc/base:rtc_task_queue",
 
14853
+                "//webrtc/common_audio:common_audio",
 
14854
+                "//webrtc/modules/utility:utility",
 
14855
+                "//webrtc/system_wrappers:system_wrappers"
 
14856
+            ],
 
14857
+            "include_dirs": [
 
14858
+                "//webrtc/modules/audio_device/linux/",
 
14859
+                "//",
 
14860
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
14861
+                "//webrtc/modules/include/",
 
14862
+                "//webrtc/modules/audio_device/include/",
 
14863
+                "//webrtc/modules/audio_device/dummy/",
 
14864
+                "//webrtc/common_audio/resampler/include/",
 
14865
+                "//webrtc/common_audio/signal_processing/include/",
 
14866
+                "//webrtc/common_audio/vad/include/"
 
14867
+            ],
 
14868
+            "libs": [
 
14869
+                "rt"
 
14870
+            ],
 
14871
+            "sources": [
 
14872
+                "//webrtc/modules/audio_device/audio_device_buffer.cc",
 
14873
+                "//webrtc/modules/audio_device/audio_device_buffer.h",
 
14874
+                "//webrtc/modules/audio_device/audio_device_config.h",
 
14875
+                "//webrtc/modules/audio_device/audio_device_generic.cc",
 
14876
+                "//webrtc/modules/audio_device/audio_device_generic.h",
 
14877
+                "//webrtc/modules/audio_device/dummy/audio_device_dummy.cc",
 
14878
+                "//webrtc/modules/audio_device/dummy/audio_device_dummy.h",
 
14879
+                "//webrtc/modules/audio_device/dummy/file_audio_device.cc",
 
14880
+                "//webrtc/modules/audio_device/dummy/file_audio_device.h",
 
14881
+                "//webrtc/modules/audio_device/fine_audio_buffer.cc",
 
14882
+                "//webrtc/modules/audio_device/fine_audio_buffer.h",
 
14883
+                "//webrtc/modules/audio_device/include/audio_device.h",
 
14884
+                "//webrtc/modules/audio_device/include/audio_device_defines.h",
 
14885
+                "//webrtc/modules/audio_device/opensl/single_rw_fifo.cc",
 
14886
+                "//webrtc/modules/audio_device/opensl/single_rw_fifo.h",
 
14887
+                "//webrtc/modules/audio_device/dummy/file_audio_device_factory.cc",
 
14888
+                "//webrtc/modules/audio_device/dummy/file_audio_device_factory.h"
 
14889
+            ],
 
14890
+            "type": "static_library"
 
14891
+        },
 
14892
+        "//webrtc/modules/audio_mixer:audio_frame_manipulator": {
 
14893
+            "cflags": [
 
14894
+                "-fno-strict-aliasing",
 
14895
+                "--param=ssp-buffer-size=4",
 
14896
+                "-fstack-protector",
 
14897
+                "-Wno-builtin-macro-redefined",
 
14898
+                "-D__DATE__=",
 
14899
+                "-D__TIME__=",
 
14900
+                "-D__TIMESTAMP__=",
 
14901
+                "-funwind-tables",
 
14902
+                "-fPIC",
 
14903
+                "-pipe",
 
14904
+                "-fcolor-diagnostics",
 
14905
+                "--target=arm-linux-gnueabihf",
 
14906
+                "-march=armv7-a",
 
14907
+                "-mfloat-abi=hard",
 
14908
+                "-mtune=generic-armv7-a",
 
14909
+                "-pthread",
 
14910
+                "-mfpu=neon",
 
14911
+                "-mthumb",
 
14912
+                "-Wall",
 
14913
+                "-Werror",
 
14914
+                "-Wextra",
 
14915
+                "-Wno-missing-field-initializers",
 
14916
+                "-Wno-unused-parameter",
 
14917
+                "-Wno-c++11-narrowing",
 
14918
+                "-Wno-covered-switch-default",
 
14919
+                "-Wno-unneeded-internal-declaration",
 
14920
+                "-Wno-inconsistent-missing-override",
 
14921
+                "-Wno-undefined-var-template",
 
14922
+                "-Wno-nonportable-include-path",
 
14923
+                "-Wno-address-of-packed-member",
 
14924
+                "-Wno-unused-lambda-capture",
 
14925
+                "-Wno-user-defined-warnings",
 
14926
+                "-O2",
 
14927
+                "-fno-ident",
 
14928
+                "-fdata-sections",
 
14929
+                "-ffunction-sections",
 
14930
+                "-fomit-frame-pointer",
 
14931
+                "-g0",
 
14932
+                "-fvisibility=hidden",
 
14933
+                "-Xclang",
 
14934
+                "-load",
 
14935
+                "-Xclang",
 
14936
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
14937
+                "-Xclang",
 
14938
+                "-add-plugin",
 
14939
+                "-Xclang",
 
14940
+                "find-bad-constructs",
 
14941
+                "-Xclang",
 
14942
+                "-plugin-arg-find-bad-constructs",
 
14943
+                "-Xclang",
 
14944
+                "check-auto-raw-pointer",
 
14945
+                "-Xclang",
 
14946
+                "-plugin-arg-find-bad-constructs",
 
14947
+                "-Xclang",
 
14948
+                "check-ipc",
 
14949
+                "-Wheader-hygiene",
 
14950
+                "-Wstring-conversion",
 
14951
+                "-Wtautological-overlap-compare",
 
14952
+                "-Wextra",
 
14953
+                "-Wno-unused-parameter",
 
14954
+                "-Wno-missing-field-initializers",
 
14955
+                "-Wno-strict-overflow",
 
14956
+                "-Wimplicit-fallthrough",
 
14957
+                "-Wthread-safety",
 
14958
+                "-Winconsistent-missing-override",
 
14959
+                "-Wundef"
 
14960
+            ],
 
14961
+            "defines": [
 
14962
+                "V8_DEPRECATION_WARNINGS",
 
14963
+                "USE_NSS_CERTS=1",
 
14964
+                "USE_X11=1",
 
14965
+                "CHROMIUM_BUILD",
 
14966
+                "_FILE_OFFSET_BITS=64",
 
14967
+                "NDEBUG",
 
14968
+                "NVALGRIND",
 
14969
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
14970
+                "WEBRTC_RESTRICT_LOGGING",
 
14971
+                "EXPAT_RELATIVE_PATH",
 
14972
+                "WEBRTC_ARCH_ARM",
 
14973
+                "WEBRTC_ARCH_ARM_V7",
 
14974
+                "WEBRTC_HAS_NEON",
 
14975
+                "WEBRTC_MOZILLA_BUILD",
 
14976
+                "WEBRTC_POSIX",
 
14977
+                "WEBRTC_LINUX"
 
14978
+            ],
 
14979
+            "deps": [
 
14980
+                "//webrtc/audio/utility:utility",
 
14981
+                "//webrtc/base:rtc_base_approved"
 
14982
+            ],
 
14983
+            "include_dirs": [
 
14984
+                "//",
 
14985
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
14986
+            ],
 
14987
+            "libs": [],
 
14988
+            "sources": [
 
14989
+                "//webrtc/modules/audio_mixer/audio_frame_manipulator.cc",
 
14990
+                "//webrtc/modules/audio_mixer/audio_frame_manipulator.h"
 
14991
+            ],
 
14992
+            "type": "static_library"
 
14993
+        },
 
14994
+        "//webrtc/modules/audio_mixer:audio_mixer_impl": {
 
14995
+            "cflags": [
 
14996
+                "-fno-strict-aliasing",
 
14997
+                "--param=ssp-buffer-size=4",
 
14998
+                "-fstack-protector",
 
14999
+                "-Wno-builtin-macro-redefined",
 
15000
+                "-D__DATE__=",
 
15001
+                "-D__TIME__=",
 
15002
+                "-D__TIMESTAMP__=",
 
15003
+                "-funwind-tables",
 
15004
+                "-fPIC",
 
15005
+                "-pipe",
 
15006
+                "-fcolor-diagnostics",
 
15007
+                "--target=arm-linux-gnueabihf",
 
15008
+                "-march=armv7-a",
 
15009
+                "-mfloat-abi=hard",
 
15010
+                "-mtune=generic-armv7-a",
 
15011
+                "-pthread",
 
15012
+                "-mfpu=neon",
 
15013
+                "-mthumb",
 
15014
+                "-Wall",
 
15015
+                "-Werror",
 
15016
+                "-Wextra",
 
15017
+                "-Wno-missing-field-initializers",
 
15018
+                "-Wno-unused-parameter",
 
15019
+                "-Wno-c++11-narrowing",
 
15020
+                "-Wno-covered-switch-default",
 
15021
+                "-Wno-unneeded-internal-declaration",
 
15022
+                "-Wno-inconsistent-missing-override",
 
15023
+                "-Wno-undefined-var-template",
 
15024
+                "-Wno-nonportable-include-path",
 
15025
+                "-Wno-address-of-packed-member",
 
15026
+                "-Wno-unused-lambda-capture",
 
15027
+                "-Wno-user-defined-warnings",
 
15028
+                "-O2",
 
15029
+                "-fno-ident",
 
15030
+                "-fdata-sections",
 
15031
+                "-ffunction-sections",
 
15032
+                "-fomit-frame-pointer",
 
15033
+                "-g0",
 
15034
+                "-fvisibility=hidden",
 
15035
+                "-Xclang",
 
15036
+                "-load",
 
15037
+                "-Xclang",
 
15038
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
15039
+                "-Xclang",
 
15040
+                "-add-plugin",
 
15041
+                "-Xclang",
 
15042
+                "find-bad-constructs",
 
15043
+                "-Xclang",
 
15044
+                "-plugin-arg-find-bad-constructs",
 
15045
+                "-Xclang",
 
15046
+                "check-auto-raw-pointer",
 
15047
+                "-Xclang",
 
15048
+                "-plugin-arg-find-bad-constructs",
 
15049
+                "-Xclang",
 
15050
+                "check-ipc",
 
15051
+                "-Wheader-hygiene",
 
15052
+                "-Wstring-conversion",
 
15053
+                "-Wtautological-overlap-compare",
 
15054
+                "-Wextra",
 
15055
+                "-Wno-unused-parameter",
 
15056
+                "-Wno-missing-field-initializers",
 
15057
+                "-Wno-strict-overflow",
 
15058
+                "-Wimplicit-fallthrough",
 
15059
+                "-Wthread-safety",
 
15060
+                "-Winconsistent-missing-override",
 
15061
+                "-Wundef"
 
15062
+            ],
 
15063
+            "defines": [
 
15064
+                "V8_DEPRECATION_WARNINGS",
 
15065
+                "USE_NSS_CERTS=1",
 
15066
+                "USE_X11=1",
 
15067
+                "CHROMIUM_BUILD",
 
15068
+                "_FILE_OFFSET_BITS=64",
 
15069
+                "NDEBUG",
 
15070
+                "NVALGRIND",
 
15071
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15072
+                "WEBRTC_RESTRICT_LOGGING",
 
15073
+                "EXPAT_RELATIVE_PATH",
 
15074
+                "WEBRTC_ARCH_ARM",
 
15075
+                "WEBRTC_ARCH_ARM_V7",
 
15076
+                "WEBRTC_HAS_NEON",
 
15077
+                "WEBRTC_MOZILLA_BUILD",
 
15078
+                "WEBRTC_POSIX",
 
15079
+                "WEBRTC_LINUX"
 
15080
+            ],
 
15081
+            "deps": [
 
15082
+                "//webrtc:webrtc_common",
 
15083
+                "//webrtc/api:audio_mixer_api",
 
15084
+                "//webrtc/audio/utility:audio_frame_operations",
 
15085
+                "//webrtc/base:rtc_base_approved",
 
15086
+                "//webrtc/modules/audio_mixer:audio_frame_manipulator",
 
15087
+                "//webrtc/modules/audio_processing:audio_processing",
 
15088
+                "//webrtc/system_wrappers:system_wrappers"
 
15089
+            ],
 
15090
+            "include_dirs": [
 
15091
+                "//",
 
15092
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
15093
+            ],
 
15094
+            "libs": [
 
15095
+                "rt",
 
15096
+                "m"
 
15097
+            ],
 
15098
+            "sources": [
 
15099
+                "//webrtc/modules/audio_mixer/audio_mixer_impl.cc",
 
15100
+                "//webrtc/modules/audio_mixer/audio_mixer_impl.h",
 
15101
+                "//webrtc/modules/audio_mixer/default_output_rate_calculator.cc",
 
15102
+                "//webrtc/modules/audio_mixer/default_output_rate_calculator.h",
 
15103
+                "//webrtc/modules/audio_mixer/output_rate_calculator.h"
 
15104
+            ],
 
15105
+            "type": "static_library"
 
15106
+        },
 
15107
+        "//webrtc/modules/audio_processing:audio_processing": {
 
15108
+            "cflags": [
 
15109
+                "-fno-strict-aliasing",
 
15110
+                "--param=ssp-buffer-size=4",
 
15111
+                "-fstack-protector",
 
15112
+                "-Wno-builtin-macro-redefined",
 
15113
+                "-D__DATE__=",
 
15114
+                "-D__TIME__=",
 
15115
+                "-D__TIMESTAMP__=",
 
15116
+                "-funwind-tables",
 
15117
+                "-fPIC",
 
15118
+                "-pipe",
 
15119
+                "-fcolor-diagnostics",
 
15120
+                "--target=arm-linux-gnueabihf",
 
15121
+                "-march=armv7-a",
 
15122
+                "-mfloat-abi=hard",
 
15123
+                "-mtune=generic-armv7-a",
 
15124
+                "-pthread",
 
15125
+                "-mfpu=neon",
 
15126
+                "-mthumb",
 
15127
+                "-Wall",
 
15128
+                "-Werror",
 
15129
+                "-Wextra",
 
15130
+                "-Wno-missing-field-initializers",
 
15131
+                "-Wno-unused-parameter",
 
15132
+                "-Wno-c++11-narrowing",
 
15133
+                "-Wno-covered-switch-default",
 
15134
+                "-Wno-unneeded-internal-declaration",
 
15135
+                "-Wno-inconsistent-missing-override",
 
15136
+                "-Wno-undefined-var-template",
 
15137
+                "-Wno-nonportable-include-path",
 
15138
+                "-Wno-address-of-packed-member",
 
15139
+                "-Wno-unused-lambda-capture",
 
15140
+                "-Wno-user-defined-warnings",
 
15141
+                "-O2",
 
15142
+                "-fno-ident",
 
15143
+                "-fdata-sections",
 
15144
+                "-ffunction-sections",
 
15145
+                "-fomit-frame-pointer",
 
15146
+                "-g0",
 
15147
+                "-fvisibility=hidden",
 
15148
+                "-Xclang",
 
15149
+                "-load",
 
15150
+                "-Xclang",
 
15151
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
15152
+                "-Xclang",
 
15153
+                "-add-plugin",
 
15154
+                "-Xclang",
 
15155
+                "find-bad-constructs",
 
15156
+                "-Xclang",
 
15157
+                "-plugin-arg-find-bad-constructs",
 
15158
+                "-Xclang",
 
15159
+                "check-auto-raw-pointer",
 
15160
+                "-Xclang",
 
15161
+                "-plugin-arg-find-bad-constructs",
 
15162
+                "-Xclang",
 
15163
+                "check-ipc",
 
15164
+                "-Wheader-hygiene",
 
15165
+                "-Wstring-conversion",
 
15166
+                "-Wtautological-overlap-compare",
 
15167
+                "-Wextra",
 
15168
+                "-Wno-unused-parameter",
 
15169
+                "-Wno-missing-field-initializers",
 
15170
+                "-Wno-strict-overflow",
 
15171
+                "-Wimplicit-fallthrough",
 
15172
+                "-Wthread-safety",
 
15173
+                "-Winconsistent-missing-override",
 
15174
+                "-Wundef"
 
15175
+            ],
 
15176
+            "defines": [
 
15177
+                "WEBRTC_APM_DEBUG_DUMP=1",
 
15178
+                "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
 
15179
+                "WEBRTC_NS_FIXED",
 
15180
+                "V8_DEPRECATION_WARNINGS",
 
15181
+                "USE_NSS_CERTS=1",
 
15182
+                "USE_X11=1",
 
15183
+                "CHROMIUM_BUILD",
 
15184
+                "_FILE_OFFSET_BITS=64",
 
15185
+                "NDEBUG",
 
15186
+                "NVALGRIND",
 
15187
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15188
+                "WEBRTC_RESTRICT_LOGGING",
 
15189
+                "EXPAT_RELATIVE_PATH",
 
15190
+                "WEBRTC_ARCH_ARM",
 
15191
+                "WEBRTC_ARCH_ARM_V7",
 
15192
+                "WEBRTC_HAS_NEON",
 
15193
+                "WEBRTC_MOZILLA_BUILD",
 
15194
+                "WEBRTC_POSIX",
 
15195
+                "WEBRTC_LINUX"
 
15196
+            ],
 
15197
+            "deps": [
 
15198
+                "//webrtc:webrtc_common",
 
15199
+                "//webrtc/audio/utility:audio_frame_operations",
 
15200
+                "//webrtc/base:gtest_prod",
 
15201
+                "//webrtc/base:rtc_base_approved",
 
15202
+                "//webrtc/common_audio:common_audio",
 
15203
+                "//webrtc/modules/audio_coding:isac",
 
15204
+                "//webrtc/modules/audio_processing:audio_processing_c",
 
15205
+                "//webrtc/modules/audio_processing:audio_processing_neon",
 
15206
+                "//webrtc/system_wrappers:system_wrappers"
 
15207
+            ],
 
15208
+            "include_dirs": [
 
15209
+                "//",
 
15210
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
15211
+                "//",
 
15212
+                "//webrtc/modules/audio_coding/codecs/isac/main/include/",
 
15213
+                "//webrtc/common_audio/resampler/include/",
 
15214
+                "//webrtc/common_audio/signal_processing/include/",
 
15215
+                "//webrtc/common_audio/vad/include/"
 
15216
+            ],
 
15217
+            "libs": [
 
15218
+                "rt",
 
15219
+                "m"
 
15220
+            ],
 
15221
+            "sources": [
 
15222
+                "//webrtc/modules/audio_processing/aec/aec_core.cc",
 
15223
+                "//webrtc/modules/audio_processing/aec/aec_core.h",
 
15224
+                "//webrtc/modules/audio_processing/aec/aec_core_optimized_methods.h",
 
15225
+                "//webrtc/modules/audio_processing/aec/aec_resampler.cc",
 
15226
+                "//webrtc/modules/audio_processing/aec/aec_resampler.h",
 
15227
+                "//webrtc/modules/audio_processing/aec/echo_cancellation.cc",
 
15228
+                "//webrtc/modules/audio_processing/aec/echo_cancellation.h",
 
15229
+                "//webrtc/modules/audio_processing/aec3/aec3_constants.h",
 
15230
+                "//webrtc/modules/audio_processing/aec3/block_framer.cc",
 
15231
+                "//webrtc/modules/audio_processing/aec3/block_framer.h",
 
15232
+                "//webrtc/modules/audio_processing/aec3/block_processor.cc",
 
15233
+                "//webrtc/modules/audio_processing/aec3/block_processor.h",
 
15234
+                "//webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.cc",
 
15235
+                "//webrtc/modules/audio_processing/aec3/cascaded_biquad_filter.h",
 
15236
+                "//webrtc/modules/audio_processing/aec3/echo_canceller3.cc",
 
15237
+                "//webrtc/modules/audio_processing/aec3/echo_canceller3.h",
 
15238
+                "//webrtc/modules/audio_processing/aec3/frame_blocker.cc",
 
15239
+                "//webrtc/modules/audio_processing/aec3/frame_blocker.h",
 
15240
+                "//webrtc/modules/audio_processing/aecm/aecm_core.cc",
 
15241
+                "//webrtc/modules/audio_processing/aecm/aecm_core.h",
 
15242
+                "//webrtc/modules/audio_processing/aecm/echo_control_mobile.cc",
 
15243
+                "//webrtc/modules/audio_processing/aecm/echo_control_mobile.h",
 
15244
+                "//webrtc/modules/audio_processing/agc/agc.cc",
 
15245
+                "//webrtc/modules/audio_processing/agc/agc.h",
 
15246
+                "//webrtc/modules/audio_processing/agc/agc_manager_direct.cc",
 
15247
+                "//webrtc/modules/audio_processing/agc/agc_manager_direct.h",
 
15248
+                "//webrtc/modules/audio_processing/agc/gain_map_internal.h",
 
15249
+                "//webrtc/modules/audio_processing/agc/loudness_histogram.cc",
 
15250
+                "//webrtc/modules/audio_processing/agc/loudness_histogram.h",
 
15251
+                "//webrtc/modules/audio_processing/agc/utility.cc",
 
15252
+                "//webrtc/modules/audio_processing/agc/utility.h",
 
15253
+                "//webrtc/modules/audio_processing/audio_buffer.cc",
 
15254
+                "//webrtc/modules/audio_processing/audio_buffer.h",
 
15255
+                "//webrtc/modules/audio_processing/audio_processing_impl.cc",
 
15256
+                "//webrtc/modules/audio_processing/audio_processing_impl.h",
 
15257
+                "//webrtc/modules/audio_processing/beamformer/array_util.cc",
 
15258
+                "//webrtc/modules/audio_processing/beamformer/array_util.h",
 
15259
+                "//webrtc/modules/audio_processing/beamformer/complex_matrix.h",
 
15260
+                "//webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc",
 
15261
+                "//webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.h",
 
15262
+                "//webrtc/modules/audio_processing/beamformer/matrix.h",
 
15263
+                "//webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc",
 
15264
+                "//webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h",
 
15265
+                "//webrtc/modules/audio_processing/common.h",
 
15266
+                "//webrtc/modules/audio_processing/echo_cancellation_impl.cc",
 
15267
+                "//webrtc/modules/audio_processing/echo_cancellation_impl.h",
 
15268
+                "//webrtc/modules/audio_processing/echo_control_mobile_impl.cc",
 
15269
+                "//webrtc/modules/audio_processing/echo_control_mobile_impl.h",
 
15270
+                "//webrtc/modules/audio_processing/echo_detector/circular_buffer.cc",
 
15271
+                "//webrtc/modules/audio_processing/echo_detector/circular_buffer.h",
 
15272
+                "//webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.cc",
 
15273
+                "//webrtc/modules/audio_processing/echo_detector/mean_variance_estimator.h",
 
15274
+                "//webrtc/modules/audio_processing/echo_detector/moving_max.cc",
 
15275
+                "//webrtc/modules/audio_processing/echo_detector/moving_max.h",
 
15276
+                "//webrtc/modules/audio_processing/echo_detector/normalized_covariance_estimator.cc",
 
15277
+                "//webrtc/modules/audio_processing/echo_detector/normalized_covariance_estimator.h",
 
15278
+                "//webrtc/modules/audio_processing/gain_control_for_experimental_agc.cc",
 
15279
+                "//webrtc/modules/audio_processing/gain_control_for_experimental_agc.h",
 
15280
+                "//webrtc/modules/audio_processing/gain_control_impl.cc",
 
15281
+                "//webrtc/modules/audio_processing/gain_control_impl.h",
 
15282
+                "//webrtc/modules/audio_processing/include/audio_processing.cc",
 
15283
+                "//webrtc/modules/audio_processing/include/audio_processing.h",
 
15284
+                "//webrtc/modules/audio_processing/include/config.cc",
 
15285
+                "//webrtc/modules/audio_processing/include/config.h",
 
15286
+                "//webrtc/modules/audio_processing/level_controller/biquad_filter.cc",
 
15287
+                "//webrtc/modules/audio_processing/level_controller/biquad_filter.h",
 
15288
+                "//webrtc/modules/audio_processing/level_controller/down_sampler.cc",
 
15289
+                "//webrtc/modules/audio_processing/level_controller/down_sampler.h",
 
15290
+                "//webrtc/modules/audio_processing/level_controller/gain_applier.cc",
 
15291
+                "//webrtc/modules/audio_processing/level_controller/gain_applier.h",
 
15292
+                "//webrtc/modules/audio_processing/level_controller/gain_selector.cc",
 
15293
+                "//webrtc/modules/audio_processing/level_controller/gain_selector.h",
 
15294
+                "//webrtc/modules/audio_processing/level_controller/level_controller.cc",
 
15295
+                "//webrtc/modules/audio_processing/level_controller/level_controller.h",
 
15296
+                "//webrtc/modules/audio_processing/level_controller/level_controller_constants.h",
 
15297
+                "//webrtc/modules/audio_processing/level_controller/noise_level_estimator.cc",
 
15298
+                "//webrtc/modules/audio_processing/level_controller/noise_level_estimator.h",
 
15299
+                "//webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.cc",
 
15300
+                "//webrtc/modules/audio_processing/level_controller/noise_spectrum_estimator.h",
 
15301
+                "//webrtc/modules/audio_processing/level_controller/peak_level_estimator.cc",
 
15302
+                "//webrtc/modules/audio_processing/level_controller/peak_level_estimator.h",
 
15303
+                "//webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.cc",
 
15304
+                "//webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.h",
 
15305
+                "//webrtc/modules/audio_processing/level_controller/signal_classifier.cc",
 
15306
+                "//webrtc/modules/audio_processing/level_controller/signal_classifier.h",
 
15307
+                "//webrtc/modules/audio_processing/level_estimator_impl.cc",
 
15308
+                "//webrtc/modules/audio_processing/level_estimator_impl.h",
 
15309
+                "//webrtc/modules/audio_processing/logging/apm_data_dumper.cc",
 
15310
+                "//webrtc/modules/audio_processing/logging/apm_data_dumper.h",
 
15311
+                "//webrtc/modules/audio_processing/low_cut_filter.cc",
 
15312
+                "//webrtc/modules/audio_processing/low_cut_filter.h",
 
15313
+                "//webrtc/modules/audio_processing/noise_suppression_impl.cc",
 
15314
+                "//webrtc/modules/audio_processing/noise_suppression_impl.h",
 
15315
+                "//webrtc/modules/audio_processing/render_queue_item_verifier.h",
 
15316
+                "//webrtc/modules/audio_processing/residual_echo_detector.cc",
 
15317
+                "//webrtc/modules/audio_processing/residual_echo_detector.h",
 
15318
+                "//webrtc/modules/audio_processing/rms_level.cc",
 
15319
+                "//webrtc/modules/audio_processing/rms_level.h",
 
15320
+                "//webrtc/modules/audio_processing/splitting_filter.cc",
 
15321
+                "//webrtc/modules/audio_processing/splitting_filter.h",
 
15322
+                "//webrtc/modules/audio_processing/three_band_filter_bank.cc",
 
15323
+                "//webrtc/modules/audio_processing/three_band_filter_bank.h",
 
15324
+                "//webrtc/modules/audio_processing/transient/common.h",
 
15325
+                "//webrtc/modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h",
 
15326
+                "//webrtc/modules/audio_processing/transient/dyadic_decimator.h",
 
15327
+                "//webrtc/modules/audio_processing/transient/moving_moments.cc",
 
15328
+                "//webrtc/modules/audio_processing/transient/moving_moments.h",
 
15329
+                "//webrtc/modules/audio_processing/transient/transient_detector.cc",
 
15330
+                "//webrtc/modules/audio_processing/transient/transient_detector.h",
 
15331
+                "//webrtc/modules/audio_processing/transient/transient_suppressor.cc",
 
15332
+                "//webrtc/modules/audio_processing/transient/transient_suppressor.h",
 
15333
+                "//webrtc/modules/audio_processing/transient/wpd_node.cc",
 
15334
+                "//webrtc/modules/audio_processing/transient/wpd_node.h",
 
15335
+                "//webrtc/modules/audio_processing/transient/wpd_tree.cc",
 
15336
+                "//webrtc/modules/audio_processing/transient/wpd_tree.h",
 
15337
+                "//webrtc/modules/audio_processing/typing_detection.cc",
 
15338
+                "//webrtc/modules/audio_processing/typing_detection.h",
 
15339
+                "//webrtc/modules/audio_processing/utility/block_mean_calculator.cc",
 
15340
+                "//webrtc/modules/audio_processing/utility/block_mean_calculator.h",
 
15341
+                "//webrtc/modules/audio_processing/utility/delay_estimator.cc",
 
15342
+                "//webrtc/modules/audio_processing/utility/delay_estimator.h",
 
15343
+                "//webrtc/modules/audio_processing/utility/delay_estimator_internal.h",
 
15344
+                "//webrtc/modules/audio_processing/utility/delay_estimator_wrapper.cc",
 
15345
+                "//webrtc/modules/audio_processing/utility/delay_estimator_wrapper.h",
 
15346
+                "//webrtc/modules/audio_processing/utility/ooura_fft.cc",
 
15347
+                "//webrtc/modules/audio_processing/utility/ooura_fft.h",
 
15348
+                "//webrtc/modules/audio_processing/utility/ooura_fft_tables_common.h",
 
15349
+                "//webrtc/modules/audio_processing/vad/common.h",
 
15350
+                "//webrtc/modules/audio_processing/vad/gmm.cc",
 
15351
+                "//webrtc/modules/audio_processing/vad/gmm.h",
 
15352
+                "//webrtc/modules/audio_processing/vad/noise_gmm_tables.h",
 
15353
+                "//webrtc/modules/audio_processing/vad/pitch_based_vad.cc",
 
15354
+                "//webrtc/modules/audio_processing/vad/pitch_based_vad.h",
 
15355
+                "//webrtc/modules/audio_processing/vad/pitch_internal.cc",
 
15356
+                "//webrtc/modules/audio_processing/vad/pitch_internal.h",
 
15357
+                "//webrtc/modules/audio_processing/vad/pole_zero_filter.cc",
 
15358
+                "//webrtc/modules/audio_processing/vad/pole_zero_filter.h",
 
15359
+                "//webrtc/modules/audio_processing/vad/standalone_vad.cc",
 
15360
+                "//webrtc/modules/audio_processing/vad/standalone_vad.h",
 
15361
+                "//webrtc/modules/audio_processing/vad/vad_audio_proc.cc",
 
15362
+                "//webrtc/modules/audio_processing/vad/vad_audio_proc.h",
 
15363
+                "//webrtc/modules/audio_processing/vad/vad_audio_proc_internal.h",
 
15364
+                "//webrtc/modules/audio_processing/vad/vad_circular_buffer.cc",
 
15365
+                "//webrtc/modules/audio_processing/vad/vad_circular_buffer.h",
 
15366
+                "//webrtc/modules/audio_processing/vad/voice_activity_detector.cc",
 
15367
+                "//webrtc/modules/audio_processing/vad/voice_activity_detector.h",
 
15368
+                "//webrtc/modules/audio_processing/vad/voice_gmm_tables.h",
 
15369
+                "//webrtc/modules/audio_processing/voice_detection_impl.cc",
 
15370
+                "//webrtc/modules/audio_processing/voice_detection_impl.h",
 
15371
+                "//webrtc/modules/audio_processing/aecm/aecm_core_c.cc"
 
15372
+            ],
 
15373
+            "type": "static_library"
 
15374
+        },
 
15375
+        "//webrtc/modules/audio_processing:audio_processing_c": {
 
15376
+            "cflags": [
 
15377
+                "-fno-strict-aliasing",
 
15378
+                "--param=ssp-buffer-size=4",
 
15379
+                "-fstack-protector",
 
15380
+                "-Wno-builtin-macro-redefined",
 
15381
+                "-D__DATE__=",
 
15382
+                "-D__TIME__=",
 
15383
+                "-D__TIMESTAMP__=",
 
15384
+                "-funwind-tables",
 
15385
+                "-fPIC",
 
15386
+                "-pipe",
 
15387
+                "-fcolor-diagnostics",
 
15388
+                "--target=arm-linux-gnueabihf",
 
15389
+                "-march=armv7-a",
 
15390
+                "-mfloat-abi=hard",
 
15391
+                "-mtune=generic-armv7-a",
 
15392
+                "-pthread",
 
15393
+                "-mfpu=neon",
 
15394
+                "-mthumb",
 
15395
+                "-Wall",
 
15396
+                "-Werror",
 
15397
+                "-Wextra",
 
15398
+                "-Wno-missing-field-initializers",
 
15399
+                "-Wno-unused-parameter",
 
15400
+                "-Wno-c++11-narrowing",
 
15401
+                "-Wno-covered-switch-default",
 
15402
+                "-Wno-unneeded-internal-declaration",
 
15403
+                "-Wno-inconsistent-missing-override",
 
15404
+                "-Wno-undefined-var-template",
 
15405
+                "-Wno-nonportable-include-path",
 
15406
+                "-Wno-address-of-packed-member",
 
15407
+                "-Wno-unused-lambda-capture",
 
15408
+                "-Wno-user-defined-warnings",
 
15409
+                "-O2",
 
15410
+                "-fno-ident",
 
15411
+                "-fdata-sections",
 
15412
+                "-ffunction-sections",
 
15413
+                "-fomit-frame-pointer",
 
15414
+                "-g0",
 
15415
+                "-fvisibility=hidden",
 
15416
+                "-Xclang",
 
15417
+                "-load",
 
15418
+                "-Xclang",
 
15419
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
15420
+                "-Xclang",
 
15421
+                "-add-plugin",
 
15422
+                "-Xclang",
 
15423
+                "find-bad-constructs",
 
15424
+                "-Xclang",
 
15425
+                "-plugin-arg-find-bad-constructs",
 
15426
+                "-Xclang",
 
15427
+                "check-auto-raw-pointer",
 
15428
+                "-Xclang",
 
15429
+                "-plugin-arg-find-bad-constructs",
 
15430
+                "-Xclang",
 
15431
+                "check-ipc",
 
15432
+                "-Wheader-hygiene",
 
15433
+                "-Wstring-conversion",
 
15434
+                "-Wtautological-overlap-compare",
 
15435
+                "-Wextra",
 
15436
+                "-Wno-unused-parameter",
 
15437
+                "-Wno-missing-field-initializers",
 
15438
+                "-Wno-strict-overflow",
 
15439
+                "-Wimplicit-fallthrough",
 
15440
+                "-Wthread-safety",
 
15441
+                "-Winconsistent-missing-override",
 
15442
+                "-Wundef"
 
15443
+            ],
 
15444
+            "defines": [
 
15445
+                "V8_DEPRECATION_WARNINGS",
 
15446
+                "USE_NSS_CERTS=1",
 
15447
+                "USE_X11=1",
 
15448
+                "CHROMIUM_BUILD",
 
15449
+                "_FILE_OFFSET_BITS=64",
 
15450
+                "NDEBUG",
 
15451
+                "NVALGRIND",
 
15452
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15453
+                "WEBRTC_RESTRICT_LOGGING",
 
15454
+                "EXPAT_RELATIVE_PATH",
 
15455
+                "WEBRTC_ARCH_ARM",
 
15456
+                "WEBRTC_ARCH_ARM_V7",
 
15457
+                "WEBRTC_HAS_NEON",
 
15458
+                "WEBRTC_MOZILLA_BUILD",
 
15459
+                "WEBRTC_POSIX",
 
15460
+                "WEBRTC_LINUX"
 
15461
+            ],
 
15462
+            "deps": [
 
15463
+                "//webrtc:webrtc_common",
 
15464
+                "//webrtc/base:rtc_base_approved",
 
15465
+                "//webrtc/common_audio:common_audio",
 
15466
+                "//webrtc/system_wrappers:system_wrappers"
 
15467
+            ],
 
15468
+            "include_dirs": [
 
15469
+                "//",
 
15470
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
15471
+                "//webrtc/common_audio/resampler/include/",
 
15472
+                "//webrtc/common_audio/signal_processing/include/",
 
15473
+                "//webrtc/common_audio/vad/include/"
 
15474
+            ],
 
15475
+            "libs": [
 
15476
+                "rt"
 
15477
+            ],
 
15478
+            "sources": [
 
15479
+                "//webrtc/modules/audio_processing/agc/legacy/analog_agc.c",
 
15480
+                "//webrtc/modules/audio_processing/agc/legacy/analog_agc.h",
 
15481
+                "//webrtc/modules/audio_processing/agc/legacy/digital_agc.c",
 
15482
+                "//webrtc/modules/audio_processing/agc/legacy/digital_agc.h",
 
15483
+                "//webrtc/modules/audio_processing/agc/legacy/gain_control.h",
 
15484
+                "//webrtc/modules/audio_processing/ns/noise_suppression_x.c",
 
15485
+                "//webrtc/modules/audio_processing/ns/noise_suppression_x.h",
 
15486
+                "//webrtc/modules/audio_processing/ns/nsx_core.c",
 
15487
+                "//webrtc/modules/audio_processing/ns/nsx_core.h",
 
15488
+                "//webrtc/modules/audio_processing/ns/nsx_defines.h",
 
15489
+                "//webrtc/modules/audio_processing/ns/nsx_core_c.c"
 
15490
+            ],
 
15491
+            "type": "source_set"
 
15492
+        },
 
15493
+        "//webrtc/modules/audio_processing:audio_processing_neon": {
 
15494
+            "cflags": [
 
15495
+                "-mfpu=neon",
 
15496
+                "-fno-strict-aliasing",
 
15497
+                "--param=ssp-buffer-size=4",
 
15498
+                "-fstack-protector",
 
15499
+                "-Wno-builtin-macro-redefined",
 
15500
+                "-D__DATE__=",
 
15501
+                "-D__TIME__=",
 
15502
+                "-D__TIMESTAMP__=",
 
15503
+                "-funwind-tables",
 
15504
+                "-fPIC",
 
15505
+                "-pipe",
 
15506
+                "-fcolor-diagnostics",
 
15507
+                "--target=arm-linux-gnueabihf",
 
15508
+                "-march=armv7-a",
 
15509
+                "-mfloat-abi=hard",
 
15510
+                "-mtune=generic-armv7-a",
 
15511
+                "-pthread",
 
15512
+                "-mthumb",
 
15513
+                "-Wall",
 
15514
+                "-Werror",
 
15515
+                "-Wextra",
 
15516
+                "-Wno-missing-field-initializers",
 
15517
+                "-Wno-unused-parameter",
 
15518
+                "-Wno-c++11-narrowing",
 
15519
+                "-Wno-covered-switch-default",
 
15520
+                "-Wno-unneeded-internal-declaration",
 
15521
+                "-Wno-inconsistent-missing-override",
 
15522
+                "-Wno-undefined-var-template",
 
15523
+                "-Wno-nonportable-include-path",
 
15524
+                "-Wno-address-of-packed-member",
 
15525
+                "-Wno-unused-lambda-capture",
 
15526
+                "-Wno-user-defined-warnings",
 
15527
+                "-O2",
 
15528
+                "-fno-ident",
 
15529
+                "-fdata-sections",
 
15530
+                "-ffunction-sections",
 
15531
+                "-fomit-frame-pointer",
 
15532
+                "-g0",
 
15533
+                "-fvisibility=hidden",
 
15534
+                "-Xclang",
 
15535
+                "-load",
 
15536
+                "-Xclang",
 
15537
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
15538
+                "-Xclang",
 
15539
+                "-add-plugin",
 
15540
+                "-Xclang",
 
15541
+                "find-bad-constructs",
 
15542
+                "-Xclang",
 
15543
+                "-plugin-arg-find-bad-constructs",
 
15544
+                "-Xclang",
 
15545
+                "check-auto-raw-pointer",
 
15546
+                "-Xclang",
 
15547
+                "-plugin-arg-find-bad-constructs",
 
15548
+                "-Xclang",
 
15549
+                "check-ipc",
 
15550
+                "-Wheader-hygiene",
 
15551
+                "-Wstring-conversion",
 
15552
+                "-Wtautological-overlap-compare",
 
15553
+                "-Wextra",
 
15554
+                "-Wno-unused-parameter",
 
15555
+                "-Wno-missing-field-initializers",
 
15556
+                "-Wno-strict-overflow",
 
15557
+                "-Wimplicit-fallthrough",
 
15558
+                "-Wthread-safety",
 
15559
+                "-Winconsistent-missing-override",
 
15560
+                "-Wundef"
 
15561
+            ],
 
15562
+            "defines": [
 
15563
+                "WEBRTC_APM_DEBUG_DUMP=1",
 
15564
+                "V8_DEPRECATION_WARNINGS",
 
15565
+                "USE_NSS_CERTS=1",
 
15566
+                "USE_X11=1",
 
15567
+                "CHROMIUM_BUILD",
 
15568
+                "_FILE_OFFSET_BITS=64",
 
15569
+                "NDEBUG",
 
15570
+                "NVALGRIND",
 
15571
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15572
+                "WEBRTC_RESTRICT_LOGGING",
 
15573
+                "EXPAT_RELATIVE_PATH",
 
15574
+                "WEBRTC_ARCH_ARM",
 
15575
+                "WEBRTC_ARCH_ARM_V7",
 
15576
+                "WEBRTC_HAS_NEON",
 
15577
+                "WEBRTC_MOZILLA_BUILD",
 
15578
+                "WEBRTC_POSIX",
 
15579
+                "WEBRTC_LINUX"
 
15580
+            ],
 
15581
+            "deps": [
 
15582
+                "//webrtc/common_audio:common_audio",
 
15583
+                "//webrtc/modules/audio_processing:audio_processing_neon_c"
 
15584
+            ],
 
15585
+            "include_dirs": [
 
15586
+                "//",
 
15587
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
15588
+                "//webrtc/common_audio/resampler/include/",
 
15589
+                "//webrtc/common_audio/signal_processing/include/",
 
15590
+                "//webrtc/common_audio/vad/include/"
 
15591
+            ],
 
15592
+            "libs": [
 
15593
+                "rt"
 
15594
+            ],
 
15595
+            "sources": [
 
15596
+                "//webrtc/modules/audio_processing/aec/aec_core_neon.cc",
 
15597
+                "//webrtc/modules/audio_processing/aecm/aecm_core_neon.cc",
 
15598
+                "//webrtc/modules/audio_processing/utility/ooura_fft_neon.cc",
 
15599
+                "//webrtc/modules/audio_processing/utility/ooura_fft_tables_neon_sse2.h"
 
15600
+            ],
 
15601
+            "type": "static_library"
 
15602
+        },
 
15603
+        "//webrtc/modules/audio_processing:audio_processing_neon_c": {
 
15604
+            "cflags": [
 
15605
+                "-mfpu=neon",
 
15606
+                "-fno-strict-aliasing",
 
15607
+                "--param=ssp-buffer-size=4",
 
15608
+                "-fstack-protector",
 
15609
+                "-Wno-builtin-macro-redefined",
 
15610
+                "-D__DATE__=",
 
15611
+                "-D__TIME__=",
 
15612
+                "-D__TIMESTAMP__=",
 
15613
+                "-funwind-tables",
 
15614
+                "-fPIC",
 
15615
+                "-pipe",
 
15616
+                "-fcolor-diagnostics",
 
15617
+                "--target=arm-linux-gnueabihf",
 
15618
+                "-march=armv7-a",
 
15619
+                "-mfloat-abi=hard",
 
15620
+                "-mtune=generic-armv7-a",
 
15621
+                "-pthread",
 
15622
+                "-mthumb",
 
15623
+                "-Wall",
 
15624
+                "-Werror",
 
15625
+                "-Wextra",
 
15626
+                "-Wno-missing-field-initializers",
 
15627
+                "-Wno-unused-parameter",
 
15628
+                "-Wno-c++11-narrowing",
 
15629
+                "-Wno-covered-switch-default",
 
15630
+                "-Wno-unneeded-internal-declaration",
 
15631
+                "-Wno-inconsistent-missing-override",
 
15632
+                "-Wno-undefined-var-template",
 
15633
+                "-Wno-nonportable-include-path",
 
15634
+                "-Wno-address-of-packed-member",
 
15635
+                "-Wno-unused-lambda-capture",
 
15636
+                "-Wno-user-defined-warnings",
 
15637
+                "-O2",
 
15638
+                "-fno-ident",
 
15639
+                "-fdata-sections",
 
15640
+                "-ffunction-sections",
 
15641
+                "-fomit-frame-pointer",
 
15642
+                "-g0",
 
15643
+                "-fvisibility=hidden",
 
15644
+                "-Xclang",
 
15645
+                "-load",
 
15646
+                "-Xclang",
 
15647
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
15648
+                "-Xclang",
 
15649
+                "-add-plugin",
 
15650
+                "-Xclang",
 
15651
+                "find-bad-constructs",
 
15652
+                "-Xclang",
 
15653
+                "-plugin-arg-find-bad-constructs",
 
15654
+                "-Xclang",
 
15655
+                "check-auto-raw-pointer",
 
15656
+                "-Xclang",
 
15657
+                "-plugin-arg-find-bad-constructs",
 
15658
+                "-Xclang",
 
15659
+                "check-ipc",
 
15660
+                "-Wheader-hygiene",
 
15661
+                "-Wstring-conversion",
 
15662
+                "-Wtautological-overlap-compare",
 
15663
+                "-Wextra",
 
15664
+                "-Wno-unused-parameter",
 
15665
+                "-Wno-missing-field-initializers",
 
15666
+                "-Wno-strict-overflow",
 
15667
+                "-Wimplicit-fallthrough",
 
15668
+                "-Wthread-safety",
 
15669
+                "-Winconsistent-missing-override",
 
15670
+                "-Wundef"
 
15671
+            ],
 
15672
+            "defines": [
 
15673
+                "V8_DEPRECATION_WARNINGS",
 
15674
+                "USE_NSS_CERTS=1",
 
15675
+                "USE_X11=1",
 
15676
+                "CHROMIUM_BUILD",
 
15677
+                "_FILE_OFFSET_BITS=64",
 
15678
+                "NDEBUG",
 
15679
+                "NVALGRIND",
 
15680
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15681
+                "WEBRTC_RESTRICT_LOGGING",
 
15682
+                "EXPAT_RELATIVE_PATH",
 
15683
+                "WEBRTC_ARCH_ARM",
 
15684
+                "WEBRTC_ARCH_ARM_V7",
 
15685
+                "WEBRTC_HAS_NEON",
 
15686
+                "WEBRTC_MOZILLA_BUILD",
 
15687
+                "WEBRTC_POSIX",
 
15688
+                "WEBRTC_LINUX"
 
15689
+            ],
 
15690
+            "deps": [
 
15691
+                "//webrtc/base:rtc_base_approved",
 
15692
+                "//webrtc/modules/audio_processing:audio_processing_c"
 
15693
+            ],
 
15694
+            "include_dirs": [
 
15695
+                "//",
 
15696
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
15697
+            ],
 
15698
+            "libs": [
 
15699
+                "rt"
 
15700
+            ],
 
15701
+            "sources": [
 
15702
+                "//webrtc/modules/audio_processing/ns/nsx_core_neon.c"
 
15703
+            ],
 
15704
+            "type": "static_library"
 
15705
+        },
 
15706
+        "//webrtc/modules/bitrate_controller:bitrate_controller": {
 
15707
+            "cflags": [
 
15708
+                "-fno-strict-aliasing",
 
15709
+                "--param=ssp-buffer-size=4",
 
15710
+                "-fstack-protector",
 
15711
+                "-Wno-builtin-macro-redefined",
 
15712
+                "-D__DATE__=",
 
15713
+                "-D__TIME__=",
 
15714
+                "-D__TIMESTAMP__=",
 
15715
+                "-funwind-tables",
 
15716
+                "-fPIC",
 
15717
+                "-pipe",
 
15718
+                "-fcolor-diagnostics",
 
15719
+                "--target=arm-linux-gnueabihf",
 
15720
+                "-march=armv7-a",
 
15721
+                "-mfloat-abi=hard",
 
15722
+                "-mtune=generic-armv7-a",
 
15723
+                "-pthread",
 
15724
+                "-mfpu=neon",
 
15725
+                "-mthumb",
 
15726
+                "-Wall",
 
15727
+                "-Werror",
 
15728
+                "-Wextra",
 
15729
+                "-Wno-missing-field-initializers",
 
15730
+                "-Wno-unused-parameter",
 
15731
+                "-Wno-c++11-narrowing",
 
15732
+                "-Wno-covered-switch-default",
 
15733
+                "-Wno-unneeded-internal-declaration",
 
15734
+                "-Wno-inconsistent-missing-override",
 
15735
+                "-Wno-undefined-var-template",
 
15736
+                "-Wno-nonportable-include-path",
 
15737
+                "-Wno-address-of-packed-member",
 
15738
+                "-Wno-unused-lambda-capture",
 
15739
+                "-Wno-user-defined-warnings",
 
15740
+                "-O2",
 
15741
+                "-fno-ident",
 
15742
+                "-fdata-sections",
 
15743
+                "-ffunction-sections",
 
15744
+                "-fomit-frame-pointer",
 
15745
+                "-g0",
 
15746
+                "-fvisibility=hidden",
 
15747
+                "-Wheader-hygiene",
 
15748
+                "-Wstring-conversion",
 
15749
+                "-Wtautological-overlap-compare",
 
15750
+                "-Wextra",
 
15751
+                "-Wno-unused-parameter",
 
15752
+                "-Wno-missing-field-initializers",
 
15753
+                "-Wno-strict-overflow",
 
15754
+                "-Wimplicit-fallthrough",
 
15755
+                "-Wthread-safety",
 
15756
+                "-Winconsistent-missing-override",
 
15757
+                "-Wundef"
 
15758
+            ],
 
15759
+            "defines": [
 
15760
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
15761
+                "V8_DEPRECATION_WARNINGS",
 
15762
+                "USE_NSS_CERTS=1",
 
15763
+                "USE_X11=1",
 
15764
+                "CHROMIUM_BUILD",
 
15765
+                "_FILE_OFFSET_BITS=64",
 
15766
+                "NDEBUG",
 
15767
+                "NVALGRIND",
 
15768
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15769
+                "WEBRTC_RESTRICT_LOGGING",
 
15770
+                "EXPAT_RELATIVE_PATH",
 
15771
+                "WEBRTC_ARCH_ARM",
 
15772
+                "WEBRTC_ARCH_ARM_V7",
 
15773
+                "WEBRTC_HAS_NEON",
 
15774
+                "WEBRTC_MOZILLA_BUILD",
 
15775
+                "WEBRTC_POSIX",
 
15776
+                "WEBRTC_LINUX",
 
15777
+                "WEBRTC_BUILD_LIBEVENT"
 
15778
+            ],
 
15779
+            "deps": [
 
15780
+                "//webrtc/base:rtc_base_approved",
 
15781
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
15782
+                "//webrtc/system_wrappers:system_wrappers"
 
15783
+            ],
 
15784
+            "include_dirs": [
 
15785
+                "//",
 
15786
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
15787
+            ],
 
15788
+            "libs": [
 
15789
+                "rt"
 
15790
+            ],
 
15791
+            "sources": [
 
15792
+                "//webrtc/modules/bitrate_controller/bitrate_controller_impl.cc",
 
15793
+                "//webrtc/modules/bitrate_controller/bitrate_controller_impl.h",
 
15794
+                "//webrtc/modules/bitrate_controller/include/bitrate_controller.h",
 
15795
+                "//webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc",
 
15796
+                "//webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h"
 
15797
+            ],
 
15798
+            "type": "static_library"
 
15799
+        },
 
15800
+        "//webrtc/modules/congestion_controller:congestion_controller": {
 
15801
+            "cflags": [
 
15802
+                "-fno-strict-aliasing",
 
15803
+                "--param=ssp-buffer-size=4",
 
15804
+                "-fstack-protector",
 
15805
+                "-Wno-builtin-macro-redefined",
 
15806
+                "-D__DATE__=",
 
15807
+                "-D__TIME__=",
 
15808
+                "-D__TIMESTAMP__=",
 
15809
+                "-funwind-tables",
 
15810
+                "-fPIC",
 
15811
+                "-pipe",
 
15812
+                "-fcolor-diagnostics",
 
15813
+                "--target=arm-linux-gnueabihf",
 
15814
+                "-march=armv7-a",
 
15815
+                "-mfloat-abi=hard",
 
15816
+                "-mtune=generic-armv7-a",
 
15817
+                "-pthread",
 
15818
+                "-mfpu=neon",
 
15819
+                "-mthumb",
 
15820
+                "-Wall",
 
15821
+                "-Werror",
 
15822
+                "-Wextra",
 
15823
+                "-Wno-missing-field-initializers",
 
15824
+                "-Wno-unused-parameter",
 
15825
+                "-Wno-c++11-narrowing",
 
15826
+                "-Wno-covered-switch-default",
 
15827
+                "-Wno-unneeded-internal-declaration",
 
15828
+                "-Wno-inconsistent-missing-override",
 
15829
+                "-Wno-undefined-var-template",
 
15830
+                "-Wno-nonportable-include-path",
 
15831
+                "-Wno-address-of-packed-member",
 
15832
+                "-Wno-unused-lambda-capture",
 
15833
+                "-Wno-user-defined-warnings",
 
15834
+                "-O2",
 
15835
+                "-fno-ident",
 
15836
+                "-fdata-sections",
 
15837
+                "-ffunction-sections",
 
15838
+                "-fomit-frame-pointer",
 
15839
+                "-g0",
 
15840
+                "-fvisibility=hidden",
 
15841
+                "-Wheader-hygiene",
 
15842
+                "-Wstring-conversion",
 
15843
+                "-Wtautological-overlap-compare",
 
15844
+                "-Wextra",
 
15845
+                "-Wno-unused-parameter",
 
15846
+                "-Wno-missing-field-initializers",
 
15847
+                "-Wno-strict-overflow",
 
15848
+                "-Wimplicit-fallthrough",
 
15849
+                "-Wthread-safety",
 
15850
+                "-Winconsistent-missing-override",
 
15851
+                "-Wundef"
 
15852
+            ],
 
15853
+            "defines": [
 
15854
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
15855
+                "V8_DEPRECATION_WARNINGS",
 
15856
+                "USE_NSS_CERTS=1",
 
15857
+                "USE_X11=1",
 
15858
+                "CHROMIUM_BUILD",
 
15859
+                "_FILE_OFFSET_BITS=64",
 
15860
+                "NDEBUG",
 
15861
+                "NVALGRIND",
 
15862
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15863
+                "WEBRTC_RESTRICT_LOGGING",
 
15864
+                "EXPAT_RELATIVE_PATH",
 
15865
+                "WEBRTC_ARCH_ARM",
 
15866
+                "WEBRTC_ARCH_ARM_V7",
 
15867
+                "WEBRTC_HAS_NEON",
 
15868
+                "WEBRTC_MOZILLA_BUILD",
 
15869
+                "WEBRTC_POSIX",
 
15870
+                "WEBRTC_LINUX",
 
15871
+                "WEBRTC_BUILD_LIBEVENT"
 
15872
+            ],
 
15873
+            "deps": [
 
15874
+                "//webrtc:webrtc_common",
 
15875
+                "//webrtc/base:rtc_base_approved",
 
15876
+                "//webrtc/base:rtc_numerics",
 
15877
+                "//webrtc/modules/bitrate_controller:bitrate_controller",
 
15878
+                "//webrtc/modules/pacing:pacing",
 
15879
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
15880
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
15881
+                "//webrtc/modules/utility:utility",
 
15882
+                "//webrtc/system_wrappers:system_wrappers"
 
15883
+            ],
 
15884
+            "include_dirs": [
 
15885
+                "//",
 
15886
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
15887
+            ],
 
15888
+            "libs": [
 
15889
+                "rt"
 
15890
+            ],
 
15891
+            "sources": [
 
15892
+                "//webrtc/modules/congestion_controller/congestion_controller.cc",
 
15893
+                "//webrtc/modules/congestion_controller/delay_based_bwe.cc",
 
15894
+                "//webrtc/modules/congestion_controller/delay_based_bwe.h",
 
15895
+                "//webrtc/modules/congestion_controller/include/congestion_controller.h",
 
15896
+                "//webrtc/modules/congestion_controller/median_slope_estimator.cc",
 
15897
+                "//webrtc/modules/congestion_controller/median_slope_estimator.h",
 
15898
+                "//webrtc/modules/congestion_controller/probe_bitrate_estimator.cc",
 
15899
+                "//webrtc/modules/congestion_controller/probe_bitrate_estimator.h",
 
15900
+                "//webrtc/modules/congestion_controller/probe_controller.cc",
 
15901
+                "//webrtc/modules/congestion_controller/probe_controller.h",
 
15902
+                "//webrtc/modules/congestion_controller/probing_interval_estimator.cc",
 
15903
+                "//webrtc/modules/congestion_controller/probing_interval_estimator.h",
 
15904
+                "//webrtc/modules/congestion_controller/transport_feedback_adapter.cc",
 
15905
+                "//webrtc/modules/congestion_controller/transport_feedback_adapter.h",
 
15906
+                "//webrtc/modules/congestion_controller/trendline_estimator.cc",
 
15907
+                "//webrtc/modules/congestion_controller/trendline_estimator.h"
 
15908
+            ],
 
15909
+            "type": "static_library"
 
15910
+        },
 
15911
+        "//webrtc/modules/desktop_capture:desktop_capture": {
 
15912
+            "cflags": [
 
15913
+                "-fno-strict-aliasing",
 
15914
+                "--param=ssp-buffer-size=4",
 
15915
+                "-fstack-protector",
 
15916
+                "-Wno-builtin-macro-redefined",
 
15917
+                "-D__DATE__=",
 
15918
+                "-D__TIME__=",
 
15919
+                "-D__TIMESTAMP__=",
 
15920
+                "-funwind-tables",
 
15921
+                "-fPIC",
 
15922
+                "-pipe",
 
15923
+                "-fcolor-diagnostics",
 
15924
+                "--target=arm-linux-gnueabihf",
 
15925
+                "-march=armv7-a",
 
15926
+                "-mfloat-abi=hard",
 
15927
+                "-mtune=generic-armv7-a",
 
15928
+                "-pthread",
 
15929
+                "-mfpu=neon",
 
15930
+                "-mthumb",
 
15931
+                "-Wall",
 
15932
+                "-Werror",
 
15933
+                "-Wextra",
 
15934
+                "-Wno-missing-field-initializers",
 
15935
+                "-Wno-unused-parameter",
 
15936
+                "-Wno-c++11-narrowing",
 
15937
+                "-Wno-covered-switch-default",
 
15938
+                "-Wno-unneeded-internal-declaration",
 
15939
+                "-Wno-inconsistent-missing-override",
 
15940
+                "-Wno-undefined-var-template",
 
15941
+                "-Wno-nonportable-include-path",
 
15942
+                "-Wno-address-of-packed-member",
 
15943
+                "-Wno-unused-lambda-capture",
 
15944
+                "-Wno-user-defined-warnings",
 
15945
+                "-O2",
 
15946
+                "-fno-ident",
 
15947
+                "-fdata-sections",
 
15948
+                "-ffunction-sections",
 
15949
+                "-fomit-frame-pointer",
 
15950
+                "-g0",
 
15951
+                "-fvisibility=hidden",
 
15952
+                "-Xclang",
 
15953
+                "-load",
 
15954
+                "-Xclang",
 
15955
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
15956
+                "-Xclang",
 
15957
+                "-add-plugin",
 
15958
+                "-Xclang",
 
15959
+                "find-bad-constructs",
 
15960
+                "-Xclang",
 
15961
+                "-plugin-arg-find-bad-constructs",
 
15962
+                "-Xclang",
 
15963
+                "check-auto-raw-pointer",
 
15964
+                "-Xclang",
 
15965
+                "-plugin-arg-find-bad-constructs",
 
15966
+                "-Xclang",
 
15967
+                "check-ipc",
 
15968
+                "-Wheader-hygiene",
 
15969
+                "-Wstring-conversion",
 
15970
+                "-Wtautological-overlap-compare",
 
15971
+                "-Wextra",
 
15972
+                "-Wno-unused-parameter",
 
15973
+                "-Wno-missing-field-initializers",
 
15974
+                "-Wno-strict-overflow",
 
15975
+                "-Wimplicit-fallthrough",
 
15976
+                "-Wthread-safety",
 
15977
+                "-Winconsistent-missing-override",
 
15978
+                "-Wundef"
 
15979
+            ],
 
15980
+            "defines": [
 
15981
+                "MULTI_MONITOR_SCREENSHARE",
 
15982
+                "V8_DEPRECATION_WARNINGS",
 
15983
+                "USE_NSS_CERTS=1",
 
15984
+                "USE_X11=1",
 
15985
+                "CHROMIUM_BUILD",
 
15986
+                "_FILE_OFFSET_BITS=64",
 
15987
+                "NDEBUG",
 
15988
+                "NVALGRIND",
 
15989
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
15990
+                "WEBRTC_RESTRICT_LOGGING",
 
15991
+                "EXPAT_RELATIVE_PATH",
 
15992
+                "WEBRTC_ARCH_ARM",
 
15993
+                "WEBRTC_ARCH_ARM_V7",
 
15994
+                "WEBRTC_HAS_NEON",
 
15995
+                "WEBRTC_MOZILLA_BUILD",
 
15996
+                "WEBRTC_POSIX",
 
15997
+                "WEBRTC_LINUX"
 
15998
+            ],
 
15999
+            "deps": [
 
16000
+                "//webrtc:webrtc_common",
 
16001
+                "//webrtc/base:rtc_base_approved",
 
16002
+                "//webrtc/modules/desktop_capture:primitives",
 
16003
+                "//webrtc/system_wrappers:system_wrappers"
 
16004
+            ],
 
16005
+            "include_dirs": [
 
16006
+                "/media/libyuv/libyuv/include/",
 
16007
+                "//",
 
16008
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
16009
+            ],
 
16010
+            "libs": [
 
16011
+                "X11",
 
16012
+                "X11-xcb",
 
16013
+                "xcb",
 
16014
+                "Xcomposite",
 
16015
+                "Xcursor",
 
16016
+                "Xdamage",
 
16017
+                "Xext",
 
16018
+                "Xfixes",
 
16019
+                "Xi",
 
16020
+                "Xrender",
 
16021
+                "rt"
 
16022
+            ],
 
16023
+            "sources": [
 
16024
+                "//webrtc/modules/desktop_capture/cropped_desktop_frame.cc",
 
16025
+                "//webrtc/modules/desktop_capture/cropped_desktop_frame.h",
 
16026
+                "//webrtc/modules/desktop_capture/cropping_window_capturer.cc",
 
16027
+                "//webrtc/modules/desktop_capture/cropping_window_capturer.h",
 
16028
+                "//webrtc/modules/desktop_capture/desktop_and_cursor_composer.cc",
 
16029
+                "//webrtc/modules/desktop_capture/desktop_and_cursor_composer.h",
 
16030
+                "//webrtc/modules/desktop_capture/desktop_capture_options.cc",
 
16031
+                "//webrtc/modules/desktop_capture/desktop_capture_options.h",
 
16032
+                "//webrtc/modules/desktop_capture/desktop_capturer.cc",
 
16033
+                "//webrtc/modules/desktop_capture/desktop_capturer.h",
 
16034
+                "//webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.cc",
 
16035
+                "//webrtc/modules/desktop_capture/desktop_capturer_differ_wrapper.h",
 
16036
+                "//webrtc/modules/desktop_capture/desktop_frame_rotation.cc",
 
16037
+                "//webrtc/modules/desktop_capture/desktop_frame_rotation.h",
 
16038
+                "//webrtc/modules/desktop_capture/differ_block.cc",
 
16039
+                "//webrtc/modules/desktop_capture/differ_block.h",
 
16040
+                "//webrtc/modules/desktop_capture/mouse_cursor.cc",
 
16041
+                "//webrtc/modules/desktop_capture/mouse_cursor.h",
 
16042
+                "//webrtc/modules/desktop_capture/mouse_cursor_monitor.h",
 
16043
+                "//webrtc/modules/desktop_capture/screen_capture_frame_queue.h",
 
16044
+                "//webrtc/modules/desktop_capture/screen_capturer_helper.cc",
 
16045
+                "//webrtc/modules/desktop_capture/screen_capturer_helper.h",
 
16046
+                "//webrtc/modules/desktop_capture/desktop_device_info.cc",
 
16047
+                "//webrtc/modules/desktop_capture/desktop_device_info.h",
 
16048
+                "//webrtc/modules/desktop_capture/mouse_cursor_monitor_x11.cc",
 
16049
+                "//webrtc/modules/desktop_capture/screen_capturer_x11.cc",
 
16050
+                "//webrtc/modules/desktop_capture/window_capturer_x11.cc",
 
16051
+                "//webrtc/modules/desktop_capture/x11/shared_x_display.cc",
 
16052
+                "//webrtc/modules/desktop_capture/x11/shared_x_display.h",
 
16053
+                "//webrtc/modules/desktop_capture/x11/x_error_trap.cc",
 
16054
+                "//webrtc/modules/desktop_capture/x11/x_error_trap.h",
 
16055
+                "//webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.cc",
 
16056
+                "//webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h",
 
16057
+                "//webrtc/modules/desktop_capture/app_capturer_x11.cc",
 
16058
+                "//webrtc/modules/desktop_capture/app_capturer_x11.h",
 
16059
+                "//webrtc/modules/desktop_capture/x11/desktop_device_info_x11.cc",
 
16060
+                "//webrtc/modules/desktop_capture/x11/desktop_device_info_x11.h",
 
16061
+                "//webrtc/modules/desktop_capture/x11/shared_x_util.cc",
 
16062
+                "//webrtc/modules/desktop_capture/x11/shared_x_util.h"
 
16063
+            ],
 
16064
+            "type": "static_library"
 
16065
+        },
 
16066
+        "//webrtc/modules/desktop_capture:primitives": {
 
16067
+            "cflags": [
 
16068
+                "-fno-strict-aliasing",
 
16069
+                "--param=ssp-buffer-size=4",
 
16070
+                "-fstack-protector",
 
16071
+                "-Wno-builtin-macro-redefined",
 
16072
+                "-D__DATE__=",
 
16073
+                "-D__TIME__=",
 
16074
+                "-D__TIMESTAMP__=",
 
16075
+                "-funwind-tables",
 
16076
+                "-fPIC",
 
16077
+                "-pipe",
 
16078
+                "-fcolor-diagnostics",
 
16079
+                "--target=arm-linux-gnueabihf",
 
16080
+                "-march=armv7-a",
 
16081
+                "-mfloat-abi=hard",
 
16082
+                "-mtune=generic-armv7-a",
 
16083
+                "-pthread",
 
16084
+                "-mfpu=neon",
 
16085
+                "-mthumb",
 
16086
+                "-Wall",
 
16087
+                "-Werror",
 
16088
+                "-Wextra",
 
16089
+                "-Wno-missing-field-initializers",
 
16090
+                "-Wno-unused-parameter",
 
16091
+                "-Wno-c++11-narrowing",
 
16092
+                "-Wno-covered-switch-default",
 
16093
+                "-Wno-unneeded-internal-declaration",
 
16094
+                "-Wno-inconsistent-missing-override",
 
16095
+                "-Wno-undefined-var-template",
 
16096
+                "-Wno-nonportable-include-path",
 
16097
+                "-Wno-address-of-packed-member",
 
16098
+                "-Wno-unused-lambda-capture",
 
16099
+                "-Wno-user-defined-warnings",
 
16100
+                "-O2",
 
16101
+                "-fno-ident",
 
16102
+                "-fdata-sections",
 
16103
+                "-ffunction-sections",
 
16104
+                "-fomit-frame-pointer",
 
16105
+                "-g0",
 
16106
+                "-fvisibility=hidden",
 
16107
+                "-Xclang",
 
16108
+                "-load",
 
16109
+                "-Xclang",
 
16110
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
16111
+                "-Xclang",
 
16112
+                "-add-plugin",
 
16113
+                "-Xclang",
 
16114
+                "find-bad-constructs",
 
16115
+                "-Xclang",
 
16116
+                "-plugin-arg-find-bad-constructs",
 
16117
+                "-Xclang",
 
16118
+                "check-auto-raw-pointer",
 
16119
+                "-Xclang",
 
16120
+                "-plugin-arg-find-bad-constructs",
 
16121
+                "-Xclang",
 
16122
+                "check-ipc",
 
16123
+                "-Wheader-hygiene",
 
16124
+                "-Wstring-conversion",
 
16125
+                "-Wtautological-overlap-compare",
 
16126
+                "-Wextra",
 
16127
+                "-Wno-unused-parameter",
 
16128
+                "-Wno-missing-field-initializers",
 
16129
+                "-Wno-strict-overflow",
 
16130
+                "-Wimplicit-fallthrough",
 
16131
+                "-Wthread-safety",
 
16132
+                "-Winconsistent-missing-override",
 
16133
+                "-Wundef"
 
16134
+            ],
 
16135
+            "defines": [
 
16136
+                "V8_DEPRECATION_WARNINGS",
 
16137
+                "USE_NSS_CERTS=1",
 
16138
+                "USE_X11=1",
 
16139
+                "CHROMIUM_BUILD",
 
16140
+                "_FILE_OFFSET_BITS=64",
 
16141
+                "NDEBUG",
 
16142
+                "NVALGRIND",
 
16143
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16144
+                "WEBRTC_RESTRICT_LOGGING",
 
16145
+                "EXPAT_RELATIVE_PATH",
 
16146
+                "WEBRTC_ARCH_ARM",
 
16147
+                "WEBRTC_ARCH_ARM_V7",
 
16148
+                "WEBRTC_HAS_NEON",
 
16149
+                "WEBRTC_MOZILLA_BUILD",
 
16150
+                "WEBRTC_POSIX",
 
16151
+                "WEBRTC_LINUX"
 
16152
+            ],
 
16153
+            "deps": [
 
16154
+                "//webrtc:webrtc_common"
 
16155
+            ],
 
16156
+            "include_dirs": [
 
16157
+                "//",
 
16158
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
16159
+            ],
 
16160
+            "libs": [],
 
16161
+            "sources": [
 
16162
+                "//webrtc/modules/desktop_capture/desktop_capture_types.h",
 
16163
+                "//webrtc/modules/desktop_capture/desktop_frame.cc",
 
16164
+                "//webrtc/modules/desktop_capture/desktop_frame.h",
 
16165
+                "//webrtc/modules/desktop_capture/desktop_geometry.cc",
 
16166
+                "//webrtc/modules/desktop_capture/desktop_geometry.h",
 
16167
+                "//webrtc/modules/desktop_capture/desktop_region.cc",
 
16168
+                "//webrtc/modules/desktop_capture/desktop_region.h",
 
16169
+                "//webrtc/modules/desktop_capture/shared_desktop_frame.cc",
 
16170
+                "//webrtc/modules/desktop_capture/shared_desktop_frame.h",
 
16171
+                "//webrtc/modules/desktop_capture/shared_memory.cc",
 
16172
+                "//webrtc/modules/desktop_capture/shared_memory.h"
 
16173
+            ],
 
16174
+            "type": "static_library"
 
16175
+        },
 
16176
+        "//webrtc/modules/media_file:media_file": {
 
16177
+            "cflags": [
 
16178
+                "-fno-strict-aliasing",
 
16179
+                "--param=ssp-buffer-size=4",
 
16180
+                "-fstack-protector",
 
16181
+                "-Wno-builtin-macro-redefined",
 
16182
+                "-D__DATE__=",
 
16183
+                "-D__TIME__=",
 
16184
+                "-D__TIMESTAMP__=",
 
16185
+                "-funwind-tables",
 
16186
+                "-fPIC",
 
16187
+                "-pipe",
 
16188
+                "-fcolor-diagnostics",
 
16189
+                "--target=arm-linux-gnueabihf",
 
16190
+                "-march=armv7-a",
 
16191
+                "-mfloat-abi=hard",
 
16192
+                "-mtune=generic-armv7-a",
 
16193
+                "-pthread",
 
16194
+                "-mfpu=neon",
 
16195
+                "-mthumb",
 
16196
+                "-Wall",
 
16197
+                "-Werror",
 
16198
+                "-Wextra",
 
16199
+                "-Wno-missing-field-initializers",
 
16200
+                "-Wno-unused-parameter",
 
16201
+                "-Wno-c++11-narrowing",
 
16202
+                "-Wno-covered-switch-default",
 
16203
+                "-Wno-unneeded-internal-declaration",
 
16204
+                "-Wno-inconsistent-missing-override",
 
16205
+                "-Wno-undefined-var-template",
 
16206
+                "-Wno-nonportable-include-path",
 
16207
+                "-Wno-address-of-packed-member",
 
16208
+                "-Wno-unused-lambda-capture",
 
16209
+                "-Wno-user-defined-warnings",
 
16210
+                "-O2",
 
16211
+                "-fno-ident",
 
16212
+                "-fdata-sections",
 
16213
+                "-ffunction-sections",
 
16214
+                "-fomit-frame-pointer",
 
16215
+                "-g0",
 
16216
+                "-fvisibility=hidden",
 
16217
+                "-Wheader-hygiene",
 
16218
+                "-Wstring-conversion",
 
16219
+                "-Wtautological-overlap-compare",
 
16220
+                "-Wextra",
 
16221
+                "-Wno-unused-parameter",
 
16222
+                "-Wno-missing-field-initializers",
 
16223
+                "-Wno-strict-overflow",
 
16224
+                "-Wimplicit-fallthrough",
 
16225
+                "-Wthread-safety",
 
16226
+                "-Winconsistent-missing-override",
 
16227
+                "-Wundef"
 
16228
+            ],
 
16229
+            "defines": [
 
16230
+                "V8_DEPRECATION_WARNINGS",
 
16231
+                "USE_NSS_CERTS=1",
 
16232
+                "USE_X11=1",
 
16233
+                "CHROMIUM_BUILD",
 
16234
+                "_FILE_OFFSET_BITS=64",
 
16235
+                "NDEBUG",
 
16236
+                "NVALGRIND",
 
16237
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16238
+                "WEBRTC_RESTRICT_LOGGING",
 
16239
+                "EXPAT_RELATIVE_PATH",
 
16240
+                "WEBRTC_ARCH_ARM",
 
16241
+                "WEBRTC_ARCH_ARM_V7",
 
16242
+                "WEBRTC_HAS_NEON",
 
16243
+                "WEBRTC_MOZILLA_BUILD",
 
16244
+                "WEBRTC_POSIX",
 
16245
+                "WEBRTC_LINUX"
 
16246
+            ],
 
16247
+            "deps": [
 
16248
+                "//webrtc:webrtc_common",
 
16249
+                "//webrtc/base:rtc_base_approved",
 
16250
+                "//webrtc/common_audio:common_audio",
 
16251
+                "//webrtc/system_wrappers:system_wrappers"
 
16252
+            ],
 
16253
+            "include_dirs": [
 
16254
+                "//",
 
16255
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
16256
+                "//webrtc/common_audio/resampler/include/",
 
16257
+                "//webrtc/common_audio/signal_processing/include/",
 
16258
+                "//webrtc/common_audio/vad/include/"
 
16259
+            ],
 
16260
+            "libs": [
 
16261
+                "rt"
 
16262
+            ],
 
16263
+            "sources": [
 
16264
+                "//webrtc/modules/media_file/media_file.h",
 
16265
+                "//webrtc/modules/media_file/media_file_defines.h",
 
16266
+                "//webrtc/modules/media_file/media_file_impl.cc",
 
16267
+                "//webrtc/modules/media_file/media_file_impl.h",
 
16268
+                "//webrtc/modules/media_file/media_file_utility.cc",
 
16269
+                "//webrtc/modules/media_file/media_file_utility.h"
 
16270
+            ],
 
16271
+            "type": "static_library"
 
16272
+        },
 
16273
+        "//webrtc/modules/pacing:pacing": {
 
16274
+            "cflags": [
 
16275
+                "-fno-strict-aliasing",
 
16276
+                "--param=ssp-buffer-size=4",
 
16277
+                "-fstack-protector",
 
16278
+                "-Wno-builtin-macro-redefined",
 
16279
+                "-D__DATE__=",
 
16280
+                "-D__TIME__=",
 
16281
+                "-D__TIMESTAMP__=",
 
16282
+                "-funwind-tables",
 
16283
+                "-fPIC",
 
16284
+                "-pipe",
 
16285
+                "-fcolor-diagnostics",
 
16286
+                "--target=arm-linux-gnueabihf",
 
16287
+                "-march=armv7-a",
 
16288
+                "-mfloat-abi=hard",
 
16289
+                "-mtune=generic-armv7-a",
 
16290
+                "-pthread",
 
16291
+                "-mfpu=neon",
 
16292
+                "-mthumb",
 
16293
+                "-Wall",
 
16294
+                "-Werror",
 
16295
+                "-Wextra",
 
16296
+                "-Wno-missing-field-initializers",
 
16297
+                "-Wno-unused-parameter",
 
16298
+                "-Wno-c++11-narrowing",
 
16299
+                "-Wno-covered-switch-default",
 
16300
+                "-Wno-unneeded-internal-declaration",
 
16301
+                "-Wno-inconsistent-missing-override",
 
16302
+                "-Wno-undefined-var-template",
 
16303
+                "-Wno-nonportable-include-path",
 
16304
+                "-Wno-address-of-packed-member",
 
16305
+                "-Wno-unused-lambda-capture",
 
16306
+                "-Wno-user-defined-warnings",
 
16307
+                "-O2",
 
16308
+                "-fno-ident",
 
16309
+                "-fdata-sections",
 
16310
+                "-ffunction-sections",
 
16311
+                "-fomit-frame-pointer",
 
16312
+                "-g0",
 
16313
+                "-fvisibility=hidden",
 
16314
+                "-Wheader-hygiene",
 
16315
+                "-Wstring-conversion",
 
16316
+                "-Wtautological-overlap-compare",
 
16317
+                "-Wextra",
 
16318
+                "-Wno-unused-parameter",
 
16319
+                "-Wno-missing-field-initializers",
 
16320
+                "-Wno-strict-overflow",
 
16321
+                "-Wimplicit-fallthrough",
 
16322
+                "-Wthread-safety",
 
16323
+                "-Winconsistent-missing-override",
 
16324
+                "-Wundef"
 
16325
+            ],
 
16326
+            "defines": [
 
16327
+                "V8_DEPRECATION_WARNINGS",
 
16328
+                "USE_NSS_CERTS=1",
 
16329
+                "USE_X11=1",
 
16330
+                "CHROMIUM_BUILD",
 
16331
+                "_FILE_OFFSET_BITS=64",
 
16332
+                "NDEBUG",
 
16333
+                "NVALGRIND",
 
16334
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16335
+                "WEBRTC_RESTRICT_LOGGING",
 
16336
+                "EXPAT_RELATIVE_PATH",
 
16337
+                "WEBRTC_ARCH_ARM",
 
16338
+                "WEBRTC_ARCH_ARM_V7",
 
16339
+                "WEBRTC_HAS_NEON",
 
16340
+                "WEBRTC_MOZILLA_BUILD",
 
16341
+                "WEBRTC_POSIX",
 
16342
+                "WEBRTC_LINUX",
 
16343
+                "WEBRTC_BUILD_LIBEVENT"
 
16344
+            ],
 
16345
+            "deps": [
 
16346
+                "//webrtc:webrtc_common",
 
16347
+                "//webrtc/base:rtc_base_approved",
 
16348
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
16349
+                "//webrtc/system_wrappers:system_wrappers"
 
16350
+            ],
 
16351
+            "include_dirs": [
 
16352
+                "//",
 
16353
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
16354
+            ],
 
16355
+            "libs": [
 
16356
+                "rt"
 
16357
+            ],
 
16358
+            "sources": [
 
16359
+                "//webrtc/modules/pacing/alr_detector.cc",
 
16360
+                "//webrtc/modules/pacing/alr_detector.h",
 
16361
+                "//webrtc/modules/pacing/bitrate_prober.cc",
 
16362
+                "//webrtc/modules/pacing/bitrate_prober.h",
 
16363
+                "//webrtc/modules/pacing/paced_sender.cc",
 
16364
+                "//webrtc/modules/pacing/paced_sender.h",
 
16365
+                "//webrtc/modules/pacing/packet_router.cc",
 
16366
+                "//webrtc/modules/pacing/packet_router.h"
 
16367
+            ],
 
16368
+            "type": "static_library"
 
16369
+        },
 
16370
+        "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator": {
 
16371
+            "cflags": [
 
16372
+                "-fno-strict-aliasing",
 
16373
+                "--param=ssp-buffer-size=4",
 
16374
+                "-fstack-protector",
 
16375
+                "-Wno-builtin-macro-redefined",
 
16376
+                "-D__DATE__=",
 
16377
+                "-D__TIME__=",
 
16378
+                "-D__TIMESTAMP__=",
 
16379
+                "-funwind-tables",
 
16380
+                "-fPIC",
 
16381
+                "-pipe",
 
16382
+                "-fcolor-diagnostics",
 
16383
+                "--target=arm-linux-gnueabihf",
 
16384
+                "-march=armv7-a",
 
16385
+                "-mfloat-abi=hard",
 
16386
+                "-mtune=generic-armv7-a",
 
16387
+                "-pthread",
 
16388
+                "-mfpu=neon",
 
16389
+                "-mthumb",
 
16390
+                "-Wall",
 
16391
+                "-Werror",
 
16392
+                "-Wextra",
 
16393
+                "-Wno-missing-field-initializers",
 
16394
+                "-Wno-unused-parameter",
 
16395
+                "-Wno-c++11-narrowing",
 
16396
+                "-Wno-covered-switch-default",
 
16397
+                "-Wno-unneeded-internal-declaration",
 
16398
+                "-Wno-inconsistent-missing-override",
 
16399
+                "-Wno-undefined-var-template",
 
16400
+                "-Wno-nonportable-include-path",
 
16401
+                "-Wno-address-of-packed-member",
 
16402
+                "-Wno-unused-lambda-capture",
 
16403
+                "-Wno-user-defined-warnings",
 
16404
+                "-O2",
 
16405
+                "-fno-ident",
 
16406
+                "-fdata-sections",
 
16407
+                "-ffunction-sections",
 
16408
+                "-fomit-frame-pointer",
 
16409
+                "-g0",
 
16410
+                "-fvisibility=hidden",
 
16411
+                "-Wheader-hygiene",
 
16412
+                "-Wstring-conversion",
 
16413
+                "-Wtautological-overlap-compare",
 
16414
+                "-Wextra",
 
16415
+                "-Wno-unused-parameter",
 
16416
+                "-Wno-missing-field-initializers",
 
16417
+                "-Wno-strict-overflow",
 
16418
+                "-Wimplicit-fallthrough",
 
16419
+                "-Wthread-safety",
 
16420
+                "-Winconsistent-missing-override",
 
16421
+                "-Wundef"
 
16422
+            ],
 
16423
+            "defines": [
 
16424
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
16425
+                "V8_DEPRECATION_WARNINGS",
 
16426
+                "USE_NSS_CERTS=1",
 
16427
+                "USE_X11=1",
 
16428
+                "CHROMIUM_BUILD",
 
16429
+                "_FILE_OFFSET_BITS=64",
 
16430
+                "NDEBUG",
 
16431
+                "NVALGRIND",
 
16432
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16433
+                "WEBRTC_RESTRICT_LOGGING",
 
16434
+                "EXPAT_RELATIVE_PATH",
 
16435
+                "WEBRTC_ARCH_ARM",
 
16436
+                "WEBRTC_ARCH_ARM_V7",
 
16437
+                "WEBRTC_HAS_NEON",
 
16438
+                "WEBRTC_MOZILLA_BUILD",
 
16439
+                "WEBRTC_POSIX",
 
16440
+                "WEBRTC_LINUX"
 
16441
+            ],
 
16442
+            "deps": [
 
16443
+                "//webrtc:webrtc_common",
 
16444
+                "//webrtc/base:rtc_base_approved",
 
16445
+                "//webrtc/system_wrappers:system_wrappers"
 
16446
+            ],
 
16447
+            "include_dirs": [
 
16448
+                "//",
 
16449
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
16450
+            ],
 
16451
+            "libs": [
 
16452
+                "rt"
 
16453
+            ],
 
16454
+            "sources": [
 
16455
+                "//webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc",
 
16456
+                "//webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h",
 
16457
+                "//webrtc/modules/remote_bitrate_estimator/bwe_defines.cc",
 
16458
+                "//webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h",
 
16459
+                "//webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
 
16460
+                "//webrtc/modules/remote_bitrate_estimator/include/send_time_history.h",
 
16461
+                "//webrtc/modules/remote_bitrate_estimator/inter_arrival.cc",
 
16462
+                "//webrtc/modules/remote_bitrate_estimator/inter_arrival.h",
 
16463
+                "//webrtc/modules/remote_bitrate_estimator/overuse_detector.cc",
 
16464
+                "//webrtc/modules/remote_bitrate_estimator/overuse_detector.h",
 
16465
+                "//webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc",
 
16466
+                "//webrtc/modules/remote_bitrate_estimator/overuse_estimator.h",
 
16467
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
 
16468
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h",
 
16469
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
 
16470
+                "//webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h",
 
16471
+                "//webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
 
16472
+                "//webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy.h",
 
16473
+                "//webrtc/modules/remote_bitrate_estimator/send_time_history.cc",
 
16474
+                "//webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h"
 
16475
+            ],
 
16476
+            "type": "static_library"
 
16477
+        },
 
16478
+        "//webrtc/modules/rtp_rtcp:rtp_rtcp": {
 
16479
+            "cflags": [
 
16480
+                "-fno-strict-aliasing",
 
16481
+                "--param=ssp-buffer-size=4",
 
16482
+                "-fstack-protector",
 
16483
+                "-Wno-builtin-macro-redefined",
 
16484
+                "-D__DATE__=",
 
16485
+                "-D__TIME__=",
 
16486
+                "-D__TIMESTAMP__=",
 
16487
+                "-funwind-tables",
 
16488
+                "-fPIC",
 
16489
+                "-pipe",
 
16490
+                "-fcolor-diagnostics",
 
16491
+                "--target=arm-linux-gnueabihf",
 
16492
+                "-march=armv7-a",
 
16493
+                "-mfloat-abi=hard",
 
16494
+                "-mtune=generic-armv7-a",
 
16495
+                "-pthread",
 
16496
+                "-mfpu=neon",
 
16497
+                "-mthumb",
 
16498
+                "-Wall",
 
16499
+                "-Werror",
 
16500
+                "-Wextra",
 
16501
+                "-Wno-missing-field-initializers",
 
16502
+                "-Wno-unused-parameter",
 
16503
+                "-Wno-c++11-narrowing",
 
16504
+                "-Wno-covered-switch-default",
 
16505
+                "-Wno-unneeded-internal-declaration",
 
16506
+                "-Wno-inconsistent-missing-override",
 
16507
+                "-Wno-undefined-var-template",
 
16508
+                "-Wno-nonportable-include-path",
 
16509
+                "-Wno-address-of-packed-member",
 
16510
+                "-Wno-unused-lambda-capture",
 
16511
+                "-Wno-user-defined-warnings",
 
16512
+                "-O2",
 
16513
+                "-fno-ident",
 
16514
+                "-fdata-sections",
 
16515
+                "-ffunction-sections",
 
16516
+                "-fomit-frame-pointer",
 
16517
+                "-g0",
 
16518
+                "-fvisibility=hidden",
 
16519
+                "-Wheader-hygiene",
 
16520
+                "-Wstring-conversion",
 
16521
+                "-Wtautological-overlap-compare",
 
16522
+                "-Wextra",
 
16523
+                "-Wno-unused-parameter",
 
16524
+                "-Wno-missing-field-initializers",
 
16525
+                "-Wno-strict-overflow",
 
16526
+                "-Wimplicit-fallthrough",
 
16527
+                "-Wthread-safety",
 
16528
+                "-Winconsistent-missing-override",
 
16529
+                "-Wundef"
 
16530
+            ],
 
16531
+            "defines": [
 
16532
+                "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
 
16533
+                "V8_DEPRECATION_WARNINGS",
 
16534
+                "USE_NSS_CERTS=1",
 
16535
+                "USE_X11=1",
 
16536
+                "CHROMIUM_BUILD",
 
16537
+                "_FILE_OFFSET_BITS=64",
 
16538
+                "NDEBUG",
 
16539
+                "NVALGRIND",
 
16540
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16541
+                "WEBRTC_RESTRICT_LOGGING",
 
16542
+                "EXPAT_RELATIVE_PATH",
 
16543
+                "WEBRTC_ARCH_ARM",
 
16544
+                "WEBRTC_ARCH_ARM_V7",
 
16545
+                "WEBRTC_HAS_NEON",
 
16546
+                "WEBRTC_MOZILLA_BUILD",
 
16547
+                "WEBRTC_POSIX",
 
16548
+                "WEBRTC_LINUX",
 
16549
+                "WEBRTC_BUILD_LIBEVENT"
 
16550
+            ],
 
16551
+            "deps": [
 
16552
+                "//webrtc:webrtc_common",
 
16553
+                "//webrtc/api:transport_api",
 
16554
+                "//webrtc/base:gtest_prod",
 
16555
+                "//webrtc/base:rtc_base_approved",
 
16556
+                "//webrtc/base:rtc_task_queue",
 
16557
+                "//webrtc/call:call_interfaces",
 
16558
+                "//webrtc/common_video:common_video",
 
16559
+                "//webrtc/logging:rtc_event_log_api",
 
16560
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
16561
+                "//webrtc/system_wrappers:system_wrappers"
 
16562
+            ],
 
16563
+            "include_dirs": [
 
16564
+                "//",
 
16565
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
16566
+                "//webrtc/common_video/include/",
 
16567
+                "//webrtc/common_video/libyuv/include/"
 
16568
+            ],
 
16569
+            "libs": [
 
16570
+                "rt"
 
16571
+            ],
 
16572
+            "sources": [
 
16573
+                "//webrtc/modules/rtp_rtcp/include/flexfec_receiver.h",
 
16574
+                "//webrtc/modules/rtp_rtcp/include/flexfec_sender.h",
 
16575
+                "//webrtc/modules/rtp_rtcp/include/receive_statistics.h",
 
16576
+                "//webrtc/modules/rtp_rtcp/include/remote_ntp_time_estimator.h",
 
16577
+                "//webrtc/modules/rtp_rtcp/include/rtp_audio_level_observer.h",
 
16578
+                "//webrtc/modules/rtp_rtcp/include/rtp_header_parser.h",
 
16579
+                "//webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h",
 
16580
+                "//webrtc/modules/rtp_rtcp/include/rtp_receiver.h",
 
16581
+                "//webrtc/modules/rtp_rtcp/include/rtp_rtcp.h",
 
16582
+                "//webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h",
 
16583
+                "//webrtc/modules/rtp_rtcp/include/ulpfec_receiver.h",
 
16584
+                "//webrtc/modules/rtp_rtcp/source/byte_io.h",
 
16585
+                "//webrtc/modules/rtp_rtcp/source/dtmf_queue.cc",
 
16586
+                "//webrtc/modules/rtp_rtcp/source/dtmf_queue.h",
 
16587
+                "//webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h",
 
16588
+                "//webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h",
 
16589
+                "//webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
 
16590
+                "//webrtc/modules/rtp_rtcp/source/flexfec_header_reader_writer.h",
 
16591
+                "//webrtc/modules/rtp_rtcp/source/flexfec_receiver.cc",
 
16592
+                "//webrtc/modules/rtp_rtcp/source/flexfec_sender.cc",
 
16593
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction.cc",
 
16594
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction.h",
 
16595
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc",
 
16596
+                "//webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.h",
 
16597
+                "//webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc",
 
16598
+                "//webrtc/modules/rtp_rtcp/source/packet_loss_stats.h",
 
16599
+                "//webrtc/modules/rtp_rtcp/source/playout_delay_oracle.cc",
 
16600
+                "//webrtc/modules/rtp_rtcp/source/playout_delay_oracle.h",
 
16601
+                "//webrtc/modules/rtp_rtcp/source/receive_statistics_impl.cc",
 
16602
+                "//webrtc/modules/rtp_rtcp/source/receive_statistics_impl.h",
 
16603
+                "//webrtc/modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
 
16604
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet.cc",
 
16605
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet.h",
 
16606
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/app.cc",
 
16607
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/app.h",
 
16608
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc",
 
16609
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h",
 
16610
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
 
16611
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/common_header.h",
 
16612
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
 
16613
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/compound_packet.h",
 
16614
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
 
16615
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h",
 
16616
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc",
 
16617
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.h",
 
16618
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
 
16619
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/extended_reports.h",
 
16620
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.cc",
 
16621
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/fir.h",
 
16622
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.cc",
 
16623
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/nack.h",
 
16624
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.cc",
 
16625
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/pli.h",
 
16626
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
 
16627
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/psfb.h",
 
16628
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
 
16629
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.h",
 
16630
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
 
16631
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/receiver_report.h",
 
16632
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/remb.cc",
 
16633
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/remb.h",
 
16634
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
 
16635
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/report_block.h",
 
16636
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.cc",
 
16637
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rpsi.h",
 
16638
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
 
16639
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rrtr.h",
 
16640
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
 
16641
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/rtpfb.h",
 
16642
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
 
16643
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sdes.h",
 
16644
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
 
16645
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sender_report.h",
 
16646
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.cc",
 
16647
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/sli.h",
 
16648
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
 
16649
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h",
 
16650
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
 
16651
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h",
 
16652
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
 
16653
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbn.h",
 
16654
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
 
16655
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmbr.h",
 
16656
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
 
16657
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h",
 
16658
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/voip_metric.cc",
 
16659
+                "//webrtc/modules/rtp_rtcp/source/rtcp_packet/voip_metric.h",
 
16660
+                "//webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc",
 
16661
+                "//webrtc/modules/rtp_rtcp/source/rtcp_receiver.h",
 
16662
+                "//webrtc/modules/rtp_rtcp/source/rtcp_sender.cc",
 
16663
+                "//webrtc/modules/rtp_rtcp/source/rtcp_sender.h",
 
16664
+                "//webrtc/modules/rtp_rtcp/source/rtcp_utility.cc",
 
16665
+                "//webrtc/modules/rtp_rtcp/source/rtcp_utility.h",
 
16666
+                "//webrtc/modules/rtp_rtcp/source/rtp_format.cc",
 
16667
+                "//webrtc/modules/rtp_rtcp/source/rtp_format.h",
 
16668
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_h264.cc",
 
16669
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_h264.h",
 
16670
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.cc",
 
16671
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_video_generic.h",
 
16672
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp8.cc",
 
16673
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h",
 
16674
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp9.cc",
 
16675
+                "//webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h",
 
16676
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extension.cc",
 
16677
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extension.h",
 
16678
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extensions.cc",
 
16679
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_extensions.h",
 
16680
+                "//webrtc/modules/rtp_rtcp/source/rtp_header_parser.cc",
 
16681
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet.cc",
 
16682
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet.h",
 
16683
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_history.cc",
 
16684
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_history.h",
 
16685
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_received.h",
 
16686
+                "//webrtc/modules/rtp_rtcp/source/rtp_packet_to_send.h",
 
16687
+                "//webrtc/modules/rtp_rtcp/source/rtp_payload_registry.cc",
 
16688
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.cc",
 
16689
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_audio.h",
 
16690
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.cc",
 
16691
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h",
 
16692
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.cc",
 
16693
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h",
 
16694
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc",
 
16695
+                "//webrtc/modules/rtp_rtcp/source/rtp_receiver_video.h",
 
16696
+                "//webrtc/modules/rtp_rtcp/source/rtp_rtcp_config.h",
 
16697
+                "//webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc",
 
16698
+                "//webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h",
 
16699
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender.cc",
 
16700
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender.h",
 
16701
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_audio.cc",
 
16702
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_audio.h",
 
16703
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_video.cc",
 
16704
+                "//webrtc/modules/rtp_rtcp/source/rtp_sender_video.h",
 
16705
+                "//webrtc/modules/rtp_rtcp/source/rtp_utility.cc",
 
16706
+                "//webrtc/modules/rtp_rtcp/source/rtp_utility.h",
 
16707
+                "//webrtc/modules/rtp_rtcp/source/ssrc_database.cc",
 
16708
+                "//webrtc/modules/rtp_rtcp/source/ssrc_database.h",
 
16709
+                "//webrtc/modules/rtp_rtcp/source/time_util.cc",
 
16710
+                "//webrtc/modules/rtp_rtcp/source/time_util.h",
 
16711
+                "//webrtc/modules/rtp_rtcp/source/tmmbr_help.cc",
 
16712
+                "//webrtc/modules/rtp_rtcp/source/tmmbr_help.h",
 
16713
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_generator.cc",
 
16714
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_generator.h",
 
16715
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
 
16716
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_header_reader_writer.h",
 
16717
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_receiver_impl.cc",
 
16718
+                "//webrtc/modules/rtp_rtcp/source/ulpfec_receiver_impl.h",
 
16719
+                "//webrtc/modules/rtp_rtcp/source/video_codec_information.h",
 
16720
+                "//webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.cc",
 
16721
+                "//webrtc/modules/rtp_rtcp/source/vp8_partition_aggregator.h"
 
16722
+            ],
 
16723
+            "type": "static_library"
 
16724
+        },
 
16725
+        "//webrtc/modules/utility:utility": {
 
16726
+            "cflags": [
 
16727
+                "-fno-strict-aliasing",
 
16728
+                "--param=ssp-buffer-size=4",
 
16729
+                "-fstack-protector",
 
16730
+                "-Wno-builtin-macro-redefined",
 
16731
+                "-D__DATE__=",
 
16732
+                "-D__TIME__=",
 
16733
+                "-D__TIMESTAMP__=",
 
16734
+                "-funwind-tables",
 
16735
+                "-fPIC",
 
16736
+                "-pipe",
 
16737
+                "-fcolor-diagnostics",
 
16738
+                "--target=arm-linux-gnueabihf",
 
16739
+                "-march=armv7-a",
 
16740
+                "-mfloat-abi=hard",
 
16741
+                "-mtune=generic-armv7-a",
 
16742
+                "-pthread",
 
16743
+                "-mfpu=neon",
 
16744
+                "-mthumb",
 
16745
+                "-Wall",
 
16746
+                "-Werror",
 
16747
+                "-Wextra",
 
16748
+                "-Wno-missing-field-initializers",
 
16749
+                "-Wno-unused-parameter",
 
16750
+                "-Wno-c++11-narrowing",
 
16751
+                "-Wno-covered-switch-default",
 
16752
+                "-Wno-unneeded-internal-declaration",
 
16753
+                "-Wno-inconsistent-missing-override",
 
16754
+                "-Wno-undefined-var-template",
 
16755
+                "-Wno-nonportable-include-path",
 
16756
+                "-Wno-address-of-packed-member",
 
16757
+                "-Wno-unused-lambda-capture",
 
16758
+                "-Wno-user-defined-warnings",
 
16759
+                "-O2",
 
16760
+                "-fno-ident",
 
16761
+                "-fdata-sections",
 
16762
+                "-ffunction-sections",
 
16763
+                "-fomit-frame-pointer",
 
16764
+                "-g0",
 
16765
+                "-fvisibility=hidden",
 
16766
+                "-Wheader-hygiene",
 
16767
+                "-Wstring-conversion",
 
16768
+                "-Wtautological-overlap-compare",
 
16769
+                "-Wextra",
 
16770
+                "-Wno-unused-parameter",
 
16771
+                "-Wno-missing-field-initializers",
 
16772
+                "-Wno-strict-overflow",
 
16773
+                "-Wimplicit-fallthrough",
 
16774
+                "-Wthread-safety",
 
16775
+                "-Winconsistent-missing-override",
 
16776
+                "-Wundef"
 
16777
+            ],
 
16778
+            "defines": [
 
16779
+                "V8_DEPRECATION_WARNINGS",
 
16780
+                "USE_NSS_CERTS=1",
 
16781
+                "USE_X11=1",
 
16782
+                "CHROMIUM_BUILD",
 
16783
+                "_FILE_OFFSET_BITS=64",
 
16784
+                "NDEBUG",
 
16785
+                "NVALGRIND",
 
16786
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16787
+                "WEBRTC_RESTRICT_LOGGING",
 
16788
+                "EXPAT_RELATIVE_PATH",
 
16789
+                "WEBRTC_ARCH_ARM",
 
16790
+                "WEBRTC_ARCH_ARM_V7",
 
16791
+                "WEBRTC_HAS_NEON",
 
16792
+                "WEBRTC_MOZILLA_BUILD",
 
16793
+                "WEBRTC_POSIX",
 
16794
+                "WEBRTC_LINUX",
 
16795
+                "WEBRTC_BUILD_LIBEVENT"
 
16796
+            ],
 
16797
+            "deps": [
 
16798
+                "//webrtc:webrtc_common",
 
16799
+                "//webrtc/audio/utility:audio_frame_operations",
 
16800
+                "//webrtc/base:rtc_task_queue",
 
16801
+                "//webrtc/common_audio:common_audio",
 
16802
+                "//webrtc/modules/audio_coding:audio_coding",
 
16803
+                "//webrtc/modules/audio_coding:audio_format_conversion",
 
16804
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
16805
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
16806
+                "//webrtc/modules/media_file:media_file",
 
16807
+                "//webrtc/system_wrappers:system_wrappers"
 
16808
+            ],
 
16809
+            "include_dirs": [
 
16810
+                "//",
 
16811
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
16812
+                "//webrtc/common_audio/resampler/include/",
 
16813
+                "//webrtc/common_audio/signal_processing/include/",
 
16814
+                "//webrtc/common_audio/vad/include/",
 
16815
+                "//webrtc/modules/audio_coding/include/",
 
16816
+                "//webrtc/modules/include/"
 
16817
+            ],
 
16818
+            "libs": [
 
16819
+                "rt"
 
16820
+            ],
 
16821
+            "sources": [
 
16822
+                "//webrtc/modules/utility/include/audio_frame_operations.h",
 
16823
+                "//webrtc/modules/utility/include/process_thread.h",
 
16824
+                "//webrtc/modules/utility/source/process_thread_impl.cc",
 
16825
+                "//webrtc/modules/utility/source/process_thread_impl.h"
 
16826
+            ],
 
16827
+            "type": "static_library"
 
16828
+        },
 
16829
+        "//webrtc/modules/video_capture:video_capture_internal_impl": {
 
16830
+            "cflags": [
 
16831
+                "-fno-strict-aliasing",
 
16832
+                "--param=ssp-buffer-size=4",
 
16833
+                "-fstack-protector",
 
16834
+                "-Wno-builtin-macro-redefined",
 
16835
+                "-D__DATE__=",
 
16836
+                "-D__TIME__=",
 
16837
+                "-D__TIMESTAMP__=",
 
16838
+                "-funwind-tables",
 
16839
+                "-fPIC",
 
16840
+                "-pipe",
 
16841
+                "-fcolor-diagnostics",
 
16842
+                "--target=arm-linux-gnueabihf",
 
16843
+                "-march=armv7-a",
 
16844
+                "-mfloat-abi=hard",
 
16845
+                "-mtune=generic-armv7-a",
 
16846
+                "-pthread",
 
16847
+                "-mfpu=neon",
 
16848
+                "-mthumb",
 
16849
+                "-Wall",
 
16850
+                "-Werror",
 
16851
+                "-Wextra",
 
16852
+                "-Wno-missing-field-initializers",
 
16853
+                "-Wno-unused-parameter",
 
16854
+                "-Wno-c++11-narrowing",
 
16855
+                "-Wno-covered-switch-default",
 
16856
+                "-Wno-unneeded-internal-declaration",
 
16857
+                "-Wno-inconsistent-missing-override",
 
16858
+                "-Wno-undefined-var-template",
 
16859
+                "-Wno-nonportable-include-path",
 
16860
+                "-Wno-address-of-packed-member",
 
16861
+                "-Wno-unused-lambda-capture",
 
16862
+                "-Wno-user-defined-warnings",
 
16863
+                "-O2",
 
16864
+                "-fno-ident",
 
16865
+                "-fdata-sections",
 
16866
+                "-ffunction-sections",
 
16867
+                "-fomit-frame-pointer",
 
16868
+                "-g0",
 
16869
+                "-fvisibility=hidden",
 
16870
+                "-Wheader-hygiene",
 
16871
+                "-Wstring-conversion",
 
16872
+                "-Wtautological-overlap-compare",
 
16873
+                "-Wextra",
 
16874
+                "-Wno-unused-parameter",
 
16875
+                "-Wno-missing-field-initializers",
 
16876
+                "-Wno-strict-overflow",
 
16877
+                "-Wimplicit-fallthrough",
 
16878
+                "-Wthread-safety",
 
16879
+                "-Winconsistent-missing-override",
 
16880
+                "-Wundef"
 
16881
+            ],
 
16882
+            "defines": [
 
16883
+                "V8_DEPRECATION_WARNINGS",
 
16884
+                "USE_NSS_CERTS=1",
 
16885
+                "USE_X11=1",
 
16886
+                "CHROMIUM_BUILD",
 
16887
+                "_FILE_OFFSET_BITS=64",
 
16888
+                "NDEBUG",
 
16889
+                "NVALGRIND",
 
16890
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16891
+                "WEBRTC_RESTRICT_LOGGING",
 
16892
+                "EXPAT_RELATIVE_PATH",
 
16893
+                "WEBRTC_ARCH_ARM",
 
16894
+                "WEBRTC_ARCH_ARM_V7",
 
16895
+                "WEBRTC_HAS_NEON",
 
16896
+                "WEBRTC_MOZILLA_BUILD",
 
16897
+                "WEBRTC_POSIX",
 
16898
+                "WEBRTC_LINUX",
 
16899
+                "WEBRTC_BUILD_LIBEVENT"
 
16900
+            ],
 
16901
+            "deps": [
 
16902
+                "//webrtc:webrtc_common",
 
16903
+                "//webrtc/base:rtc_base_approved",
 
16904
+                "//webrtc/modules/video_capture:video_capture_module",
 
16905
+                "//webrtc/system_wrappers:system_wrappers"
 
16906
+            ],
 
16907
+            "include_dirs": [
 
16908
+                "//",
 
16909
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
16910
+            ],
 
16911
+            "libs": [
 
16912
+                "rt"
 
16913
+            ],
 
16914
+            "sources": [
 
16915
+                "//webrtc/modules/video_capture/linux/device_info_linux.cc",
 
16916
+                "//webrtc/modules/video_capture/linux/device_info_linux.h",
 
16917
+                "//webrtc/modules/video_capture/linux/video_capture_linux.cc",
 
16918
+                "//webrtc/modules/video_capture/linux/video_capture_linux.h"
 
16919
+            ],
 
16920
+            "type": "static_library"
 
16921
+        },
 
16922
+        "//webrtc/modules/video_capture:video_capture_module": {
 
16923
+            "cflags": [
 
16924
+                "-fno-strict-aliasing",
 
16925
+                "--param=ssp-buffer-size=4",
 
16926
+                "-fstack-protector",
 
16927
+                "-Wno-builtin-macro-redefined",
 
16928
+                "-D__DATE__=",
 
16929
+                "-D__TIME__=",
 
16930
+                "-D__TIMESTAMP__=",
 
16931
+                "-funwind-tables",
 
16932
+                "-fPIC",
 
16933
+                "-pipe",
 
16934
+                "-fcolor-diagnostics",
 
16935
+                "--target=arm-linux-gnueabihf",
 
16936
+                "-march=armv7-a",
 
16937
+                "-mfloat-abi=hard",
 
16938
+                "-mtune=generic-armv7-a",
 
16939
+                "-pthread",
 
16940
+                "-mfpu=neon",
 
16941
+                "-mthumb",
 
16942
+                "-Wall",
 
16943
+                "-Werror",
 
16944
+                "-Wextra",
 
16945
+                "-Wno-missing-field-initializers",
 
16946
+                "-Wno-unused-parameter",
 
16947
+                "-Wno-c++11-narrowing",
 
16948
+                "-Wno-covered-switch-default",
 
16949
+                "-Wno-unneeded-internal-declaration",
 
16950
+                "-Wno-inconsistent-missing-override",
 
16951
+                "-Wno-undefined-var-template",
 
16952
+                "-Wno-nonportable-include-path",
 
16953
+                "-Wno-address-of-packed-member",
 
16954
+                "-Wno-unused-lambda-capture",
 
16955
+                "-Wno-user-defined-warnings",
 
16956
+                "-O2",
 
16957
+                "-fno-ident",
 
16958
+                "-fdata-sections",
 
16959
+                "-ffunction-sections",
 
16960
+                "-fomit-frame-pointer",
 
16961
+                "-g0",
 
16962
+                "-fvisibility=hidden",
 
16963
+                "-Wheader-hygiene",
 
16964
+                "-Wstring-conversion",
 
16965
+                "-Wtautological-overlap-compare",
 
16966
+                "-Wextra",
 
16967
+                "-Wno-unused-parameter",
 
16968
+                "-Wno-missing-field-initializers",
 
16969
+                "-Wno-strict-overflow",
 
16970
+                "-Wimplicit-fallthrough",
 
16971
+                "-Wthread-safety",
 
16972
+                "-Winconsistent-missing-override",
 
16973
+                "-Wundef"
 
16974
+            ],
 
16975
+            "defines": [
 
16976
+                "V8_DEPRECATION_WARNINGS",
 
16977
+                "USE_NSS_CERTS=1",
 
16978
+                "USE_X11=1",
 
16979
+                "CHROMIUM_BUILD",
 
16980
+                "_FILE_OFFSET_BITS=64",
 
16981
+                "NDEBUG",
 
16982
+                "NVALGRIND",
 
16983
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
16984
+                "WEBRTC_RESTRICT_LOGGING",
 
16985
+                "EXPAT_RELATIVE_PATH",
 
16986
+                "WEBRTC_ARCH_ARM",
 
16987
+                "WEBRTC_ARCH_ARM_V7",
 
16988
+                "WEBRTC_HAS_NEON",
 
16989
+                "WEBRTC_MOZILLA_BUILD",
 
16990
+                "WEBRTC_POSIX",
 
16991
+                "WEBRTC_LINUX",
 
16992
+                "WEBRTC_BUILD_LIBEVENT"
 
16993
+            ],
 
16994
+            "deps": [
 
16995
+                "//webrtc:webrtc_common",
 
16996
+                "//webrtc/base:rtc_base_approved",
 
16997
+                "//webrtc/common_video:common_video",
 
16998
+                "//webrtc/modules/utility:utility",
 
16999
+                "//webrtc/system_wrappers:system_wrappers"
 
17000
+            ],
 
17001
+            "include_dirs": [
 
17002
+                "//",
 
17003
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
17004
+                "//webrtc/common_video/include/",
 
17005
+                "//webrtc/common_video/libyuv/include/"
 
17006
+            ],
 
17007
+            "libs": [
 
17008
+                "rt"
 
17009
+            ],
 
17010
+            "sources": [
 
17011
+                "//webrtc/modules/video_capture/device_info_impl.cc",
 
17012
+                "//webrtc/modules/video_capture/device_info_impl.h",
 
17013
+                "//webrtc/modules/video_capture/video_capture.h",
 
17014
+                "//webrtc/modules/video_capture/video_capture_config.h",
 
17015
+                "//webrtc/modules/video_capture/video_capture_defines.h",
 
17016
+                "//webrtc/modules/video_capture/video_capture_delay.h",
 
17017
+                "//webrtc/modules/video_capture/video_capture_factory.cc",
 
17018
+                "//webrtc/modules/video_capture/video_capture_factory.h",
 
17019
+                "//webrtc/modules/video_capture/video_capture_impl.cc",
 
17020
+                "//webrtc/modules/video_capture/video_capture_impl.h"
 
17021
+            ],
 
17022
+            "type": "static_library"
 
17023
+        },
 
17024
+        "//webrtc/modules/video_coding:video_coding": {
 
17025
+            "cflags": [
 
17026
+                "-fno-strict-aliasing",
 
17027
+                "--param=ssp-buffer-size=4",
 
17028
+                "-fstack-protector",
 
17029
+                "-Wno-builtin-macro-redefined",
 
17030
+                "-D__DATE__=",
 
17031
+                "-D__TIME__=",
 
17032
+                "-D__TIMESTAMP__=",
 
17033
+                "-funwind-tables",
 
17034
+                "-fPIC",
 
17035
+                "-pipe",
 
17036
+                "-fcolor-diagnostics",
 
17037
+                "--target=arm-linux-gnueabihf",
 
17038
+                "-march=armv7-a",
 
17039
+                "-mfloat-abi=hard",
 
17040
+                "-mtune=generic-armv7-a",
 
17041
+                "-pthread",
 
17042
+                "-mfpu=neon",
 
17043
+                "-mthumb",
 
17044
+                "-Wall",
 
17045
+                "-Werror",
 
17046
+                "-Wextra",
 
17047
+                "-Wno-missing-field-initializers",
 
17048
+                "-Wno-unused-parameter",
 
17049
+                "-Wno-c++11-narrowing",
 
17050
+                "-Wno-covered-switch-default",
 
17051
+                "-Wno-unneeded-internal-declaration",
 
17052
+                "-Wno-inconsistent-missing-override",
 
17053
+                "-Wno-undefined-var-template",
 
17054
+                "-Wno-nonportable-include-path",
 
17055
+                "-Wno-address-of-packed-member",
 
17056
+                "-Wno-unused-lambda-capture",
 
17057
+                "-Wno-user-defined-warnings",
 
17058
+                "-O2",
 
17059
+                "-fno-ident",
 
17060
+                "-fdata-sections",
 
17061
+                "-ffunction-sections",
 
17062
+                "-fomit-frame-pointer",
 
17063
+                "-g0",
 
17064
+                "-fvisibility=hidden",
 
17065
+                "-Wheader-hygiene",
 
17066
+                "-Wstring-conversion",
 
17067
+                "-Wtautological-overlap-compare",
 
17068
+                "-Wextra",
 
17069
+                "-Wno-unused-parameter",
 
17070
+                "-Wno-missing-field-initializers",
 
17071
+                "-Wno-strict-overflow",
 
17072
+                "-Wimplicit-fallthrough",
 
17073
+                "-Wthread-safety",
 
17074
+                "-Winconsistent-missing-override",
 
17075
+                "-Wundef"
 
17076
+            ],
 
17077
+            "defines": [
 
17078
+                "V8_DEPRECATION_WARNINGS",
 
17079
+                "USE_NSS_CERTS=1",
 
17080
+                "USE_X11=1",
 
17081
+                "CHROMIUM_BUILD",
 
17082
+                "_FILE_OFFSET_BITS=64",
 
17083
+                "NDEBUG",
 
17084
+                "NVALGRIND",
 
17085
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17086
+                "WEBRTC_RESTRICT_LOGGING",
 
17087
+                "EXPAT_RELATIVE_PATH",
 
17088
+                "WEBRTC_ARCH_ARM",
 
17089
+                "WEBRTC_ARCH_ARM_V7",
 
17090
+                "WEBRTC_HAS_NEON",
 
17091
+                "WEBRTC_MOZILLA_BUILD",
 
17092
+                "WEBRTC_POSIX",
 
17093
+                "WEBRTC_LINUX",
 
17094
+                "WEBRTC_BUILD_LIBEVENT"
 
17095
+            ],
 
17096
+            "deps": [
 
17097
+                "//webrtc:webrtc_common",
 
17098
+                "//webrtc/base:rtc_base_approved",
 
17099
+                "//webrtc/base:rtc_numerics",
 
17100
+                "//webrtc/base:rtc_task_queue",
 
17101
+                "//webrtc/common_video:common_video",
 
17102
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
17103
+                "//webrtc/modules/utility:utility",
 
17104
+                "//webrtc/modules/video_coding:video_coding_utility",
 
17105
+                "//webrtc/modules/video_coding:webrtc_h264",
 
17106
+                "//webrtc/modules/video_coding:webrtc_i420",
 
17107
+                "//webrtc/modules/video_coding:webrtc_vp8",
 
17108
+                "//webrtc/modules/video_coding:webrtc_vp9",
 
17109
+                "//webrtc/system_wrappers:system_wrappers"
 
17110
+            ],
 
17111
+            "include_dirs": [
 
17112
+                "//",
 
17113
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
17114
+                "//webrtc/common_video/include/",
 
17115
+                "//webrtc/common_video/libyuv/include/"
 
17116
+            ],
 
17117
+            "libs": [
 
17118
+                "rt"
 
17119
+            ],
 
17120
+            "sources": [
 
17121
+                "//webrtc/modules/video_coding/codec_database.cc",
 
17122
+                "//webrtc/modules/video_coding/codec_database.h",
 
17123
+                "//webrtc/modules/video_coding/codec_timer.cc",
 
17124
+                "//webrtc/modules/video_coding/codec_timer.h",
 
17125
+                "//webrtc/modules/video_coding/decoding_state.cc",
 
17126
+                "//webrtc/modules/video_coding/decoding_state.h",
 
17127
+                "//webrtc/modules/video_coding/encoded_frame.cc",
 
17128
+                "//webrtc/modules/video_coding/encoded_frame.h",
 
17129
+                "//webrtc/modules/video_coding/fec_rate_table.h",
 
17130
+                "//webrtc/modules/video_coding/frame_buffer.cc",
 
17131
+                "//webrtc/modules/video_coding/frame_buffer.h",
 
17132
+                "//webrtc/modules/video_coding/frame_buffer2.cc",
 
17133
+                "//webrtc/modules/video_coding/frame_buffer2.h",
 
17134
+                "//webrtc/modules/video_coding/frame_object.cc",
 
17135
+                "//webrtc/modules/video_coding/frame_object.h",
 
17136
+                "//webrtc/modules/video_coding/generic_decoder.cc",
 
17137
+                "//webrtc/modules/video_coding/generic_decoder.h",
 
17138
+                "//webrtc/modules/video_coding/generic_encoder.cc",
 
17139
+                "//webrtc/modules/video_coding/generic_encoder.h",
 
17140
+                "//webrtc/modules/video_coding/h264_sprop_parameter_sets.cc",
 
17141
+                "//webrtc/modules/video_coding/h264_sprop_parameter_sets.h",
 
17142
+                "//webrtc/modules/video_coding/h264_sps_pps_tracker.cc",
 
17143
+                "//webrtc/modules/video_coding/h264_sps_pps_tracker.h",
 
17144
+                "//webrtc/modules/video_coding/histogram.cc",
 
17145
+                "//webrtc/modules/video_coding/histogram.h",
 
17146
+                "//webrtc/modules/video_coding/include/video_codec_initializer.h",
 
17147
+                "//webrtc/modules/video_coding/include/video_coding.h",
 
17148
+                "//webrtc/modules/video_coding/include/video_coding_defines.h",
 
17149
+                "//webrtc/modules/video_coding/inter_frame_delay.cc",
 
17150
+                "//webrtc/modules/video_coding/inter_frame_delay.h",
 
17151
+                "//webrtc/modules/video_coding/internal_defines.h",
 
17152
+                "//webrtc/modules/video_coding/jitter_buffer.cc",
 
17153
+                "//webrtc/modules/video_coding/jitter_buffer.h",
 
17154
+                "//webrtc/modules/video_coding/jitter_buffer_common.h",
 
17155
+                "//webrtc/modules/video_coding/jitter_estimator.cc",
 
17156
+                "//webrtc/modules/video_coding/jitter_estimator.h",
 
17157
+                "//webrtc/modules/video_coding/media_opt_util.cc",
 
17158
+                "//webrtc/modules/video_coding/media_opt_util.h",
 
17159
+                "//webrtc/modules/video_coding/media_optimization.cc",
 
17160
+                "//webrtc/modules/video_coding/media_optimization.h",
 
17161
+                "//webrtc/modules/video_coding/nack_fec_tables.h",
 
17162
+                "//webrtc/modules/video_coding/nack_module.cc",
 
17163
+                "//webrtc/modules/video_coding/nack_module.h",
 
17164
+                "//webrtc/modules/video_coding/packet.cc",
 
17165
+                "//webrtc/modules/video_coding/packet.h",
 
17166
+                "//webrtc/modules/video_coding/packet_buffer.cc",
 
17167
+                "//webrtc/modules/video_coding/packet_buffer.h",
 
17168
+                "//webrtc/modules/video_coding/protection_bitrate_calculator.cc",
 
17169
+                "//webrtc/modules/video_coding/protection_bitrate_calculator.h",
 
17170
+                "//webrtc/modules/video_coding/receiver.cc",
 
17171
+                "//webrtc/modules/video_coding/receiver.h",
 
17172
+                "//webrtc/modules/video_coding/rtp_frame_reference_finder.cc",
 
17173
+                "//webrtc/modules/video_coding/rtp_frame_reference_finder.h",
 
17174
+                "//webrtc/modules/video_coding/rtt_filter.cc",
 
17175
+                "//webrtc/modules/video_coding/rtt_filter.h",
 
17176
+                "//webrtc/modules/video_coding/session_info.cc",
 
17177
+                "//webrtc/modules/video_coding/session_info.h",
 
17178
+                "//webrtc/modules/video_coding/timestamp_map.cc",
 
17179
+                "//webrtc/modules/video_coding/timestamp_map.h",
 
17180
+                "//webrtc/modules/video_coding/timing.cc",
 
17181
+                "//webrtc/modules/video_coding/timing.h",
 
17182
+                "//webrtc/modules/video_coding/video_codec_initializer.cc",
 
17183
+                "//webrtc/modules/video_coding/video_coding_impl.cc",
 
17184
+                "//webrtc/modules/video_coding/video_coding_impl.h",
 
17185
+                "//webrtc/modules/video_coding/video_receiver.cc",
 
17186
+                "//webrtc/modules/video_coding/video_sender.cc"
 
17187
+            ],
 
17188
+            "type": "static_library"
 
17189
+        },
 
17190
+        "//webrtc/modules/video_coding:video_coding_utility": {
 
17191
+            "cflags": [
 
17192
+                "-fno-strict-aliasing",
 
17193
+                "--param=ssp-buffer-size=4",
 
17194
+                "-fstack-protector",
 
17195
+                "-Wno-builtin-macro-redefined",
 
17196
+                "-D__DATE__=",
 
17197
+                "-D__TIME__=",
 
17198
+                "-D__TIMESTAMP__=",
 
17199
+                "-funwind-tables",
 
17200
+                "-fPIC",
 
17201
+                "-pipe",
 
17202
+                "-fcolor-diagnostics",
 
17203
+                "--target=arm-linux-gnueabihf",
 
17204
+                "-march=armv7-a",
 
17205
+                "-mfloat-abi=hard",
 
17206
+                "-mtune=generic-armv7-a",
 
17207
+                "-pthread",
 
17208
+                "-mfpu=neon",
 
17209
+                "-mthumb",
 
17210
+                "-Wall",
 
17211
+                "-Werror",
 
17212
+                "-Wextra",
 
17213
+                "-Wno-missing-field-initializers",
 
17214
+                "-Wno-unused-parameter",
 
17215
+                "-Wno-c++11-narrowing",
 
17216
+                "-Wno-covered-switch-default",
 
17217
+                "-Wno-unneeded-internal-declaration",
 
17218
+                "-Wno-inconsistent-missing-override",
 
17219
+                "-Wno-undefined-var-template",
 
17220
+                "-Wno-nonportable-include-path",
 
17221
+                "-Wno-address-of-packed-member",
 
17222
+                "-Wno-unused-lambda-capture",
 
17223
+                "-Wno-user-defined-warnings",
 
17224
+                "-O2",
 
17225
+                "-fno-ident",
 
17226
+                "-fdata-sections",
 
17227
+                "-ffunction-sections",
 
17228
+                "-fomit-frame-pointer",
 
17229
+                "-g0",
 
17230
+                "-fvisibility=hidden",
 
17231
+                "-Wheader-hygiene",
 
17232
+                "-Wstring-conversion",
 
17233
+                "-Wtautological-overlap-compare",
 
17234
+                "-Wextra",
 
17235
+                "-Wno-unused-parameter",
 
17236
+                "-Wno-missing-field-initializers",
 
17237
+                "-Wno-strict-overflow",
 
17238
+                "-Wimplicit-fallthrough",
 
17239
+                "-Wthread-safety",
 
17240
+                "-Winconsistent-missing-override",
 
17241
+                "-Wundef"
 
17242
+            ],
 
17243
+            "defines": [
 
17244
+                "V8_DEPRECATION_WARNINGS",
 
17245
+                "USE_NSS_CERTS=1",
 
17246
+                "USE_X11=1",
 
17247
+                "CHROMIUM_BUILD",
 
17248
+                "_FILE_OFFSET_BITS=64",
 
17249
+                "NDEBUG",
 
17250
+                "NVALGRIND",
 
17251
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17252
+                "WEBRTC_RESTRICT_LOGGING",
 
17253
+                "EXPAT_RELATIVE_PATH",
 
17254
+                "WEBRTC_ARCH_ARM",
 
17255
+                "WEBRTC_ARCH_ARM_V7",
 
17256
+                "WEBRTC_HAS_NEON",
 
17257
+                "WEBRTC_MOZILLA_BUILD",
 
17258
+                "WEBRTC_POSIX",
 
17259
+                "WEBRTC_LINUX",
 
17260
+                "WEBRTC_BUILD_LIBEVENT"
 
17261
+            ],
 
17262
+            "deps": [
 
17263
+                "//webrtc:webrtc_common",
 
17264
+                "//webrtc/base:rtc_base_approved",
 
17265
+                "//webrtc/base:rtc_numerics",
 
17266
+                "//webrtc/common_video:common_video",
 
17267
+                "//webrtc/system_wrappers:system_wrappers"
 
17268
+            ],
 
17269
+            "include_dirs": [
 
17270
+                "//",
 
17271
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
17272
+                "//webrtc/common_video/include/",
 
17273
+                "//webrtc/common_video/libyuv/include/"
 
17274
+            ],
 
17275
+            "libs": [
 
17276
+                "rt"
 
17277
+            ],
 
17278
+            "sources": [
 
17279
+                "//webrtc/modules/video_coding/utility/default_video_bitrate_allocator.cc",
 
17280
+                "//webrtc/modules/video_coding/utility/default_video_bitrate_allocator.h",
 
17281
+                "//webrtc/modules/video_coding/utility/frame_dropper.cc",
 
17282
+                "//webrtc/modules/video_coding/utility/frame_dropper.h",
 
17283
+                "//webrtc/modules/video_coding/utility/ivf_file_writer.cc",
 
17284
+                "//webrtc/modules/video_coding/utility/ivf_file_writer.h",
 
17285
+                "//webrtc/modules/video_coding/utility/moving_average.cc",
 
17286
+                "//webrtc/modules/video_coding/utility/moving_average.h",
 
17287
+                "//webrtc/modules/video_coding/utility/qp_parser.cc",
 
17288
+                "//webrtc/modules/video_coding/utility/qp_parser.h",
 
17289
+                "//webrtc/modules/video_coding/utility/quality_scaler.cc",
 
17290
+                "//webrtc/modules/video_coding/utility/quality_scaler.h",
 
17291
+                "//webrtc/modules/video_coding/utility/simulcast_rate_allocator.cc",
 
17292
+                "//webrtc/modules/video_coding/utility/simulcast_rate_allocator.h",
 
17293
+                "//webrtc/modules/video_coding/utility/vp8_header_parser.cc",
 
17294
+                "//webrtc/modules/video_coding/utility/vp8_header_parser.h"
 
17295
+            ],
 
17296
+            "type": "static_library"
 
17297
+        },
 
17298
+        "//webrtc/modules/video_coding:webrtc_h264": {
 
17299
+            "cflags": [
 
17300
+                "-fno-strict-aliasing",
 
17301
+                "--param=ssp-buffer-size=4",
 
17302
+                "-fstack-protector",
 
17303
+                "-Wno-builtin-macro-redefined",
 
17304
+                "-D__DATE__=",
 
17305
+                "-D__TIME__=",
 
17306
+                "-D__TIMESTAMP__=",
 
17307
+                "-funwind-tables",
 
17308
+                "-fPIC",
 
17309
+                "-pipe",
 
17310
+                "-fcolor-diagnostics",
 
17311
+                "--target=arm-linux-gnueabihf",
 
17312
+                "-march=armv7-a",
 
17313
+                "-mfloat-abi=hard",
 
17314
+                "-mtune=generic-armv7-a",
 
17315
+                "-pthread",
 
17316
+                "-mfpu=neon",
 
17317
+                "-mthumb",
 
17318
+                "-Wall",
 
17319
+                "-Werror",
 
17320
+                "-Wextra",
 
17321
+                "-Wno-missing-field-initializers",
 
17322
+                "-Wno-unused-parameter",
 
17323
+                "-Wno-c++11-narrowing",
 
17324
+                "-Wno-covered-switch-default",
 
17325
+                "-Wno-unneeded-internal-declaration",
 
17326
+                "-Wno-inconsistent-missing-override",
 
17327
+                "-Wno-undefined-var-template",
 
17328
+                "-Wno-nonportable-include-path",
 
17329
+                "-Wno-address-of-packed-member",
 
17330
+                "-Wno-unused-lambda-capture",
 
17331
+                "-Wno-user-defined-warnings",
 
17332
+                "-O2",
 
17333
+                "-fno-ident",
 
17334
+                "-fdata-sections",
 
17335
+                "-ffunction-sections",
 
17336
+                "-fomit-frame-pointer",
 
17337
+                "-g0",
 
17338
+                "-fvisibility=hidden",
 
17339
+                "-Wheader-hygiene",
 
17340
+                "-Wstring-conversion",
 
17341
+                "-Wtautological-overlap-compare",
 
17342
+                "-Wextra",
 
17343
+                "-Wno-unused-parameter",
 
17344
+                "-Wno-missing-field-initializers",
 
17345
+                "-Wno-strict-overflow",
 
17346
+                "-Wimplicit-fallthrough",
 
17347
+                "-Wthread-safety",
 
17348
+                "-Winconsistent-missing-override",
 
17349
+                "-Wundef"
 
17350
+            ],
 
17351
+            "defines": [
 
17352
+                "V8_DEPRECATION_WARNINGS",
 
17353
+                "USE_NSS_CERTS=1",
 
17354
+                "USE_X11=1",
 
17355
+                "CHROMIUM_BUILD",
 
17356
+                "_FILE_OFFSET_BITS=64",
 
17357
+                "NDEBUG",
 
17358
+                "NVALGRIND",
 
17359
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17360
+                "WEBRTC_RESTRICT_LOGGING",
 
17361
+                "EXPAT_RELATIVE_PATH",
 
17362
+                "WEBRTC_ARCH_ARM",
 
17363
+                "WEBRTC_ARCH_ARM_V7",
 
17364
+                "WEBRTC_HAS_NEON",
 
17365
+                "WEBRTC_MOZILLA_BUILD",
 
17366
+                "WEBRTC_POSIX",
 
17367
+                "WEBRTC_LINUX",
 
17368
+                "WEBRTC_BUILD_LIBEVENT"
 
17369
+            ],
 
17370
+            "deps": [
 
17371
+                "//webrtc/base:rtc_base_approved",
 
17372
+                "//webrtc/modules/video_coding:video_coding_utility",
 
17373
+                "//webrtc/system_wrappers:system_wrappers"
 
17374
+            ],
 
17375
+            "include_dirs": [
 
17376
+                "//",
 
17377
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
17378
+            ],
 
17379
+            "libs": [
 
17380
+                "rt"
 
17381
+            ],
 
17382
+            "sources": [
 
17383
+                "//webrtc/modules/video_coding/codecs/h264/h264.cc",
 
17384
+                "//webrtc/modules/video_coding/codecs/h264/include/h264.h"
 
17385
+            ],
 
17386
+            "type": "static_library"
 
17387
+        },
 
17388
+        "//webrtc/modules/video_coding:webrtc_i420": {
 
17389
+            "cflags": [
 
17390
+                "-fno-strict-aliasing",
 
17391
+                "--param=ssp-buffer-size=4",
 
17392
+                "-fstack-protector",
 
17393
+                "-Wno-builtin-macro-redefined",
 
17394
+                "-D__DATE__=",
 
17395
+                "-D__TIME__=",
 
17396
+                "-D__TIMESTAMP__=",
 
17397
+                "-funwind-tables",
 
17398
+                "-fPIC",
 
17399
+                "-pipe",
 
17400
+                "-fcolor-diagnostics",
 
17401
+                "--target=arm-linux-gnueabihf",
 
17402
+                "-march=armv7-a",
 
17403
+                "-mfloat-abi=hard",
 
17404
+                "-mtune=generic-armv7-a",
 
17405
+                "-pthread",
 
17406
+                "-mfpu=neon",
 
17407
+                "-mthumb",
 
17408
+                "-Wall",
 
17409
+                "-Werror",
 
17410
+                "-Wextra",
 
17411
+                "-Wno-missing-field-initializers",
 
17412
+                "-Wno-unused-parameter",
 
17413
+                "-Wno-c++11-narrowing",
 
17414
+                "-Wno-covered-switch-default",
 
17415
+                "-Wno-unneeded-internal-declaration",
 
17416
+                "-Wno-inconsistent-missing-override",
 
17417
+                "-Wno-undefined-var-template",
 
17418
+                "-Wno-nonportable-include-path",
 
17419
+                "-Wno-address-of-packed-member",
 
17420
+                "-Wno-unused-lambda-capture",
 
17421
+                "-Wno-user-defined-warnings",
 
17422
+                "-O2",
 
17423
+                "-fno-ident",
 
17424
+                "-fdata-sections",
 
17425
+                "-ffunction-sections",
 
17426
+                "-fomit-frame-pointer",
 
17427
+                "-g0",
 
17428
+                "-fvisibility=hidden",
 
17429
+                "-Wheader-hygiene",
 
17430
+                "-Wstring-conversion",
 
17431
+                "-Wtautological-overlap-compare",
 
17432
+                "-Wextra",
 
17433
+                "-Wno-unused-parameter",
 
17434
+                "-Wno-missing-field-initializers",
 
17435
+                "-Wno-strict-overflow",
 
17436
+                "-Wimplicit-fallthrough",
 
17437
+                "-Wthread-safety",
 
17438
+                "-Winconsistent-missing-override",
 
17439
+                "-Wundef"
 
17440
+            ],
 
17441
+            "defines": [
 
17442
+                "V8_DEPRECATION_WARNINGS",
 
17443
+                "USE_NSS_CERTS=1",
 
17444
+                "USE_X11=1",
 
17445
+                "CHROMIUM_BUILD",
 
17446
+                "_FILE_OFFSET_BITS=64",
 
17447
+                "NDEBUG",
 
17448
+                "NVALGRIND",
 
17449
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17450
+                "WEBRTC_RESTRICT_LOGGING",
 
17451
+                "EXPAT_RELATIVE_PATH",
 
17452
+                "WEBRTC_ARCH_ARM",
 
17453
+                "WEBRTC_ARCH_ARM_V7",
 
17454
+                "WEBRTC_HAS_NEON",
 
17455
+                "WEBRTC_MOZILLA_BUILD",
 
17456
+                "WEBRTC_POSIX",
 
17457
+                "WEBRTC_LINUX",
 
17458
+                "WEBRTC_BUILD_LIBEVENT"
 
17459
+            ],
 
17460
+            "deps": [
 
17461
+                "//webrtc:webrtc_common",
 
17462
+                "//webrtc/base:rtc_base_approved",
 
17463
+                "//webrtc/common_video:common_video",
 
17464
+                "//webrtc/system_wrappers:system_wrappers"
 
17465
+            ],
 
17466
+            "include_dirs": [
 
17467
+                "//",
 
17468
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
17469
+                "//webrtc/common_video/include/",
 
17470
+                "//webrtc/common_video/libyuv/include/"
 
17471
+            ],
 
17472
+            "libs": [
 
17473
+                "rt"
 
17474
+            ],
 
17475
+            "sources": [
 
17476
+                "//webrtc/modules/video_coding/codecs/i420/i420.cc",
 
17477
+                "//webrtc/modules/video_coding/codecs/i420/include/i420.h"
 
17478
+            ],
 
17479
+            "type": "static_library"
 
17480
+        },
 
17481
+        "//webrtc/modules/video_coding:webrtc_vp8": {
 
17482
+            "cflags": [
 
17483
+                "-fno-strict-aliasing",
 
17484
+                "--param=ssp-buffer-size=4",
 
17485
+                "-fstack-protector",
 
17486
+                "-Wno-builtin-macro-redefined",
 
17487
+                "-D__DATE__=",
 
17488
+                "-D__TIME__=",
 
17489
+                "-D__TIMESTAMP__=",
 
17490
+                "-funwind-tables",
 
17491
+                "-fPIC",
 
17492
+                "-pipe",
 
17493
+                "-fcolor-diagnostics",
 
17494
+                "--target=arm-linux-gnueabihf",
 
17495
+                "-march=armv7-a",
 
17496
+                "-mfloat-abi=hard",
 
17497
+                "-mtune=generic-armv7-a",
 
17498
+                "-pthread",
 
17499
+                "-mfpu=neon",
 
17500
+                "-mthumb",
 
17501
+                "-Wall",
 
17502
+                "-Werror",
 
17503
+                "-Wextra",
 
17504
+                "-Wno-missing-field-initializers",
 
17505
+                "-Wno-unused-parameter",
 
17506
+                "-Wno-c++11-narrowing",
 
17507
+                "-Wno-covered-switch-default",
 
17508
+                "-Wno-unneeded-internal-declaration",
 
17509
+                "-Wno-inconsistent-missing-override",
 
17510
+                "-Wno-undefined-var-template",
 
17511
+                "-Wno-nonportable-include-path",
 
17512
+                "-Wno-address-of-packed-member",
 
17513
+                "-Wno-unused-lambda-capture",
 
17514
+                "-Wno-user-defined-warnings",
 
17515
+                "-O2",
 
17516
+                "-fno-ident",
 
17517
+                "-fdata-sections",
 
17518
+                "-ffunction-sections",
 
17519
+                "-fomit-frame-pointer",
 
17520
+                "-g0",
 
17521
+                "-fvisibility=hidden",
 
17522
+                "-Wheader-hygiene",
 
17523
+                "-Wstring-conversion",
 
17524
+                "-Wtautological-overlap-compare",
 
17525
+                "-Wextra",
 
17526
+                "-Wno-unused-parameter",
 
17527
+                "-Wno-missing-field-initializers",
 
17528
+                "-Wno-strict-overflow",
 
17529
+                "-Wimplicit-fallthrough",
 
17530
+                "-Wthread-safety",
 
17531
+                "-Winconsistent-missing-override",
 
17532
+                "-Wundef"
 
17533
+            ],
 
17534
+            "defines": [
 
17535
+                "V8_DEPRECATION_WARNINGS",
 
17536
+                "USE_NSS_CERTS=1",
 
17537
+                "USE_X11=1",
 
17538
+                "CHROMIUM_BUILD",
 
17539
+                "_FILE_OFFSET_BITS=64",
 
17540
+                "NDEBUG",
 
17541
+                "NVALGRIND",
 
17542
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17543
+                "WEBRTC_RESTRICT_LOGGING",
 
17544
+                "EXPAT_RELATIVE_PATH",
 
17545
+                "WEBRTC_ARCH_ARM",
 
17546
+                "WEBRTC_ARCH_ARM_V7",
 
17547
+                "WEBRTC_HAS_NEON",
 
17548
+                "WEBRTC_MOZILLA_BUILD",
 
17549
+                "WEBRTC_POSIX",
 
17550
+                "WEBRTC_LINUX",
 
17551
+                "WEBRTC_BUILD_LIBEVENT"
 
17552
+            ],
 
17553
+            "deps": [
 
17554
+                "//webrtc:webrtc_common",
 
17555
+                "//webrtc/base:rtc_base_approved",
 
17556
+                "//webrtc/common_video:common_video",
 
17557
+                "//webrtc/modules/video_coding:video_coding_utility",
 
17558
+                "//webrtc/system_wrappers:system_wrappers"
 
17559
+            ],
 
17560
+            "include_dirs": [
 
17561
+                "/media/libyuv/libyuv/include/",
 
17562
+                "//",
 
17563
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
17564
+                "//webrtc/common_video/include/",
 
17565
+                "//webrtc/common_video/libyuv/include/"
 
17566
+            ],
 
17567
+            "libs": [
 
17568
+                "rt"
 
17569
+            ],
 
17570
+            "sources": [
 
17571
+                "//webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.cc",
 
17572
+                "//webrtc/modules/video_coding/codecs/vp8/default_temporal_layers.h",
 
17573
+                "//webrtc/modules/video_coding/codecs/vp8/include/vp8.h",
 
17574
+                "//webrtc/modules/video_coding/codecs/vp8/include/vp8_common_types.h",
 
17575
+                "//webrtc/modules/video_coding/codecs/vp8/realtime_temporal_layers.cc",
 
17576
+                "//webrtc/modules/video_coding/codecs/vp8/reference_picture_selection.cc",
 
17577
+                "//webrtc/modules/video_coding/codecs/vp8/reference_picture_selection.h",
 
17578
+                "//webrtc/modules/video_coding/codecs/vp8/screenshare_layers.cc",
 
17579
+                "//webrtc/modules/video_coding/codecs/vp8/screenshare_layers.h",
 
17580
+                "//webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.cc",
 
17581
+                "//webrtc/modules/video_coding/codecs/vp8/simulcast_encoder_adapter.h",
 
17582
+                "//webrtc/modules/video_coding/codecs/vp8/temporal_layers.h",
 
17583
+                "//webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc",
 
17584
+                "//webrtc/modules/video_coding/codecs/vp8/vp8_impl.h"
 
17585
+            ],
 
17586
+            "type": "static_library"
 
17587
+        },
 
17588
+        "//webrtc/modules/video_coding:webrtc_vp9": {
 
17589
+            "cflags": [
 
17590
+                "-fno-strict-aliasing",
 
17591
+                "--param=ssp-buffer-size=4",
 
17592
+                "-fstack-protector",
 
17593
+                "-Wno-builtin-macro-redefined",
 
17594
+                "-D__DATE__=",
 
17595
+                "-D__TIME__=",
 
17596
+                "-D__TIMESTAMP__=",
 
17597
+                "-funwind-tables",
 
17598
+                "-fPIC",
 
17599
+                "-pipe",
 
17600
+                "-fcolor-diagnostics",
 
17601
+                "--target=arm-linux-gnueabihf",
 
17602
+                "-march=armv7-a",
 
17603
+                "-mfloat-abi=hard",
 
17604
+                "-mtune=generic-armv7-a",
 
17605
+                "-pthread",
 
17606
+                "-mfpu=neon",
 
17607
+                "-mthumb",
 
17608
+                "-Wall",
 
17609
+                "-Werror",
 
17610
+                "-Wextra",
 
17611
+                "-Wno-missing-field-initializers",
 
17612
+                "-Wno-unused-parameter",
 
17613
+                "-Wno-c++11-narrowing",
 
17614
+                "-Wno-covered-switch-default",
 
17615
+                "-Wno-unneeded-internal-declaration",
 
17616
+                "-Wno-inconsistent-missing-override",
 
17617
+                "-Wno-undefined-var-template",
 
17618
+                "-Wno-nonportable-include-path",
 
17619
+                "-Wno-address-of-packed-member",
 
17620
+                "-Wno-unused-lambda-capture",
 
17621
+                "-Wno-user-defined-warnings",
 
17622
+                "-O2",
 
17623
+                "-fno-ident",
 
17624
+                "-fdata-sections",
 
17625
+                "-ffunction-sections",
 
17626
+                "-fomit-frame-pointer",
 
17627
+                "-g0",
 
17628
+                "-fvisibility=hidden",
 
17629
+                "-Wheader-hygiene",
 
17630
+                "-Wstring-conversion",
 
17631
+                "-Wtautological-overlap-compare",
 
17632
+                "-Wextra",
 
17633
+                "-Wno-unused-parameter",
 
17634
+                "-Wno-missing-field-initializers",
 
17635
+                "-Wno-strict-overflow",
 
17636
+                "-Wimplicit-fallthrough",
 
17637
+                "-Wthread-safety",
 
17638
+                "-Winconsistent-missing-override",
 
17639
+                "-Wundef"
 
17640
+            ],
 
17641
+            "defines": [
 
17642
+                "V8_DEPRECATION_WARNINGS",
 
17643
+                "USE_NSS_CERTS=1",
 
17644
+                "USE_X11=1",
 
17645
+                "CHROMIUM_BUILD",
 
17646
+                "_FILE_OFFSET_BITS=64",
 
17647
+                "NDEBUG",
 
17648
+                "NVALGRIND",
 
17649
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17650
+                "WEBRTC_RESTRICT_LOGGING",
 
17651
+                "EXPAT_RELATIVE_PATH",
 
17652
+                "WEBRTC_ARCH_ARM",
 
17653
+                "WEBRTC_ARCH_ARM_V7",
 
17654
+                "WEBRTC_HAS_NEON",
 
17655
+                "WEBRTC_MOZILLA_BUILD",
 
17656
+                "WEBRTC_POSIX",
 
17657
+                "WEBRTC_LINUX",
 
17658
+                "WEBRTC_BUILD_LIBEVENT"
 
17659
+            ],
 
17660
+            "deps": [
 
17661
+                "//webrtc/base:rtc_base_approved",
 
17662
+                "//webrtc/common_video:common_video",
 
17663
+                "//webrtc/modules/video_coding:video_coding_utility",
 
17664
+                "//webrtc/system_wrappers:system_wrappers"
 
17665
+            ],
 
17666
+            "include_dirs": [
 
17667
+                "//",
 
17668
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
17669
+                "//webrtc/common_video/include/",
 
17670
+                "//webrtc/common_video/libyuv/include/"
 
17671
+            ],
 
17672
+            "libs": [
 
17673
+                "rt"
 
17674
+            ],
 
17675
+            "sources": [
 
17676
+                "//webrtc/modules/video_coding/codecs/vp9/include/vp9.h",
 
17677
+                "//webrtc/modules/video_coding/codecs/vp9/screenshare_layers.cc",
 
17678
+                "//webrtc/modules/video_coding/codecs/vp9/screenshare_layers.h",
 
17679
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
 
17680
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h",
 
17681
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc",
 
17682
+                "//webrtc/modules/video_coding/codecs/vp9/vp9_impl.h"
 
17683
+            ],
 
17684
+            "type": "static_library"
 
17685
+        },
 
17686
+        "//webrtc/modules/video_processing:video_processing": {
 
17687
+            "cflags": [
 
17688
+                "-fno-strict-aliasing",
 
17689
+                "--param=ssp-buffer-size=4",
 
17690
+                "-fstack-protector",
 
17691
+                "-Wno-builtin-macro-redefined",
 
17692
+                "-D__DATE__=",
 
17693
+                "-D__TIME__=",
 
17694
+                "-D__TIMESTAMP__=",
 
17695
+                "-funwind-tables",
 
17696
+                "-fPIC",
 
17697
+                "-pipe",
 
17698
+                "-fcolor-diagnostics",
 
17699
+                "--target=arm-linux-gnueabihf",
 
17700
+                "-march=armv7-a",
 
17701
+                "-mfloat-abi=hard",
 
17702
+                "-mtune=generic-armv7-a",
 
17703
+                "-pthread",
 
17704
+                "-mfpu=neon",
 
17705
+                "-mthumb",
 
17706
+                "-Wall",
 
17707
+                "-Werror",
 
17708
+                "-Wextra",
 
17709
+                "-Wno-missing-field-initializers",
 
17710
+                "-Wno-unused-parameter",
 
17711
+                "-Wno-c++11-narrowing",
 
17712
+                "-Wno-covered-switch-default",
 
17713
+                "-Wno-unneeded-internal-declaration",
 
17714
+                "-Wno-inconsistent-missing-override",
 
17715
+                "-Wno-undefined-var-template",
 
17716
+                "-Wno-nonportable-include-path",
 
17717
+                "-Wno-address-of-packed-member",
 
17718
+                "-Wno-unused-lambda-capture",
 
17719
+                "-Wno-user-defined-warnings",
 
17720
+                "-O2",
 
17721
+                "-fno-ident",
 
17722
+                "-fdata-sections",
 
17723
+                "-ffunction-sections",
 
17724
+                "-fomit-frame-pointer",
 
17725
+                "-g0",
 
17726
+                "-fvisibility=hidden",
 
17727
+                "-Wheader-hygiene",
 
17728
+                "-Wstring-conversion",
 
17729
+                "-Wtautological-overlap-compare",
 
17730
+                "-Wextra",
 
17731
+                "-Wno-unused-parameter",
 
17732
+                "-Wno-missing-field-initializers",
 
17733
+                "-Wno-strict-overflow",
 
17734
+                "-Wimplicit-fallthrough",
 
17735
+                "-Wthread-safety",
 
17736
+                "-Winconsistent-missing-override",
 
17737
+                "-Wundef"
 
17738
+            ],
 
17739
+            "defines": [
 
17740
+                "V8_DEPRECATION_WARNINGS",
 
17741
+                "USE_NSS_CERTS=1",
 
17742
+                "USE_X11=1",
 
17743
+                "CHROMIUM_BUILD",
 
17744
+                "_FILE_OFFSET_BITS=64",
 
17745
+                "NDEBUG",
 
17746
+                "NVALGRIND",
 
17747
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17748
+                "WEBRTC_RESTRICT_LOGGING",
 
17749
+                "EXPAT_RELATIVE_PATH",
 
17750
+                "WEBRTC_ARCH_ARM",
 
17751
+                "WEBRTC_ARCH_ARM_V7",
 
17752
+                "WEBRTC_HAS_NEON",
 
17753
+                "WEBRTC_MOZILLA_BUILD",
 
17754
+                "WEBRTC_POSIX",
 
17755
+                "WEBRTC_LINUX",
 
17756
+                "WEBRTC_BUILD_LIBEVENT"
 
17757
+            ],
 
17758
+            "deps": [
 
17759
+                "//webrtc/base:rtc_base_approved",
 
17760
+                "//webrtc/common_audio:common_audio",
 
17761
+                "//webrtc/common_video:common_video",
 
17762
+                "//webrtc/modules/utility:utility",
 
17763
+                "//webrtc/modules/video_processing:video_processing_neon",
 
17764
+                "//webrtc/system_wrappers:system_wrappers"
 
17765
+            ],
 
17766
+            "include_dirs": [
 
17767
+                "/media/libyuv/libyuv/include/",
 
17768
+                "//",
 
17769
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
17770
+                "//webrtc/common_audio/resampler/include/",
 
17771
+                "//webrtc/common_audio/signal_processing/include/",
 
17772
+                "//webrtc/common_audio/vad/include/",
 
17773
+                "//webrtc/common_video/include/",
 
17774
+                "//webrtc/common_video/libyuv/include/"
 
17775
+            ],
 
17776
+            "libs": [
 
17777
+                "rt"
 
17778
+            ],
 
17779
+            "sources": [
 
17780
+                "//webrtc/modules/video_processing/util/denoiser_filter.cc",
 
17781
+                "//webrtc/modules/video_processing/util/denoiser_filter.h",
 
17782
+                "//webrtc/modules/video_processing/util/denoiser_filter_c.cc",
 
17783
+                "//webrtc/modules/video_processing/util/denoiser_filter_c.h",
 
17784
+                "//webrtc/modules/video_processing/util/noise_estimation.cc",
 
17785
+                "//webrtc/modules/video_processing/util/noise_estimation.h",
 
17786
+                "//webrtc/modules/video_processing/util/skin_detection.cc",
 
17787
+                "//webrtc/modules/video_processing/util/skin_detection.h",
 
17788
+                "//webrtc/modules/video_processing/video_denoiser.cc",
 
17789
+                "//webrtc/modules/video_processing/video_denoiser.h"
 
17790
+            ],
 
17791
+            "type": "static_library"
 
17792
+        },
 
17793
+        "//webrtc/modules/video_processing:video_processing_neon": {
 
17794
+            "cflags": [
 
17795
+                "-mfpu=neon",
 
17796
+                "-fno-strict-aliasing",
 
17797
+                "--param=ssp-buffer-size=4",
 
17798
+                "-fstack-protector",
 
17799
+                "-Wno-builtin-macro-redefined",
 
17800
+                "-D__DATE__=",
 
17801
+                "-D__TIME__=",
 
17802
+                "-D__TIMESTAMP__=",
 
17803
+                "-funwind-tables",
 
17804
+                "-fPIC",
 
17805
+                "-pipe",
 
17806
+                "-fcolor-diagnostics",
 
17807
+                "--target=arm-linux-gnueabihf",
 
17808
+                "-march=armv7-a",
 
17809
+                "-mfloat-abi=hard",
 
17810
+                "-mtune=generic-armv7-a",
 
17811
+                "-pthread",
 
17812
+                "-mthumb",
 
17813
+                "-Wall",
 
17814
+                "-Werror",
 
17815
+                "-Wextra",
 
17816
+                "-Wno-missing-field-initializers",
 
17817
+                "-Wno-unused-parameter",
 
17818
+                "-Wno-c++11-narrowing",
 
17819
+                "-Wno-covered-switch-default",
 
17820
+                "-Wno-unneeded-internal-declaration",
 
17821
+                "-Wno-inconsistent-missing-override",
 
17822
+                "-Wno-undefined-var-template",
 
17823
+                "-Wno-nonportable-include-path",
 
17824
+                "-Wno-address-of-packed-member",
 
17825
+                "-Wno-unused-lambda-capture",
 
17826
+                "-Wno-user-defined-warnings",
 
17827
+                "-O2",
 
17828
+                "-fno-ident",
 
17829
+                "-fdata-sections",
 
17830
+                "-ffunction-sections",
 
17831
+                "-fomit-frame-pointer",
 
17832
+                "-g0",
 
17833
+                "-fvisibility=hidden",
 
17834
+                "-Xclang",
 
17835
+                "-load",
 
17836
+                "-Xclang",
 
17837
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
17838
+                "-Xclang",
 
17839
+                "-add-plugin",
 
17840
+                "-Xclang",
 
17841
+                "find-bad-constructs",
 
17842
+                "-Xclang",
 
17843
+                "-plugin-arg-find-bad-constructs",
 
17844
+                "-Xclang",
 
17845
+                "check-auto-raw-pointer",
 
17846
+                "-Xclang",
 
17847
+                "-plugin-arg-find-bad-constructs",
 
17848
+                "-Xclang",
 
17849
+                "check-ipc",
 
17850
+                "-Wheader-hygiene",
 
17851
+                "-Wstring-conversion",
 
17852
+                "-Wtautological-overlap-compare",
 
17853
+                "-Wextra",
 
17854
+                "-Wno-unused-parameter",
 
17855
+                "-Wno-missing-field-initializers",
 
17856
+                "-Wno-strict-overflow",
 
17857
+                "-Wimplicit-fallthrough",
 
17858
+                "-Wthread-safety",
 
17859
+                "-Winconsistent-missing-override",
 
17860
+                "-Wundef"
 
17861
+            ],
 
17862
+            "defines": [
 
17863
+                "V8_DEPRECATION_WARNINGS",
 
17864
+                "USE_NSS_CERTS=1",
 
17865
+                "USE_X11=1",
 
17866
+                "CHROMIUM_BUILD",
 
17867
+                "_FILE_OFFSET_BITS=64",
 
17868
+                "NDEBUG",
 
17869
+                "NVALGRIND",
 
17870
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17871
+                "WEBRTC_RESTRICT_LOGGING",
 
17872
+                "EXPAT_RELATIVE_PATH",
 
17873
+                "WEBRTC_ARCH_ARM",
 
17874
+                "WEBRTC_ARCH_ARM_V7",
 
17875
+                "WEBRTC_HAS_NEON",
 
17876
+                "WEBRTC_MOZILLA_BUILD",
 
17877
+                "WEBRTC_POSIX",
 
17878
+                "WEBRTC_LINUX"
 
17879
+            ],
 
17880
+            "deps": [],
 
17881
+            "include_dirs": [
 
17882
+                "//",
 
17883
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
17884
+            ],
 
17885
+            "libs": [],
 
17886
+            "sources": [
 
17887
+                "//webrtc/modules/video_processing/util/denoiser_filter_neon.cc",
 
17888
+                "//webrtc/modules/video_processing/util/denoiser_filter_neon.h"
 
17889
+            ],
 
17890
+            "type": "static_library"
 
17891
+        },
 
17892
+        "//webrtc/system_wrappers:field_trial_default": {
 
17893
+            "cflags": [
 
17894
+                "-fno-strict-aliasing",
 
17895
+                "--param=ssp-buffer-size=4",
 
17896
+                "-fstack-protector",
 
17897
+                "-Wno-builtin-macro-redefined",
 
17898
+                "-D__DATE__=",
 
17899
+                "-D__TIME__=",
 
17900
+                "-D__TIMESTAMP__=",
 
17901
+                "-funwind-tables",
 
17902
+                "-fPIC",
 
17903
+                "-pipe",
 
17904
+                "-fcolor-diagnostics",
 
17905
+                "--target=arm-linux-gnueabihf",
 
17906
+                "-march=armv7-a",
 
17907
+                "-mfloat-abi=hard",
 
17908
+                "-mtune=generic-armv7-a",
 
17909
+                "-pthread",
 
17910
+                "-mfpu=neon",
 
17911
+                "-mthumb",
 
17912
+                "-Wall",
 
17913
+                "-Werror",
 
17914
+                "-Wextra",
 
17915
+                "-Wno-missing-field-initializers",
 
17916
+                "-Wno-unused-parameter",
 
17917
+                "-Wno-c++11-narrowing",
 
17918
+                "-Wno-covered-switch-default",
 
17919
+                "-Wno-unneeded-internal-declaration",
 
17920
+                "-Wno-inconsistent-missing-override",
 
17921
+                "-Wno-undefined-var-template",
 
17922
+                "-Wno-nonportable-include-path",
 
17923
+                "-Wno-address-of-packed-member",
 
17924
+                "-Wno-unused-lambda-capture",
 
17925
+                "-Wno-user-defined-warnings",
 
17926
+                "-O2",
 
17927
+                "-fno-ident",
 
17928
+                "-fdata-sections",
 
17929
+                "-ffunction-sections",
 
17930
+                "-fomit-frame-pointer",
 
17931
+                "-g0",
 
17932
+                "-fvisibility=hidden",
 
17933
+                "-Xclang",
 
17934
+                "-load",
 
17935
+                "-Xclang",
 
17936
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
17937
+                "-Xclang",
 
17938
+                "-add-plugin",
 
17939
+                "-Xclang",
 
17940
+                "find-bad-constructs",
 
17941
+                "-Xclang",
 
17942
+                "-plugin-arg-find-bad-constructs",
 
17943
+                "-Xclang",
 
17944
+                "check-auto-raw-pointer",
 
17945
+                "-Xclang",
 
17946
+                "-plugin-arg-find-bad-constructs",
 
17947
+                "-Xclang",
 
17948
+                "check-ipc",
 
17949
+                "-Wheader-hygiene",
 
17950
+                "-Wstring-conversion",
 
17951
+                "-Wtautological-overlap-compare",
 
17952
+                "-Wextra",
 
17953
+                "-Wno-unused-parameter",
 
17954
+                "-Wno-missing-field-initializers",
 
17955
+                "-Wno-strict-overflow",
 
17956
+                "-Wimplicit-fallthrough",
 
17957
+                "-Wthread-safety",
 
17958
+                "-Winconsistent-missing-override",
 
17959
+                "-Wundef"
 
17960
+            ],
 
17961
+            "defines": [
 
17962
+                "V8_DEPRECATION_WARNINGS",
 
17963
+                "USE_NSS_CERTS=1",
 
17964
+                "USE_X11=1",
 
17965
+                "CHROMIUM_BUILD",
 
17966
+                "_FILE_OFFSET_BITS=64",
 
17967
+                "NDEBUG",
 
17968
+                "NVALGRIND",
 
17969
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
17970
+                "WEBRTC_RESTRICT_LOGGING",
 
17971
+                "EXPAT_RELATIVE_PATH",
 
17972
+                "WEBRTC_ARCH_ARM",
 
17973
+                "WEBRTC_ARCH_ARM_V7",
 
17974
+                "WEBRTC_HAS_NEON",
 
17975
+                "WEBRTC_MOZILLA_BUILD",
 
17976
+                "WEBRTC_POSIX",
 
17977
+                "WEBRTC_LINUX"
 
17978
+            ],
 
17979
+            "deps": [],
 
17980
+            "include_dirs": [
 
17981
+                "//",
 
17982
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
17983
+            ],
 
17984
+            "libs": [],
 
17985
+            "sources": [
 
17986
+                "//webrtc/system_wrappers/include/field_trial_default.h",
 
17987
+                "//webrtc/system_wrappers/source/field_trial_default.cc"
 
17988
+            ],
 
17989
+            "type": "static_library"
 
17990
+        },
 
17991
+        "//webrtc/system_wrappers:metrics_default": {
 
17992
+            "cflags": [
 
17993
+                "-fno-strict-aliasing",
 
17994
+                "--param=ssp-buffer-size=4",
 
17995
+                "-fstack-protector",
 
17996
+                "-Wno-builtin-macro-redefined",
 
17997
+                "-D__DATE__=",
 
17998
+                "-D__TIME__=",
 
17999
+                "-D__TIMESTAMP__=",
 
18000
+                "-funwind-tables",
 
18001
+                "-fPIC",
 
18002
+                "-pipe",
 
18003
+                "-fcolor-diagnostics",
 
18004
+                "--target=arm-linux-gnueabihf",
 
18005
+                "-march=armv7-a",
 
18006
+                "-mfloat-abi=hard",
 
18007
+                "-mtune=generic-armv7-a",
 
18008
+                "-pthread",
 
18009
+                "-mfpu=neon",
 
18010
+                "-mthumb",
 
18011
+                "-Wall",
 
18012
+                "-Werror",
 
18013
+                "-Wextra",
 
18014
+                "-Wno-missing-field-initializers",
 
18015
+                "-Wno-unused-parameter",
 
18016
+                "-Wno-c++11-narrowing",
 
18017
+                "-Wno-covered-switch-default",
 
18018
+                "-Wno-unneeded-internal-declaration",
 
18019
+                "-Wno-inconsistent-missing-override",
 
18020
+                "-Wno-undefined-var-template",
 
18021
+                "-Wno-nonportable-include-path",
 
18022
+                "-Wno-address-of-packed-member",
 
18023
+                "-Wno-unused-lambda-capture",
 
18024
+                "-Wno-user-defined-warnings",
 
18025
+                "-O2",
 
18026
+                "-fno-ident",
 
18027
+                "-fdata-sections",
 
18028
+                "-ffunction-sections",
 
18029
+                "-fomit-frame-pointer",
 
18030
+                "-g0",
 
18031
+                "-fvisibility=hidden",
 
18032
+                "-Xclang",
 
18033
+                "-load",
 
18034
+                "-Xclang",
 
18035
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
18036
+                "-Xclang",
 
18037
+                "-add-plugin",
 
18038
+                "-Xclang",
 
18039
+                "find-bad-constructs",
 
18040
+                "-Xclang",
 
18041
+                "-plugin-arg-find-bad-constructs",
 
18042
+                "-Xclang",
 
18043
+                "check-auto-raw-pointer",
 
18044
+                "-Xclang",
 
18045
+                "-plugin-arg-find-bad-constructs",
 
18046
+                "-Xclang",
 
18047
+                "check-ipc",
 
18048
+                "-Wheader-hygiene",
 
18049
+                "-Wstring-conversion",
 
18050
+                "-Wtautological-overlap-compare",
 
18051
+                "-Wextra",
 
18052
+                "-Wno-unused-parameter",
 
18053
+                "-Wno-missing-field-initializers",
 
18054
+                "-Wno-strict-overflow",
 
18055
+                "-Wimplicit-fallthrough",
 
18056
+                "-Wthread-safety",
 
18057
+                "-Winconsistent-missing-override",
 
18058
+                "-Wundef"
 
18059
+            ],
 
18060
+            "defines": [
 
18061
+                "V8_DEPRECATION_WARNINGS",
 
18062
+                "USE_NSS_CERTS=1",
 
18063
+                "USE_X11=1",
 
18064
+                "CHROMIUM_BUILD",
 
18065
+                "_FILE_OFFSET_BITS=64",
 
18066
+                "NDEBUG",
 
18067
+                "NVALGRIND",
 
18068
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18069
+                "WEBRTC_RESTRICT_LOGGING",
 
18070
+                "EXPAT_RELATIVE_PATH",
 
18071
+                "WEBRTC_ARCH_ARM",
 
18072
+                "WEBRTC_ARCH_ARM_V7",
 
18073
+                "WEBRTC_HAS_NEON",
 
18074
+                "WEBRTC_MOZILLA_BUILD",
 
18075
+                "WEBRTC_POSIX",
 
18076
+                "WEBRTC_LINUX"
 
18077
+            ],
 
18078
+            "deps": [],
 
18079
+            "include_dirs": [
 
18080
+                "//",
 
18081
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
18082
+            ],
 
18083
+            "libs": [],
 
18084
+            "sources": [
 
18085
+                "//webrtc/system_wrappers/include/metrics_default.h",
 
18086
+                "//webrtc/system_wrappers/source/metrics_default.cc"
 
18087
+            ],
 
18088
+            "type": "static_library"
 
18089
+        },
 
18090
+        "//webrtc/system_wrappers:system_wrappers": {
 
18091
+            "cflags": [
 
18092
+                "-fno-strict-aliasing",
 
18093
+                "--param=ssp-buffer-size=4",
 
18094
+                "-fstack-protector",
 
18095
+                "-Wno-builtin-macro-redefined",
 
18096
+                "-D__DATE__=",
 
18097
+                "-D__TIME__=",
 
18098
+                "-D__TIMESTAMP__=",
 
18099
+                "-funwind-tables",
 
18100
+                "-fPIC",
 
18101
+                "-pipe",
 
18102
+                "-fcolor-diagnostics",
 
18103
+                "--target=arm-linux-gnueabihf",
 
18104
+                "-march=armv7-a",
 
18105
+                "-mfloat-abi=hard",
 
18106
+                "-mtune=generic-armv7-a",
 
18107
+                "-pthread",
 
18108
+                "-mfpu=neon",
 
18109
+                "-mthumb",
 
18110
+                "-Wall",
 
18111
+                "-Werror",
 
18112
+                "-Wextra",
 
18113
+                "-Wno-missing-field-initializers",
 
18114
+                "-Wno-unused-parameter",
 
18115
+                "-Wno-c++11-narrowing",
 
18116
+                "-Wno-covered-switch-default",
 
18117
+                "-Wno-unneeded-internal-declaration",
 
18118
+                "-Wno-inconsistent-missing-override",
 
18119
+                "-Wno-undefined-var-template",
 
18120
+                "-Wno-nonportable-include-path",
 
18121
+                "-Wno-address-of-packed-member",
 
18122
+                "-Wno-unused-lambda-capture",
 
18123
+                "-Wno-user-defined-warnings",
 
18124
+                "-O2",
 
18125
+                "-fno-ident",
 
18126
+                "-fdata-sections",
 
18127
+                "-ffunction-sections",
 
18128
+                "-fomit-frame-pointer",
 
18129
+                "-g0",
 
18130
+                "-fvisibility=hidden",
 
18131
+                "-Xclang",
 
18132
+                "-load",
 
18133
+                "-Xclang",
 
18134
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
18135
+                "-Xclang",
 
18136
+                "-add-plugin",
 
18137
+                "-Xclang",
 
18138
+                "find-bad-constructs",
 
18139
+                "-Xclang",
 
18140
+                "-plugin-arg-find-bad-constructs",
 
18141
+                "-Xclang",
 
18142
+                "check-auto-raw-pointer",
 
18143
+                "-Xclang",
 
18144
+                "-plugin-arg-find-bad-constructs",
 
18145
+                "-Xclang",
 
18146
+                "check-ipc",
 
18147
+                "-Wheader-hygiene",
 
18148
+                "-Wstring-conversion",
 
18149
+                "-Wtautological-overlap-compare",
 
18150
+                "-Wextra",
 
18151
+                "-Wno-unused-parameter",
 
18152
+                "-Wno-missing-field-initializers",
 
18153
+                "-Wno-strict-overflow",
 
18154
+                "-Wimplicit-fallthrough",
 
18155
+                "-Wthread-safety",
 
18156
+                "-Winconsistent-missing-override",
 
18157
+                "-Wundef"
 
18158
+            ],
 
18159
+            "defines": [
 
18160
+                "WEBRTC_THREAD_RR",
 
18161
+                "V8_DEPRECATION_WARNINGS",
 
18162
+                "USE_NSS_CERTS=1",
 
18163
+                "USE_X11=1",
 
18164
+                "CHROMIUM_BUILD",
 
18165
+                "_FILE_OFFSET_BITS=64",
 
18166
+                "NDEBUG",
 
18167
+                "NVALGRIND",
 
18168
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18169
+                "WEBRTC_RESTRICT_LOGGING",
 
18170
+                "EXPAT_RELATIVE_PATH",
 
18171
+                "WEBRTC_ARCH_ARM",
 
18172
+                "WEBRTC_ARCH_ARM_V7",
 
18173
+                "WEBRTC_HAS_NEON",
 
18174
+                "WEBRTC_MOZILLA_BUILD",
 
18175
+                "WEBRTC_POSIX",
 
18176
+                "WEBRTC_LINUX"
 
18177
+            ],
 
18178
+            "deps": [
 
18179
+                "//webrtc:webrtc_common",
 
18180
+                "//webrtc/base:rtc_base_approved"
 
18181
+            ],
 
18182
+            "include_dirs": [
 
18183
+                "//",
 
18184
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
18185
+            ],
 
18186
+            "libs": [
 
18187
+                "rt"
 
18188
+            ],
 
18189
+            "sources": [
 
18190
+                "//webrtc/system_wrappers/include/aligned_array.h",
 
18191
+                "//webrtc/system_wrappers/include/aligned_malloc.h",
 
18192
+                "//webrtc/system_wrappers/include/atomic32.h",
 
18193
+                "//webrtc/system_wrappers/include/clock.h",
 
18194
+                "//webrtc/system_wrappers/include/cpu_features_wrapper.h",
 
18195
+                "//webrtc/system_wrappers/include/cpu_info.h",
 
18196
+                "//webrtc/system_wrappers/include/critical_section_wrapper.h",
 
18197
+                "//webrtc/system_wrappers/include/event_wrapper.h",
 
18198
+                "//webrtc/system_wrappers/include/field_trial.h",
 
18199
+                "//webrtc/system_wrappers/include/file_wrapper.h",
 
18200
+                "//webrtc/system_wrappers/include/logging.h",
 
18201
+                "//webrtc/system_wrappers/include/metrics.h",
 
18202
+                "//webrtc/system_wrappers/include/ntp_time.h",
 
18203
+                "//webrtc/system_wrappers/include/rtp_to_ntp_estimator.h",
 
18204
+                "//webrtc/system_wrappers/include/rw_lock_wrapper.h",
 
18205
+                "//webrtc/system_wrappers/include/sleep.h",
 
18206
+                "//webrtc/system_wrappers/include/static_instance.h",
 
18207
+                "//webrtc/system_wrappers/include/stringize_macros.h",
 
18208
+                "//webrtc/system_wrappers/include/timestamp_extrapolator.h",
 
18209
+                "//webrtc/system_wrappers/include/trace.h",
 
18210
+                "//webrtc/system_wrappers/source/aligned_malloc.cc",
 
18211
+                "//webrtc/system_wrappers/source/clock.cc",
 
18212
+                "//webrtc/system_wrappers/source/cpu_features.cc",
 
18213
+                "//webrtc/system_wrappers/source/cpu_info.cc",
 
18214
+                "//webrtc/system_wrappers/source/event.cc",
 
18215
+                "//webrtc/system_wrappers/source/event_timer_posix.cc",
 
18216
+                "//webrtc/system_wrappers/source/event_timer_posix.h",
 
18217
+                "//webrtc/system_wrappers/source/file_impl.cc",
 
18218
+                "//webrtc/system_wrappers/source/logging.cc",
 
18219
+                "//webrtc/system_wrappers/source/rtp_to_ntp_estimator.cc",
 
18220
+                "//webrtc/system_wrappers/source/rw_lock.cc",
 
18221
+                "//webrtc/system_wrappers/source/rw_lock_posix.cc",
 
18222
+                "//webrtc/system_wrappers/source/rw_lock_posix.h",
 
18223
+                "//webrtc/system_wrappers/source/sleep.cc",
 
18224
+                "//webrtc/system_wrappers/source/timestamp_extrapolator.cc",
 
18225
+                "//webrtc/system_wrappers/source/trace_impl.cc",
 
18226
+                "//webrtc/system_wrappers/source/trace_impl.h",
 
18227
+                "//webrtc/system_wrappers/source/trace_posix.cc",
 
18228
+                "//webrtc/system_wrappers/source/trace_posix.h",
 
18229
+                "//webrtc/system_wrappers/source/atomic32_non_darwin_unix.cc"
 
18230
+            ],
 
18231
+            "type": "static_library"
 
18232
+        },
 
18233
+        "//webrtc/video:video": {
 
18234
+            "cflags": [
 
18235
+                "-fno-strict-aliasing",
 
18236
+                "--param=ssp-buffer-size=4",
 
18237
+                "-fstack-protector",
 
18238
+                "-Wno-builtin-macro-redefined",
 
18239
+                "-D__DATE__=",
 
18240
+                "-D__TIME__=",
 
18241
+                "-D__TIMESTAMP__=",
 
18242
+                "-funwind-tables",
 
18243
+                "-fPIC",
 
18244
+                "-pipe",
 
18245
+                "-fcolor-diagnostics",
 
18246
+                "--target=arm-linux-gnueabihf",
 
18247
+                "-march=armv7-a",
 
18248
+                "-mfloat-abi=hard",
 
18249
+                "-mtune=generic-armv7-a",
 
18250
+                "-pthread",
 
18251
+                "-mfpu=neon",
 
18252
+                "-mthumb",
 
18253
+                "-Wall",
 
18254
+                "-Werror",
 
18255
+                "-Wextra",
 
18256
+                "-Wno-missing-field-initializers",
 
18257
+                "-Wno-unused-parameter",
 
18258
+                "-Wno-c++11-narrowing",
 
18259
+                "-Wno-covered-switch-default",
 
18260
+                "-Wno-unneeded-internal-declaration",
 
18261
+                "-Wno-inconsistent-missing-override",
 
18262
+                "-Wno-undefined-var-template",
 
18263
+                "-Wno-nonportable-include-path",
 
18264
+                "-Wno-address-of-packed-member",
 
18265
+                "-Wno-unused-lambda-capture",
 
18266
+                "-Wno-user-defined-warnings",
 
18267
+                "-O2",
 
18268
+                "-fno-ident",
 
18269
+                "-fdata-sections",
 
18270
+                "-ffunction-sections",
 
18271
+                "-fomit-frame-pointer",
 
18272
+                "-g0",
 
18273
+                "-fvisibility=hidden",
 
18274
+                "-Wheader-hygiene",
 
18275
+                "-Wstring-conversion",
 
18276
+                "-Wtautological-overlap-compare",
 
18277
+                "-Wextra",
 
18278
+                "-Wno-unused-parameter",
 
18279
+                "-Wno-missing-field-initializers",
 
18280
+                "-Wno-strict-overflow",
 
18281
+                "-Wimplicit-fallthrough",
 
18282
+                "-Wthread-safety",
 
18283
+                "-Winconsistent-missing-override",
 
18284
+                "-Wundef"
 
18285
+            ],
 
18286
+            "defines": [
 
18287
+                "V8_DEPRECATION_WARNINGS",
 
18288
+                "USE_NSS_CERTS=1",
 
18289
+                "USE_X11=1",
 
18290
+                "CHROMIUM_BUILD",
 
18291
+                "_FILE_OFFSET_BITS=64",
 
18292
+                "NDEBUG",
 
18293
+                "NVALGRIND",
 
18294
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18295
+                "WEBRTC_RESTRICT_LOGGING",
 
18296
+                "EXPAT_RELATIVE_PATH",
 
18297
+                "WEBRTC_ARCH_ARM",
 
18298
+                "WEBRTC_ARCH_ARM_V7",
 
18299
+                "WEBRTC_HAS_NEON",
 
18300
+                "WEBRTC_MOZILLA_BUILD",
 
18301
+                "WEBRTC_POSIX",
 
18302
+                "WEBRTC_LINUX",
 
18303
+                "WEBRTC_BUILD_LIBEVENT"
 
18304
+            ],
 
18305
+            "deps": [
 
18306
+                "//webrtc:webrtc_common",
 
18307
+                "//webrtc/api:transport_api",
 
18308
+                "//webrtc/base:rtc_base_approved",
 
18309
+                "//webrtc/base:rtc_numerics",
 
18310
+                "//webrtc/base:rtc_task_queue",
 
18311
+                "//webrtc/common_video:common_video",
 
18312
+                "//webrtc/logging:rtc_event_log_api",
 
18313
+                "//webrtc/modules/bitrate_controller:bitrate_controller",
 
18314
+                "//webrtc/modules/congestion_controller:congestion_controller",
 
18315
+                "//webrtc/modules/pacing:pacing",
 
18316
+                "//webrtc/modules/remote_bitrate_estimator:remote_bitrate_estimator",
 
18317
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
18318
+                "//webrtc/modules/utility:utility",
 
18319
+                "//webrtc/modules/video_coding:video_coding",
 
18320
+                "//webrtc/modules/video_processing:video_processing",
 
18321
+                "//webrtc/system_wrappers:system_wrappers",
 
18322
+                "//webrtc/voice_engine:voice_engine"
 
18323
+            ],
 
18324
+            "include_dirs": [
 
18325
+                "//",
 
18326
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
18327
+                "//webrtc/common_video/include/",
 
18328
+                "//webrtc/common_video/libyuv/include/",
 
18329
+                "//webrtc/modules/audio_coding/include/",
 
18330
+                "//webrtc/modules/include/"
 
18331
+            ],
 
18332
+            "libs": [
 
18333
+                "rt",
 
18334
+                "m"
 
18335
+            ],
 
18336
+            "sources": [
 
18337
+                "//webrtc/video/call_stats.cc",
 
18338
+                "//webrtc/video/call_stats.h",
 
18339
+                "//webrtc/video/encoder_rtcp_feedback.cc",
 
18340
+                "//webrtc/video/encoder_rtcp_feedback.h",
 
18341
+                "//webrtc/video/overuse_frame_detector.cc",
 
18342
+                "//webrtc/video/overuse_frame_detector.h",
 
18343
+                "//webrtc/video/payload_router.cc",
 
18344
+                "//webrtc/video/payload_router.h",
 
18345
+                "//webrtc/video/quality_threshold.cc",
 
18346
+                "//webrtc/video/quality_threshold.h",
 
18347
+                "//webrtc/video/receive_statistics_proxy.cc",
 
18348
+                "//webrtc/video/receive_statistics_proxy.h",
 
18349
+                "//webrtc/video/report_block_stats.cc",
 
18350
+                "//webrtc/video/report_block_stats.h",
 
18351
+                "//webrtc/video/rtp_stream_receiver.cc",
 
18352
+                "//webrtc/video/rtp_stream_receiver.h",
 
18353
+                "//webrtc/video/rtp_streams_synchronizer.cc",
 
18354
+                "//webrtc/video/rtp_streams_synchronizer.h",
 
18355
+                "//webrtc/video/send_delay_stats.cc",
 
18356
+                "//webrtc/video/send_delay_stats.h",
 
18357
+                "//webrtc/video/send_statistics_proxy.cc",
 
18358
+                "//webrtc/video/send_statistics_proxy.h",
 
18359
+                "//webrtc/video/stats_counter.cc",
 
18360
+                "//webrtc/video/stats_counter.h",
 
18361
+                "//webrtc/video/stream_synchronization.cc",
 
18362
+                "//webrtc/video/stream_synchronization.h",
 
18363
+                "//webrtc/video/transport_adapter.cc",
 
18364
+                "//webrtc/video/transport_adapter.h",
 
18365
+                "//webrtc/video/video_receive_stream.cc",
 
18366
+                "//webrtc/video/video_receive_stream.h",
 
18367
+                "//webrtc/video/video_send_stream.cc",
 
18368
+                "//webrtc/video/video_send_stream.h",
 
18369
+                "//webrtc/video/video_stream_decoder.cc",
 
18370
+                "//webrtc/video/video_stream_decoder.h",
 
18371
+                "//webrtc/video/vie_encoder.cc",
 
18372
+                "//webrtc/video/vie_encoder.h",
 
18373
+                "//webrtc/video/vie_remb.cc",
 
18374
+                "//webrtc/video/vie_remb.h"
 
18375
+            ],
 
18376
+            "type": "static_library"
 
18377
+        },
 
18378
+        "//webrtc/video_engine:video_engine": {
 
18379
+            "cflags": [
 
18380
+                "-fno-strict-aliasing",
 
18381
+                "--param=ssp-buffer-size=4",
 
18382
+                "-fstack-protector",
 
18383
+                "-Wno-builtin-macro-redefined",
 
18384
+                "-D__DATE__=",
 
18385
+                "-D__TIME__=",
 
18386
+                "-D__TIMESTAMP__=",
 
18387
+                "-funwind-tables",
 
18388
+                "-fPIC",
 
18389
+                "-pipe",
 
18390
+                "-fcolor-diagnostics",
 
18391
+                "--target=arm-linux-gnueabihf",
 
18392
+                "-march=armv7-a",
 
18393
+                "-mfloat-abi=hard",
 
18394
+                "-mtune=generic-armv7-a",
 
18395
+                "-pthread",
 
18396
+                "-mfpu=neon",
 
18397
+                "-mthumb",
 
18398
+                "-Wall",
 
18399
+                "-Werror",
 
18400
+                "-Wextra",
 
18401
+                "-Wno-missing-field-initializers",
 
18402
+                "-Wno-unused-parameter",
 
18403
+                "-Wno-c++11-narrowing",
 
18404
+                "-Wno-covered-switch-default",
 
18405
+                "-Wno-unneeded-internal-declaration",
 
18406
+                "-Wno-inconsistent-missing-override",
 
18407
+                "-Wno-undefined-var-template",
 
18408
+                "-Wno-nonportable-include-path",
 
18409
+                "-Wno-address-of-packed-member",
 
18410
+                "-Wno-unused-lambda-capture",
 
18411
+                "-Wno-user-defined-warnings",
 
18412
+                "-O2",
 
18413
+                "-fno-ident",
 
18414
+                "-fdata-sections",
 
18415
+                "-ffunction-sections",
 
18416
+                "-fomit-frame-pointer",
 
18417
+                "-g0",
 
18418
+                "-fvisibility=hidden",
 
18419
+                "-Xclang",
 
18420
+                "-load",
 
18421
+                "-Xclang",
 
18422
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
18423
+                "-Xclang",
 
18424
+                "-add-plugin",
 
18425
+                "-Xclang",
 
18426
+                "find-bad-constructs",
 
18427
+                "-Xclang",
 
18428
+                "-plugin-arg-find-bad-constructs",
 
18429
+                "-Xclang",
 
18430
+                "check-auto-raw-pointer",
 
18431
+                "-Xclang",
 
18432
+                "-plugin-arg-find-bad-constructs",
 
18433
+                "-Xclang",
 
18434
+                "check-ipc",
 
18435
+                "-Wheader-hygiene",
 
18436
+                "-Wstring-conversion",
 
18437
+                "-Wtautological-overlap-compare",
 
18438
+                "-Wextra",
 
18439
+                "-Wno-unused-parameter",
 
18440
+                "-Wno-missing-field-initializers",
 
18441
+                "-Wno-strict-overflow",
 
18442
+                "-Wimplicit-fallthrough",
 
18443
+                "-Wthread-safety",
 
18444
+                "-Winconsistent-missing-override",
 
18445
+                "-Wundef"
 
18446
+            ],
 
18447
+            "defines": [
 
18448
+                "V8_DEPRECATION_WARNINGS",
 
18449
+                "USE_NSS_CERTS=1",
 
18450
+                "USE_X11=1",
 
18451
+                "CHROMIUM_BUILD",
 
18452
+                "_FILE_OFFSET_BITS=64",
 
18453
+                "NDEBUG",
 
18454
+                "NVALGRIND",
 
18455
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18456
+                "WEBRTC_RESTRICT_LOGGING",
 
18457
+                "EXPAT_RELATIVE_PATH",
 
18458
+                "WEBRTC_ARCH_ARM",
 
18459
+                "WEBRTC_ARCH_ARM_V7",
 
18460
+                "WEBRTC_HAS_NEON",
 
18461
+                "WEBRTC_MOZILLA_BUILD",
 
18462
+                "WEBRTC_POSIX",
 
18463
+                "WEBRTC_LINUX"
 
18464
+            ],
 
18465
+            "deps": [
 
18466
+                "//webrtc:webrtc_common"
 
18467
+            ],
 
18468
+            "include_dirs": [
 
18469
+                "//",
 
18470
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
18471
+            ],
 
18472
+            "libs": [],
 
18473
+            "sources": [
 
18474
+                "//webrtc/video_engine/browser_capture_impl.h",
 
18475
+                "//webrtc/video_engine/desktop_capture_impl.cc",
 
18476
+                "//webrtc/video_engine/desktop_capture_impl.h"
 
18477
+            ],
 
18478
+            "type": "static_library"
 
18479
+        },
 
18480
+        "//webrtc/voice_engine:audio_coder": {
 
18481
+            "cflags": [
 
18482
+                "-fno-strict-aliasing",
 
18483
+                "--param=ssp-buffer-size=4",
 
18484
+                "-fstack-protector",
 
18485
+                "-Wno-builtin-macro-redefined",
 
18486
+                "-D__DATE__=",
 
18487
+                "-D__TIME__=",
 
18488
+                "-D__TIMESTAMP__=",
 
18489
+                "-funwind-tables",
 
18490
+                "-fPIC",
 
18491
+                "-pipe",
 
18492
+                "-fcolor-diagnostics",
 
18493
+                "--target=arm-linux-gnueabihf",
 
18494
+                "-march=armv7-a",
 
18495
+                "-mfloat-abi=hard",
 
18496
+                "-mtune=generic-armv7-a",
 
18497
+                "-pthread",
 
18498
+                "-mfpu=neon",
 
18499
+                "-mthumb",
 
18500
+                "-Wall",
 
18501
+                "-Werror",
 
18502
+                "-Wextra",
 
18503
+                "-Wno-missing-field-initializers",
 
18504
+                "-Wno-unused-parameter",
 
18505
+                "-Wno-c++11-narrowing",
 
18506
+                "-Wno-covered-switch-default",
 
18507
+                "-Wno-unneeded-internal-declaration",
 
18508
+                "-Wno-inconsistent-missing-override",
 
18509
+                "-Wno-undefined-var-template",
 
18510
+                "-Wno-nonportable-include-path",
 
18511
+                "-Wno-address-of-packed-member",
 
18512
+                "-Wno-unused-lambda-capture",
 
18513
+                "-Wno-user-defined-warnings",
 
18514
+                "-O2",
 
18515
+                "-fno-ident",
 
18516
+                "-fdata-sections",
 
18517
+                "-ffunction-sections",
 
18518
+                "-fomit-frame-pointer",
 
18519
+                "-g0",
 
18520
+                "-fvisibility=hidden",
 
18521
+                "-Wheader-hygiene",
 
18522
+                "-Wstring-conversion",
 
18523
+                "-Wtautological-overlap-compare",
 
18524
+                "-Wextra",
 
18525
+                "-Wno-unused-parameter",
 
18526
+                "-Wno-missing-field-initializers",
 
18527
+                "-Wno-strict-overflow",
 
18528
+                "-Wimplicit-fallthrough",
 
18529
+                "-Wthread-safety",
 
18530
+                "-Winconsistent-missing-override",
 
18531
+                "-Wundef"
 
18532
+            ],
 
18533
+            "defines": [
 
18534
+                "V8_DEPRECATION_WARNINGS",
 
18535
+                "USE_NSS_CERTS=1",
 
18536
+                "USE_X11=1",
 
18537
+                "CHROMIUM_BUILD",
 
18538
+                "_FILE_OFFSET_BITS=64",
 
18539
+                "NDEBUG",
 
18540
+                "NVALGRIND",
 
18541
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18542
+                "WEBRTC_RESTRICT_LOGGING",
 
18543
+                "EXPAT_RELATIVE_PATH",
 
18544
+                "WEBRTC_ARCH_ARM",
 
18545
+                "WEBRTC_ARCH_ARM_V7",
 
18546
+                "WEBRTC_HAS_NEON",
 
18547
+                "WEBRTC_MOZILLA_BUILD",
 
18548
+                "WEBRTC_POSIX",
 
18549
+                "WEBRTC_LINUX"
 
18550
+            ],
 
18551
+            "deps": [
 
18552
+                "//webrtc:webrtc_common",
 
18553
+                "//webrtc/modules/audio_coding:audio_coding",
 
18554
+                "//webrtc/modules/audio_coding:audio_format_conversion",
 
18555
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
18556
+                "//webrtc/modules/audio_coding:rent_a_codec"
 
18557
+            ],
 
18558
+            "include_dirs": [
 
18559
+                "//",
 
18560
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
18561
+                "//webrtc/modules/audio_coding/include/",
 
18562
+                "//webrtc/modules/include/"
 
18563
+            ],
 
18564
+            "libs": [
 
18565
+                "rt"
 
18566
+            ],
 
18567
+            "sources": [
 
18568
+                "//webrtc/voice_engine/coder.cc",
 
18569
+                "//webrtc/voice_engine/coder.h"
 
18570
+            ],
 
18571
+            "type": "static_library"
 
18572
+        },
 
18573
+        "//webrtc/voice_engine:file_player": {
 
18574
+            "cflags": [
 
18575
+                "-fno-strict-aliasing",
 
18576
+                "--param=ssp-buffer-size=4",
 
18577
+                "-fstack-protector",
 
18578
+                "-Wno-builtin-macro-redefined",
 
18579
+                "-D__DATE__=",
 
18580
+                "-D__TIME__=",
 
18581
+                "-D__TIMESTAMP__=",
 
18582
+                "-funwind-tables",
 
18583
+                "-fPIC",
 
18584
+                "-pipe",
 
18585
+                "-fcolor-diagnostics",
 
18586
+                "--target=arm-linux-gnueabihf",
 
18587
+                "-march=armv7-a",
 
18588
+                "-mfloat-abi=hard",
 
18589
+                "-mtune=generic-armv7-a",
 
18590
+                "-pthread",
 
18591
+                "-mfpu=neon",
 
18592
+                "-mthumb",
 
18593
+                "-Wall",
 
18594
+                "-Werror",
 
18595
+                "-Wextra",
 
18596
+                "-Wno-missing-field-initializers",
 
18597
+                "-Wno-unused-parameter",
 
18598
+                "-Wno-c++11-narrowing",
 
18599
+                "-Wno-covered-switch-default",
 
18600
+                "-Wno-unneeded-internal-declaration",
 
18601
+                "-Wno-inconsistent-missing-override",
 
18602
+                "-Wno-undefined-var-template",
 
18603
+                "-Wno-nonportable-include-path",
 
18604
+                "-Wno-address-of-packed-member",
 
18605
+                "-Wno-unused-lambda-capture",
 
18606
+                "-Wno-user-defined-warnings",
 
18607
+                "-O2",
 
18608
+                "-fno-ident",
 
18609
+                "-fdata-sections",
 
18610
+                "-ffunction-sections",
 
18611
+                "-fomit-frame-pointer",
 
18612
+                "-g0",
 
18613
+                "-fvisibility=hidden",
 
18614
+                "-Wheader-hygiene",
 
18615
+                "-Wstring-conversion",
 
18616
+                "-Wtautological-overlap-compare",
 
18617
+                "-Wextra",
 
18618
+                "-Wno-unused-parameter",
 
18619
+                "-Wno-missing-field-initializers",
 
18620
+                "-Wno-strict-overflow",
 
18621
+                "-Wimplicit-fallthrough",
 
18622
+                "-Wthread-safety",
 
18623
+                "-Winconsistent-missing-override",
 
18624
+                "-Wundef"
 
18625
+            ],
 
18626
+            "defines": [
 
18627
+                "V8_DEPRECATION_WARNINGS",
 
18628
+                "USE_NSS_CERTS=1",
 
18629
+                "USE_X11=1",
 
18630
+                "CHROMIUM_BUILD",
 
18631
+                "_FILE_OFFSET_BITS=64",
 
18632
+                "NDEBUG",
 
18633
+                "NVALGRIND",
 
18634
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18635
+                "WEBRTC_RESTRICT_LOGGING",
 
18636
+                "EXPAT_RELATIVE_PATH",
 
18637
+                "WEBRTC_ARCH_ARM",
 
18638
+                "WEBRTC_ARCH_ARM_V7",
 
18639
+                "WEBRTC_HAS_NEON",
 
18640
+                "WEBRTC_MOZILLA_BUILD",
 
18641
+                "WEBRTC_POSIX",
 
18642
+                "WEBRTC_LINUX"
 
18643
+            ],
 
18644
+            "deps": [
 
18645
+                "//webrtc:webrtc_common",
 
18646
+                "//webrtc/common_audio:common_audio",
 
18647
+                "//webrtc/modules/media_file:media_file",
 
18648
+                "//webrtc/system_wrappers:system_wrappers",
 
18649
+                "//webrtc/voice_engine:audio_coder"
 
18650
+            ],
 
18651
+            "include_dirs": [
 
18652
+                "//",
 
18653
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
18654
+                "//webrtc/common_audio/resampler/include/",
 
18655
+                "//webrtc/common_audio/signal_processing/include/",
 
18656
+                "//webrtc/common_audio/vad/include/"
 
18657
+            ],
 
18658
+            "libs": [
 
18659
+                "rt"
 
18660
+            ],
 
18661
+            "sources": [
 
18662
+                "//webrtc/voice_engine/file_player.cc",
 
18663
+                "//webrtc/voice_engine/file_player.h"
 
18664
+            ],
 
18665
+            "type": "static_library"
 
18666
+        },
 
18667
+        "//webrtc/voice_engine:file_recorder": {
 
18668
+            "cflags": [
 
18669
+                "-fno-strict-aliasing",
 
18670
+                "--param=ssp-buffer-size=4",
 
18671
+                "-fstack-protector",
 
18672
+                "-Wno-builtin-macro-redefined",
 
18673
+                "-D__DATE__=",
 
18674
+                "-D__TIME__=",
 
18675
+                "-D__TIMESTAMP__=",
 
18676
+                "-funwind-tables",
 
18677
+                "-fPIC",
 
18678
+                "-pipe",
 
18679
+                "-fcolor-diagnostics",
 
18680
+                "--target=arm-linux-gnueabihf",
 
18681
+                "-march=armv7-a",
 
18682
+                "-mfloat-abi=hard",
 
18683
+                "-mtune=generic-armv7-a",
 
18684
+                "-pthread",
 
18685
+                "-mfpu=neon",
 
18686
+                "-mthumb",
 
18687
+                "-Wall",
 
18688
+                "-Werror",
 
18689
+                "-Wextra",
 
18690
+                "-Wno-missing-field-initializers",
 
18691
+                "-Wno-unused-parameter",
 
18692
+                "-Wno-c++11-narrowing",
 
18693
+                "-Wno-covered-switch-default",
 
18694
+                "-Wno-unneeded-internal-declaration",
 
18695
+                "-Wno-inconsistent-missing-override",
 
18696
+                "-Wno-undefined-var-template",
 
18697
+                "-Wno-nonportable-include-path",
 
18698
+                "-Wno-address-of-packed-member",
 
18699
+                "-Wno-unused-lambda-capture",
 
18700
+                "-Wno-user-defined-warnings",
 
18701
+                "-O2",
 
18702
+                "-fno-ident",
 
18703
+                "-fdata-sections",
 
18704
+                "-ffunction-sections",
 
18705
+                "-fomit-frame-pointer",
 
18706
+                "-g0",
 
18707
+                "-fvisibility=hidden",
 
18708
+                "-Wheader-hygiene",
 
18709
+                "-Wstring-conversion",
 
18710
+                "-Wtautological-overlap-compare",
 
18711
+                "-Wextra",
 
18712
+                "-Wno-unused-parameter",
 
18713
+                "-Wno-missing-field-initializers",
 
18714
+                "-Wno-strict-overflow",
 
18715
+                "-Wimplicit-fallthrough",
 
18716
+                "-Wthread-safety",
 
18717
+                "-Winconsistent-missing-override",
 
18718
+                "-Wundef"
 
18719
+            ],
 
18720
+            "defines": [
 
18721
+                "V8_DEPRECATION_WARNINGS",
 
18722
+                "USE_NSS_CERTS=1",
 
18723
+                "USE_X11=1",
 
18724
+                "CHROMIUM_BUILD",
 
18725
+                "_FILE_OFFSET_BITS=64",
 
18726
+                "NDEBUG",
 
18727
+                "NVALGRIND",
 
18728
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18729
+                "WEBRTC_RESTRICT_LOGGING",
 
18730
+                "EXPAT_RELATIVE_PATH",
 
18731
+                "WEBRTC_ARCH_ARM",
 
18732
+                "WEBRTC_ARCH_ARM_V7",
 
18733
+                "WEBRTC_HAS_NEON",
 
18734
+                "WEBRTC_MOZILLA_BUILD",
 
18735
+                "WEBRTC_POSIX",
 
18736
+                "WEBRTC_LINUX"
 
18737
+            ],
 
18738
+            "deps": [
 
18739
+                "//webrtc:webrtc_common",
 
18740
+                "//webrtc/base:rtc_base_approved",
 
18741
+                "//webrtc/common_audio:common_audio",
 
18742
+                "//webrtc/modules/media_file:media_file",
 
18743
+                "//webrtc/system_wrappers:system_wrappers",
 
18744
+                "//webrtc/voice_engine:audio_coder"
 
18745
+            ],
 
18746
+            "include_dirs": [
 
18747
+                "//",
 
18748
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
18749
+                "//webrtc/common_audio/resampler/include/",
 
18750
+                "//webrtc/common_audio/signal_processing/include/",
 
18751
+                "//webrtc/common_audio/vad/include/"
 
18752
+            ],
 
18753
+            "libs": [
 
18754
+                "rt"
 
18755
+            ],
 
18756
+            "sources": [
 
18757
+                "//webrtc/voice_engine/file_recorder.cc",
 
18758
+                "//webrtc/voice_engine/file_recorder.h"
 
18759
+            ],
 
18760
+            "type": "static_library"
 
18761
+        },
 
18762
+        "//webrtc/voice_engine:level_indicator": {
 
18763
+            "cflags": [
 
18764
+                "-fno-strict-aliasing",
 
18765
+                "--param=ssp-buffer-size=4",
 
18766
+                "-fstack-protector",
 
18767
+                "-Wno-builtin-macro-redefined",
 
18768
+                "-D__DATE__=",
 
18769
+                "-D__TIME__=",
 
18770
+                "-D__TIMESTAMP__=",
 
18771
+                "-funwind-tables",
 
18772
+                "-fPIC",
 
18773
+                "-pipe",
 
18774
+                "-fcolor-diagnostics",
 
18775
+                "--target=arm-linux-gnueabihf",
 
18776
+                "-march=armv7-a",
 
18777
+                "-mfloat-abi=hard",
 
18778
+                "-mtune=generic-armv7-a",
 
18779
+                "-pthread",
 
18780
+                "-mfpu=neon",
 
18781
+                "-mthumb",
 
18782
+                "-Wall",
 
18783
+                "-Werror",
 
18784
+                "-Wextra",
 
18785
+                "-Wno-missing-field-initializers",
 
18786
+                "-Wno-unused-parameter",
 
18787
+                "-Wno-c++11-narrowing",
 
18788
+                "-Wno-covered-switch-default",
 
18789
+                "-Wno-unneeded-internal-declaration",
 
18790
+                "-Wno-inconsistent-missing-override",
 
18791
+                "-Wno-undefined-var-template",
 
18792
+                "-Wno-nonportable-include-path",
 
18793
+                "-Wno-address-of-packed-member",
 
18794
+                "-Wno-unused-lambda-capture",
 
18795
+                "-Wno-user-defined-warnings",
 
18796
+                "-O2",
 
18797
+                "-fno-ident",
 
18798
+                "-fdata-sections",
 
18799
+                "-ffunction-sections",
 
18800
+                "-fomit-frame-pointer",
 
18801
+                "-g0",
 
18802
+                "-fvisibility=hidden",
 
18803
+                "-Xclang",
 
18804
+                "-load",
 
18805
+                "-Xclang",
 
18806
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
18807
+                "-Xclang",
 
18808
+                "-add-plugin",
 
18809
+                "-Xclang",
 
18810
+                "find-bad-constructs",
 
18811
+                "-Xclang",
 
18812
+                "-plugin-arg-find-bad-constructs",
 
18813
+                "-Xclang",
 
18814
+                "check-auto-raw-pointer",
 
18815
+                "-Xclang",
 
18816
+                "-plugin-arg-find-bad-constructs",
 
18817
+                "-Xclang",
 
18818
+                "check-ipc",
 
18819
+                "-Wheader-hygiene",
 
18820
+                "-Wstring-conversion",
 
18821
+                "-Wtautological-overlap-compare",
 
18822
+                "-Wextra",
 
18823
+                "-Wno-unused-parameter",
 
18824
+                "-Wno-missing-field-initializers",
 
18825
+                "-Wno-strict-overflow",
 
18826
+                "-Wimplicit-fallthrough",
 
18827
+                "-Wthread-safety",
 
18828
+                "-Winconsistent-missing-override",
 
18829
+                "-Wundef"
 
18830
+            ],
 
18831
+            "defines": [
 
18832
+                "V8_DEPRECATION_WARNINGS",
 
18833
+                "USE_NSS_CERTS=1",
 
18834
+                "USE_X11=1",
 
18835
+                "CHROMIUM_BUILD",
 
18836
+                "_FILE_OFFSET_BITS=64",
 
18837
+                "NDEBUG",
 
18838
+                "NVALGRIND",
 
18839
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18840
+                "WEBRTC_RESTRICT_LOGGING",
 
18841
+                "EXPAT_RELATIVE_PATH",
 
18842
+                "WEBRTC_ARCH_ARM",
 
18843
+                "WEBRTC_ARCH_ARM_V7",
 
18844
+                "WEBRTC_HAS_NEON",
 
18845
+                "WEBRTC_MOZILLA_BUILD",
 
18846
+                "WEBRTC_POSIX",
 
18847
+                "WEBRTC_LINUX"
 
18848
+            ],
 
18849
+            "deps": [
 
18850
+                "//webrtc:webrtc_common",
 
18851
+                "//webrtc/base:rtc_base_approved",
 
18852
+                "//webrtc/common_audio:common_audio"
 
18853
+            ],
 
18854
+            "include_dirs": [
 
18855
+                "//",
 
18856
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
18857
+                "//webrtc/common_audio/resampler/include/",
 
18858
+                "//webrtc/common_audio/signal_processing/include/",
 
18859
+                "//webrtc/common_audio/vad/include/"
 
18860
+            ],
 
18861
+            "libs": [
 
18862
+                "rt"
 
18863
+            ],
 
18864
+            "sources": [
 
18865
+                "//webrtc/voice_engine/level_indicator.cc",
 
18866
+                "//webrtc/voice_engine/level_indicator.h"
 
18867
+            ],
 
18868
+            "type": "static_library"
 
18869
+        },
 
18870
+        "//webrtc/voice_engine:voice_engine": {
 
18871
+            "cflags": [
 
18872
+                "-fno-strict-aliasing",
 
18873
+                "--param=ssp-buffer-size=4",
 
18874
+                "-fstack-protector",
 
18875
+                "-Wno-builtin-macro-redefined",
 
18876
+                "-D__DATE__=",
 
18877
+                "-D__TIME__=",
 
18878
+                "-D__TIMESTAMP__=",
 
18879
+                "-funwind-tables",
 
18880
+                "-fPIC",
 
18881
+                "-pipe",
 
18882
+                "-fcolor-diagnostics",
 
18883
+                "--target=arm-linux-gnueabihf",
 
18884
+                "-march=armv7-a",
 
18885
+                "-mfloat-abi=hard",
 
18886
+                "-mtune=generic-armv7-a",
 
18887
+                "-pthread",
 
18888
+                "-mfpu=neon",
 
18889
+                "-mthumb",
 
18890
+                "-Wall",
 
18891
+                "-Werror",
 
18892
+                "-Wextra",
 
18893
+                "-Wno-missing-field-initializers",
 
18894
+                "-Wno-unused-parameter",
 
18895
+                "-Wno-c++11-narrowing",
 
18896
+                "-Wno-covered-switch-default",
 
18897
+                "-Wno-unneeded-internal-declaration",
 
18898
+                "-Wno-inconsistent-missing-override",
 
18899
+                "-Wno-undefined-var-template",
 
18900
+                "-Wno-nonportable-include-path",
 
18901
+                "-Wno-address-of-packed-member",
 
18902
+                "-Wno-unused-lambda-capture",
 
18903
+                "-Wno-user-defined-warnings",
 
18904
+                "-O2",
 
18905
+                "-fno-ident",
 
18906
+                "-fdata-sections",
 
18907
+                "-ffunction-sections",
 
18908
+                "-fomit-frame-pointer",
 
18909
+                "-g0",
 
18910
+                "-fvisibility=hidden",
 
18911
+                "-Wheader-hygiene",
 
18912
+                "-Wstring-conversion",
 
18913
+                "-Wtautological-overlap-compare",
 
18914
+                "-Wextra",
 
18915
+                "-Wno-unused-parameter",
 
18916
+                "-Wno-missing-field-initializers",
 
18917
+                "-Wno-strict-overflow",
 
18918
+                "-Wimplicit-fallthrough",
 
18919
+                "-Wthread-safety",
 
18920
+                "-Winconsistent-missing-override",
 
18921
+                "-Wundef"
 
18922
+            ],
 
18923
+            "defines": [
 
18924
+                "V8_DEPRECATION_WARNINGS",
 
18925
+                "USE_NSS_CERTS=1",
 
18926
+                "USE_X11=1",
 
18927
+                "CHROMIUM_BUILD",
 
18928
+                "_FILE_OFFSET_BITS=64",
 
18929
+                "NDEBUG",
 
18930
+                "NVALGRIND",
 
18931
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
18932
+                "WEBRTC_RESTRICT_LOGGING",
 
18933
+                "EXPAT_RELATIVE_PATH",
 
18934
+                "WEBRTC_ARCH_ARM",
 
18935
+                "WEBRTC_ARCH_ARM_V7",
 
18936
+                "WEBRTC_HAS_NEON",
 
18937
+                "WEBRTC_MOZILLA_BUILD",
 
18938
+                "WEBRTC_POSIX",
 
18939
+                "WEBRTC_LINUX",
 
18940
+                "WEBRTC_BUILD_LIBEVENT"
 
18941
+            ],
 
18942
+            "deps": [
 
18943
+                "//webrtc:webrtc_common",
 
18944
+                "//webrtc/api:audio_mixer_api",
 
18945
+                "//webrtc/api:call_api",
 
18946
+                "//webrtc/api:transport_api",
 
18947
+                "//webrtc/audio/utility:audio_frame_operations",
 
18948
+                "//webrtc/base:rtc_base_approved",
 
18949
+                "//webrtc/common_audio:common_audio",
 
18950
+                "//webrtc/logging:rtc_event_log_api",
 
18951
+                "//webrtc/modules/audio_coding:audio_coding",
 
18952
+                "//webrtc/modules/audio_coding:audio_decoder_factory_interface",
 
18953
+                "//webrtc/modules/audio_coding:audio_format_conversion",
 
18954
+                "//webrtc/modules/audio_coding:builtin_audio_decoder_factory",
 
18955
+                "//webrtc/modules/audio_coding:rent_a_codec",
 
18956
+                "//webrtc/modules/audio_conference_mixer:audio_conference_mixer",
 
18957
+                "//webrtc/modules/audio_device:audio_device",
 
18958
+                "//webrtc/modules/audio_processing:audio_processing",
 
18959
+                "//webrtc/modules/bitrate_controller:bitrate_controller",
 
18960
+                "//webrtc/modules/media_file:media_file",
 
18961
+                "//webrtc/modules/pacing:pacing",
 
18962
+                "//webrtc/modules/rtp_rtcp:rtp_rtcp",
 
18963
+                "//webrtc/modules/utility:utility",
 
18964
+                "//webrtc/system_wrappers:system_wrappers",
 
18965
+                "//webrtc/voice_engine:file_player",
 
18966
+                "//webrtc/voice_engine:file_recorder",
 
18967
+                "//webrtc/voice_engine:level_indicator"
 
18968
+            ],
 
18969
+            "include_dirs": [
 
18970
+                "//",
 
18971
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
18972
+                "//webrtc/modules/audio_coding/include/",
 
18973
+                "//webrtc/modules/include/",
 
18974
+                "//webrtc/common_audio/resampler/include/",
 
18975
+                "//webrtc/common_audio/signal_processing/include/",
 
18976
+                "//webrtc/common_audio/vad/include/",
 
18977
+                "//webrtc/modules/audio_conference_mixer/include/",
 
18978
+                "//webrtc/modules/include/",
 
18979
+                "//webrtc/modules/include/",
 
18980
+                "//webrtc/modules/audio_device/include/",
 
18981
+                "//webrtc/modules/audio_device/dummy/"
 
18982
+            ],
 
18983
+            "libs": [
 
18984
+                "rt",
 
18985
+                "m"
 
18986
+            ],
 
18987
+            "sources": [
 
18988
+                "//webrtc/voice_engine/channel.cc",
 
18989
+                "//webrtc/voice_engine/channel.h",
 
18990
+                "//webrtc/voice_engine/channel_manager.cc",
 
18991
+                "//webrtc/voice_engine/channel_manager.h",
 
18992
+                "//webrtc/voice_engine/channel_proxy.cc",
 
18993
+                "//webrtc/voice_engine/channel_proxy.h",
 
18994
+                "//webrtc/voice_engine/include/voe_audio_processing.h",
 
18995
+                "//webrtc/voice_engine/include/voe_base.h",
 
18996
+                "//webrtc/voice_engine/include/voe_codec.h",
 
18997
+                "//webrtc/voice_engine/include/voe_errors.h",
 
18998
+                "//webrtc/voice_engine/include/voe_external_media.h",
 
18999
+                "//webrtc/voice_engine/include/voe_file.h",
 
19000
+                "//webrtc/voice_engine/include/voe_hardware.h",
 
19001
+                "//webrtc/voice_engine/include/voe_neteq_stats.h",
 
19002
+                "//webrtc/voice_engine/include/voe_network.h",
 
19003
+                "//webrtc/voice_engine/include/voe_rtp_rtcp.h",
 
19004
+                "//webrtc/voice_engine/include/voe_video_sync.h",
 
19005
+                "//webrtc/voice_engine/include/voe_volume_control.h",
 
19006
+                "//webrtc/voice_engine/monitor_module.cc",
 
19007
+                "//webrtc/voice_engine/monitor_module.h",
 
19008
+                "//webrtc/voice_engine/output_mixer.cc",
 
19009
+                "//webrtc/voice_engine/output_mixer.h",
 
19010
+                "//webrtc/voice_engine/shared_data.cc",
 
19011
+                "//webrtc/voice_engine/shared_data.h",
 
19012
+                "//webrtc/voice_engine/statistics.cc",
 
19013
+                "//webrtc/voice_engine/statistics.h",
 
19014
+                "//webrtc/voice_engine/transmit_mixer.cc",
 
19015
+                "//webrtc/voice_engine/transmit_mixer.h",
 
19016
+                "//webrtc/voice_engine/utility.cc",
 
19017
+                "//webrtc/voice_engine/utility.h",
 
19018
+                "//webrtc/voice_engine/voe_audio_processing_impl.cc",
 
19019
+                "//webrtc/voice_engine/voe_audio_processing_impl.h",
 
19020
+                "//webrtc/voice_engine/voe_base_impl.cc",
 
19021
+                "//webrtc/voice_engine/voe_base_impl.h",
 
19022
+                "//webrtc/voice_engine/voe_codec_impl.cc",
 
19023
+                "//webrtc/voice_engine/voe_codec_impl.h",
 
19024
+                "//webrtc/voice_engine/voe_external_media_impl.cc",
 
19025
+                "//webrtc/voice_engine/voe_external_media_impl.h",
 
19026
+                "//webrtc/voice_engine/voe_file_impl.cc",
 
19027
+                "//webrtc/voice_engine/voe_file_impl.h",
 
19028
+                "//webrtc/voice_engine/voe_hardware_impl.cc",
 
19029
+                "//webrtc/voice_engine/voe_hardware_impl.h",
 
19030
+                "//webrtc/voice_engine/voe_neteq_stats_impl.cc",
 
19031
+                "//webrtc/voice_engine/voe_neteq_stats_impl.h",
 
19032
+                "//webrtc/voice_engine/voe_network_impl.cc",
 
19033
+                "//webrtc/voice_engine/voe_network_impl.h",
 
19034
+                "//webrtc/voice_engine/voe_rtp_rtcp_impl.cc",
 
19035
+                "//webrtc/voice_engine/voe_rtp_rtcp_impl.h",
 
19036
+                "//webrtc/voice_engine/voe_video_sync_impl.cc",
 
19037
+                "//webrtc/voice_engine/voe_video_sync_impl.h",
 
19038
+                "//webrtc/voice_engine/voe_volume_control_impl.cc",
 
19039
+                "//webrtc/voice_engine/voe_volume_control_impl.h",
 
19040
+                "//webrtc/voice_engine/voice_engine_defines.h",
 
19041
+                "//webrtc/voice_engine/voice_engine_impl.cc",
 
19042
+                "//webrtc/voice_engine/voice_engine_impl.h"
 
19043
+            ],
 
19044
+            "type": "static_library"
 
19045
+        },
 
19046
+        "//webrtc:webrtc": {
 
19047
+            "cflags": [
 
19048
+                "-fno-strict-aliasing",
 
19049
+                "--param=ssp-buffer-size=4",
 
19050
+                "-fstack-protector",
 
19051
+                "-Wno-builtin-macro-redefined",
 
19052
+                "-D__DATE__=",
 
19053
+                "-D__TIME__=",
 
19054
+                "-D__TIMESTAMP__=",
 
19055
+                "-funwind-tables",
 
19056
+                "-fPIC",
 
19057
+                "-pipe",
 
19058
+                "-fcolor-diagnostics",
 
19059
+                "--target=arm-linux-gnueabihf",
 
19060
+                "-march=armv7-a",
 
19061
+                "-mfloat-abi=hard",
 
19062
+                "-mtune=generic-armv7-a",
 
19063
+                "-pthread",
 
19064
+                "-mfpu=neon",
 
19065
+                "-mthumb",
 
19066
+                "-Wall",
 
19067
+                "-Werror",
 
19068
+                "-Wextra",
 
19069
+                "-Wno-missing-field-initializers",
 
19070
+                "-Wno-unused-parameter",
 
19071
+                "-Wno-c++11-narrowing",
 
19072
+                "-Wno-covered-switch-default",
 
19073
+                "-Wno-unneeded-internal-declaration",
 
19074
+                "-Wno-inconsistent-missing-override",
 
19075
+                "-Wno-undefined-var-template",
 
19076
+                "-Wno-nonportable-include-path",
 
19077
+                "-Wno-address-of-packed-member",
 
19078
+                "-Wno-unused-lambda-capture",
 
19079
+                "-Wno-user-defined-warnings",
 
19080
+                "-O2",
 
19081
+                "-fno-ident",
 
19082
+                "-fdata-sections",
 
19083
+                "-ffunction-sections",
 
19084
+                "-fomit-frame-pointer",
 
19085
+                "-g0",
 
19086
+                "-fvisibility=hidden",
 
19087
+                "-Xclang",
 
19088
+                "-load",
 
19089
+                "-Xclang",
 
19090
+                "../../../../../media/webrtc/trunk/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
 
19091
+                "-Xclang",
 
19092
+                "-add-plugin",
 
19093
+                "-Xclang",
 
19094
+                "find-bad-constructs",
 
19095
+                "-Xclang",
 
19096
+                "-plugin-arg-find-bad-constructs",
 
19097
+                "-Xclang",
 
19098
+                "check-auto-raw-pointer",
 
19099
+                "-Xclang",
 
19100
+                "-plugin-arg-find-bad-constructs",
 
19101
+                "-Xclang",
 
19102
+                "check-ipc",
 
19103
+                "-Wheader-hygiene",
 
19104
+                "-Wstring-conversion",
 
19105
+                "-Wtautological-overlap-compare",
 
19106
+                "-Wextra",
 
19107
+                "-Wno-unused-parameter",
 
19108
+                "-Wno-missing-field-initializers",
 
19109
+                "-Wno-strict-overflow",
 
19110
+                "-Wimplicit-fallthrough",
 
19111
+                "-Wthread-safety",
 
19112
+                "-Winconsistent-missing-override",
 
19113
+                "-Wundef"
 
19114
+            ],
 
19115
+            "defines": [
 
19116
+                "V8_DEPRECATION_WARNINGS",
 
19117
+                "USE_NSS_CERTS=1",
 
19118
+                "USE_X11=1",
 
19119
+                "CHROMIUM_BUILD",
 
19120
+                "_FILE_OFFSET_BITS=64",
 
19121
+                "NDEBUG",
 
19122
+                "NVALGRIND",
 
19123
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
19124
+                "WEBRTC_RESTRICT_LOGGING",
 
19125
+                "EXPAT_RELATIVE_PATH",
 
19126
+                "WEBRTC_ARCH_ARM",
 
19127
+                "WEBRTC_ARCH_ARM_V7",
 
19128
+                "WEBRTC_HAS_NEON",
 
19129
+                "WEBRTC_MOZILLA_BUILD",
 
19130
+                "WEBRTC_POSIX",
 
19131
+                "WEBRTC_LINUX",
 
19132
+                "WEBRTC_BUILD_LIBEVENT"
 
19133
+            ],
 
19134
+            "deps": [
 
19135
+                "//webrtc:webrtc_common",
 
19136
+                "//webrtc/api:transport_api",
 
19137
+                "//webrtc/api:video_frame_api",
 
19138
+                "//webrtc/audio:audio",
 
19139
+                "//webrtc/base:base",
 
19140
+                "//webrtc/call:call",
 
19141
+                "//webrtc/common_audio:common_audio",
 
19142
+                "//webrtc/common_video:common_video",
 
19143
+                "//webrtc/media:media",
 
19144
+                "//webrtc/modules:modules",
 
19145
+                "//webrtc/modules/video_capture:video_capture_internal_impl",
 
19146
+                "//webrtc/sdk:sdk",
 
19147
+                "//webrtc/system_wrappers:field_trial_default",
 
19148
+                "//webrtc/system_wrappers:metrics_default",
 
19149
+                "//webrtc/system_wrappers:system_wrappers",
 
19150
+                "//webrtc/video:video",
 
19151
+                "//webrtc/video_engine:video_engine",
 
19152
+                "//webrtc/voice_engine:voice_engine"
 
19153
+            ],
 
19154
+            "include_dirs": [
 
19155
+                "//",
 
19156
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/",
 
19157
+                "//webrtc/common_audio/resampler/include/",
 
19158
+                "//webrtc/common_audio/signal_processing/include/",
 
19159
+                "//webrtc/common_audio/vad/include/",
 
19160
+                "//webrtc/common_video/include/",
 
19161
+                "//webrtc/common_video/libyuv/include/",
 
19162
+                "//webrtc/modules/audio_coding/include/",
 
19163
+                "//webrtc/modules/include/",
 
19164
+                "//webrtc/modules/audio_conference_mixer/include/",
 
19165
+                "//webrtc/modules/include/",
 
19166
+                "//webrtc/modules/include/",
 
19167
+                "//webrtc/modules/audio_device/include/",
 
19168
+                "//webrtc/modules/audio_device/dummy/"
 
19169
+            ],
 
19170
+            "libs": [
 
19171
+                "rt",
 
19172
+                "m",
 
19173
+                "X11",
 
19174
+                "X11-xcb",
 
19175
+                "xcb",
 
19176
+                "Xcomposite",
 
19177
+                "Xcursor",
 
19178
+                "Xdamage",
 
19179
+                "Xext",
 
19180
+                "Xfixes",
 
19181
+                "Xi",
 
19182
+                "Xrender"
 
19183
+            ],
 
19184
+            "sources": [
 
19185
+                "//webrtc/build/no_op_function.cc",
 
19186
+                "//webrtc/call.h",
 
19187
+                "//webrtc/config.h"
 
19188
+            ],
 
19189
+            "type": "static_library"
 
19190
+        },
 
19191
+        "//webrtc:webrtc_common": {
 
19192
+            "cflags": [
 
19193
+                "-fno-strict-aliasing",
 
19194
+                "--param=ssp-buffer-size=4",
 
19195
+                "-fstack-protector",
 
19196
+                "-Wno-builtin-macro-redefined",
 
19197
+                "-D__DATE__=",
 
19198
+                "-D__TIME__=",
 
19199
+                "-D__TIMESTAMP__=",
 
19200
+                "-funwind-tables",
 
19201
+                "-fPIC",
 
19202
+                "-pipe",
 
19203
+                "-fcolor-diagnostics",
 
19204
+                "--target=arm-linux-gnueabihf",
 
19205
+                "-march=armv7-a",
 
19206
+                "-mfloat-abi=hard",
 
19207
+                "-mtune=generic-armv7-a",
 
19208
+                "-pthread",
 
19209
+                "-mfpu=neon",
 
19210
+                "-mthumb",
 
19211
+                "-Wall",
 
19212
+                "-Werror",
 
19213
+                "-Wextra",
 
19214
+                "-Wno-missing-field-initializers",
 
19215
+                "-Wno-unused-parameter",
 
19216
+                "-Wno-c++11-narrowing",
 
19217
+                "-Wno-covered-switch-default",
 
19218
+                "-Wno-unneeded-internal-declaration",
 
19219
+                "-Wno-inconsistent-missing-override",
 
19220
+                "-Wno-undefined-var-template",
 
19221
+                "-Wno-nonportable-include-path",
 
19222
+                "-Wno-address-of-packed-member",
 
19223
+                "-Wno-unused-lambda-capture",
 
19224
+                "-Wno-user-defined-warnings",
 
19225
+                "-O2",
 
19226
+                "-fno-ident",
 
19227
+                "-fdata-sections",
 
19228
+                "-ffunction-sections",
 
19229
+                "-fomit-frame-pointer",
 
19230
+                "-g0",
 
19231
+                "-fvisibility=hidden",
 
19232
+                "-Wheader-hygiene",
 
19233
+                "-Wstring-conversion",
 
19234
+                "-Wtautological-overlap-compare",
 
19235
+                "-Wextra",
 
19236
+                "-Wno-unused-parameter",
 
19237
+                "-Wno-missing-field-initializers",
 
19238
+                "-Wno-strict-overflow",
 
19239
+                "-Wimplicit-fallthrough",
 
19240
+                "-Wthread-safety",
 
19241
+                "-Winconsistent-missing-override",
 
19242
+                "-Wundef"
 
19243
+            ],
 
19244
+            "defines": [
 
19245
+                "V8_DEPRECATION_WARNINGS",
 
19246
+                "USE_NSS_CERTS=1",
 
19247
+                "USE_X11=1",
 
19248
+                "CHROMIUM_BUILD",
 
19249
+                "_FILE_OFFSET_BITS=64",
 
19250
+                "NDEBUG",
 
19251
+                "NVALGRIND",
 
19252
+                "DYNAMIC_ANNOTATIONS_ENABLED=0",
 
19253
+                "WEBRTC_RESTRICT_LOGGING",
 
19254
+                "EXPAT_RELATIVE_PATH",
 
19255
+                "WEBRTC_ARCH_ARM",
 
19256
+                "WEBRTC_ARCH_ARM_V7",
 
19257
+                "WEBRTC_HAS_NEON",
 
19258
+                "WEBRTC_MOZILLA_BUILD",
 
19259
+                "WEBRTC_POSIX",
 
19260
+                "WEBRTC_LINUX"
 
19261
+            ],
 
19262
+            "deps": [],
 
19263
+            "include_dirs": [
 
19264
+                "//",
 
19265
+                "/home/ubuntu/src/firefox/bionic-armhf/firefox-60.0+build2/obj-arm-linux-gnueabihf/media/webrtc/trunk/gn-output/gen/"
 
19266
+            ],
 
19267
+            "libs": [],
 
19268
+            "sources": [
 
19269
+                "//webrtc/common_types.cc",
 
19270
+                "//webrtc/common_types.h",
 
19271
+                "//webrtc/config.cc",
 
19272
+                "//webrtc/config.h",
 
19273
+                "//webrtc/typedefs.h"
 
19274
+            ],
 
19275
+            "type": "static_library"
 
19276
+        }
 
19277
+    }
 
19278
+}
 
19279
\ No newline at end of file