Bug 1649121: part 26) Move `CollectTopMostChildContentsCompletelyInRange`. r=masayuki
[gecko.git] / media / webrtc / gn-configs / arm64_False_arm64_openbsd.json
blob6207320015dc76dfa1fce36b015c09ffbc245810
2     "gn_gen_args": {
3         "host_cpu": "arm64",
4         "is_debug": false,
5         "target_cpu": "arm64",
6         "target_os": "openbsd"
7     },
8     "mozbuild_args": {
9         "CPU_ARCH": "aarch64",
10         "HOST_CPU_ARCH": "aarch64",
11         "MOZ_DEBUG": null,
12         "OS_TARGET": "OpenBSD"
13     },
14     "sandbox_vars": {
15         "COMPILE_FLAGS": {
16             "WARNINGS_AS_ERRORS": []
17         },
18         "FINAL_LIBRARY": "webrtc"
19     },
20     "targets": {
21         "//:webrtc": {
22             "cflags": [
23                 "-fno-strict-aliasing",
24                 "--param=ssp-buffer-size=4",
25                 "-fstack-protector",
26                 "-Wno-builtin-macro-redefined",
27                 "-D__DATE__=",
28                 "-D__TIME__=",
29                 "-D__TIMESTAMP__=",
30                 "-funwind-tables",
31                 "-fcolor-diagnostics",
32                 "--target=aarch64-linux-gnu",
33                 "-Wall",
34                 "-Werror",
35                 "-Wextra",
36                 "-Wno-missing-field-initializers",
37                 "-Wno-unused-parameter",
38                 "-Wno-c++11-narrowing",
39                 "-Wno-covered-switch-default",
40                 "-Wno-unneeded-internal-declaration",
41                 "-Wno-inconsistent-missing-override",
42                 "-Wno-undefined-var-template",
43                 "-Wno-nonportable-include-path",
44                 "-Wno-address-of-packed-member",
45                 "-Wno-unused-lambda-capture",
46                 "-Wno-user-defined-warnings",
47                 "-O2",
48                 "-fno-ident",
49                 "-fdata-sections",
50                 "-ffunction-sections",
51                 "-fno-omit-frame-pointer",
52                 "-g2",
53                 "-fvisibility=hidden",
54                 "-Xclang",
55                 "-add-plugin",
56                 "-Xclang",
57                 "find-bad-constructs",
58                 "-Xclang",
59                 "-plugin-arg-find-bad-constructs",
60                 "-Xclang",
61                 "check-auto-raw-pointer",
62                 "-Wheader-hygiene",
63                 "-Wstring-conversion",
64                 "-Wtautological-overlap-compare",
65                 "-Wextra",
66                 "-Wno-unused-parameter",
67                 "-Wno-missing-field-initializers",
68                 "-Wno-strict-overflow",
69                 "-Wc++11-narrowing",
70                 "-Wimplicit-fallthrough",
71                 "-Wthread-safety",
72                 "-Winconsistent-missing-override",
73                 "-Wundef",
74                 "-Wunused-lambda-capture"
75             ],
76             "defines": [
77                 "V8_DEPRECATION_WARNINGS",
78                 "USE_X11=1",
79                 "CHROMIUM_BUILD",
80                 "_FILE_OFFSET_BITS=64",
81                 "_FORTIFY_SOURCE=2",
82                 "NDEBUG",
83                 "NVALGRIND",
84                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
85                 "WEBRTC_ENABLE_PROTOBUF=0",
86                 "WEBRTC_RESTRICT_LOGGING",
87                 "WEBRTC_ARCH_ARM64",
88                 "WEBRTC_HAS_NEON",
89                 "WEBRTC_MOZILLA_BUILD",
90                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
91                 "WEBRTC_POSIX",
92                 "WEBRTC_BSD",
93                 "HAVE_WEBRTC_VIDEO",
94                 "HAVE_WEBRTC_VOICE"
95             ],
96             "deps": [
97                 "//:webrtc_common",
98                 "//api:base_peerconnection_api",
99                 "//api:transport_api",
100                 "//api:video_frame_api",
101                 "//audio:audio",
102                 "//call:call",
103                 "//common_audio:common_audio",
104                 "//common_video:common_video",
105                 "//media:media",
106                 "//modules:modules",
107                 "//modules/video_capture:video_capture_internal_impl",
108                 "//rtc_base:rtc_base",
109                 "//system_wrappers:field_trial_default",
110                 "//system_wrappers:metrics_default",
111                 "//system_wrappers:system_wrappers_default",
112                 "//video:video",
113                 "//voice_engine:voice_engine"
114             ],
115             "include_dirs": [
116                 "//",
117                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
118                 "//common_audio/resampler/include/",
119                 "//common_audio/signal_processing/include/",
120                 "//common_audio/vad/include/",
121                 "//common_video/include/",
122                 "/media/libyuv/libyuv/include/",
123                 "//modules/audio_coding/include/",
124                 "//modules/include/",
125                 "//modules/include/",
126                 "//modules/audio_device/include/",
127                 "//modules/audio_device/dummy/"
128             ],
129             "libs": [
130                 "X11",
131                 "X11-xcb",
132                 "xcb",
133                 "Xcomposite",
134                 "Xcursor",
135                 "Xdamage",
136                 "Xext",
137                 "Xfixes",
138                 "Xi",
139                 "Xrender"
140             ],
141             "sources": [],
142             "type": "static_library"
143         },
144         "//:webrtc_common": {
145             "cflags": [
146                 "-fno-strict-aliasing",
147                 "--param=ssp-buffer-size=4",
148                 "-fstack-protector",
149                 "-Wno-builtin-macro-redefined",
150                 "-D__DATE__=",
151                 "-D__TIME__=",
152                 "-D__TIMESTAMP__=",
153                 "-funwind-tables",
154                 "-fcolor-diagnostics",
155                 "--target=aarch64-linux-gnu",
156                 "-Wall",
157                 "-Werror",
158                 "-Wextra",
159                 "-Wno-missing-field-initializers",
160                 "-Wno-unused-parameter",
161                 "-Wno-c++11-narrowing",
162                 "-Wno-covered-switch-default",
163                 "-Wno-unneeded-internal-declaration",
164                 "-Wno-inconsistent-missing-override",
165                 "-Wno-undefined-var-template",
166                 "-Wno-nonportable-include-path",
167                 "-Wno-address-of-packed-member",
168                 "-Wno-unused-lambda-capture",
169                 "-Wno-user-defined-warnings",
170                 "-O2",
171                 "-fno-ident",
172                 "-fdata-sections",
173                 "-ffunction-sections",
174                 "-fno-omit-frame-pointer",
175                 "-g2",
176                 "-fvisibility=hidden",
177                 "-Wheader-hygiene",
178                 "-Wstring-conversion",
179                 "-Wtautological-overlap-compare",
180                 "-Wextra",
181                 "-Wno-unused-parameter",
182                 "-Wno-missing-field-initializers",
183                 "-Wno-strict-overflow",
184                 "-Wc++11-narrowing",
185                 "-Wimplicit-fallthrough",
186                 "-Wthread-safety",
187                 "-Winconsistent-missing-override",
188                 "-Wundef",
189                 "-Wunused-lambda-capture"
190             ],
191             "defines": [
192                 "V8_DEPRECATION_WARNINGS",
193                 "USE_X11=1",
194                 "CHROMIUM_BUILD",
195                 "_FILE_OFFSET_BITS=64",
196                 "_FORTIFY_SOURCE=2",
197                 "NDEBUG",
198                 "NVALGRIND",
199                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
200                 "WEBRTC_ENABLE_PROTOBUF=0",
201                 "WEBRTC_RESTRICT_LOGGING",
202                 "WEBRTC_ARCH_ARM64",
203                 "WEBRTC_HAS_NEON",
204                 "WEBRTC_MOZILLA_BUILD",
205                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
206                 "WEBRTC_POSIX",
207                 "WEBRTC_BSD"
208             ],
209             "deps": [],
210             "include_dirs": [
211                 "//",
212                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
213             ],
214             "libs": [],
215             "sources": [
216                 "//common_types.cc",
217                 "//common_types.h",
218                 "//typedefs.h"
219             ],
220             "type": "static_library"
221         },
222         "//api/audio_codecs/L16:audio_decoder_L16": {
223             "cflags": [
224                 "-fno-strict-aliasing",
225                 "--param=ssp-buffer-size=4",
226                 "-fstack-protector",
227                 "-Wno-builtin-macro-redefined",
228                 "-D__DATE__=",
229                 "-D__TIME__=",
230                 "-D__TIMESTAMP__=",
231                 "-funwind-tables",
232                 "-fcolor-diagnostics",
233                 "--target=aarch64-linux-gnu",
234                 "-Wall",
235                 "-Werror",
236                 "-Wextra",
237                 "-Wno-missing-field-initializers",
238                 "-Wno-unused-parameter",
239                 "-Wno-c++11-narrowing",
240                 "-Wno-covered-switch-default",
241                 "-Wno-unneeded-internal-declaration",
242                 "-Wno-inconsistent-missing-override",
243                 "-Wno-undefined-var-template",
244                 "-Wno-nonportable-include-path",
245                 "-Wno-address-of-packed-member",
246                 "-Wno-unused-lambda-capture",
247                 "-Wno-user-defined-warnings",
248                 "-O2",
249                 "-fno-ident",
250                 "-fdata-sections",
251                 "-ffunction-sections",
252                 "-fno-omit-frame-pointer",
253                 "-g2",
254                 "-fvisibility=hidden",
255                 "-Xclang",
256                 "-add-plugin",
257                 "-Xclang",
258                 "find-bad-constructs",
259                 "-Xclang",
260                 "-plugin-arg-find-bad-constructs",
261                 "-Xclang",
262                 "check-auto-raw-pointer",
263                 "-Wheader-hygiene",
264                 "-Wstring-conversion",
265                 "-Wtautological-overlap-compare",
266                 "-Wextra",
267                 "-Wno-unused-parameter",
268                 "-Wno-missing-field-initializers",
269                 "-Wno-strict-overflow",
270                 "-Wc++11-narrowing",
271                 "-Wimplicit-fallthrough",
272                 "-Wthread-safety",
273                 "-Winconsistent-missing-override",
274                 "-Wundef",
275                 "-Wunused-lambda-capture"
276             ],
277             "defines": [
278                 "V8_DEPRECATION_WARNINGS",
279                 "USE_X11=1",
280                 "CHROMIUM_BUILD",
281                 "_FILE_OFFSET_BITS=64",
282                 "_FORTIFY_SOURCE=2",
283                 "NDEBUG",
284                 "NVALGRIND",
285                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
286                 "WEBRTC_ENABLE_PROTOBUF=0",
287                 "WEBRTC_RESTRICT_LOGGING",
288                 "WEBRTC_ARCH_ARM64",
289                 "WEBRTC_HAS_NEON",
290                 "WEBRTC_MOZILLA_BUILD",
291                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
292                 "WEBRTC_POSIX",
293                 "WEBRTC_BSD"
294             ],
295             "deps": [
296                 "//:webrtc_common",
297                 "//api:optional",
298                 "//api/audio_codecs:audio_codecs_api",
299                 "//modules/audio_coding:pcm16b",
300                 "//rtc_base:rtc_base_approved"
301             ],
302             "include_dirs": [
303                 "//",
304                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
305                 "//modules/audio_coding/codecs/pcm16b/include/"
306             ],
307             "libs": [],
308             "sources": [
309                 "//api/audio_codecs/L16/audio_decoder_L16.cc",
310                 "//api/audio_codecs/L16/audio_decoder_L16.h"
311             ],
312             "type": "static_library"
313         },
314         "//api/audio_codecs/L16:audio_encoder_L16": {
315             "cflags": [
316                 "-fno-strict-aliasing",
317                 "--param=ssp-buffer-size=4",
318                 "-fstack-protector",
319                 "-Wno-builtin-macro-redefined",
320                 "-D__DATE__=",
321                 "-D__TIME__=",
322                 "-D__TIMESTAMP__=",
323                 "-funwind-tables",
324                 "-fcolor-diagnostics",
325                 "--target=aarch64-linux-gnu",
326                 "-Wall",
327                 "-Werror",
328                 "-Wextra",
329                 "-Wno-missing-field-initializers",
330                 "-Wno-unused-parameter",
331                 "-Wno-c++11-narrowing",
332                 "-Wno-covered-switch-default",
333                 "-Wno-unneeded-internal-declaration",
334                 "-Wno-inconsistent-missing-override",
335                 "-Wno-undefined-var-template",
336                 "-Wno-nonportable-include-path",
337                 "-Wno-address-of-packed-member",
338                 "-Wno-unused-lambda-capture",
339                 "-Wno-user-defined-warnings",
340                 "-O2",
341                 "-fno-ident",
342                 "-fdata-sections",
343                 "-ffunction-sections",
344                 "-fno-omit-frame-pointer",
345                 "-g2",
346                 "-fvisibility=hidden",
347                 "-Xclang",
348                 "-add-plugin",
349                 "-Xclang",
350                 "find-bad-constructs",
351                 "-Xclang",
352                 "-plugin-arg-find-bad-constructs",
353                 "-Xclang",
354                 "check-auto-raw-pointer",
355                 "-Wheader-hygiene",
356                 "-Wstring-conversion",
357                 "-Wtautological-overlap-compare",
358                 "-Wextra",
359                 "-Wno-unused-parameter",
360                 "-Wno-missing-field-initializers",
361                 "-Wno-strict-overflow",
362                 "-Wc++11-narrowing",
363                 "-Wimplicit-fallthrough",
364                 "-Wthread-safety",
365                 "-Winconsistent-missing-override",
366                 "-Wundef",
367                 "-Wunused-lambda-capture"
368             ],
369             "defines": [
370                 "V8_DEPRECATION_WARNINGS",
371                 "USE_X11=1",
372                 "CHROMIUM_BUILD",
373                 "_FILE_OFFSET_BITS=64",
374                 "_FORTIFY_SOURCE=2",
375                 "NDEBUG",
376                 "NVALGRIND",
377                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
378                 "WEBRTC_ENABLE_PROTOBUF=0",
379                 "WEBRTC_RESTRICT_LOGGING",
380                 "WEBRTC_ARCH_ARM64",
381                 "WEBRTC_HAS_NEON",
382                 "WEBRTC_MOZILLA_BUILD",
383                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
384                 "WEBRTC_POSIX",
385                 "WEBRTC_BSD"
386             ],
387             "deps": [
388                 "//:webrtc_common",
389                 "//api:optional",
390                 "//api/audio_codecs:audio_codecs_api",
391                 "//modules/audio_coding:pcm16b",
392                 "//rtc_base:rtc_base_approved"
393             ],
394             "include_dirs": [
395                 "//",
396                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
397                 "//modules/audio_coding/codecs/pcm16b/include/"
398             ],
399             "libs": [],
400             "sources": [
401                 "//api/audio_codecs/L16/audio_encoder_L16.cc",
402                 "//api/audio_codecs/L16/audio_encoder_L16.h"
403             ],
404             "type": "static_library"
405         },
406         "//api/audio_codecs/g711:audio_decoder_g711": {
407             "cflags": [
408                 "-fno-strict-aliasing",
409                 "--param=ssp-buffer-size=4",
410                 "-fstack-protector",
411                 "-Wno-builtin-macro-redefined",
412                 "-D__DATE__=",
413                 "-D__TIME__=",
414                 "-D__TIMESTAMP__=",
415                 "-funwind-tables",
416                 "-fcolor-diagnostics",
417                 "--target=aarch64-linux-gnu",
418                 "-Wall",
419                 "-Werror",
420                 "-Wextra",
421                 "-Wno-missing-field-initializers",
422                 "-Wno-unused-parameter",
423                 "-Wno-c++11-narrowing",
424                 "-Wno-covered-switch-default",
425                 "-Wno-unneeded-internal-declaration",
426                 "-Wno-inconsistent-missing-override",
427                 "-Wno-undefined-var-template",
428                 "-Wno-nonportable-include-path",
429                 "-Wno-address-of-packed-member",
430                 "-Wno-unused-lambda-capture",
431                 "-Wno-user-defined-warnings",
432                 "-O2",
433                 "-fno-ident",
434                 "-fdata-sections",
435                 "-ffunction-sections",
436                 "-fno-omit-frame-pointer",
437                 "-g2",
438                 "-fvisibility=hidden",
439                 "-Xclang",
440                 "-add-plugin",
441                 "-Xclang",
442                 "find-bad-constructs",
443                 "-Xclang",
444                 "-plugin-arg-find-bad-constructs",
445                 "-Xclang",
446                 "check-auto-raw-pointer",
447                 "-Wheader-hygiene",
448                 "-Wstring-conversion",
449                 "-Wtautological-overlap-compare",
450                 "-Wextra",
451                 "-Wno-unused-parameter",
452                 "-Wno-missing-field-initializers",
453                 "-Wno-strict-overflow",
454                 "-Wc++11-narrowing",
455                 "-Wimplicit-fallthrough",
456                 "-Wthread-safety",
457                 "-Winconsistent-missing-override",
458                 "-Wundef",
459                 "-Wunused-lambda-capture"
460             ],
461             "defines": [
462                 "V8_DEPRECATION_WARNINGS",
463                 "USE_X11=1",
464                 "CHROMIUM_BUILD",
465                 "_FILE_OFFSET_BITS=64",
466                 "_FORTIFY_SOURCE=2",
467                 "NDEBUG",
468                 "NVALGRIND",
469                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
470                 "WEBRTC_ENABLE_PROTOBUF=0",
471                 "WEBRTC_RESTRICT_LOGGING",
472                 "WEBRTC_ARCH_ARM64",
473                 "WEBRTC_HAS_NEON",
474                 "WEBRTC_MOZILLA_BUILD",
475                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
476                 "WEBRTC_POSIX",
477                 "WEBRTC_BSD"
478             ],
479             "deps": [
480                 "//:webrtc_common",
481                 "//api:optional",
482                 "//api/audio_codecs:audio_codecs_api",
483                 "//modules/audio_coding:g711",
484                 "//rtc_base:rtc_base_approved"
485             ],
486             "include_dirs": [
487                 "//",
488                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
489                 "//modules/audio_coding/codecs/g711/include/"
490             ],
491             "libs": [],
492             "sources": [
493                 "//api/audio_codecs/g711/audio_decoder_g711.cc",
494                 "//api/audio_codecs/g711/audio_decoder_g711.h"
495             ],
496             "type": "static_library"
497         },
498         "//api/audio_codecs/g711:audio_encoder_g711": {
499             "cflags": [
500                 "-fno-strict-aliasing",
501                 "--param=ssp-buffer-size=4",
502                 "-fstack-protector",
503                 "-Wno-builtin-macro-redefined",
504                 "-D__DATE__=",
505                 "-D__TIME__=",
506                 "-D__TIMESTAMP__=",
507                 "-funwind-tables",
508                 "-fcolor-diagnostics",
509                 "--target=aarch64-linux-gnu",
510                 "-Wall",
511                 "-Werror",
512                 "-Wextra",
513                 "-Wno-missing-field-initializers",
514                 "-Wno-unused-parameter",
515                 "-Wno-c++11-narrowing",
516                 "-Wno-covered-switch-default",
517                 "-Wno-unneeded-internal-declaration",
518                 "-Wno-inconsistent-missing-override",
519                 "-Wno-undefined-var-template",
520                 "-Wno-nonportable-include-path",
521                 "-Wno-address-of-packed-member",
522                 "-Wno-unused-lambda-capture",
523                 "-Wno-user-defined-warnings",
524                 "-O2",
525                 "-fno-ident",
526                 "-fdata-sections",
527                 "-ffunction-sections",
528                 "-fno-omit-frame-pointer",
529                 "-g2",
530                 "-fvisibility=hidden",
531                 "-Xclang",
532                 "-add-plugin",
533                 "-Xclang",
534                 "find-bad-constructs",
535                 "-Xclang",
536                 "-plugin-arg-find-bad-constructs",
537                 "-Xclang",
538                 "check-auto-raw-pointer",
539                 "-Wheader-hygiene",
540                 "-Wstring-conversion",
541                 "-Wtautological-overlap-compare",
542                 "-Wextra",
543                 "-Wno-unused-parameter",
544                 "-Wno-missing-field-initializers",
545                 "-Wno-strict-overflow",
546                 "-Wc++11-narrowing",
547                 "-Wimplicit-fallthrough",
548                 "-Wthread-safety",
549                 "-Winconsistent-missing-override",
550                 "-Wundef",
551                 "-Wunused-lambda-capture"
552             ],
553             "defines": [
554                 "V8_DEPRECATION_WARNINGS",
555                 "USE_X11=1",
556                 "CHROMIUM_BUILD",
557                 "_FILE_OFFSET_BITS=64",
558                 "_FORTIFY_SOURCE=2",
559                 "NDEBUG",
560                 "NVALGRIND",
561                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
562                 "WEBRTC_ENABLE_PROTOBUF=0",
563                 "WEBRTC_RESTRICT_LOGGING",
564                 "WEBRTC_ARCH_ARM64",
565                 "WEBRTC_HAS_NEON",
566                 "WEBRTC_MOZILLA_BUILD",
567                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
568                 "WEBRTC_POSIX",
569                 "WEBRTC_BSD"
570             ],
571             "deps": [
572                 "//:webrtc_common",
573                 "//api:optional",
574                 "//api/audio_codecs:audio_codecs_api",
575                 "//modules/audio_coding:g711",
576                 "//rtc_base:rtc_base_approved"
577             ],
578             "include_dirs": [
579                 "//",
580                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
581                 "//modules/audio_coding/codecs/g711/include/"
582             ],
583             "libs": [],
584             "sources": [
585                 "//api/audio_codecs/g711/audio_encoder_g711.cc",
586                 "//api/audio_codecs/g711/audio_encoder_g711.h"
587             ],
588             "type": "static_library"
589         },
590         "//api/audio_codecs/g722:audio_decoder_g722": {
591             "cflags": [
592                 "-fno-strict-aliasing",
593                 "--param=ssp-buffer-size=4",
594                 "-fstack-protector",
595                 "-Wno-builtin-macro-redefined",
596                 "-D__DATE__=",
597                 "-D__TIME__=",
598                 "-D__TIMESTAMP__=",
599                 "-funwind-tables",
600                 "-fcolor-diagnostics",
601                 "--target=aarch64-linux-gnu",
602                 "-Wall",
603                 "-Werror",
604                 "-Wextra",
605                 "-Wno-missing-field-initializers",
606                 "-Wno-unused-parameter",
607                 "-Wno-c++11-narrowing",
608                 "-Wno-covered-switch-default",
609                 "-Wno-unneeded-internal-declaration",
610                 "-Wno-inconsistent-missing-override",
611                 "-Wno-undefined-var-template",
612                 "-Wno-nonportable-include-path",
613                 "-Wno-address-of-packed-member",
614                 "-Wno-unused-lambda-capture",
615                 "-Wno-user-defined-warnings",
616                 "-O2",
617                 "-fno-ident",
618                 "-fdata-sections",
619                 "-ffunction-sections",
620                 "-fno-omit-frame-pointer",
621                 "-g2",
622                 "-fvisibility=hidden",
623                 "-Xclang",
624                 "-add-plugin",
625                 "-Xclang",
626                 "find-bad-constructs",
627                 "-Xclang",
628                 "-plugin-arg-find-bad-constructs",
629                 "-Xclang",
630                 "check-auto-raw-pointer",
631                 "-Wheader-hygiene",
632                 "-Wstring-conversion",
633                 "-Wtautological-overlap-compare",
634                 "-Wextra",
635                 "-Wno-unused-parameter",
636                 "-Wno-missing-field-initializers",
637                 "-Wno-strict-overflow",
638                 "-Wc++11-narrowing",
639                 "-Wimplicit-fallthrough",
640                 "-Wthread-safety",
641                 "-Winconsistent-missing-override",
642                 "-Wundef",
643                 "-Wunused-lambda-capture"
644             ],
645             "defines": [
646                 "V8_DEPRECATION_WARNINGS",
647                 "USE_X11=1",
648                 "CHROMIUM_BUILD",
649                 "_FILE_OFFSET_BITS=64",
650                 "_FORTIFY_SOURCE=2",
651                 "NDEBUG",
652                 "NVALGRIND",
653                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
654                 "WEBRTC_ENABLE_PROTOBUF=0",
655                 "WEBRTC_RESTRICT_LOGGING",
656                 "WEBRTC_ARCH_ARM64",
657                 "WEBRTC_HAS_NEON",
658                 "WEBRTC_MOZILLA_BUILD",
659                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
660                 "WEBRTC_POSIX",
661                 "WEBRTC_BSD"
662             ],
663             "deps": [
664                 "//:webrtc_common",
665                 "//api:optional",
666                 "//api/audio_codecs:audio_codecs_api",
667                 "//modules/audio_coding:g722",
668                 "//rtc_base:rtc_base_approved"
669             ],
670             "include_dirs": [
671                 "//",
672                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
673                 "//modules/audio_coding/codecs/g722/include/"
674             ],
675             "libs": [],
676             "sources": [
677                 "//api/audio_codecs/g722/audio_decoder_g722.cc",
678                 "//api/audio_codecs/g722/audio_decoder_g722.h"
679             ],
680             "type": "static_library"
681         },
682         "//api/audio_codecs/g722:audio_encoder_g722": {
683             "cflags": [
684                 "-fno-strict-aliasing",
685                 "--param=ssp-buffer-size=4",
686                 "-fstack-protector",
687                 "-Wno-builtin-macro-redefined",
688                 "-D__DATE__=",
689                 "-D__TIME__=",
690                 "-D__TIMESTAMP__=",
691                 "-funwind-tables",
692                 "-fcolor-diagnostics",
693                 "--target=aarch64-linux-gnu",
694                 "-Wall",
695                 "-Werror",
696                 "-Wextra",
697                 "-Wno-missing-field-initializers",
698                 "-Wno-unused-parameter",
699                 "-Wno-c++11-narrowing",
700                 "-Wno-covered-switch-default",
701                 "-Wno-unneeded-internal-declaration",
702                 "-Wno-inconsistent-missing-override",
703                 "-Wno-undefined-var-template",
704                 "-Wno-nonportable-include-path",
705                 "-Wno-address-of-packed-member",
706                 "-Wno-unused-lambda-capture",
707                 "-Wno-user-defined-warnings",
708                 "-O2",
709                 "-fno-ident",
710                 "-fdata-sections",
711                 "-ffunction-sections",
712                 "-fno-omit-frame-pointer",
713                 "-g2",
714                 "-fvisibility=hidden",
715                 "-Xclang",
716                 "-add-plugin",
717                 "-Xclang",
718                 "find-bad-constructs",
719                 "-Xclang",
720                 "-plugin-arg-find-bad-constructs",
721                 "-Xclang",
722                 "check-auto-raw-pointer",
723                 "-Wheader-hygiene",
724                 "-Wstring-conversion",
725                 "-Wtautological-overlap-compare",
726                 "-Wextra",
727                 "-Wno-unused-parameter",
728                 "-Wno-missing-field-initializers",
729                 "-Wno-strict-overflow",
730                 "-Wc++11-narrowing",
731                 "-Wimplicit-fallthrough",
732                 "-Wthread-safety",
733                 "-Winconsistent-missing-override",
734                 "-Wundef",
735                 "-Wunused-lambda-capture"
736             ],
737             "defines": [
738                 "V8_DEPRECATION_WARNINGS",
739                 "USE_X11=1",
740                 "CHROMIUM_BUILD",
741                 "_FILE_OFFSET_BITS=64",
742                 "_FORTIFY_SOURCE=2",
743                 "NDEBUG",
744                 "NVALGRIND",
745                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
746                 "WEBRTC_ENABLE_PROTOBUF=0",
747                 "WEBRTC_RESTRICT_LOGGING",
748                 "WEBRTC_ARCH_ARM64",
749                 "WEBRTC_HAS_NEON",
750                 "WEBRTC_MOZILLA_BUILD",
751                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
752                 "WEBRTC_POSIX",
753                 "WEBRTC_BSD"
754             ],
755             "deps": [
756                 "//:webrtc_common",
757                 "//api:optional",
758                 "//api/audio_codecs:audio_codecs_api",
759                 "//api/audio_codecs/g722:audio_encoder_g722_config",
760                 "//modules/audio_coding:g722",
761                 "//rtc_base:rtc_base_approved"
762             ],
763             "include_dirs": [
764                 "//",
765                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
766                 "//modules/audio_coding/codecs/g722/include/"
767             ],
768             "libs": [],
769             "sources": [
770                 "//api/audio_codecs/g722/audio_encoder_g722.cc",
771                 "//api/audio_codecs/g722/audio_encoder_g722.h"
772             ],
773             "type": "static_library"
774         },
775         "//api/audio_codecs/g722:audio_encoder_g722_config": {
776             "cflags": [
777                 "-fno-strict-aliasing",
778                 "--param=ssp-buffer-size=4",
779                 "-fstack-protector",
780                 "-Wno-builtin-macro-redefined",
781                 "-D__DATE__=",
782                 "-D__TIME__=",
783                 "-D__TIMESTAMP__=",
784                 "-funwind-tables",
785                 "-fcolor-diagnostics",
786                 "--target=aarch64-linux-gnu",
787                 "-Wall",
788                 "-Werror",
789                 "-Wextra",
790                 "-Wno-missing-field-initializers",
791                 "-Wno-unused-parameter",
792                 "-Wno-c++11-narrowing",
793                 "-Wno-covered-switch-default",
794                 "-Wno-unneeded-internal-declaration",
795                 "-Wno-inconsistent-missing-override",
796                 "-Wno-undefined-var-template",
797                 "-Wno-nonportable-include-path",
798                 "-Wno-address-of-packed-member",
799                 "-Wno-unused-lambda-capture",
800                 "-Wno-user-defined-warnings",
801                 "-O2",
802                 "-fno-ident",
803                 "-fdata-sections",
804                 "-ffunction-sections",
805                 "-fno-omit-frame-pointer",
806                 "-g2",
807                 "-fvisibility=hidden",
808                 "-Xclang",
809                 "-add-plugin",
810                 "-Xclang",
811                 "find-bad-constructs",
812                 "-Xclang",
813                 "-plugin-arg-find-bad-constructs",
814                 "-Xclang",
815                 "check-auto-raw-pointer",
816                 "-Wheader-hygiene",
817                 "-Wstring-conversion",
818                 "-Wtautological-overlap-compare",
819                 "-Wextra",
820                 "-Wno-unused-parameter",
821                 "-Wno-missing-field-initializers",
822                 "-Wno-strict-overflow",
823                 "-Wc++11-narrowing",
824                 "-Wimplicit-fallthrough",
825                 "-Wthread-safety",
826                 "-Winconsistent-missing-override",
827                 "-Wundef",
828                 "-Wunused-lambda-capture"
829             ],
830             "defines": [
831                 "V8_DEPRECATION_WARNINGS",
832                 "USE_X11=1",
833                 "CHROMIUM_BUILD",
834                 "_FILE_OFFSET_BITS=64",
835                 "_FORTIFY_SOURCE=2",
836                 "NDEBUG",
837                 "NVALGRIND",
838                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
839                 "WEBRTC_ENABLE_PROTOBUF=0",
840                 "WEBRTC_RESTRICT_LOGGING",
841                 "WEBRTC_ARCH_ARM64",
842                 "WEBRTC_HAS_NEON",
843                 "WEBRTC_MOZILLA_BUILD",
844                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
845                 "WEBRTC_POSIX",
846                 "WEBRTC_BSD"
847             ],
848             "deps": [],
849             "include_dirs": [
850                 "//",
851                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
852             ],
853             "libs": [],
854             "sources": [
855                 "//api/audio_codecs/g722/audio_encoder_g722_config.h"
856             ],
857             "type": "source_set"
858         },
859         "//api/audio_codecs/ilbc:audio_decoder_ilbc": {
860             "cflags": [
861                 "-fno-strict-aliasing",
862                 "--param=ssp-buffer-size=4",
863                 "-fstack-protector",
864                 "-Wno-builtin-macro-redefined",
865                 "-D__DATE__=",
866                 "-D__TIME__=",
867                 "-D__TIMESTAMP__=",
868                 "-funwind-tables",
869                 "-fcolor-diagnostics",
870                 "--target=aarch64-linux-gnu",
871                 "-Wall",
872                 "-Werror",
873                 "-Wextra",
874                 "-Wno-missing-field-initializers",
875                 "-Wno-unused-parameter",
876                 "-Wno-c++11-narrowing",
877                 "-Wno-covered-switch-default",
878                 "-Wno-unneeded-internal-declaration",
879                 "-Wno-inconsistent-missing-override",
880                 "-Wno-undefined-var-template",
881                 "-Wno-nonportable-include-path",
882                 "-Wno-address-of-packed-member",
883                 "-Wno-unused-lambda-capture",
884                 "-Wno-user-defined-warnings",
885                 "-O2",
886                 "-fno-ident",
887                 "-fdata-sections",
888                 "-ffunction-sections",
889                 "-fno-omit-frame-pointer",
890                 "-g2",
891                 "-fvisibility=hidden",
892                 "-Xclang",
893                 "-add-plugin",
894                 "-Xclang",
895                 "find-bad-constructs",
896                 "-Xclang",
897                 "-plugin-arg-find-bad-constructs",
898                 "-Xclang",
899                 "check-auto-raw-pointer",
900                 "-Wheader-hygiene",
901                 "-Wstring-conversion",
902                 "-Wtautological-overlap-compare",
903                 "-Wextra",
904                 "-Wno-unused-parameter",
905                 "-Wno-missing-field-initializers",
906                 "-Wno-strict-overflow",
907                 "-Wc++11-narrowing",
908                 "-Wimplicit-fallthrough",
909                 "-Wthread-safety",
910                 "-Winconsistent-missing-override",
911                 "-Wundef",
912                 "-Wunused-lambda-capture"
913             ],
914             "defines": [
915                 "V8_DEPRECATION_WARNINGS",
916                 "USE_X11=1",
917                 "CHROMIUM_BUILD",
918                 "_FILE_OFFSET_BITS=64",
919                 "_FORTIFY_SOURCE=2",
920                 "NDEBUG",
921                 "NVALGRIND",
922                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
923                 "WEBRTC_ENABLE_PROTOBUF=0",
924                 "WEBRTC_RESTRICT_LOGGING",
925                 "WEBRTC_ARCH_ARM64",
926                 "WEBRTC_HAS_NEON",
927                 "WEBRTC_MOZILLA_BUILD",
928                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
929                 "WEBRTC_POSIX",
930                 "WEBRTC_BSD"
931             ],
932             "deps": [
933                 "//:webrtc_common",
934                 "//api:optional",
935                 "//api/audio_codecs:audio_codecs_api",
936                 "//modules/audio_coding:ilbc",
937                 "//rtc_base:rtc_base_approved"
938             ],
939             "include_dirs": [
940                 "//",
941                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
942                 "//modules/audio_coding/codecs/ilbc/include/"
943             ],
944             "libs": [],
945             "sources": [
946                 "//api/audio_codecs/ilbc/audio_decoder_ilbc.cc",
947                 "//api/audio_codecs/ilbc/audio_decoder_ilbc.h"
948             ],
949             "type": "static_library"
950         },
951         "//api/audio_codecs/ilbc:audio_encoder_ilbc": {
952             "cflags": [
953                 "-fno-strict-aliasing",
954                 "--param=ssp-buffer-size=4",
955                 "-fstack-protector",
956                 "-Wno-builtin-macro-redefined",
957                 "-D__DATE__=",
958                 "-D__TIME__=",
959                 "-D__TIMESTAMP__=",
960                 "-funwind-tables",
961                 "-fcolor-diagnostics",
962                 "--target=aarch64-linux-gnu",
963                 "-Wall",
964                 "-Werror",
965                 "-Wextra",
966                 "-Wno-missing-field-initializers",
967                 "-Wno-unused-parameter",
968                 "-Wno-c++11-narrowing",
969                 "-Wno-covered-switch-default",
970                 "-Wno-unneeded-internal-declaration",
971                 "-Wno-inconsistent-missing-override",
972                 "-Wno-undefined-var-template",
973                 "-Wno-nonportable-include-path",
974                 "-Wno-address-of-packed-member",
975                 "-Wno-unused-lambda-capture",
976                 "-Wno-user-defined-warnings",
977                 "-O2",
978                 "-fno-ident",
979                 "-fdata-sections",
980                 "-ffunction-sections",
981                 "-fno-omit-frame-pointer",
982                 "-g2",
983                 "-fvisibility=hidden",
984                 "-Xclang",
985                 "-add-plugin",
986                 "-Xclang",
987                 "find-bad-constructs",
988                 "-Xclang",
989                 "-plugin-arg-find-bad-constructs",
990                 "-Xclang",
991                 "check-auto-raw-pointer",
992                 "-Wheader-hygiene",
993                 "-Wstring-conversion",
994                 "-Wtautological-overlap-compare",
995                 "-Wextra",
996                 "-Wno-unused-parameter",
997                 "-Wno-missing-field-initializers",
998                 "-Wno-strict-overflow",
999                 "-Wc++11-narrowing",
1000                 "-Wimplicit-fallthrough",
1001                 "-Wthread-safety",
1002                 "-Winconsistent-missing-override",
1003                 "-Wundef",
1004                 "-Wunused-lambda-capture"
1005             ],
1006             "defines": [
1007                 "V8_DEPRECATION_WARNINGS",
1008                 "USE_X11=1",
1009                 "CHROMIUM_BUILD",
1010                 "_FILE_OFFSET_BITS=64",
1011                 "_FORTIFY_SOURCE=2",
1012                 "NDEBUG",
1013                 "NVALGRIND",
1014                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1015                 "WEBRTC_ENABLE_PROTOBUF=0",
1016                 "WEBRTC_RESTRICT_LOGGING",
1017                 "WEBRTC_ARCH_ARM64",
1018                 "WEBRTC_HAS_NEON",
1019                 "WEBRTC_MOZILLA_BUILD",
1020                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1021                 "WEBRTC_POSIX",
1022                 "WEBRTC_BSD"
1023             ],
1024             "deps": [
1025                 "//:webrtc_common",
1026                 "//api:optional",
1027                 "//api/audio_codecs:audio_codecs_api",
1028                 "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
1029                 "//modules/audio_coding:ilbc",
1030                 "//rtc_base:rtc_base_approved"
1031             ],
1032             "include_dirs": [
1033                 "//",
1034                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
1035                 "//modules/audio_coding/codecs/ilbc/include/"
1036             ],
1037             "libs": [],
1038             "sources": [
1039                 "//api/audio_codecs/ilbc/audio_encoder_ilbc.cc",
1040                 "//api/audio_codecs/ilbc/audio_encoder_ilbc.h"
1041             ],
1042             "type": "static_library"
1043         },
1044         "//api/audio_codecs/ilbc:audio_encoder_ilbc_config": {
1045             "cflags": [
1046                 "-fno-strict-aliasing",
1047                 "--param=ssp-buffer-size=4",
1048                 "-fstack-protector",
1049                 "-Wno-builtin-macro-redefined",
1050                 "-D__DATE__=",
1051                 "-D__TIME__=",
1052                 "-D__TIMESTAMP__=",
1053                 "-funwind-tables",
1054                 "-fcolor-diagnostics",
1055                 "--target=aarch64-linux-gnu",
1056                 "-Wall",
1057                 "-Werror",
1058                 "-Wextra",
1059                 "-Wno-missing-field-initializers",
1060                 "-Wno-unused-parameter",
1061                 "-Wno-c++11-narrowing",
1062                 "-Wno-covered-switch-default",
1063                 "-Wno-unneeded-internal-declaration",
1064                 "-Wno-inconsistent-missing-override",
1065                 "-Wno-undefined-var-template",
1066                 "-Wno-nonportable-include-path",
1067                 "-Wno-address-of-packed-member",
1068                 "-Wno-unused-lambda-capture",
1069                 "-Wno-user-defined-warnings",
1070                 "-O2",
1071                 "-fno-ident",
1072                 "-fdata-sections",
1073                 "-ffunction-sections",
1074                 "-fno-omit-frame-pointer",
1075                 "-g2",
1076                 "-fvisibility=hidden",
1077                 "-Xclang",
1078                 "-add-plugin",
1079                 "-Xclang",
1080                 "find-bad-constructs",
1081                 "-Xclang",
1082                 "-plugin-arg-find-bad-constructs",
1083                 "-Xclang",
1084                 "check-auto-raw-pointer",
1085                 "-Wheader-hygiene",
1086                 "-Wstring-conversion",
1087                 "-Wtautological-overlap-compare",
1088                 "-Wextra",
1089                 "-Wno-unused-parameter",
1090                 "-Wno-missing-field-initializers",
1091                 "-Wno-strict-overflow",
1092                 "-Wc++11-narrowing",
1093                 "-Wimplicit-fallthrough",
1094                 "-Wthread-safety",
1095                 "-Winconsistent-missing-override",
1096                 "-Wundef",
1097                 "-Wunused-lambda-capture"
1098             ],
1099             "defines": [
1100                 "V8_DEPRECATION_WARNINGS",
1101                 "USE_X11=1",
1102                 "CHROMIUM_BUILD",
1103                 "_FILE_OFFSET_BITS=64",
1104                 "_FORTIFY_SOURCE=2",
1105                 "NDEBUG",
1106                 "NVALGRIND",
1107                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1108                 "WEBRTC_ENABLE_PROTOBUF=0",
1109                 "WEBRTC_RESTRICT_LOGGING",
1110                 "WEBRTC_ARCH_ARM64",
1111                 "WEBRTC_HAS_NEON",
1112                 "WEBRTC_MOZILLA_BUILD",
1113                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1114                 "WEBRTC_POSIX",
1115                 "WEBRTC_BSD"
1116             ],
1117             "deps": [],
1118             "include_dirs": [
1119                 "//",
1120                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1121             ],
1122             "libs": [],
1123             "sources": [
1124                 "//api/audio_codecs/ilbc/audio_encoder_ilbc_config.h"
1125             ],
1126             "type": "source_set"
1127         },
1128         "//api/audio_codecs/isac:audio_decoder_isac": {
1129             "cflags": [
1130                 "-fno-strict-aliasing",
1131                 "--param=ssp-buffer-size=4",
1132                 "-fstack-protector",
1133                 "-Wno-builtin-macro-redefined",
1134                 "-D__DATE__=",
1135                 "-D__TIME__=",
1136                 "-D__TIMESTAMP__=",
1137                 "-funwind-tables",
1138                 "-fcolor-diagnostics",
1139                 "--target=aarch64-linux-gnu",
1140                 "-Wall",
1141                 "-Werror",
1142                 "-Wextra",
1143                 "-Wno-missing-field-initializers",
1144                 "-Wno-unused-parameter",
1145                 "-Wno-c++11-narrowing",
1146                 "-Wno-covered-switch-default",
1147                 "-Wno-unneeded-internal-declaration",
1148                 "-Wno-inconsistent-missing-override",
1149                 "-Wno-undefined-var-template",
1150                 "-Wno-nonportable-include-path",
1151                 "-Wno-address-of-packed-member",
1152                 "-Wno-unused-lambda-capture",
1153                 "-Wno-user-defined-warnings",
1154                 "-O2",
1155                 "-fno-ident",
1156                 "-fdata-sections",
1157                 "-ffunction-sections",
1158                 "-fno-omit-frame-pointer",
1159                 "-g2",
1160                 "-fvisibility=hidden",
1161                 "-Xclang",
1162                 "-add-plugin",
1163                 "-Xclang",
1164                 "find-bad-constructs",
1165                 "-Xclang",
1166                 "-plugin-arg-find-bad-constructs",
1167                 "-Xclang",
1168                 "check-auto-raw-pointer",
1169                 "-Wheader-hygiene",
1170                 "-Wstring-conversion",
1171                 "-Wtautological-overlap-compare",
1172                 "-Wextra",
1173                 "-Wno-unused-parameter",
1174                 "-Wno-missing-field-initializers",
1175                 "-Wno-strict-overflow",
1176                 "-Wc++11-narrowing",
1177                 "-Wimplicit-fallthrough",
1178                 "-Wthread-safety",
1179                 "-Winconsistent-missing-override",
1180                 "-Wundef",
1181                 "-Wunused-lambda-capture"
1182             ],
1183             "defines": [
1184                 "V8_DEPRECATION_WARNINGS",
1185                 "USE_X11=1",
1186                 "CHROMIUM_BUILD",
1187                 "_FILE_OFFSET_BITS=64",
1188                 "_FORTIFY_SOURCE=2",
1189                 "NDEBUG",
1190                 "NVALGRIND",
1191                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1192                 "WEBRTC_ENABLE_PROTOBUF=0",
1193                 "WEBRTC_RESTRICT_LOGGING",
1194                 "WEBRTC_ARCH_ARM64",
1195                 "WEBRTC_HAS_NEON",
1196                 "WEBRTC_MOZILLA_BUILD",
1197                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1198                 "WEBRTC_POSIX",
1199                 "WEBRTC_BSD",
1200                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
1201                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
1202             ],
1203             "deps": [
1204                 "//api/audio_codecs/isac:audio_decoder_isac_float"
1205             ],
1206             "include_dirs": [
1207                 "//",
1208                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1209             ],
1210             "libs": [],
1211             "sources": [],
1212             "type": "source_set"
1213         },
1214         "//api/audio_codecs/isac:audio_decoder_isac_float": {
1215             "cflags": [
1216                 "-fno-strict-aliasing",
1217                 "--param=ssp-buffer-size=4",
1218                 "-fstack-protector",
1219                 "-Wno-builtin-macro-redefined",
1220                 "-D__DATE__=",
1221                 "-D__TIME__=",
1222                 "-D__TIMESTAMP__=",
1223                 "-funwind-tables",
1224                 "-fcolor-diagnostics",
1225                 "--target=aarch64-linux-gnu",
1226                 "-Wall",
1227                 "-Werror",
1228                 "-Wextra",
1229                 "-Wno-missing-field-initializers",
1230                 "-Wno-unused-parameter",
1231                 "-Wno-c++11-narrowing",
1232                 "-Wno-covered-switch-default",
1233                 "-Wno-unneeded-internal-declaration",
1234                 "-Wno-inconsistent-missing-override",
1235                 "-Wno-undefined-var-template",
1236                 "-Wno-nonportable-include-path",
1237                 "-Wno-address-of-packed-member",
1238                 "-Wno-unused-lambda-capture",
1239                 "-Wno-user-defined-warnings",
1240                 "-O2",
1241                 "-fno-ident",
1242                 "-fdata-sections",
1243                 "-ffunction-sections",
1244                 "-fno-omit-frame-pointer",
1245                 "-g2",
1246                 "-fvisibility=hidden",
1247                 "-Xclang",
1248                 "-add-plugin",
1249                 "-Xclang",
1250                 "find-bad-constructs",
1251                 "-Xclang",
1252                 "-plugin-arg-find-bad-constructs",
1253                 "-Xclang",
1254                 "check-auto-raw-pointer",
1255                 "-Wheader-hygiene",
1256                 "-Wstring-conversion",
1257                 "-Wtautological-overlap-compare",
1258                 "-Wextra",
1259                 "-Wno-unused-parameter",
1260                 "-Wno-missing-field-initializers",
1261                 "-Wno-strict-overflow",
1262                 "-Wc++11-narrowing",
1263                 "-Wimplicit-fallthrough",
1264                 "-Wthread-safety",
1265                 "-Winconsistent-missing-override",
1266                 "-Wundef",
1267                 "-Wunused-lambda-capture"
1268             ],
1269             "defines": [
1270                 "V8_DEPRECATION_WARNINGS",
1271                 "USE_X11=1",
1272                 "CHROMIUM_BUILD",
1273                 "_FILE_OFFSET_BITS=64",
1274                 "_FORTIFY_SOURCE=2",
1275                 "NDEBUG",
1276                 "NVALGRIND",
1277                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1278                 "WEBRTC_ENABLE_PROTOBUF=0",
1279                 "WEBRTC_RESTRICT_LOGGING",
1280                 "WEBRTC_ARCH_ARM64",
1281                 "WEBRTC_HAS_NEON",
1282                 "WEBRTC_MOZILLA_BUILD",
1283                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1284                 "WEBRTC_POSIX",
1285                 "WEBRTC_BSD"
1286             ],
1287             "deps": [
1288                 "//:webrtc_common",
1289                 "//api:optional",
1290                 "//api/audio_codecs:audio_codecs_api",
1291                 "//modules/audio_coding:isac",
1292                 "//rtc_base:rtc_base_approved"
1293             ],
1294             "include_dirs": [
1295                 "//",
1296                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
1297                 "//modules/audio_coding/codecs/isac/main/include/"
1298             ],
1299             "libs": [],
1300             "sources": [
1301                 "//api/audio_codecs/isac/audio_decoder_isac_float.cc",
1302                 "//api/audio_codecs/isac/audio_decoder_isac_float.h"
1303             ],
1304             "type": "static_library"
1305         },
1306         "//api/audio_codecs/isac:audio_encoder_isac": {
1307             "cflags": [
1308                 "-fno-strict-aliasing",
1309                 "--param=ssp-buffer-size=4",
1310                 "-fstack-protector",
1311                 "-Wno-builtin-macro-redefined",
1312                 "-D__DATE__=",
1313                 "-D__TIME__=",
1314                 "-D__TIMESTAMP__=",
1315                 "-funwind-tables",
1316                 "-fcolor-diagnostics",
1317                 "--target=aarch64-linux-gnu",
1318                 "-Wall",
1319                 "-Werror",
1320                 "-Wextra",
1321                 "-Wno-missing-field-initializers",
1322                 "-Wno-unused-parameter",
1323                 "-Wno-c++11-narrowing",
1324                 "-Wno-covered-switch-default",
1325                 "-Wno-unneeded-internal-declaration",
1326                 "-Wno-inconsistent-missing-override",
1327                 "-Wno-undefined-var-template",
1328                 "-Wno-nonportable-include-path",
1329                 "-Wno-address-of-packed-member",
1330                 "-Wno-unused-lambda-capture",
1331                 "-Wno-user-defined-warnings",
1332                 "-O2",
1333                 "-fno-ident",
1334                 "-fdata-sections",
1335                 "-ffunction-sections",
1336                 "-fno-omit-frame-pointer",
1337                 "-g2",
1338                 "-fvisibility=hidden",
1339                 "-Xclang",
1340                 "-add-plugin",
1341                 "-Xclang",
1342                 "find-bad-constructs",
1343                 "-Xclang",
1344                 "-plugin-arg-find-bad-constructs",
1345                 "-Xclang",
1346                 "check-auto-raw-pointer",
1347                 "-Wheader-hygiene",
1348                 "-Wstring-conversion",
1349                 "-Wtautological-overlap-compare",
1350                 "-Wextra",
1351                 "-Wno-unused-parameter",
1352                 "-Wno-missing-field-initializers",
1353                 "-Wno-strict-overflow",
1354                 "-Wc++11-narrowing",
1355                 "-Wimplicit-fallthrough",
1356                 "-Wthread-safety",
1357                 "-Winconsistent-missing-override",
1358                 "-Wundef",
1359                 "-Wunused-lambda-capture"
1360             ],
1361             "defines": [
1362                 "V8_DEPRECATION_WARNINGS",
1363                 "USE_X11=1",
1364                 "CHROMIUM_BUILD",
1365                 "_FILE_OFFSET_BITS=64",
1366                 "_FORTIFY_SOURCE=2",
1367                 "NDEBUG",
1368                 "NVALGRIND",
1369                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1370                 "WEBRTC_ENABLE_PROTOBUF=0",
1371                 "WEBRTC_RESTRICT_LOGGING",
1372                 "WEBRTC_ARCH_ARM64",
1373                 "WEBRTC_HAS_NEON",
1374                 "WEBRTC_MOZILLA_BUILD",
1375                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1376                 "WEBRTC_POSIX",
1377                 "WEBRTC_BSD",
1378                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
1379                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
1380             ],
1381             "deps": [
1382                 "//api/audio_codecs/isac:audio_encoder_isac_float"
1383             ],
1384             "include_dirs": [
1385                 "//",
1386                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1387             ],
1388             "libs": [],
1389             "sources": [],
1390             "type": "source_set"
1391         },
1392         "//api/audio_codecs/isac:audio_encoder_isac_float": {
1393             "cflags": [
1394                 "-fno-strict-aliasing",
1395                 "--param=ssp-buffer-size=4",
1396                 "-fstack-protector",
1397                 "-Wno-builtin-macro-redefined",
1398                 "-D__DATE__=",
1399                 "-D__TIME__=",
1400                 "-D__TIMESTAMP__=",
1401                 "-funwind-tables",
1402                 "-fcolor-diagnostics",
1403                 "--target=aarch64-linux-gnu",
1404                 "-Wall",
1405                 "-Werror",
1406                 "-Wextra",
1407                 "-Wno-missing-field-initializers",
1408                 "-Wno-unused-parameter",
1409                 "-Wno-c++11-narrowing",
1410                 "-Wno-covered-switch-default",
1411                 "-Wno-unneeded-internal-declaration",
1412                 "-Wno-inconsistent-missing-override",
1413                 "-Wno-undefined-var-template",
1414                 "-Wno-nonportable-include-path",
1415                 "-Wno-address-of-packed-member",
1416                 "-Wno-unused-lambda-capture",
1417                 "-Wno-user-defined-warnings",
1418                 "-O2",
1419                 "-fno-ident",
1420                 "-fdata-sections",
1421                 "-ffunction-sections",
1422                 "-fno-omit-frame-pointer",
1423                 "-g2",
1424                 "-fvisibility=hidden",
1425                 "-Xclang",
1426                 "-add-plugin",
1427                 "-Xclang",
1428                 "find-bad-constructs",
1429                 "-Xclang",
1430                 "-plugin-arg-find-bad-constructs",
1431                 "-Xclang",
1432                 "check-auto-raw-pointer",
1433                 "-Wheader-hygiene",
1434                 "-Wstring-conversion",
1435                 "-Wtautological-overlap-compare",
1436                 "-Wextra",
1437                 "-Wno-unused-parameter",
1438                 "-Wno-missing-field-initializers",
1439                 "-Wno-strict-overflow",
1440                 "-Wc++11-narrowing",
1441                 "-Wimplicit-fallthrough",
1442                 "-Wthread-safety",
1443                 "-Winconsistent-missing-override",
1444                 "-Wundef",
1445                 "-Wunused-lambda-capture"
1446             ],
1447             "defines": [
1448                 "V8_DEPRECATION_WARNINGS",
1449                 "USE_X11=1",
1450                 "CHROMIUM_BUILD",
1451                 "_FILE_OFFSET_BITS=64",
1452                 "_FORTIFY_SOURCE=2",
1453                 "NDEBUG",
1454                 "NVALGRIND",
1455                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1456                 "WEBRTC_ENABLE_PROTOBUF=0",
1457                 "WEBRTC_RESTRICT_LOGGING",
1458                 "WEBRTC_ARCH_ARM64",
1459                 "WEBRTC_HAS_NEON",
1460                 "WEBRTC_MOZILLA_BUILD",
1461                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1462                 "WEBRTC_POSIX",
1463                 "WEBRTC_BSD"
1464             ],
1465             "deps": [
1466                 "//:webrtc_common",
1467                 "//api:optional",
1468                 "//api/audio_codecs:audio_codecs_api",
1469                 "//modules/audio_coding:isac",
1470                 "//rtc_base:rtc_base_approved"
1471             ],
1472             "include_dirs": [
1473                 "//",
1474                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
1475                 "//modules/audio_coding/codecs/isac/main/include/"
1476             ],
1477             "libs": [],
1478             "sources": [
1479                 "//api/audio_codecs/isac/audio_encoder_isac_float.cc",
1480                 "//api/audio_codecs/isac/audio_encoder_isac_float.h"
1481             ],
1482             "type": "static_library"
1483         },
1484         "//api/audio_codecs/opus:audio_decoder_opus": {
1485             "cflags": [
1486                 "-fno-strict-aliasing",
1487                 "--param=ssp-buffer-size=4",
1488                 "-fstack-protector",
1489                 "-Wno-builtin-macro-redefined",
1490                 "-D__DATE__=",
1491                 "-D__TIME__=",
1492                 "-D__TIMESTAMP__=",
1493                 "-funwind-tables",
1494                 "-fcolor-diagnostics",
1495                 "--target=aarch64-linux-gnu",
1496                 "-Wall",
1497                 "-Werror",
1498                 "-Wextra",
1499                 "-Wno-missing-field-initializers",
1500                 "-Wno-unused-parameter",
1501                 "-Wno-c++11-narrowing",
1502                 "-Wno-covered-switch-default",
1503                 "-Wno-unneeded-internal-declaration",
1504                 "-Wno-inconsistent-missing-override",
1505                 "-Wno-undefined-var-template",
1506                 "-Wno-nonportable-include-path",
1507                 "-Wno-address-of-packed-member",
1508                 "-Wno-unused-lambda-capture",
1509                 "-Wno-user-defined-warnings",
1510                 "-O2",
1511                 "-fno-ident",
1512                 "-fdata-sections",
1513                 "-ffunction-sections",
1514                 "-fno-omit-frame-pointer",
1515                 "-g2",
1516                 "-fvisibility=hidden",
1517                 "-Xclang",
1518                 "-add-plugin",
1519                 "-Xclang",
1520                 "find-bad-constructs",
1521                 "-Xclang",
1522                 "-plugin-arg-find-bad-constructs",
1523                 "-Xclang",
1524                 "check-auto-raw-pointer",
1525                 "-Wheader-hygiene",
1526                 "-Wstring-conversion",
1527                 "-Wtautological-overlap-compare",
1528                 "-Wextra",
1529                 "-Wno-unused-parameter",
1530                 "-Wno-missing-field-initializers",
1531                 "-Wno-strict-overflow",
1532                 "-Wc++11-narrowing",
1533                 "-Wimplicit-fallthrough",
1534                 "-Wthread-safety",
1535                 "-Winconsistent-missing-override",
1536                 "-Wundef",
1537                 "-Wunused-lambda-capture"
1538             ],
1539             "defines": [
1540                 "V8_DEPRECATION_WARNINGS",
1541                 "USE_X11=1",
1542                 "CHROMIUM_BUILD",
1543                 "_FILE_OFFSET_BITS=64",
1544                 "_FORTIFY_SOURCE=2",
1545                 "NDEBUG",
1546                 "NVALGRIND",
1547                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1548                 "WEBRTC_ENABLE_PROTOBUF=0",
1549                 "WEBRTC_RESTRICT_LOGGING",
1550                 "WEBRTC_ARCH_ARM64",
1551                 "WEBRTC_HAS_NEON",
1552                 "WEBRTC_MOZILLA_BUILD",
1553                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1554                 "WEBRTC_POSIX",
1555                 "WEBRTC_BSD"
1556             ],
1557             "deps": [
1558                 "//:webrtc_common",
1559                 "//api:optional",
1560                 "//api/audio_codecs:audio_codecs_api",
1561                 "//modules/audio_coding:webrtc_opus",
1562                 "//rtc_base:rtc_base_approved"
1563             ],
1564             "include_dirs": [
1565                 "/media/libopus/include/",
1566                 "//",
1567                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1568             ],
1569             "libs": [],
1570             "sources": [
1571                 "//api/audio_codecs/opus/audio_decoder_opus.cc",
1572                 "//api/audio_codecs/opus/audio_decoder_opus.h"
1573             ],
1574             "type": "static_library"
1575         },
1576         "//api/audio_codecs/opus:audio_encoder_opus": {
1577             "cflags": [
1578                 "-fno-strict-aliasing",
1579                 "--param=ssp-buffer-size=4",
1580                 "-fstack-protector",
1581                 "-Wno-builtin-macro-redefined",
1582                 "-D__DATE__=",
1583                 "-D__TIME__=",
1584                 "-D__TIMESTAMP__=",
1585                 "-funwind-tables",
1586                 "-fcolor-diagnostics",
1587                 "--target=aarch64-linux-gnu",
1588                 "-Wall",
1589                 "-Werror",
1590                 "-Wextra",
1591                 "-Wno-missing-field-initializers",
1592                 "-Wno-unused-parameter",
1593                 "-Wno-c++11-narrowing",
1594                 "-Wno-covered-switch-default",
1595                 "-Wno-unneeded-internal-declaration",
1596                 "-Wno-inconsistent-missing-override",
1597                 "-Wno-undefined-var-template",
1598                 "-Wno-nonportable-include-path",
1599                 "-Wno-address-of-packed-member",
1600                 "-Wno-unused-lambda-capture",
1601                 "-Wno-user-defined-warnings",
1602                 "-O2",
1603                 "-fno-ident",
1604                 "-fdata-sections",
1605                 "-ffunction-sections",
1606                 "-fno-omit-frame-pointer",
1607                 "-g2",
1608                 "-fvisibility=hidden",
1609                 "-Xclang",
1610                 "-add-plugin",
1611                 "-Xclang",
1612                 "find-bad-constructs",
1613                 "-Xclang",
1614                 "-plugin-arg-find-bad-constructs",
1615                 "-Xclang",
1616                 "check-auto-raw-pointer",
1617                 "-Wheader-hygiene",
1618                 "-Wstring-conversion",
1619                 "-Wtautological-overlap-compare",
1620                 "-Wextra",
1621                 "-Wno-unused-parameter",
1622                 "-Wno-missing-field-initializers",
1623                 "-Wno-strict-overflow",
1624                 "-Wc++11-narrowing",
1625                 "-Wimplicit-fallthrough",
1626                 "-Wthread-safety",
1627                 "-Winconsistent-missing-override",
1628                 "-Wundef",
1629                 "-Wunused-lambda-capture"
1630             ],
1631             "defines": [
1632                 "V8_DEPRECATION_WARNINGS",
1633                 "USE_X11=1",
1634                 "CHROMIUM_BUILD",
1635                 "_FILE_OFFSET_BITS=64",
1636                 "_FORTIFY_SOURCE=2",
1637                 "NDEBUG",
1638                 "NVALGRIND",
1639                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1640                 "WEBRTC_ENABLE_PROTOBUF=0",
1641                 "WEBRTC_RESTRICT_LOGGING",
1642                 "WEBRTC_ARCH_ARM64",
1643                 "WEBRTC_HAS_NEON",
1644                 "WEBRTC_MOZILLA_BUILD",
1645                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1646                 "WEBRTC_POSIX",
1647                 "WEBRTC_BSD"
1648             ],
1649             "deps": [
1650                 "//api:optional",
1651                 "//api/audio_codecs:audio_codecs_api",
1652                 "//api/audio_codecs/opus:audio_encoder_opus_config",
1653                 "//modules/audio_coding:webrtc_opus",
1654                 "//rtc_base:protobuf_utils",
1655                 "//rtc_base:rtc_base_approved"
1656             ],
1657             "include_dirs": [
1658                 "/media/libopus/include/",
1659                 "//",
1660                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1661             ],
1662             "libs": [],
1663             "sources": [
1664                 "//api/audio_codecs/opus/audio_encoder_opus.cc"
1665             ],
1666             "type": "source_set"
1667         },
1668         "//api/audio_codecs/opus:audio_encoder_opus_config": {
1669             "cflags": [
1670                 "-fno-strict-aliasing",
1671                 "--param=ssp-buffer-size=4",
1672                 "-fstack-protector",
1673                 "-Wno-builtin-macro-redefined",
1674                 "-D__DATE__=",
1675                 "-D__TIME__=",
1676                 "-D__TIMESTAMP__=",
1677                 "-funwind-tables",
1678                 "-fcolor-diagnostics",
1679                 "--target=aarch64-linux-gnu",
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                 "-g2",
1700                 "-fvisibility=hidden",
1701                 "-Xclang",
1702                 "-add-plugin",
1703                 "-Xclang",
1704                 "find-bad-constructs",
1705                 "-Xclang",
1706                 "-plugin-arg-find-bad-constructs",
1707                 "-Xclang",
1708                 "check-auto-raw-pointer",
1709                 "-Wheader-hygiene",
1710                 "-Wstring-conversion",
1711                 "-Wtautological-overlap-compare",
1712                 "-Wextra",
1713                 "-Wno-unused-parameter",
1714                 "-Wno-missing-field-initializers",
1715                 "-Wno-strict-overflow",
1716                 "-Wc++11-narrowing",
1717                 "-Wimplicit-fallthrough",
1718                 "-Wthread-safety",
1719                 "-Winconsistent-missing-override",
1720                 "-Wundef",
1721                 "-Wunused-lambda-capture"
1722             ],
1723             "defines": [
1724                 "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0",
1725                 "V8_DEPRECATION_WARNINGS",
1726                 "USE_X11=1",
1727                 "CHROMIUM_BUILD",
1728                 "_FILE_OFFSET_BITS=64",
1729                 "_FORTIFY_SOURCE=2",
1730                 "NDEBUG",
1731                 "NVALGRIND",
1732                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1733                 "WEBRTC_ENABLE_PROTOBUF=0",
1734                 "WEBRTC_RESTRICT_LOGGING",
1735                 "WEBRTC_ARCH_ARM64",
1736                 "WEBRTC_HAS_NEON",
1737                 "WEBRTC_MOZILLA_BUILD",
1738                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1739                 "WEBRTC_POSIX",
1740                 "WEBRTC_BSD"
1741             ],
1742             "deps": [
1743                 "//api:optional",
1744                 "//rtc_base:rtc_base_approved"
1745             ],
1746             "include_dirs": [
1747                 "/media/libopus/include/",
1748                 "//",
1749                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1750             ],
1751             "libs": [],
1752             "sources": [
1753                 "//api/audio_codecs/opus/audio_encoder_opus_config.cc",
1754                 "//api/audio_codecs/opus/audio_encoder_opus_config.h"
1755             ],
1756             "type": "static_library"
1757         },
1758         "//api/audio_codecs:audio_codecs_api": {
1759             "cflags": [
1760                 "-fno-strict-aliasing",
1761                 "--param=ssp-buffer-size=4",
1762                 "-fstack-protector",
1763                 "-Wno-builtin-macro-redefined",
1764                 "-D__DATE__=",
1765                 "-D__TIME__=",
1766                 "-D__TIMESTAMP__=",
1767                 "-funwind-tables",
1768                 "-fcolor-diagnostics",
1769                 "--target=aarch64-linux-gnu",
1770                 "-Wall",
1771                 "-Werror",
1772                 "-Wextra",
1773                 "-Wno-missing-field-initializers",
1774                 "-Wno-unused-parameter",
1775                 "-Wno-c++11-narrowing",
1776                 "-Wno-covered-switch-default",
1777                 "-Wno-unneeded-internal-declaration",
1778                 "-Wno-inconsistent-missing-override",
1779                 "-Wno-undefined-var-template",
1780                 "-Wno-nonportable-include-path",
1781                 "-Wno-address-of-packed-member",
1782                 "-Wno-unused-lambda-capture",
1783                 "-Wno-user-defined-warnings",
1784                 "-O2",
1785                 "-fno-ident",
1786                 "-fdata-sections",
1787                 "-ffunction-sections",
1788                 "-fno-omit-frame-pointer",
1789                 "-g2",
1790                 "-fvisibility=hidden",
1791                 "-Xclang",
1792                 "-add-plugin",
1793                 "-Xclang",
1794                 "find-bad-constructs",
1795                 "-Xclang",
1796                 "-plugin-arg-find-bad-constructs",
1797                 "-Xclang",
1798                 "check-auto-raw-pointer",
1799                 "-Wheader-hygiene",
1800                 "-Wstring-conversion",
1801                 "-Wtautological-overlap-compare",
1802                 "-Wextra",
1803                 "-Wno-unused-parameter",
1804                 "-Wno-missing-field-initializers",
1805                 "-Wno-strict-overflow",
1806                 "-Wc++11-narrowing",
1807                 "-Wimplicit-fallthrough",
1808                 "-Wthread-safety",
1809                 "-Winconsistent-missing-override",
1810                 "-Wundef",
1811                 "-Wunused-lambda-capture"
1812             ],
1813             "defines": [
1814                 "V8_DEPRECATION_WARNINGS",
1815                 "USE_X11=1",
1816                 "CHROMIUM_BUILD",
1817                 "_FILE_OFFSET_BITS=64",
1818                 "_FORTIFY_SOURCE=2",
1819                 "NDEBUG",
1820                 "NVALGRIND",
1821                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1822                 "WEBRTC_ENABLE_PROTOBUF=0",
1823                 "WEBRTC_RESTRICT_LOGGING",
1824                 "WEBRTC_ARCH_ARM64",
1825                 "WEBRTC_HAS_NEON",
1826                 "WEBRTC_MOZILLA_BUILD",
1827                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1828                 "WEBRTC_POSIX",
1829                 "WEBRTC_BSD"
1830             ],
1831             "deps": [
1832                 "//:webrtc_common",
1833                 "//api:array_view",
1834                 "//api:optional",
1835                 "//rtc_base:rtc_base_approved"
1836             ],
1837             "include_dirs": [
1838                 "//",
1839                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1840             ],
1841             "libs": [],
1842             "sources": [
1843                 "//api/audio_codecs/audio_decoder.cc",
1844                 "//api/audio_codecs/audio_decoder.h",
1845                 "//api/audio_codecs/audio_decoder_factory.h",
1846                 "//api/audio_codecs/audio_decoder_factory_template.h",
1847                 "//api/audio_codecs/audio_encoder.cc",
1848                 "//api/audio_codecs/audio_encoder.h",
1849                 "//api/audio_codecs/audio_encoder_factory.h",
1850                 "//api/audio_codecs/audio_encoder_factory_template.h",
1851                 "//api/audio_codecs/audio_format.cc",
1852                 "//api/audio_codecs/audio_format.h"
1853             ],
1854             "type": "source_set"
1855         },
1856         "//api/audio_codecs:builtin_audio_decoder_factory": {
1857             "cflags": [
1858                 "-fno-strict-aliasing",
1859                 "--param=ssp-buffer-size=4",
1860                 "-fstack-protector",
1861                 "-Wno-builtin-macro-redefined",
1862                 "-D__DATE__=",
1863                 "-D__TIME__=",
1864                 "-D__TIMESTAMP__=",
1865                 "-funwind-tables",
1866                 "-fcolor-diagnostics",
1867                 "--target=aarch64-linux-gnu",
1868                 "-Wall",
1869                 "-Werror",
1870                 "-Wextra",
1871                 "-Wno-missing-field-initializers",
1872                 "-Wno-unused-parameter",
1873                 "-Wno-c++11-narrowing",
1874                 "-Wno-covered-switch-default",
1875                 "-Wno-unneeded-internal-declaration",
1876                 "-Wno-inconsistent-missing-override",
1877                 "-Wno-undefined-var-template",
1878                 "-Wno-nonportable-include-path",
1879                 "-Wno-address-of-packed-member",
1880                 "-Wno-unused-lambda-capture",
1881                 "-Wno-user-defined-warnings",
1882                 "-O2",
1883                 "-fno-ident",
1884                 "-fdata-sections",
1885                 "-ffunction-sections",
1886                 "-fno-omit-frame-pointer",
1887                 "-g2",
1888                 "-fvisibility=hidden",
1889                 "-Xclang",
1890                 "-add-plugin",
1891                 "-Xclang",
1892                 "find-bad-constructs",
1893                 "-Xclang",
1894                 "-plugin-arg-find-bad-constructs",
1895                 "-Xclang",
1896                 "check-auto-raw-pointer",
1897                 "-Wheader-hygiene",
1898                 "-Wstring-conversion",
1899                 "-Wtautological-overlap-compare",
1900                 "-Wextra",
1901                 "-Wno-unused-parameter",
1902                 "-Wno-missing-field-initializers",
1903                 "-Wno-strict-overflow",
1904                 "-Wc++11-narrowing",
1905                 "-Wimplicit-fallthrough",
1906                 "-Wthread-safety",
1907                 "-Winconsistent-missing-override",
1908                 "-Wundef",
1909                 "-Wunused-lambda-capture"
1910             ],
1911             "defines": [
1912                 "WEBRTC_USE_BUILTIN_ILBC=1",
1913                 "WEBRTC_USE_BUILTIN_OPUS=1",
1914                 "V8_DEPRECATION_WARNINGS",
1915                 "USE_X11=1",
1916                 "CHROMIUM_BUILD",
1917                 "_FILE_OFFSET_BITS=64",
1918                 "_FORTIFY_SOURCE=2",
1919                 "NDEBUG",
1920                 "NVALGRIND",
1921                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1922                 "WEBRTC_ENABLE_PROTOBUF=0",
1923                 "WEBRTC_RESTRICT_LOGGING",
1924                 "WEBRTC_ARCH_ARM64",
1925                 "WEBRTC_HAS_NEON",
1926                 "WEBRTC_MOZILLA_BUILD",
1927                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1928                 "WEBRTC_POSIX",
1929                 "WEBRTC_BSD",
1930                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
1931                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
1932             ],
1933             "deps": [
1934                 "//api/audio_codecs:audio_codecs_api",
1935                 "//api/audio_codecs/L16:audio_decoder_L16",
1936                 "//api/audio_codecs/g711:audio_decoder_g711",
1937                 "//api/audio_codecs/g722:audio_decoder_g722",
1938                 "//api/audio_codecs/ilbc:audio_decoder_ilbc",
1939                 "//api/audio_codecs/isac:audio_decoder_isac",
1940                 "//api/audio_codecs/opus:audio_decoder_opus",
1941                 "//rtc_base:rtc_base_approved"
1942             ],
1943             "include_dirs": [
1944                 "//",
1945                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1946             ],
1947             "libs": [],
1948             "sources": [
1949                 "//api/audio_codecs/builtin_audio_decoder_factory.cc",
1950                 "//api/audio_codecs/builtin_audio_decoder_factory.h"
1951             ],
1952             "type": "static_library"
1953         },
1954         "//api/audio_codecs:builtin_audio_encoder_factory": {
1955             "cflags": [
1956                 "-fno-strict-aliasing",
1957                 "--param=ssp-buffer-size=4",
1958                 "-fstack-protector",
1959                 "-Wno-builtin-macro-redefined",
1960                 "-D__DATE__=",
1961                 "-D__TIME__=",
1962                 "-D__TIMESTAMP__=",
1963                 "-funwind-tables",
1964                 "-fcolor-diagnostics",
1965                 "--target=aarch64-linux-gnu",
1966                 "-Wall",
1967                 "-Werror",
1968                 "-Wextra",
1969                 "-Wno-missing-field-initializers",
1970                 "-Wno-unused-parameter",
1971                 "-Wno-c++11-narrowing",
1972                 "-Wno-covered-switch-default",
1973                 "-Wno-unneeded-internal-declaration",
1974                 "-Wno-inconsistent-missing-override",
1975                 "-Wno-undefined-var-template",
1976                 "-Wno-nonportable-include-path",
1977                 "-Wno-address-of-packed-member",
1978                 "-Wno-unused-lambda-capture",
1979                 "-Wno-user-defined-warnings",
1980                 "-O2",
1981                 "-fno-ident",
1982                 "-fdata-sections",
1983                 "-ffunction-sections",
1984                 "-fno-omit-frame-pointer",
1985                 "-g2",
1986                 "-fvisibility=hidden",
1987                 "-Xclang",
1988                 "-add-plugin",
1989                 "-Xclang",
1990                 "find-bad-constructs",
1991                 "-Xclang",
1992                 "-plugin-arg-find-bad-constructs",
1993                 "-Xclang",
1994                 "check-auto-raw-pointer",
1995                 "-Wheader-hygiene",
1996                 "-Wstring-conversion",
1997                 "-Wtautological-overlap-compare",
1998                 "-Wextra",
1999                 "-Wno-unused-parameter",
2000                 "-Wno-missing-field-initializers",
2001                 "-Wno-strict-overflow",
2002                 "-Wc++11-narrowing",
2003                 "-Wimplicit-fallthrough",
2004                 "-Wthread-safety",
2005                 "-Winconsistent-missing-override",
2006                 "-Wundef",
2007                 "-Wunused-lambda-capture"
2008             ],
2009             "defines": [
2010                 "WEBRTC_USE_BUILTIN_ILBC=1",
2011                 "WEBRTC_USE_BUILTIN_OPUS=1",
2012                 "V8_DEPRECATION_WARNINGS",
2013                 "USE_X11=1",
2014                 "CHROMIUM_BUILD",
2015                 "_FILE_OFFSET_BITS=64",
2016                 "_FORTIFY_SOURCE=2",
2017                 "NDEBUG",
2018                 "NVALGRIND",
2019                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2020                 "WEBRTC_ENABLE_PROTOBUF=0",
2021                 "WEBRTC_RESTRICT_LOGGING",
2022                 "WEBRTC_ARCH_ARM64",
2023                 "WEBRTC_HAS_NEON",
2024                 "WEBRTC_MOZILLA_BUILD",
2025                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2026                 "WEBRTC_POSIX",
2027                 "WEBRTC_BSD",
2028                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
2029                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
2030             ],
2031             "deps": [
2032                 "//api/audio_codecs:audio_codecs_api",
2033                 "//api/audio_codecs/L16:audio_encoder_L16",
2034                 "//api/audio_codecs/g711:audio_encoder_g711",
2035                 "//api/audio_codecs/g722:audio_encoder_g722",
2036                 "//api/audio_codecs/ilbc:audio_encoder_ilbc",
2037                 "//api/audio_codecs/isac:audio_encoder_isac",
2038                 "//api/audio_codecs/opus:audio_encoder_opus",
2039                 "//rtc_base:rtc_base_approved"
2040             ],
2041             "include_dirs": [
2042                 "//",
2043                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2044             ],
2045             "libs": [],
2046             "sources": [
2047                 "//api/audio_codecs/builtin_audio_encoder_factory.cc",
2048                 "//api/audio_codecs/builtin_audio_encoder_factory.h"
2049             ],
2050             "type": "static_library"
2051         },
2052         "//api/video_codecs:video_codecs_api": {
2053             "cflags": [
2054                 "-fno-strict-aliasing",
2055                 "--param=ssp-buffer-size=4",
2056                 "-fstack-protector",
2057                 "-Wno-builtin-macro-redefined",
2058                 "-D__DATE__=",
2059                 "-D__TIME__=",
2060                 "-D__TIMESTAMP__=",
2061                 "-funwind-tables",
2062                 "-fcolor-diagnostics",
2063                 "--target=aarch64-linux-gnu",
2064                 "-Wall",
2065                 "-Werror",
2066                 "-Wextra",
2067                 "-Wno-missing-field-initializers",
2068                 "-Wno-unused-parameter",
2069                 "-Wno-c++11-narrowing",
2070                 "-Wno-covered-switch-default",
2071                 "-Wno-unneeded-internal-declaration",
2072                 "-Wno-inconsistent-missing-override",
2073                 "-Wno-undefined-var-template",
2074                 "-Wno-nonportable-include-path",
2075                 "-Wno-address-of-packed-member",
2076                 "-Wno-unused-lambda-capture",
2077                 "-Wno-user-defined-warnings",
2078                 "-O2",
2079                 "-fno-ident",
2080                 "-fdata-sections",
2081                 "-ffunction-sections",
2082                 "-fno-omit-frame-pointer",
2083                 "-g2",
2084                 "-fvisibility=hidden",
2085                 "-Xclang",
2086                 "-add-plugin",
2087                 "-Xclang",
2088                 "find-bad-constructs",
2089                 "-Xclang",
2090                 "-plugin-arg-find-bad-constructs",
2091                 "-Xclang",
2092                 "check-auto-raw-pointer",
2093                 "-Wheader-hygiene",
2094                 "-Wstring-conversion",
2095                 "-Wtautological-overlap-compare",
2096                 "-Wextra",
2097                 "-Wno-unused-parameter",
2098                 "-Wno-missing-field-initializers",
2099                 "-Wno-strict-overflow",
2100                 "-Wc++11-narrowing",
2101                 "-Wimplicit-fallthrough",
2102                 "-Wthread-safety",
2103                 "-Winconsistent-missing-override",
2104                 "-Wundef",
2105                 "-Wunused-lambda-capture"
2106             ],
2107             "defines": [
2108                 "V8_DEPRECATION_WARNINGS",
2109                 "USE_X11=1",
2110                 "CHROMIUM_BUILD",
2111                 "_FILE_OFFSET_BITS=64",
2112                 "_FORTIFY_SOURCE=2",
2113                 "NDEBUG",
2114                 "NVALGRIND",
2115                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2116                 "WEBRTC_ENABLE_PROTOBUF=0",
2117                 "WEBRTC_RESTRICT_LOGGING",
2118                 "WEBRTC_ARCH_ARM64",
2119                 "WEBRTC_HAS_NEON",
2120                 "WEBRTC_MOZILLA_BUILD",
2121                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2122                 "WEBRTC_POSIX",
2123                 "WEBRTC_BSD"
2124             ],
2125             "deps": [
2126                 "//:webrtc_common",
2127                 "//api:optional",
2128                 "//api:video_frame_api",
2129                 "//common_video:common_video",
2130                 "//rtc_base:rtc_base_approved"
2131             ],
2132             "include_dirs": [
2133                 "//",
2134                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
2135                 "//common_video/include/",
2136                 "/media/libyuv/libyuv/include/"
2137             ],
2138             "libs": [],
2139             "sources": [
2140                 "//api/video_codecs/sdp_video_format.h",
2141                 "//api/video_codecs/video_decoder.h",
2142                 "//api/video_codecs/video_decoder_factory.h",
2143                 "//api/video_codecs/video_encoder.cc",
2144                 "//api/video_codecs/video_encoder.h",
2145                 "//api/video_codecs/video_encoder_factory.h"
2146             ],
2147             "type": "source_set"
2148         },
2149         "//api:array_view": {
2150             "cflags": [
2151                 "-fno-strict-aliasing",
2152                 "--param=ssp-buffer-size=4",
2153                 "-fstack-protector",
2154                 "-Wno-builtin-macro-redefined",
2155                 "-D__DATE__=",
2156                 "-D__TIME__=",
2157                 "-D__TIMESTAMP__=",
2158                 "-funwind-tables",
2159                 "-fcolor-diagnostics",
2160                 "--target=aarch64-linux-gnu",
2161                 "-Wall",
2162                 "-Werror",
2163                 "-Wextra",
2164                 "-Wno-missing-field-initializers",
2165                 "-Wno-unused-parameter",
2166                 "-Wno-c++11-narrowing",
2167                 "-Wno-covered-switch-default",
2168                 "-Wno-unneeded-internal-declaration",
2169                 "-Wno-inconsistent-missing-override",
2170                 "-Wno-undefined-var-template",
2171                 "-Wno-nonportable-include-path",
2172                 "-Wno-address-of-packed-member",
2173                 "-Wno-unused-lambda-capture",
2174                 "-Wno-user-defined-warnings",
2175                 "-O2",
2176                 "-fno-ident",
2177                 "-fdata-sections",
2178                 "-ffunction-sections",
2179                 "-fno-omit-frame-pointer",
2180                 "-g2",
2181                 "-fvisibility=hidden",
2182                 "-Xclang",
2183                 "-add-plugin",
2184                 "-Xclang",
2185                 "find-bad-constructs",
2186                 "-Xclang",
2187                 "-plugin-arg-find-bad-constructs",
2188                 "-Xclang",
2189                 "check-auto-raw-pointer",
2190                 "-Wheader-hygiene",
2191                 "-Wstring-conversion",
2192                 "-Wtautological-overlap-compare",
2193                 "-Wextra",
2194                 "-Wno-unused-parameter",
2195                 "-Wno-missing-field-initializers",
2196                 "-Wno-strict-overflow",
2197                 "-Wc++11-narrowing",
2198                 "-Wimplicit-fallthrough",
2199                 "-Wthread-safety",
2200                 "-Winconsistent-missing-override",
2201                 "-Wundef",
2202                 "-Wunused-lambda-capture"
2203             ],
2204             "defines": [
2205                 "V8_DEPRECATION_WARNINGS",
2206                 "USE_X11=1",
2207                 "CHROMIUM_BUILD",
2208                 "_FILE_OFFSET_BITS=64",
2209                 "_FORTIFY_SOURCE=2",
2210                 "NDEBUG",
2211                 "NVALGRIND",
2212                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2213                 "WEBRTC_ENABLE_PROTOBUF=0",
2214                 "WEBRTC_RESTRICT_LOGGING",
2215                 "WEBRTC_ARCH_ARM64",
2216                 "WEBRTC_HAS_NEON",
2217                 "WEBRTC_MOZILLA_BUILD",
2218                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2219                 "WEBRTC_POSIX",
2220                 "WEBRTC_BSD"
2221             ],
2222             "deps": [
2223                 "//rtc_base:rtc_base_approved"
2224             ],
2225             "include_dirs": [
2226                 "//",
2227                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2228             ],
2229             "libs": [],
2230             "sources": [
2231                 "//api/array_view.h"
2232             ],
2233             "type": "source_set"
2234         },
2235         "//api:audio_mixer_api": {
2236             "cflags": [
2237                 "-fno-strict-aliasing",
2238                 "--param=ssp-buffer-size=4",
2239                 "-fstack-protector",
2240                 "-Wno-builtin-macro-redefined",
2241                 "-D__DATE__=",
2242                 "-D__TIME__=",
2243                 "-D__TIMESTAMP__=",
2244                 "-funwind-tables",
2245                 "-fcolor-diagnostics",
2246                 "--target=aarch64-linux-gnu",
2247                 "-Wall",
2248                 "-Werror",
2249                 "-Wextra",
2250                 "-Wno-missing-field-initializers",
2251                 "-Wno-unused-parameter",
2252                 "-Wno-c++11-narrowing",
2253                 "-Wno-covered-switch-default",
2254                 "-Wno-unneeded-internal-declaration",
2255                 "-Wno-inconsistent-missing-override",
2256                 "-Wno-undefined-var-template",
2257                 "-Wno-nonportable-include-path",
2258                 "-Wno-address-of-packed-member",
2259                 "-Wno-unused-lambda-capture",
2260                 "-Wno-user-defined-warnings",
2261                 "-O2",
2262                 "-fno-ident",
2263                 "-fdata-sections",
2264                 "-ffunction-sections",
2265                 "-fno-omit-frame-pointer",
2266                 "-g2",
2267                 "-fvisibility=hidden",
2268                 "-Xclang",
2269                 "-add-plugin",
2270                 "-Xclang",
2271                 "find-bad-constructs",
2272                 "-Xclang",
2273                 "-plugin-arg-find-bad-constructs",
2274                 "-Xclang",
2275                 "check-auto-raw-pointer",
2276                 "-Wheader-hygiene",
2277                 "-Wstring-conversion",
2278                 "-Wtautological-overlap-compare",
2279                 "-Wextra",
2280                 "-Wno-unused-parameter",
2281                 "-Wno-missing-field-initializers",
2282                 "-Wno-strict-overflow",
2283                 "-Wc++11-narrowing",
2284                 "-Wimplicit-fallthrough",
2285                 "-Wthread-safety",
2286                 "-Winconsistent-missing-override",
2287                 "-Wundef",
2288                 "-Wunused-lambda-capture"
2289             ],
2290             "defines": [
2291                 "V8_DEPRECATION_WARNINGS",
2292                 "USE_X11=1",
2293                 "CHROMIUM_BUILD",
2294                 "_FILE_OFFSET_BITS=64",
2295                 "_FORTIFY_SOURCE=2",
2296                 "NDEBUG",
2297                 "NVALGRIND",
2298                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2299                 "WEBRTC_ENABLE_PROTOBUF=0",
2300                 "WEBRTC_RESTRICT_LOGGING",
2301                 "WEBRTC_ARCH_ARM64",
2302                 "WEBRTC_HAS_NEON",
2303                 "WEBRTC_MOZILLA_BUILD",
2304                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2305                 "WEBRTC_POSIX",
2306                 "WEBRTC_BSD"
2307             ],
2308             "deps": [
2309                 "//modules:module_api",
2310                 "//rtc_base:rtc_base_approved"
2311             ],
2312             "include_dirs": [
2313                 "//",
2314                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2315             ],
2316             "libs": [],
2317             "sources": [
2318                 "//api/audio/audio_mixer.h"
2319             ],
2320             "type": "source_set"
2321         },
2322         "//api:base_peerconnection_api": {
2323             "cflags": [
2324                 "-fno-strict-aliasing",
2325                 "--param=ssp-buffer-size=4",
2326                 "-fstack-protector",
2327                 "-Wno-builtin-macro-redefined",
2328                 "-D__DATE__=",
2329                 "-D__TIME__=",
2330                 "-D__TIMESTAMP__=",
2331                 "-funwind-tables",
2332                 "-fcolor-diagnostics",
2333                 "--target=aarch64-linux-gnu",
2334                 "-Wall",
2335                 "-Werror",
2336                 "-Wextra",
2337                 "-Wno-missing-field-initializers",
2338                 "-Wno-unused-parameter",
2339                 "-Wno-c++11-narrowing",
2340                 "-Wno-covered-switch-default",
2341                 "-Wno-unneeded-internal-declaration",
2342                 "-Wno-inconsistent-missing-override",
2343                 "-Wno-undefined-var-template",
2344                 "-Wno-nonportable-include-path",
2345                 "-Wno-address-of-packed-member",
2346                 "-Wno-unused-lambda-capture",
2347                 "-Wno-user-defined-warnings",
2348                 "-O2",
2349                 "-fno-ident",
2350                 "-fdata-sections",
2351                 "-ffunction-sections",
2352                 "-fno-omit-frame-pointer",
2353                 "-g2",
2354                 "-fvisibility=hidden",
2355                 "-Xclang",
2356                 "-add-plugin",
2357                 "-Xclang",
2358                 "find-bad-constructs",
2359                 "-Xclang",
2360                 "-plugin-arg-find-bad-constructs",
2361                 "-Xclang",
2362                 "check-auto-raw-pointer",
2363                 "-Wheader-hygiene",
2364                 "-Wstring-conversion",
2365                 "-Wtautological-overlap-compare",
2366                 "-Wextra",
2367                 "-Wno-unused-parameter",
2368                 "-Wno-missing-field-initializers",
2369                 "-Wno-strict-overflow",
2370                 "-Wc++11-narrowing",
2371                 "-Wimplicit-fallthrough",
2372                 "-Wthread-safety",
2373                 "-Winconsistent-missing-override",
2374                 "-Wundef",
2375                 "-Wunused-lambda-capture"
2376             ],
2377             "defines": [
2378                 "V8_DEPRECATION_WARNINGS",
2379                 "USE_X11=1",
2380                 "CHROMIUM_BUILD",
2381                 "_FILE_OFFSET_BITS=64",
2382                 "_FORTIFY_SOURCE=2",
2383                 "NDEBUG",
2384                 "NVALGRIND",
2385                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2386                 "WEBRTC_ENABLE_PROTOBUF=0",
2387                 "WEBRTC_RESTRICT_LOGGING",
2388                 "WEBRTC_ARCH_ARM64",
2389                 "WEBRTC_HAS_NEON",
2390                 "WEBRTC_MOZILLA_BUILD",
2391                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2392                 "WEBRTC_POSIX",
2393                 "WEBRTC_BSD"
2394             ],
2395             "deps": [],
2396             "include_dirs": [
2397                 "//",
2398                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2399             ],
2400             "libs": [],
2401             "sources": [
2402                 "//api/rtpparameters.cc",
2403                 "//api/rtpparameters.h"
2404             ],
2405             "type": "static_library"
2406         },
2407         "//api:call_api": {
2408             "cflags": [
2409                 "-fno-strict-aliasing",
2410                 "--param=ssp-buffer-size=4",
2411                 "-fstack-protector",
2412                 "-Wno-builtin-macro-redefined",
2413                 "-D__DATE__=",
2414                 "-D__TIME__=",
2415                 "-D__TIMESTAMP__=",
2416                 "-funwind-tables",
2417                 "-fcolor-diagnostics",
2418                 "--target=aarch64-linux-gnu",
2419                 "-Wall",
2420                 "-Werror",
2421                 "-Wextra",
2422                 "-Wno-missing-field-initializers",
2423                 "-Wno-unused-parameter",
2424                 "-Wno-c++11-narrowing",
2425                 "-Wno-covered-switch-default",
2426                 "-Wno-unneeded-internal-declaration",
2427                 "-Wno-inconsistent-missing-override",
2428                 "-Wno-undefined-var-template",
2429                 "-Wno-nonportable-include-path",
2430                 "-Wno-address-of-packed-member",
2431                 "-Wno-unused-lambda-capture",
2432                 "-Wno-user-defined-warnings",
2433                 "-O2",
2434                 "-fno-ident",
2435                 "-fdata-sections",
2436                 "-ffunction-sections",
2437                 "-fno-omit-frame-pointer",
2438                 "-g2",
2439                 "-fvisibility=hidden",
2440                 "-Xclang",
2441                 "-add-plugin",
2442                 "-Xclang",
2443                 "find-bad-constructs",
2444                 "-Xclang",
2445                 "-plugin-arg-find-bad-constructs",
2446                 "-Xclang",
2447                 "check-auto-raw-pointer",
2448                 "-Wheader-hygiene",
2449                 "-Wstring-conversion",
2450                 "-Wtautological-overlap-compare",
2451                 "-Wextra",
2452                 "-Wno-unused-parameter",
2453                 "-Wno-missing-field-initializers",
2454                 "-Wno-strict-overflow",
2455                 "-Wc++11-narrowing",
2456                 "-Wimplicit-fallthrough",
2457                 "-Wthread-safety",
2458                 "-Winconsistent-missing-override",
2459                 "-Wundef",
2460                 "-Wunused-lambda-capture"
2461             ],
2462             "defines": [
2463                 "V8_DEPRECATION_WARNINGS",
2464                 "USE_X11=1",
2465                 "CHROMIUM_BUILD",
2466                 "_FILE_OFFSET_BITS=64",
2467                 "_FORTIFY_SOURCE=2",
2468                 "NDEBUG",
2469                 "NVALGRIND",
2470                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2471                 "WEBRTC_ENABLE_PROTOBUF=0",
2472                 "WEBRTC_RESTRICT_LOGGING",
2473                 "WEBRTC_ARCH_ARM64",
2474                 "WEBRTC_HAS_NEON",
2475                 "WEBRTC_MOZILLA_BUILD",
2476                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2477                 "WEBRTC_POSIX",
2478                 "WEBRTC_BSD"
2479             ],
2480             "deps": [
2481                 "//:webrtc_common",
2482                 "//api:audio_mixer_api",
2483                 "//api:transport_api",
2484                 "//api/audio_codecs:audio_codecs_api",
2485                 "//rtc_base:rtc_base_approved"
2486             ],
2487             "include_dirs": [
2488                 "//",
2489                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2490             ],
2491             "libs": [],
2492             "sources": [
2493                 "//api/call/audio_sink.h"
2494             ],
2495             "type": "source_set"
2496         },
2497         "//api:optional": {
2498             "cflags": [
2499                 "-fno-strict-aliasing",
2500                 "--param=ssp-buffer-size=4",
2501                 "-fstack-protector",
2502                 "-Wno-builtin-macro-redefined",
2503                 "-D__DATE__=",
2504                 "-D__TIME__=",
2505                 "-D__TIMESTAMP__=",
2506                 "-funwind-tables",
2507                 "-fcolor-diagnostics",
2508                 "--target=aarch64-linux-gnu",
2509                 "-Wall",
2510                 "-Werror",
2511                 "-Wextra",
2512                 "-Wno-missing-field-initializers",
2513                 "-Wno-unused-parameter",
2514                 "-Wno-c++11-narrowing",
2515                 "-Wno-covered-switch-default",
2516                 "-Wno-unneeded-internal-declaration",
2517                 "-Wno-inconsistent-missing-override",
2518                 "-Wno-undefined-var-template",
2519                 "-Wno-nonportable-include-path",
2520                 "-Wno-address-of-packed-member",
2521                 "-Wno-unused-lambda-capture",
2522                 "-Wno-user-defined-warnings",
2523                 "-O2",
2524                 "-fno-ident",
2525                 "-fdata-sections",
2526                 "-ffunction-sections",
2527                 "-fno-omit-frame-pointer",
2528                 "-g2",
2529                 "-fvisibility=hidden",
2530                 "-Xclang",
2531                 "-add-plugin",
2532                 "-Xclang",
2533                 "find-bad-constructs",
2534                 "-Xclang",
2535                 "-plugin-arg-find-bad-constructs",
2536                 "-Xclang",
2537                 "check-auto-raw-pointer",
2538                 "-Wheader-hygiene",
2539                 "-Wstring-conversion",
2540                 "-Wtautological-overlap-compare",
2541                 "-Wextra",
2542                 "-Wno-unused-parameter",
2543                 "-Wno-missing-field-initializers",
2544                 "-Wno-strict-overflow",
2545                 "-Wc++11-narrowing",
2546                 "-Wimplicit-fallthrough",
2547                 "-Wthread-safety",
2548                 "-Winconsistent-missing-override",
2549                 "-Wundef",
2550                 "-Wunused-lambda-capture"
2551             ],
2552             "defines": [
2553                 "V8_DEPRECATION_WARNINGS",
2554                 "USE_X11=1",
2555                 "CHROMIUM_BUILD",
2556                 "_FILE_OFFSET_BITS=64",
2557                 "_FORTIFY_SOURCE=2",
2558                 "NDEBUG",
2559                 "NVALGRIND",
2560                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2561                 "WEBRTC_ENABLE_PROTOBUF=0",
2562                 "WEBRTC_RESTRICT_LOGGING",
2563                 "WEBRTC_ARCH_ARM64",
2564                 "WEBRTC_HAS_NEON",
2565                 "WEBRTC_MOZILLA_BUILD",
2566                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2567                 "WEBRTC_POSIX",
2568                 "WEBRTC_BSD"
2569             ],
2570             "deps": [
2571                 "//api:array_view",
2572                 "//rtc_base:rtc_base_approved"
2573             ],
2574             "include_dirs": [
2575                 "//",
2576                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2577             ],
2578             "libs": [],
2579             "sources": [
2580                 "//api/optional.cc",
2581                 "//api/optional.h"
2582             ],
2583             "type": "source_set"
2584         },
2585         "//api:refcountedbase": {
2586             "cflags": [
2587                 "-fno-strict-aliasing",
2588                 "--param=ssp-buffer-size=4",
2589                 "-fstack-protector",
2590                 "-Wno-builtin-macro-redefined",
2591                 "-D__DATE__=",
2592                 "-D__TIME__=",
2593                 "-D__TIMESTAMP__=",
2594                 "-funwind-tables",
2595                 "-fcolor-diagnostics",
2596                 "--target=aarch64-linux-gnu",
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                 "-g2",
2617                 "-fvisibility=hidden",
2618                 "-Xclang",
2619                 "-add-plugin",
2620                 "-Xclang",
2621                 "find-bad-constructs",
2622                 "-Xclang",
2623                 "-plugin-arg-find-bad-constructs",
2624                 "-Xclang",
2625                 "check-auto-raw-pointer",
2626                 "-Wheader-hygiene",
2627                 "-Wstring-conversion",
2628                 "-Wtautological-overlap-compare",
2629                 "-Wextra",
2630                 "-Wno-unused-parameter",
2631                 "-Wno-missing-field-initializers",
2632                 "-Wno-strict-overflow",
2633                 "-Wc++11-narrowing",
2634                 "-Wimplicit-fallthrough",
2635                 "-Wthread-safety",
2636                 "-Winconsistent-missing-override",
2637                 "-Wundef",
2638                 "-Wunused-lambda-capture"
2639             ],
2640             "defines": [
2641                 "V8_DEPRECATION_WARNINGS",
2642                 "USE_X11=1",
2643                 "CHROMIUM_BUILD",
2644                 "_FILE_OFFSET_BITS=64",
2645                 "_FORTIFY_SOURCE=2",
2646                 "NDEBUG",
2647                 "NVALGRIND",
2648                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2649                 "WEBRTC_ENABLE_PROTOBUF=0",
2650                 "WEBRTC_RESTRICT_LOGGING",
2651                 "WEBRTC_ARCH_ARM64",
2652                 "WEBRTC_HAS_NEON",
2653                 "WEBRTC_MOZILLA_BUILD",
2654                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2655                 "WEBRTC_POSIX",
2656                 "WEBRTC_BSD"
2657             ],
2658             "deps": [
2659                 "//rtc_base:rtc_base_approved"
2660             ],
2661             "include_dirs": [
2662                 "//",
2663                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2664             ],
2665             "libs": [],
2666             "sources": [
2667                 "//api/refcountedbase.h"
2668             ],
2669             "type": "source_set"
2670         },
2671         "//api:transport_api": {
2672             "cflags": [
2673                 "-fno-strict-aliasing",
2674                 "--param=ssp-buffer-size=4",
2675                 "-fstack-protector",
2676                 "-Wno-builtin-macro-redefined",
2677                 "-D__DATE__=",
2678                 "-D__TIME__=",
2679                 "-D__TIMESTAMP__=",
2680                 "-funwind-tables",
2681                 "-fcolor-diagnostics",
2682                 "--target=aarch64-linux-gnu",
2683                 "-Wall",
2684                 "-Werror",
2685                 "-Wextra",
2686                 "-Wno-missing-field-initializers",
2687                 "-Wno-unused-parameter",
2688                 "-Wno-c++11-narrowing",
2689                 "-Wno-covered-switch-default",
2690                 "-Wno-unneeded-internal-declaration",
2691                 "-Wno-inconsistent-missing-override",
2692                 "-Wno-undefined-var-template",
2693                 "-Wno-nonportable-include-path",
2694                 "-Wno-address-of-packed-member",
2695                 "-Wno-unused-lambda-capture",
2696                 "-Wno-user-defined-warnings",
2697                 "-O2",
2698                 "-fno-ident",
2699                 "-fdata-sections",
2700                 "-ffunction-sections",
2701                 "-fno-omit-frame-pointer",
2702                 "-g2",
2703                 "-fvisibility=hidden",
2704                 "-Xclang",
2705                 "-add-plugin",
2706                 "-Xclang",
2707                 "find-bad-constructs",
2708                 "-Xclang",
2709                 "-plugin-arg-find-bad-constructs",
2710                 "-Xclang",
2711                 "check-auto-raw-pointer",
2712                 "-Wheader-hygiene",
2713                 "-Wstring-conversion",
2714                 "-Wtautological-overlap-compare",
2715                 "-Wextra",
2716                 "-Wno-unused-parameter",
2717                 "-Wno-missing-field-initializers",
2718                 "-Wno-strict-overflow",
2719                 "-Wc++11-narrowing",
2720                 "-Wimplicit-fallthrough",
2721                 "-Wthread-safety",
2722                 "-Winconsistent-missing-override",
2723                 "-Wundef",
2724                 "-Wunused-lambda-capture"
2725             ],
2726             "defines": [
2727                 "V8_DEPRECATION_WARNINGS",
2728                 "USE_X11=1",
2729                 "CHROMIUM_BUILD",
2730                 "_FILE_OFFSET_BITS=64",
2731                 "_FORTIFY_SOURCE=2",
2732                 "NDEBUG",
2733                 "NVALGRIND",
2734                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2735                 "WEBRTC_ENABLE_PROTOBUF=0",
2736                 "WEBRTC_RESTRICT_LOGGING",
2737                 "WEBRTC_ARCH_ARM64",
2738                 "WEBRTC_HAS_NEON",
2739                 "WEBRTC_MOZILLA_BUILD",
2740                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2741                 "WEBRTC_POSIX",
2742                 "WEBRTC_BSD"
2743             ],
2744             "deps": [],
2745             "include_dirs": [
2746                 "//",
2747                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2748             ],
2749             "libs": [],
2750             "sources": [
2751                 "//api/call/transport.h"
2752             ],
2753             "type": "source_set"
2754         },
2755         "//api:video_frame_api": {
2756             "cflags": [
2757                 "-fno-strict-aliasing",
2758                 "--param=ssp-buffer-size=4",
2759                 "-fstack-protector",
2760                 "-Wno-builtin-macro-redefined",
2761                 "-D__DATE__=",
2762                 "-D__TIME__=",
2763                 "-D__TIMESTAMP__=",
2764                 "-funwind-tables",
2765                 "-fcolor-diagnostics",
2766                 "--target=aarch64-linux-gnu",
2767                 "-Wall",
2768                 "-Werror",
2769                 "-Wextra",
2770                 "-Wno-missing-field-initializers",
2771                 "-Wno-unused-parameter",
2772                 "-Wno-c++11-narrowing",
2773                 "-Wno-covered-switch-default",
2774                 "-Wno-unneeded-internal-declaration",
2775                 "-Wno-inconsistent-missing-override",
2776                 "-Wno-undefined-var-template",
2777                 "-Wno-nonportable-include-path",
2778                 "-Wno-address-of-packed-member",
2779                 "-Wno-unused-lambda-capture",
2780                 "-Wno-user-defined-warnings",
2781                 "-O2",
2782                 "-fno-ident",
2783                 "-fdata-sections",
2784                 "-ffunction-sections",
2785                 "-fno-omit-frame-pointer",
2786                 "-g2",
2787                 "-fvisibility=hidden",
2788                 "-Xclang",
2789                 "-add-plugin",
2790                 "-Xclang",
2791                 "find-bad-constructs",
2792                 "-Xclang",
2793                 "-plugin-arg-find-bad-constructs",
2794                 "-Xclang",
2795                 "check-auto-raw-pointer",
2796                 "-Wheader-hygiene",
2797                 "-Wstring-conversion",
2798                 "-Wtautological-overlap-compare",
2799                 "-Wextra",
2800                 "-Wno-unused-parameter",
2801                 "-Wno-missing-field-initializers",
2802                 "-Wno-strict-overflow",
2803                 "-Wc++11-narrowing",
2804                 "-Wimplicit-fallthrough",
2805                 "-Wthread-safety",
2806                 "-Winconsistent-missing-override",
2807                 "-Wundef",
2808                 "-Wunused-lambda-capture"
2809             ],
2810             "defines": [
2811                 "V8_DEPRECATION_WARNINGS",
2812                 "USE_X11=1",
2813                 "CHROMIUM_BUILD",
2814                 "_FILE_OFFSET_BITS=64",
2815                 "_FORTIFY_SOURCE=2",
2816                 "NDEBUG",
2817                 "NVALGRIND",
2818                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2819                 "WEBRTC_ENABLE_PROTOBUF=0",
2820                 "WEBRTC_RESTRICT_LOGGING",
2821                 "WEBRTC_ARCH_ARM64",
2822                 "WEBRTC_HAS_NEON",
2823                 "WEBRTC_MOZILLA_BUILD",
2824                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2825                 "WEBRTC_POSIX",
2826                 "WEBRTC_BSD"
2827             ],
2828             "deps": [
2829                 "//rtc_base:rtc_base_approved"
2830             ],
2831             "include_dirs": [
2832                 "/media/libyuv/libyuv/include/",
2833                 "//",
2834                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2835             ],
2836             "libs": [],
2837             "sources": [
2838                 "//api/video/video_content_type.cc",
2839                 "//api/video/video_content_type.h",
2840                 "//api/video/video_frame.cc",
2841                 "//api/video/video_frame.h",
2842                 "//api/video/video_frame_buffer.cc",
2843                 "//api/video/video_frame_buffer.h",
2844                 "//api/video/video_rotation.h",
2845                 "//api/video/video_timing.cc",
2846                 "//api/video/video_timing.h"
2847             ],
2848             "type": "source_set"
2849         },
2850         "//api:video_frame_api_i420": {
2851             "cflags": [
2852                 "-fno-strict-aliasing",
2853                 "--param=ssp-buffer-size=4",
2854                 "-fstack-protector",
2855                 "-Wno-builtin-macro-redefined",
2856                 "-D__DATE__=",
2857                 "-D__TIME__=",
2858                 "-D__TIMESTAMP__=",
2859                 "-funwind-tables",
2860                 "-fcolor-diagnostics",
2861                 "--target=aarch64-linux-gnu",
2862                 "-Wall",
2863                 "-Werror",
2864                 "-Wextra",
2865                 "-Wno-missing-field-initializers",
2866                 "-Wno-unused-parameter",
2867                 "-Wno-c++11-narrowing",
2868                 "-Wno-covered-switch-default",
2869                 "-Wno-unneeded-internal-declaration",
2870                 "-Wno-inconsistent-missing-override",
2871                 "-Wno-undefined-var-template",
2872                 "-Wno-nonportable-include-path",
2873                 "-Wno-address-of-packed-member",
2874                 "-Wno-unused-lambda-capture",
2875                 "-Wno-user-defined-warnings",
2876                 "-O2",
2877                 "-fno-ident",
2878                 "-fdata-sections",
2879                 "-ffunction-sections",
2880                 "-fno-omit-frame-pointer",
2881                 "-g2",
2882                 "-fvisibility=hidden",
2883                 "-Xclang",
2884                 "-add-plugin",
2885                 "-Xclang",
2886                 "find-bad-constructs",
2887                 "-Xclang",
2888                 "-plugin-arg-find-bad-constructs",
2889                 "-Xclang",
2890                 "check-auto-raw-pointer",
2891                 "-Wheader-hygiene",
2892                 "-Wstring-conversion",
2893                 "-Wtautological-overlap-compare",
2894                 "-Wextra",
2895                 "-Wno-unused-parameter",
2896                 "-Wno-missing-field-initializers",
2897                 "-Wno-strict-overflow",
2898                 "-Wc++11-narrowing",
2899                 "-Wimplicit-fallthrough",
2900                 "-Wthread-safety",
2901                 "-Winconsistent-missing-override",
2902                 "-Wundef",
2903                 "-Wunused-lambda-capture"
2904             ],
2905             "defines": [
2906                 "V8_DEPRECATION_WARNINGS",
2907                 "USE_X11=1",
2908                 "CHROMIUM_BUILD",
2909                 "_FILE_OFFSET_BITS=64",
2910                 "_FORTIFY_SOURCE=2",
2911                 "NDEBUG",
2912                 "NVALGRIND",
2913                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2914                 "WEBRTC_ENABLE_PROTOBUF=0",
2915                 "WEBRTC_RESTRICT_LOGGING",
2916                 "WEBRTC_ARCH_ARM64",
2917                 "WEBRTC_HAS_NEON",
2918                 "WEBRTC_MOZILLA_BUILD",
2919                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2920                 "WEBRTC_POSIX",
2921                 "WEBRTC_BSD"
2922             ],
2923             "deps": [
2924                 "//api:video_frame_api",
2925                 "//rtc_base:rtc_base_approved",
2926                 "//system_wrappers:system_wrappers"
2927             ],
2928             "include_dirs": [
2929                 "/media/libyuv/libyuv/include/",
2930                 "//",
2931                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2932             ],
2933             "libs": [],
2934             "sources": [
2935                 "//api/video/i420_buffer.cc",
2936                 "//api/video/i420_buffer.h"
2937             ],
2938             "type": "source_set"
2939         },
2940         "//audio/utility:audio_frame_operations": {
2941             "cflags": [
2942                 "-fno-strict-aliasing",
2943                 "--param=ssp-buffer-size=4",
2944                 "-fstack-protector",
2945                 "-Wno-builtin-macro-redefined",
2946                 "-D__DATE__=",
2947                 "-D__TIME__=",
2948                 "-D__TIMESTAMP__=",
2949                 "-funwind-tables",
2950                 "-fcolor-diagnostics",
2951                 "--target=aarch64-linux-gnu",
2952                 "-Wall",
2953                 "-Werror",
2954                 "-Wextra",
2955                 "-Wno-missing-field-initializers",
2956                 "-Wno-unused-parameter",
2957                 "-Wno-c++11-narrowing",
2958                 "-Wno-covered-switch-default",
2959                 "-Wno-unneeded-internal-declaration",
2960                 "-Wno-inconsistent-missing-override",
2961                 "-Wno-undefined-var-template",
2962                 "-Wno-nonportable-include-path",
2963                 "-Wno-address-of-packed-member",
2964                 "-Wno-unused-lambda-capture",
2965                 "-Wno-user-defined-warnings",
2966                 "-O2",
2967                 "-fno-ident",
2968                 "-fdata-sections",
2969                 "-ffunction-sections",
2970                 "-fno-omit-frame-pointer",
2971                 "-g2",
2972                 "-fvisibility=hidden",
2973                 "-Xclang",
2974                 "-add-plugin",
2975                 "-Xclang",
2976                 "find-bad-constructs",
2977                 "-Xclang",
2978                 "-plugin-arg-find-bad-constructs",
2979                 "-Xclang",
2980                 "check-auto-raw-pointer",
2981                 "-Wheader-hygiene",
2982                 "-Wstring-conversion",
2983                 "-Wtautological-overlap-compare",
2984                 "-Wextra",
2985                 "-Wno-unused-parameter",
2986                 "-Wno-missing-field-initializers",
2987                 "-Wno-strict-overflow",
2988                 "-Wc++11-narrowing",
2989                 "-Wimplicit-fallthrough",
2990                 "-Wthread-safety",
2991                 "-Winconsistent-missing-override",
2992                 "-Wundef",
2993                 "-Wunused-lambda-capture"
2994             ],
2995             "defines": [
2996                 "V8_DEPRECATION_WARNINGS",
2997                 "USE_X11=1",
2998                 "CHROMIUM_BUILD",
2999                 "_FILE_OFFSET_BITS=64",
3000                 "_FORTIFY_SOURCE=2",
3001                 "NDEBUG",
3002                 "NVALGRIND",
3003                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3004                 "WEBRTC_ENABLE_PROTOBUF=0",
3005                 "WEBRTC_RESTRICT_LOGGING",
3006                 "WEBRTC_ARCH_ARM64",
3007                 "WEBRTC_HAS_NEON",
3008                 "WEBRTC_MOZILLA_BUILD",
3009                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3010                 "WEBRTC_POSIX",
3011                 "WEBRTC_BSD"
3012             ],
3013             "deps": [
3014                 "//:webrtc_common",
3015                 "//modules:module_api",
3016                 "//modules/audio_coding:audio_format_conversion",
3017                 "//rtc_base:rtc_base_approved"
3018             ],
3019             "include_dirs": [
3020                 "//",
3021                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3022             ],
3023             "libs": [],
3024             "sources": [
3025                 "//audio/utility/audio_frame_operations.cc",
3026                 "//audio/utility/audio_frame_operations.h"
3027             ],
3028             "type": "static_library"
3029         },
3030         "//audio:audio": {
3031             "cflags": [
3032                 "-fno-strict-aliasing",
3033                 "--param=ssp-buffer-size=4",
3034                 "-fstack-protector",
3035                 "-Wno-builtin-macro-redefined",
3036                 "-D__DATE__=",
3037                 "-D__TIME__=",
3038                 "-D__TIMESTAMP__=",
3039                 "-funwind-tables",
3040                 "-fcolor-diagnostics",
3041                 "--target=aarch64-linux-gnu",
3042                 "-Wall",
3043                 "-Werror",
3044                 "-Wextra",
3045                 "-Wno-missing-field-initializers",
3046                 "-Wno-unused-parameter",
3047                 "-Wno-c++11-narrowing",
3048                 "-Wno-covered-switch-default",
3049                 "-Wno-unneeded-internal-declaration",
3050                 "-Wno-inconsistent-missing-override",
3051                 "-Wno-undefined-var-template",
3052                 "-Wno-nonportable-include-path",
3053                 "-Wno-address-of-packed-member",
3054                 "-Wno-unused-lambda-capture",
3055                 "-Wno-user-defined-warnings",
3056                 "-O2",
3057                 "-fno-ident",
3058                 "-fdata-sections",
3059                 "-ffunction-sections",
3060                 "-fno-omit-frame-pointer",
3061                 "-g2",
3062                 "-fvisibility=hidden",
3063                 "-Wheader-hygiene",
3064                 "-Wstring-conversion",
3065                 "-Wtautological-overlap-compare",
3066                 "-Wextra",
3067                 "-Wno-unused-parameter",
3068                 "-Wno-missing-field-initializers",
3069                 "-Wno-strict-overflow",
3070                 "-Wc++11-narrowing",
3071                 "-Wimplicit-fallthrough",
3072                 "-Wthread-safety",
3073                 "-Winconsistent-missing-override",
3074                 "-Wundef",
3075                 "-Wunused-lambda-capture"
3076             ],
3077             "defines": [
3078                 "V8_DEPRECATION_WARNINGS",
3079                 "USE_X11=1",
3080                 "CHROMIUM_BUILD",
3081                 "_FILE_OFFSET_BITS=64",
3082                 "_FORTIFY_SOURCE=2",
3083                 "NDEBUG",
3084                 "NVALGRIND",
3085                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3086                 "WEBRTC_ENABLE_PROTOBUF=0",
3087                 "WEBRTC_RESTRICT_LOGGING",
3088                 "WEBRTC_ARCH_ARM64",
3089                 "WEBRTC_HAS_NEON",
3090                 "WEBRTC_MOZILLA_BUILD",
3091                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3092                 "WEBRTC_POSIX",
3093                 "WEBRTC_BSD"
3094             ],
3095             "deps": [
3096                 "//:webrtc_common",
3097                 "//api:audio_mixer_api",
3098                 "//api:call_api",
3099                 "//api:optional",
3100                 "//api/audio_codecs:audio_codecs_api",
3101                 "//api/audio_codecs:builtin_audio_encoder_factory",
3102                 "//call:bitrate_allocator",
3103                 "//call:call_interfaces",
3104                 "//call:rtp_interfaces",
3105                 "//common_audio:common_audio",
3106                 "//modules/audio_coding:cng",
3107                 "//modules/audio_device:audio_device",
3108                 "//modules/audio_processing:audio_processing",
3109                 "//modules/bitrate_controller:bitrate_controller",
3110                 "//modules/congestion_controller:congestion_controller",
3111                 "//modules/pacing:pacing",
3112                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
3113                 "//modules/rtp_rtcp:rtp_rtcp",
3114                 "//rtc_base:rtc_base",
3115                 "//rtc_base:rtc_base_approved",
3116                 "//rtc_base:rtc_task_queue",
3117                 "//system_wrappers:system_wrappers",
3118                 "//voice_engine:voice_engine"
3119             ],
3120             "include_dirs": [
3121                 "//",
3122                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
3123                 "//common_audio/resampler/include/",
3124                 "//common_audio/signal_processing/include/",
3125                 "//common_audio/vad/include/",
3126                 "//modules/audio_coding/codecs/cng/include/",
3127                 "//modules/include/",
3128                 "//modules/audio_device/include/",
3129                 "//modules/audio_device/dummy/",
3130                 "//modules/audio_coding/include/",
3131                 "//modules/include/"
3132             ],
3133             "libs": [],
3134             "sources": [
3135                 "//audio/audio_receive_stream.cc",
3136                 "//audio/audio_receive_stream.h",
3137                 "//audio/audio_send_stream.cc",
3138                 "//audio/audio_send_stream.h",
3139                 "//audio/audio_state.cc",
3140                 "//audio/audio_state.h",
3141                 "//audio/audio_transport_proxy.cc",
3142                 "//audio/audio_transport_proxy.h",
3143                 "//audio/conversion.h",
3144                 "//audio/null_audio_poller.cc",
3145                 "//audio/null_audio_poller.h",
3146                 "//audio/scoped_voe_interface.h",
3147                 "//audio/time_interval.cc",
3148                 "//audio/time_interval.h"
3149             ],
3150             "type": "static_library"
3151         },
3152         "//call:bitrate_allocator": {
3153             "cflags": [
3154                 "-fno-strict-aliasing",
3155                 "--param=ssp-buffer-size=4",
3156                 "-fstack-protector",
3157                 "-Wno-builtin-macro-redefined",
3158                 "-D__DATE__=",
3159                 "-D__TIME__=",
3160                 "-D__TIMESTAMP__=",
3161                 "-funwind-tables",
3162                 "-fcolor-diagnostics",
3163                 "--target=aarch64-linux-gnu",
3164                 "-Wall",
3165                 "-Werror",
3166                 "-Wextra",
3167                 "-Wno-missing-field-initializers",
3168                 "-Wno-unused-parameter",
3169                 "-Wno-c++11-narrowing",
3170                 "-Wno-covered-switch-default",
3171                 "-Wno-unneeded-internal-declaration",
3172                 "-Wno-inconsistent-missing-override",
3173                 "-Wno-undefined-var-template",
3174                 "-Wno-nonportable-include-path",
3175                 "-Wno-address-of-packed-member",
3176                 "-Wno-unused-lambda-capture",
3177                 "-Wno-user-defined-warnings",
3178                 "-O2",
3179                 "-fno-ident",
3180                 "-fdata-sections",
3181                 "-ffunction-sections",
3182                 "-fno-omit-frame-pointer",
3183                 "-g2",
3184                 "-fvisibility=hidden",
3185                 "-Wheader-hygiene",
3186                 "-Wstring-conversion",
3187                 "-Wtautological-overlap-compare",
3188                 "-Wextra",
3189                 "-Wno-unused-parameter",
3190                 "-Wno-missing-field-initializers",
3191                 "-Wno-strict-overflow",
3192                 "-Wc++11-narrowing",
3193                 "-Wimplicit-fallthrough",
3194                 "-Wthread-safety",
3195                 "-Winconsistent-missing-override",
3196                 "-Wundef",
3197                 "-Wunused-lambda-capture"
3198             ],
3199             "defines": [
3200                 "V8_DEPRECATION_WARNINGS",
3201                 "USE_X11=1",
3202                 "CHROMIUM_BUILD",
3203                 "_FILE_OFFSET_BITS=64",
3204                 "_FORTIFY_SOURCE=2",
3205                 "NDEBUG",
3206                 "NVALGRIND",
3207                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3208                 "WEBRTC_ENABLE_PROTOBUF=0",
3209                 "WEBRTC_RESTRICT_LOGGING",
3210                 "WEBRTC_ARCH_ARM64",
3211                 "WEBRTC_HAS_NEON",
3212                 "WEBRTC_MOZILLA_BUILD",
3213                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3214                 "WEBRTC_POSIX",
3215                 "WEBRTC_BSD"
3216             ],
3217             "deps": [
3218                 "//modules/bitrate_controller:bitrate_controller",
3219                 "//rtc_base:rtc_base_approved",
3220                 "//rtc_base:sequenced_task_checker",
3221                 "//system_wrappers:system_wrappers"
3222             ],
3223             "include_dirs": [
3224                 "//",
3225                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3226             ],
3227             "libs": [],
3228             "sources": [
3229                 "//call/bitrate_allocator.cc",
3230                 "//call/bitrate_allocator.h"
3231             ],
3232             "type": "source_set"
3233         },
3234         "//call:call": {
3235             "cflags": [
3236                 "-fno-strict-aliasing",
3237                 "--param=ssp-buffer-size=4",
3238                 "-fstack-protector",
3239                 "-Wno-builtin-macro-redefined",
3240                 "-D__DATE__=",
3241                 "-D__TIME__=",
3242                 "-D__TIMESTAMP__=",
3243                 "-funwind-tables",
3244                 "-fcolor-diagnostics",
3245                 "--target=aarch64-linux-gnu",
3246                 "-Wall",
3247                 "-Werror",
3248                 "-Wextra",
3249                 "-Wno-missing-field-initializers",
3250                 "-Wno-unused-parameter",
3251                 "-Wno-c++11-narrowing",
3252                 "-Wno-covered-switch-default",
3253                 "-Wno-unneeded-internal-declaration",
3254                 "-Wno-inconsistent-missing-override",
3255                 "-Wno-undefined-var-template",
3256                 "-Wno-nonportable-include-path",
3257                 "-Wno-address-of-packed-member",
3258                 "-Wno-unused-lambda-capture",
3259                 "-Wno-user-defined-warnings",
3260                 "-O2",
3261                 "-fno-ident",
3262                 "-fdata-sections",
3263                 "-ffunction-sections",
3264                 "-fno-omit-frame-pointer",
3265                 "-g2",
3266                 "-fvisibility=hidden",
3267                 "-Wheader-hygiene",
3268                 "-Wstring-conversion",
3269                 "-Wtautological-overlap-compare",
3270                 "-Wextra",
3271                 "-Wno-unused-parameter",
3272                 "-Wno-missing-field-initializers",
3273                 "-Wno-strict-overflow",
3274                 "-Wc++11-narrowing",
3275                 "-Wimplicit-fallthrough",
3276                 "-Wthread-safety",
3277                 "-Winconsistent-missing-override",
3278                 "-Wundef",
3279                 "-Wunused-lambda-capture"
3280             ],
3281             "defines": [
3282                 "V8_DEPRECATION_WARNINGS",
3283                 "USE_X11=1",
3284                 "CHROMIUM_BUILD",
3285                 "_FILE_OFFSET_BITS=64",
3286                 "_FORTIFY_SOURCE=2",
3287                 "NDEBUG",
3288                 "NVALGRIND",
3289                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3290                 "WEBRTC_ENABLE_PROTOBUF=0",
3291                 "WEBRTC_RESTRICT_LOGGING",
3292                 "WEBRTC_ARCH_ARM64",
3293                 "WEBRTC_HAS_NEON",
3294                 "WEBRTC_MOZILLA_BUILD",
3295                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3296                 "WEBRTC_POSIX",
3297                 "WEBRTC_BSD"
3298             ],
3299             "deps": [
3300                 "//:webrtc_common",
3301                 "//api:call_api",
3302                 "//api:optional",
3303                 "//api:transport_api",
3304                 "//audio:audio",
3305                 "//call:bitrate_allocator",
3306                 "//call:call_interfaces",
3307                 "//call:rtp_interfaces",
3308                 "//call:rtp_receiver",
3309                 "//call:rtp_sender",
3310                 "//call:video_stream_api",
3311                 "//logging:rtc_event_log_api",
3312                 "//logging:rtc_event_log_impl",
3313                 "//modules/bitrate_controller:bitrate_controller",
3314                 "//modules/congestion_controller:congestion_controller",
3315                 "//modules/pacing:pacing",
3316                 "//modules/rtp_rtcp:rtp_rtcp",
3317                 "//modules/utility:utility",
3318                 "//rtc_base:rtc_base_approved",
3319                 "//rtc_base:rtc_task_queue",
3320                 "//rtc_base:sequenced_task_checker",
3321                 "//system_wrappers:system_wrappers",
3322                 "//video:video"
3323             ],
3324             "include_dirs": [
3325                 "//",
3326                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3327             ],
3328             "libs": [],
3329             "sources": [
3330                 "//call/call.cc",
3331                 "//call/callfactory.cc",
3332                 "//call/callfactory.h",
3333                 "//call/flexfec_receive_stream_impl.cc",
3334                 "//call/flexfec_receive_stream_impl.h"
3335             ],
3336             "type": "static_library"
3337         },
3338         "//call:call_interfaces": {
3339             "cflags": [
3340                 "-fno-strict-aliasing",
3341                 "--param=ssp-buffer-size=4",
3342                 "-fstack-protector",
3343                 "-Wno-builtin-macro-redefined",
3344                 "-D__DATE__=",
3345                 "-D__TIME__=",
3346                 "-D__TIMESTAMP__=",
3347                 "-funwind-tables",
3348                 "-fcolor-diagnostics",
3349                 "--target=aarch64-linux-gnu",
3350                 "-Wall",
3351                 "-Werror",
3352                 "-Wextra",
3353                 "-Wno-missing-field-initializers",
3354                 "-Wno-unused-parameter",
3355                 "-Wno-c++11-narrowing",
3356                 "-Wno-covered-switch-default",
3357                 "-Wno-unneeded-internal-declaration",
3358                 "-Wno-inconsistent-missing-override",
3359                 "-Wno-undefined-var-template",
3360                 "-Wno-nonportable-include-path",
3361                 "-Wno-address-of-packed-member",
3362                 "-Wno-unused-lambda-capture",
3363                 "-Wno-user-defined-warnings",
3364                 "-O2",
3365                 "-fno-ident",
3366                 "-fdata-sections",
3367                 "-ffunction-sections",
3368                 "-fno-omit-frame-pointer",
3369                 "-g2",
3370                 "-fvisibility=hidden",
3371                 "-Xclang",
3372                 "-add-plugin",
3373                 "-Xclang",
3374                 "find-bad-constructs",
3375                 "-Xclang",
3376                 "-plugin-arg-find-bad-constructs",
3377                 "-Xclang",
3378                 "check-auto-raw-pointer",
3379                 "-Wheader-hygiene",
3380                 "-Wstring-conversion",
3381                 "-Wtautological-overlap-compare",
3382                 "-Wextra",
3383                 "-Wno-unused-parameter",
3384                 "-Wno-missing-field-initializers",
3385                 "-Wno-strict-overflow",
3386                 "-Wc++11-narrowing",
3387                 "-Wimplicit-fallthrough",
3388                 "-Wthread-safety",
3389                 "-Winconsistent-missing-override",
3390                 "-Wundef",
3391                 "-Wunused-lambda-capture"
3392             ],
3393             "defines": [
3394                 "V8_DEPRECATION_WARNINGS",
3395                 "USE_X11=1",
3396                 "CHROMIUM_BUILD",
3397                 "_FILE_OFFSET_BITS=64",
3398                 "_FORTIFY_SOURCE=2",
3399                 "NDEBUG",
3400                 "NVALGRIND",
3401                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3402                 "WEBRTC_ENABLE_PROTOBUF=0",
3403                 "WEBRTC_RESTRICT_LOGGING",
3404                 "WEBRTC_ARCH_ARM64",
3405                 "WEBRTC_HAS_NEON",
3406                 "WEBRTC_MOZILLA_BUILD",
3407                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3408                 "WEBRTC_POSIX",
3409                 "WEBRTC_BSD"
3410             ],
3411             "deps": [
3412                 "//:webrtc_common",
3413                 "//api:audio_mixer_api",
3414                 "//api:optional",
3415                 "//api:transport_api",
3416                 "//api/audio_codecs:audio_codecs_api",
3417                 "//call:rtp_interfaces",
3418                 "//call:video_stream_api",
3419                 "//modules/audio_processing:audio_processing_statistics",
3420                 "//rtc_base:rtc_base",
3421                 "//rtc_base:rtc_base_approved"
3422             ],
3423             "include_dirs": [
3424                 "//",
3425                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3426             ],
3427             "libs": [],
3428             "sources": [
3429                 "//call/audio_receive_stream.h",
3430                 "//call/audio_send_stream.h",
3431                 "//call/audio_state.h",
3432                 "//call/call.h",
3433                 "//call/callfactoryinterface.h",
3434                 "//call/flexfec_receive_stream.h",
3435                 "//call/syncable.cc",
3436                 "//call/syncable.h",
3437                 "//call/audio_send_stream_call.cc"
3438             ],
3439             "type": "source_set"
3440         },
3441         "//call:rtp_interfaces": {
3442             "cflags": [
3443                 "-fno-strict-aliasing",
3444                 "--param=ssp-buffer-size=4",
3445                 "-fstack-protector",
3446                 "-Wno-builtin-macro-redefined",
3447                 "-D__DATE__=",
3448                 "-D__TIME__=",
3449                 "-D__TIMESTAMP__=",
3450                 "-funwind-tables",
3451                 "-fcolor-diagnostics",
3452                 "--target=aarch64-linux-gnu",
3453                 "-Wall",
3454                 "-Werror",
3455                 "-Wextra",
3456                 "-Wno-missing-field-initializers",
3457                 "-Wno-unused-parameter",
3458                 "-Wno-c++11-narrowing",
3459                 "-Wno-covered-switch-default",
3460                 "-Wno-unneeded-internal-declaration",
3461                 "-Wno-inconsistent-missing-override",
3462                 "-Wno-undefined-var-template",
3463                 "-Wno-nonportable-include-path",
3464                 "-Wno-address-of-packed-member",
3465                 "-Wno-unused-lambda-capture",
3466                 "-Wno-user-defined-warnings",
3467                 "-O2",
3468                 "-fno-ident",
3469                 "-fdata-sections",
3470                 "-ffunction-sections",
3471                 "-fno-omit-frame-pointer",
3472                 "-g2",
3473                 "-fvisibility=hidden",
3474                 "-Xclang",
3475                 "-add-plugin",
3476                 "-Xclang",
3477                 "find-bad-constructs",
3478                 "-Xclang",
3479                 "-plugin-arg-find-bad-constructs",
3480                 "-Xclang",
3481                 "check-auto-raw-pointer",
3482                 "-Wheader-hygiene",
3483                 "-Wstring-conversion",
3484                 "-Wtautological-overlap-compare",
3485                 "-Wextra",
3486                 "-Wno-unused-parameter",
3487                 "-Wno-missing-field-initializers",
3488                 "-Wno-strict-overflow",
3489                 "-Wc++11-narrowing",
3490                 "-Wimplicit-fallthrough",
3491                 "-Wthread-safety",
3492                 "-Winconsistent-missing-override",
3493                 "-Wundef",
3494                 "-Wunused-lambda-capture"
3495             ],
3496             "defines": [
3497                 "V8_DEPRECATION_WARNINGS",
3498                 "USE_X11=1",
3499                 "CHROMIUM_BUILD",
3500                 "_FILE_OFFSET_BITS=64",
3501                 "_FORTIFY_SOURCE=2",
3502                 "NDEBUG",
3503                 "NVALGRIND",
3504                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3505                 "WEBRTC_ENABLE_PROTOBUF=0",
3506                 "WEBRTC_RESTRICT_LOGGING",
3507                 "WEBRTC_ARCH_ARM64",
3508                 "WEBRTC_HAS_NEON",
3509                 "WEBRTC_MOZILLA_BUILD",
3510                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3511                 "WEBRTC_POSIX",
3512                 "WEBRTC_BSD"
3513             ],
3514             "deps": [
3515                 "//api:array_view",
3516                 "//rtc_base:rtc_base_approved"
3517             ],
3518             "include_dirs": [
3519                 "//",
3520                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3521             ],
3522             "libs": [],
3523             "sources": [
3524                 "//call/rtcp_packet_sink_interface.h",
3525                 "//call/rtp_config.cc",
3526                 "//call/rtp_config.h",
3527                 "//call/rtp_packet_sink_interface.h",
3528                 "//call/rtp_stream_receiver_controller_interface.h",
3529                 "//call/rtp_transport_controller_send_interface.h"
3530             ],
3531             "type": "source_set"
3532         },
3533         "//call:rtp_receiver": {
3534             "cflags": [
3535                 "-fno-strict-aliasing",
3536                 "--param=ssp-buffer-size=4",
3537                 "-fstack-protector",
3538                 "-Wno-builtin-macro-redefined",
3539                 "-D__DATE__=",
3540                 "-D__TIME__=",
3541                 "-D__TIMESTAMP__=",
3542                 "-funwind-tables",
3543                 "-fcolor-diagnostics",
3544                 "--target=aarch64-linux-gnu",
3545                 "-Wall",
3546                 "-Werror",
3547                 "-Wextra",
3548                 "-Wno-missing-field-initializers",
3549                 "-Wno-unused-parameter",
3550                 "-Wno-c++11-narrowing",
3551                 "-Wno-covered-switch-default",
3552                 "-Wno-unneeded-internal-declaration",
3553                 "-Wno-inconsistent-missing-override",
3554                 "-Wno-undefined-var-template",
3555                 "-Wno-nonportable-include-path",
3556                 "-Wno-address-of-packed-member",
3557                 "-Wno-unused-lambda-capture",
3558                 "-Wno-user-defined-warnings",
3559                 "-O2",
3560                 "-fno-ident",
3561                 "-fdata-sections",
3562                 "-ffunction-sections",
3563                 "-fno-omit-frame-pointer",
3564                 "-g2",
3565                 "-fvisibility=hidden",
3566                 "-Xclang",
3567                 "-add-plugin",
3568                 "-Xclang",
3569                 "find-bad-constructs",
3570                 "-Xclang",
3571                 "-plugin-arg-find-bad-constructs",
3572                 "-Xclang",
3573                 "check-auto-raw-pointer",
3574                 "-Wheader-hygiene",
3575                 "-Wstring-conversion",
3576                 "-Wtautological-overlap-compare",
3577                 "-Wextra",
3578                 "-Wno-unused-parameter",
3579                 "-Wno-missing-field-initializers",
3580                 "-Wno-strict-overflow",
3581                 "-Wc++11-narrowing",
3582                 "-Wimplicit-fallthrough",
3583                 "-Wthread-safety",
3584                 "-Winconsistent-missing-override",
3585                 "-Wundef",
3586                 "-Wunused-lambda-capture"
3587             ],
3588             "defines": [
3589                 "V8_DEPRECATION_WARNINGS",
3590                 "USE_X11=1",
3591                 "CHROMIUM_BUILD",
3592                 "_FILE_OFFSET_BITS=64",
3593                 "_FORTIFY_SOURCE=2",
3594                 "NDEBUG",
3595                 "NVALGRIND",
3596                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3597                 "WEBRTC_ENABLE_PROTOBUF=0",
3598                 "WEBRTC_RESTRICT_LOGGING",
3599                 "WEBRTC_ARCH_ARM64",
3600                 "WEBRTC_HAS_NEON",
3601                 "WEBRTC_MOZILLA_BUILD",
3602                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3603                 "WEBRTC_POSIX",
3604                 "WEBRTC_BSD"
3605             ],
3606             "deps": [
3607                 "//:webrtc_common",
3608                 "//api:array_view",
3609                 "//api:optional",
3610                 "//call:rtp_interfaces",
3611                 "//modules/rtp_rtcp:rtp_rtcp",
3612                 "//rtc_base:rtc_base_approved"
3613             ],
3614             "include_dirs": [
3615                 "//",
3616                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3617             ],
3618             "libs": [],
3619             "sources": [
3620                 "//call/rtcp_demuxer.cc",
3621                 "//call/rtcp_demuxer.h",
3622                 "//call/rtp_demuxer.cc",
3623                 "//call/rtp_demuxer.h",
3624                 "//call/rtp_rtcp_demuxer_helper.cc",
3625                 "//call/rtp_rtcp_demuxer_helper.h",
3626                 "//call/rtp_stream_receiver_controller.cc",
3627                 "//call/rtp_stream_receiver_controller.h",
3628                 "//call/rtx_receive_stream.cc",
3629                 "//call/rtx_receive_stream.h",
3630                 "//call/ssrc_binding_observer.h"
3631             ],
3632             "type": "source_set"
3633         },
3634         "//call:rtp_sender": {
3635             "cflags": [
3636                 "-fno-strict-aliasing",
3637                 "--param=ssp-buffer-size=4",
3638                 "-fstack-protector",
3639                 "-Wno-builtin-macro-redefined",
3640                 "-D__DATE__=",
3641                 "-D__TIME__=",
3642                 "-D__TIMESTAMP__=",
3643                 "-funwind-tables",
3644                 "-fcolor-diagnostics",
3645                 "--target=aarch64-linux-gnu",
3646                 "-Wall",
3647                 "-Werror",
3648                 "-Wextra",
3649                 "-Wno-missing-field-initializers",
3650                 "-Wno-unused-parameter",
3651                 "-Wno-c++11-narrowing",
3652                 "-Wno-covered-switch-default",
3653                 "-Wno-unneeded-internal-declaration",
3654                 "-Wno-inconsistent-missing-override",
3655                 "-Wno-undefined-var-template",
3656                 "-Wno-nonportable-include-path",
3657                 "-Wno-address-of-packed-member",
3658                 "-Wno-unused-lambda-capture",
3659                 "-Wno-user-defined-warnings",
3660                 "-O2",
3661                 "-fno-ident",
3662                 "-fdata-sections",
3663                 "-ffunction-sections",
3664                 "-fno-omit-frame-pointer",
3665                 "-g2",
3666                 "-fvisibility=hidden",
3667                 "-Xclang",
3668                 "-add-plugin",
3669                 "-Xclang",
3670                 "find-bad-constructs",
3671                 "-Xclang",
3672                 "-plugin-arg-find-bad-constructs",
3673                 "-Xclang",
3674                 "check-auto-raw-pointer",
3675                 "-Wheader-hygiene",
3676                 "-Wstring-conversion",
3677                 "-Wtautological-overlap-compare",
3678                 "-Wextra",
3679                 "-Wno-unused-parameter",
3680                 "-Wno-missing-field-initializers",
3681                 "-Wno-strict-overflow",
3682                 "-Wc++11-narrowing",
3683                 "-Wimplicit-fallthrough",
3684                 "-Wthread-safety",
3685                 "-Winconsistent-missing-override",
3686                 "-Wundef",
3687                 "-Wunused-lambda-capture"
3688             ],
3689             "defines": [
3690                 "V8_DEPRECATION_WARNINGS",
3691                 "USE_X11=1",
3692                 "CHROMIUM_BUILD",
3693                 "_FILE_OFFSET_BITS=64",
3694                 "_FORTIFY_SOURCE=2",
3695                 "NDEBUG",
3696                 "NVALGRIND",
3697                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3698                 "WEBRTC_ENABLE_PROTOBUF=0",
3699                 "WEBRTC_RESTRICT_LOGGING",
3700                 "WEBRTC_ARCH_ARM64",
3701                 "WEBRTC_HAS_NEON",
3702                 "WEBRTC_MOZILLA_BUILD",
3703                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3704                 "WEBRTC_POSIX",
3705                 "WEBRTC_BSD"
3706             ],
3707             "deps": [
3708                 "//:webrtc_common",
3709                 "//call:rtp_interfaces",
3710                 "//modules/congestion_controller:congestion_controller",
3711                 "//modules/pacing:pacing",
3712                 "//rtc_base:rtc_base_approved"
3713             ],
3714             "include_dirs": [
3715                 "//",
3716                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3717             ],
3718             "libs": [],
3719             "sources": [
3720                 "//call/rtp_transport_controller_send.cc",
3721                 "//call/rtp_transport_controller_send.h"
3722             ],
3723             "type": "source_set"
3724         },
3725         "//call:video_stream_api": {
3726             "cflags": [
3727                 "-fno-strict-aliasing",
3728                 "--param=ssp-buffer-size=4",
3729                 "-fstack-protector",
3730                 "-Wno-builtin-macro-redefined",
3731                 "-D__DATE__=",
3732                 "-D__TIME__=",
3733                 "-D__TIMESTAMP__=",
3734                 "-funwind-tables",
3735                 "-fcolor-diagnostics",
3736                 "--target=aarch64-linux-gnu",
3737                 "-Wall",
3738                 "-Werror",
3739                 "-Wextra",
3740                 "-Wno-missing-field-initializers",
3741                 "-Wno-unused-parameter",
3742                 "-Wno-c++11-narrowing",
3743                 "-Wno-covered-switch-default",
3744                 "-Wno-unneeded-internal-declaration",
3745                 "-Wno-inconsistent-missing-override",
3746                 "-Wno-undefined-var-template",
3747                 "-Wno-nonportable-include-path",
3748                 "-Wno-address-of-packed-member",
3749                 "-Wno-unused-lambda-capture",
3750                 "-Wno-user-defined-warnings",
3751                 "-O2",
3752                 "-fno-ident",
3753                 "-fdata-sections",
3754                 "-ffunction-sections",
3755                 "-fno-omit-frame-pointer",
3756                 "-g2",
3757                 "-fvisibility=hidden",
3758                 "-Xclang",
3759                 "-add-plugin",
3760                 "-Xclang",
3761                 "find-bad-constructs",
3762                 "-Xclang",
3763                 "-plugin-arg-find-bad-constructs",
3764                 "-Xclang",
3765                 "check-auto-raw-pointer",
3766                 "-Wheader-hygiene",
3767                 "-Wstring-conversion",
3768                 "-Wtautological-overlap-compare",
3769                 "-Wextra",
3770                 "-Wno-unused-parameter",
3771                 "-Wno-missing-field-initializers",
3772                 "-Wno-strict-overflow",
3773                 "-Wc++11-narrowing",
3774                 "-Wimplicit-fallthrough",
3775                 "-Wthread-safety",
3776                 "-Winconsistent-missing-override",
3777                 "-Wundef",
3778                 "-Wunused-lambda-capture"
3779             ],
3780             "defines": [
3781                 "V8_DEPRECATION_WARNINGS",
3782                 "USE_X11=1",
3783                 "CHROMIUM_BUILD",
3784                 "_FILE_OFFSET_BITS=64",
3785                 "_FORTIFY_SOURCE=2",
3786                 "NDEBUG",
3787                 "NVALGRIND",
3788                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3789                 "WEBRTC_ENABLE_PROTOBUF=0",
3790                 "WEBRTC_RESTRICT_LOGGING",
3791                 "WEBRTC_ARCH_ARM64",
3792                 "WEBRTC_HAS_NEON",
3793                 "WEBRTC_MOZILLA_BUILD",
3794                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3795                 "WEBRTC_POSIX",
3796                 "WEBRTC_BSD"
3797             ],
3798             "deps": [
3799                 "//:webrtc_common",
3800                 "//api:optional",
3801                 "//api:transport_api",
3802                 "//call:rtp_interfaces",
3803                 "//common_video:common_video",
3804                 "//rtc_base:rtc_base_approved"
3805             ],
3806             "include_dirs": [
3807                 "//",
3808                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
3809                 "//common_video/include/",
3810                 "/media/libyuv/libyuv/include/"
3811             ],
3812             "libs": [],
3813             "sources": [
3814                 "//call/video_config.cc",
3815                 "//call/video_config.h",
3816                 "//call/video_receive_stream.cc",
3817                 "//call/video_receive_stream.h",
3818                 "//call/video_send_stream.cc",
3819                 "//call/video_send_stream.h"
3820             ],
3821             "type": "source_set"
3822         },
3823         "//common_audio:common_audio": {
3824             "cflags": [
3825                 "-fno-strict-aliasing",
3826                 "--param=ssp-buffer-size=4",
3827                 "-fstack-protector",
3828                 "-Wno-builtin-macro-redefined",
3829                 "-D__DATE__=",
3830                 "-D__TIME__=",
3831                 "-D__TIMESTAMP__=",
3832                 "-funwind-tables",
3833                 "-fcolor-diagnostics",
3834                 "--target=aarch64-linux-gnu",
3835                 "-Wall",
3836                 "-Werror",
3837                 "-Wextra",
3838                 "-Wno-missing-field-initializers",
3839                 "-Wno-unused-parameter",
3840                 "-Wno-c++11-narrowing",
3841                 "-Wno-covered-switch-default",
3842                 "-Wno-unneeded-internal-declaration",
3843                 "-Wno-inconsistent-missing-override",
3844                 "-Wno-undefined-var-template",
3845                 "-Wno-nonportable-include-path",
3846                 "-Wno-address-of-packed-member",
3847                 "-Wno-unused-lambda-capture",
3848                 "-Wno-user-defined-warnings",
3849                 "-O2",
3850                 "-fno-ident",
3851                 "-fdata-sections",
3852                 "-ffunction-sections",
3853                 "-fno-omit-frame-pointer",
3854                 "-g2",
3855                 "-fvisibility=hidden",
3856                 "-Wheader-hygiene",
3857                 "-Wstring-conversion",
3858                 "-Wtautological-overlap-compare",
3859                 "-Wextra",
3860                 "-Wno-unused-parameter",
3861                 "-Wno-missing-field-initializers",
3862                 "-Wno-strict-overflow",
3863                 "-Wc++11-narrowing",
3864                 "-Wimplicit-fallthrough",
3865                 "-Wthread-safety",
3866                 "-Winconsistent-missing-override",
3867                 "-Wundef",
3868                 "-Wunused-lambda-capture"
3869             ],
3870             "defines": [
3871                 "V8_DEPRECATION_WARNINGS",
3872                 "USE_X11=1",
3873                 "CHROMIUM_BUILD",
3874                 "_FILE_OFFSET_BITS=64",
3875                 "_FORTIFY_SOURCE=2",
3876                 "NDEBUG",
3877                 "NVALGRIND",
3878                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3879                 "WEBRTC_ENABLE_PROTOBUF=0",
3880                 "WEBRTC_RESTRICT_LOGGING",
3881                 "WEBRTC_ARCH_ARM64",
3882                 "WEBRTC_HAS_NEON",
3883                 "WEBRTC_MOZILLA_BUILD",
3884                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3885                 "WEBRTC_POSIX",
3886                 "WEBRTC_BSD"
3887             ],
3888             "deps": [
3889                 "//:webrtc_common",
3890                 "//api:optional",
3891                 "//common_audio:common_audio_c",
3892                 "//common_audio:common_audio_neon",
3893                 "//common_audio:sinc_resampler",
3894                 "//rtc_base:gtest_prod",
3895                 "//rtc_base:rtc_base_approved",
3896                 "//system_wrappers:system_wrappers"
3897             ],
3898             "include_dirs": [
3899                 "//",
3900                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
3901                 "//common_audio/resampler/include/",
3902                 "//common_audio/signal_processing/include/",
3903                 "//common_audio/vad/include/"
3904             ],
3905             "libs": [],
3906             "sources": [
3907                 "//common_audio/audio_converter.cc",
3908                 "//common_audio/audio_converter.h",
3909                 "//common_audio/audio_ring_buffer.cc",
3910                 "//common_audio/audio_ring_buffer.h",
3911                 "//common_audio/audio_util.cc",
3912                 "//common_audio/blocker.cc",
3913                 "//common_audio/blocker.h",
3914                 "//common_audio/channel_buffer.cc",
3915                 "//common_audio/channel_buffer.h",
3916                 "//common_audio/include/audio_util.h",
3917                 "//common_audio/lapped_transform.cc",
3918                 "//common_audio/lapped_transform.h",
3919                 "//common_audio/real_fourier.cc",
3920                 "//common_audio/real_fourier.h",
3921                 "//common_audio/real_fourier_ooura.cc",
3922                 "//common_audio/real_fourier_ooura.h",
3923                 "//common_audio/resampler/include/push_resampler.h",
3924                 "//common_audio/resampler/include/resampler.h",
3925                 "//common_audio/resampler/push_resampler.cc",
3926                 "//common_audio/resampler/push_sinc_resampler.cc",
3927                 "//common_audio/resampler/push_sinc_resampler.h",
3928                 "//common_audio/resampler/resampler.cc",
3929                 "//common_audio/resampler/sinc_resampler.cc",
3930                 "//common_audio/smoothing_filter.cc",
3931                 "//common_audio/smoothing_filter.h",
3932                 "//common_audio/sparse_fir_filter.cc",
3933                 "//common_audio/sparse_fir_filter.h",
3934                 "//common_audio/vad/include/vad.h",
3935                 "//common_audio/vad/vad.cc",
3936                 "//common_audio/wav_file.cc",
3937                 "//common_audio/wav_file.h",
3938                 "//common_audio/wav_header.cc",
3939                 "//common_audio/wav_header.h",
3940                 "//common_audio/window_generator.cc",
3941                 "//common_audio/window_generator.h"
3942             ],
3943             "type": "static_library"
3944         },
3945         "//common_audio:common_audio_c": {
3946             "cflags": [
3947                 "-fno-strict-aliasing",
3948                 "--param=ssp-buffer-size=4",
3949                 "-fstack-protector",
3950                 "-Wno-builtin-macro-redefined",
3951                 "-D__DATE__=",
3952                 "-D__TIME__=",
3953                 "-D__TIMESTAMP__=",
3954                 "-funwind-tables",
3955                 "-fcolor-diagnostics",
3956                 "--target=aarch64-linux-gnu",
3957                 "-Wall",
3958                 "-Werror",
3959                 "-Wextra",
3960                 "-Wno-missing-field-initializers",
3961                 "-Wno-unused-parameter",
3962                 "-Wno-c++11-narrowing",
3963                 "-Wno-covered-switch-default",
3964                 "-Wno-unneeded-internal-declaration",
3965                 "-Wno-inconsistent-missing-override",
3966                 "-Wno-undefined-var-template",
3967                 "-Wno-nonportable-include-path",
3968                 "-Wno-address-of-packed-member",
3969                 "-Wno-unused-lambda-capture",
3970                 "-Wno-user-defined-warnings",
3971                 "-O2",
3972                 "-fno-ident",
3973                 "-fdata-sections",
3974                 "-ffunction-sections",
3975                 "-fno-omit-frame-pointer",
3976                 "-g2",
3977                 "-fvisibility=hidden",
3978                 "-Xclang",
3979                 "-add-plugin",
3980                 "-Xclang",
3981                 "find-bad-constructs",
3982                 "-Xclang",
3983                 "-plugin-arg-find-bad-constructs",
3984                 "-Xclang",
3985                 "check-auto-raw-pointer",
3986                 "-Wheader-hygiene",
3987                 "-Wstring-conversion",
3988                 "-Wtautological-overlap-compare",
3989                 "-Wextra",
3990                 "-Wno-unused-parameter",
3991                 "-Wno-missing-field-initializers",
3992                 "-Wno-strict-overflow",
3993                 "-Wc++11-narrowing",
3994                 "-Wimplicit-fallthrough",
3995                 "-Wthread-safety",
3996                 "-Winconsistent-missing-override",
3997                 "-Wundef",
3998                 "-Wunused-lambda-capture"
3999             ],
4000             "defines": [
4001                 "V8_DEPRECATION_WARNINGS",
4002                 "USE_X11=1",
4003                 "CHROMIUM_BUILD",
4004                 "_FILE_OFFSET_BITS=64",
4005                 "_FORTIFY_SOURCE=2",
4006                 "NDEBUG",
4007                 "NVALGRIND",
4008                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4009                 "WEBRTC_ENABLE_PROTOBUF=0",
4010                 "WEBRTC_RESTRICT_LOGGING",
4011                 "WEBRTC_ARCH_ARM64",
4012                 "WEBRTC_HAS_NEON",
4013                 "WEBRTC_MOZILLA_BUILD",
4014                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4015                 "WEBRTC_POSIX",
4016                 "WEBRTC_BSD"
4017             ],
4018             "deps": [
4019                 "//:webrtc_common",
4020                 "//common_audio:common_audio_c_arm_asm",
4021                 "//common_audio:common_audio_cc",
4022                 "//rtc_base:compile_assert_c",
4023                 "//rtc_base:rtc_base_approved",
4024                 "//system_wrappers:system_wrappers"
4025             ],
4026             "include_dirs": [
4027                 "//",
4028                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4029                 "//common_audio/resampler/include/",
4030                 "//common_audio/signal_processing/include/",
4031                 "//common_audio/vad/include/"
4032             ],
4033             "libs": [],
4034             "sources": [
4035                 "//common_audio/fft4g.c",
4036                 "//common_audio/fft4g.h",
4037                 "//common_audio/ring_buffer.c",
4038                 "//common_audio/ring_buffer.h",
4039                 "//common_audio/signal_processing/auto_corr_to_refl_coef.c",
4040                 "//common_audio/signal_processing/auto_correlation.c",
4041                 "//common_audio/signal_processing/complex_fft_tables.h",
4042                 "//common_audio/signal_processing/copy_set_operations.c",
4043                 "//common_audio/signal_processing/cross_correlation.c",
4044                 "//common_audio/signal_processing/division_operations.c",
4045                 "//common_audio/signal_processing/downsample_fast.c",
4046                 "//common_audio/signal_processing/energy.c",
4047                 "//common_audio/signal_processing/filter_ar.c",
4048                 "//common_audio/signal_processing/filter_ma_fast_q12.c",
4049                 "//common_audio/signal_processing/get_hanning_window.c",
4050                 "//common_audio/signal_processing/get_scaling_square.c",
4051                 "//common_audio/signal_processing/ilbc_specific_functions.c",
4052                 "//common_audio/signal_processing/include/real_fft.h",
4053                 "//common_audio/signal_processing/include/signal_processing_library.h",
4054                 "//common_audio/signal_processing/include/spl_inl.h",
4055                 "//common_audio/signal_processing/include/spl_inl_armv7.h",
4056                 "//common_audio/signal_processing/levinson_durbin.c",
4057                 "//common_audio/signal_processing/lpc_to_refl_coef.c",
4058                 "//common_audio/signal_processing/min_max_operations.c",
4059                 "//common_audio/signal_processing/randomization_functions.c",
4060                 "//common_audio/signal_processing/real_fft.c",
4061                 "//common_audio/signal_processing/refl_coef_to_lpc.c",
4062                 "//common_audio/signal_processing/resample.c",
4063                 "//common_audio/signal_processing/resample_48khz.c",
4064                 "//common_audio/signal_processing/resample_by_2.c",
4065                 "//common_audio/signal_processing/resample_by_2_internal.c",
4066                 "//common_audio/signal_processing/resample_by_2_internal.h",
4067                 "//common_audio/signal_processing/resample_fractional.c",
4068                 "//common_audio/signal_processing/spl_init.c",
4069                 "//common_audio/signal_processing/spl_inl.c",
4070                 "//common_audio/signal_processing/spl_sqrt.c",
4071                 "//common_audio/signal_processing/splitting_filter.c",
4072                 "//common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
4073                 "//common_audio/signal_processing/vector_scaling_operations.c",
4074                 "//common_audio/vad/include/webrtc_vad.h",
4075                 "//common_audio/vad/vad_core.c",
4076                 "//common_audio/vad/vad_core.h",
4077                 "//common_audio/vad/vad_filterbank.c",
4078                 "//common_audio/vad/vad_filterbank.h",
4079                 "//common_audio/vad/vad_gmm.c",
4080                 "//common_audio/vad/vad_gmm.h",
4081                 "//common_audio/vad/vad_sp.c",
4082                 "//common_audio/vad/vad_sp.h",
4083                 "//common_audio/vad/webrtc_vad.c",
4084                 "//common_audio/signal_processing/complex_fft.c",
4085                 "//common_audio/signal_processing/complex_bit_reverse.c",
4086                 "//common_audio/signal_processing/filter_ar_fast_q12.c",
4087                 "//common_audio/signal_processing/spl_sqrt_floor.c"
4088             ],
4089             "type": "source_set"
4090         },
4091         "//common_audio:common_audio_c_arm_asm": {
4092             "cflags": [
4093                 "-fno-strict-aliasing",
4094                 "--param=ssp-buffer-size=4",
4095                 "-fstack-protector",
4096                 "-Wno-builtin-macro-redefined",
4097                 "-D__DATE__=",
4098                 "-D__TIME__=",
4099                 "-D__TIMESTAMP__=",
4100                 "-funwind-tables",
4101                 "-fcolor-diagnostics",
4102                 "--target=aarch64-linux-gnu",
4103                 "-Wall",
4104                 "-Werror",
4105                 "-Wextra",
4106                 "-Wno-missing-field-initializers",
4107                 "-Wno-unused-parameter",
4108                 "-Wno-c++11-narrowing",
4109                 "-Wno-covered-switch-default",
4110                 "-Wno-unneeded-internal-declaration",
4111                 "-Wno-inconsistent-missing-override",
4112                 "-Wno-undefined-var-template",
4113                 "-Wno-nonportable-include-path",
4114                 "-Wno-address-of-packed-member",
4115                 "-Wno-unused-lambda-capture",
4116                 "-Wno-user-defined-warnings",
4117                 "-O2",
4118                 "-fno-ident",
4119                 "-fdata-sections",
4120                 "-ffunction-sections",
4121                 "-fno-omit-frame-pointer",
4122                 "-g2",
4123                 "-fvisibility=hidden",
4124                 "-Xclang",
4125                 "-add-plugin",
4126                 "-Xclang",
4127                 "find-bad-constructs",
4128                 "-Xclang",
4129                 "-plugin-arg-find-bad-constructs",
4130                 "-Xclang",
4131                 "check-auto-raw-pointer",
4132                 "-Wheader-hygiene",
4133                 "-Wstring-conversion",
4134                 "-Wtautological-overlap-compare",
4135                 "-Wextra",
4136                 "-Wno-unused-parameter",
4137                 "-Wno-missing-field-initializers",
4138                 "-Wno-strict-overflow",
4139                 "-Wc++11-narrowing",
4140                 "-Wimplicit-fallthrough",
4141                 "-Wthread-safety",
4142                 "-Winconsistent-missing-override",
4143                 "-Wundef",
4144                 "-Wunused-lambda-capture"
4145             ],
4146             "defines": [
4147                 "V8_DEPRECATION_WARNINGS",
4148                 "USE_X11=1",
4149                 "CHROMIUM_BUILD",
4150                 "_FILE_OFFSET_BITS=64",
4151                 "_FORTIFY_SOURCE=2",
4152                 "NDEBUG",
4153                 "NVALGRIND",
4154                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4155                 "WEBRTC_ENABLE_PROTOBUF=0",
4156                 "WEBRTC_RESTRICT_LOGGING",
4157                 "WEBRTC_ARCH_ARM64",
4158                 "WEBRTC_HAS_NEON",
4159                 "WEBRTC_MOZILLA_BUILD",
4160                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4161                 "WEBRTC_POSIX",
4162                 "WEBRTC_BSD"
4163             ],
4164             "deps": [],
4165             "include_dirs": [
4166                 "//",
4167                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4168             ],
4169             "libs": [],
4170             "sources": [],
4171             "type": "source_set"
4172         },
4173         "//common_audio:common_audio_cc": {
4174             "cflags": [
4175                 "-fno-strict-aliasing",
4176                 "--param=ssp-buffer-size=4",
4177                 "-fstack-protector",
4178                 "-Wno-builtin-macro-redefined",
4179                 "-D__DATE__=",
4180                 "-D__TIME__=",
4181                 "-D__TIMESTAMP__=",
4182                 "-funwind-tables",
4183                 "-fcolor-diagnostics",
4184                 "--target=aarch64-linux-gnu",
4185                 "-Wall",
4186                 "-Werror",
4187                 "-Wextra",
4188                 "-Wno-missing-field-initializers",
4189                 "-Wno-unused-parameter",
4190                 "-Wno-c++11-narrowing",
4191                 "-Wno-covered-switch-default",
4192                 "-Wno-unneeded-internal-declaration",
4193                 "-Wno-inconsistent-missing-override",
4194                 "-Wno-undefined-var-template",
4195                 "-Wno-nonportable-include-path",
4196                 "-Wno-address-of-packed-member",
4197                 "-Wno-unused-lambda-capture",
4198                 "-Wno-user-defined-warnings",
4199                 "-O2",
4200                 "-fno-ident",
4201                 "-fdata-sections",
4202                 "-ffunction-sections",
4203                 "-fno-omit-frame-pointer",
4204                 "-g2",
4205                 "-fvisibility=hidden",
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                 "-Wheader-hygiene",
4215                 "-Wstring-conversion",
4216                 "-Wtautological-overlap-compare",
4217                 "-Wextra",
4218                 "-Wno-unused-parameter",
4219                 "-Wno-missing-field-initializers",
4220                 "-Wno-strict-overflow",
4221                 "-Wc++11-narrowing",
4222                 "-Wimplicit-fallthrough",
4223                 "-Wthread-safety",
4224                 "-Winconsistent-missing-override",
4225                 "-Wundef",
4226                 "-Wunused-lambda-capture"
4227             ],
4228             "defines": [
4229                 "V8_DEPRECATION_WARNINGS",
4230                 "USE_X11=1",
4231                 "CHROMIUM_BUILD",
4232                 "_FILE_OFFSET_BITS=64",
4233                 "_FORTIFY_SOURCE=2",
4234                 "NDEBUG",
4235                 "NVALGRIND",
4236                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4237                 "WEBRTC_ENABLE_PROTOBUF=0",
4238                 "WEBRTC_RESTRICT_LOGGING",
4239                 "WEBRTC_ARCH_ARM64",
4240                 "WEBRTC_HAS_NEON",
4241                 "WEBRTC_MOZILLA_BUILD",
4242                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4243                 "WEBRTC_POSIX",
4244                 "WEBRTC_BSD"
4245             ],
4246             "deps": [
4247                 "//:webrtc_common",
4248                 "//rtc_base:rtc_base_approved",
4249                 "//system_wrappers:system_wrappers"
4250             ],
4251             "include_dirs": [
4252                 "//",
4253                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4254                 "//common_audio/resampler/include/",
4255                 "//common_audio/signal_processing/include/",
4256                 "//common_audio/vad/include/"
4257             ],
4258             "libs": [],
4259             "sources": [
4260                 "//common_audio/signal_processing/dot_product_with_scale.cc",
4261                 "//common_audio/signal_processing/dot_product_with_scale.h"
4262             ],
4263             "type": "source_set"
4264         },
4265         "//common_audio:common_audio_neon": {
4266             "cflags": [
4267                 "-fno-strict-aliasing",
4268                 "--param=ssp-buffer-size=4",
4269                 "-fstack-protector",
4270                 "-Wno-builtin-macro-redefined",
4271                 "-D__DATE__=",
4272                 "-D__TIME__=",
4273                 "-D__TIMESTAMP__=",
4274                 "-funwind-tables",
4275                 "-fcolor-diagnostics",
4276                 "--target=aarch64-linux-gnu",
4277                 "-Wall",
4278                 "-Werror",
4279                 "-Wextra",
4280                 "-Wno-missing-field-initializers",
4281                 "-Wno-unused-parameter",
4282                 "-Wno-c++11-narrowing",
4283                 "-Wno-covered-switch-default",
4284                 "-Wno-unneeded-internal-declaration",
4285                 "-Wno-inconsistent-missing-override",
4286                 "-Wno-undefined-var-template",
4287                 "-Wno-nonportable-include-path",
4288                 "-Wno-address-of-packed-member",
4289                 "-Wno-unused-lambda-capture",
4290                 "-Wno-user-defined-warnings",
4291                 "-O2",
4292                 "-fno-ident",
4293                 "-fdata-sections",
4294                 "-ffunction-sections",
4295                 "-fno-omit-frame-pointer",
4296                 "-g2",
4297                 "-fvisibility=hidden",
4298                 "-Wheader-hygiene",
4299                 "-Wstring-conversion",
4300                 "-Wtautological-overlap-compare",
4301                 "-Wextra",
4302                 "-Wno-unused-parameter",
4303                 "-Wno-missing-field-initializers",
4304                 "-Wno-strict-overflow",
4305                 "-Wc++11-narrowing",
4306                 "-Wimplicit-fallthrough",
4307                 "-Wthread-safety",
4308                 "-Winconsistent-missing-override",
4309                 "-Wundef",
4310                 "-Wunused-lambda-capture"
4311             ],
4312             "defines": [
4313                 "V8_DEPRECATION_WARNINGS",
4314                 "USE_X11=1",
4315                 "CHROMIUM_BUILD",
4316                 "_FILE_OFFSET_BITS=64",
4317                 "_FORTIFY_SOURCE=2",
4318                 "NDEBUG",
4319                 "NVALGRIND",
4320                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4321                 "WEBRTC_ENABLE_PROTOBUF=0",
4322                 "WEBRTC_RESTRICT_LOGGING",
4323                 "WEBRTC_ARCH_ARM64",
4324                 "WEBRTC_HAS_NEON",
4325                 "WEBRTC_MOZILLA_BUILD",
4326                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4327                 "WEBRTC_POSIX",
4328                 "WEBRTC_BSD"
4329             ],
4330             "deps": [
4331                 "//common_audio:common_audio_neon_c",
4332                 "//common_audio:fir_filter",
4333                 "//common_audio:sinc_resampler",
4334                 "//rtc_base:rtc_base_approved",
4335                 "//system_wrappers:system_wrappers"
4336             ],
4337             "include_dirs": [
4338                 "//",
4339                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4340             ],
4341             "libs": [],
4342             "sources": [
4343                 "//common_audio/fir_filter_neon.cc",
4344                 "//common_audio/fir_filter_neon.h",
4345                 "//common_audio/resampler/sinc_resampler_neon.cc"
4346             ],
4347             "type": "static_library"
4348         },
4349         "//common_audio:common_audio_neon_c": {
4350             "cflags": [
4351                 "-fno-strict-aliasing",
4352                 "--param=ssp-buffer-size=4",
4353                 "-fstack-protector",
4354                 "-Wno-builtin-macro-redefined",
4355                 "-D__DATE__=",
4356                 "-D__TIME__=",
4357                 "-D__TIMESTAMP__=",
4358                 "-funwind-tables",
4359                 "-fcolor-diagnostics",
4360                 "--target=aarch64-linux-gnu",
4361                 "-Wall",
4362                 "-Werror",
4363                 "-Wextra",
4364                 "-Wno-missing-field-initializers",
4365                 "-Wno-unused-parameter",
4366                 "-Wno-c++11-narrowing",
4367                 "-Wno-covered-switch-default",
4368                 "-Wno-unneeded-internal-declaration",
4369                 "-Wno-inconsistent-missing-override",
4370                 "-Wno-undefined-var-template",
4371                 "-Wno-nonportable-include-path",
4372                 "-Wno-address-of-packed-member",
4373                 "-Wno-unused-lambda-capture",
4374                 "-Wno-user-defined-warnings",
4375                 "-O2",
4376                 "-fno-ident",
4377                 "-fdata-sections",
4378                 "-ffunction-sections",
4379                 "-fno-omit-frame-pointer",
4380                 "-g2",
4381                 "-fvisibility=hidden",
4382                 "-Wheader-hygiene",
4383                 "-Wstring-conversion",
4384                 "-Wtautological-overlap-compare",
4385                 "-Wextra",
4386                 "-Wno-unused-parameter",
4387                 "-Wno-missing-field-initializers",
4388                 "-Wno-strict-overflow",
4389                 "-Wc++11-narrowing",
4390                 "-Wimplicit-fallthrough",
4391                 "-Wthread-safety",
4392                 "-Winconsistent-missing-override",
4393                 "-Wundef",
4394                 "-Wunused-lambda-capture"
4395             ],
4396             "defines": [
4397                 "V8_DEPRECATION_WARNINGS",
4398                 "USE_X11=1",
4399                 "CHROMIUM_BUILD",
4400                 "_FILE_OFFSET_BITS=64",
4401                 "_FORTIFY_SOURCE=2",
4402                 "NDEBUG",
4403                 "NVALGRIND",
4404                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4405                 "WEBRTC_ENABLE_PROTOBUF=0",
4406                 "WEBRTC_RESTRICT_LOGGING",
4407                 "WEBRTC_ARCH_ARM64",
4408                 "WEBRTC_HAS_NEON",
4409                 "WEBRTC_MOZILLA_BUILD",
4410                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4411                 "WEBRTC_POSIX",
4412                 "WEBRTC_BSD"
4413             ],
4414             "deps": [
4415                 "//common_audio:common_audio_c",
4416                 "//rtc_base:rtc_base_approved"
4417             ],
4418             "include_dirs": [
4419                 "//",
4420                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4421                 "//common_audio/resampler/include/",
4422                 "//common_audio/signal_processing/include/",
4423                 "//common_audio/vad/include/"
4424             ],
4425             "libs": [],
4426             "sources": [
4427                 "//common_audio/signal_processing/cross_correlation_neon.c",
4428                 "//common_audio/signal_processing/downsample_fast_neon.c",
4429                 "//common_audio/signal_processing/min_max_operations_neon.c"
4430             ],
4431             "type": "source_set"
4432         },
4433         "//common_audio:fir_filter": {
4434             "cflags": [
4435                 "-fno-strict-aliasing",
4436                 "--param=ssp-buffer-size=4",
4437                 "-fstack-protector",
4438                 "-Wno-builtin-macro-redefined",
4439                 "-D__DATE__=",
4440                 "-D__TIME__=",
4441                 "-D__TIMESTAMP__=",
4442                 "-funwind-tables",
4443                 "-fcolor-diagnostics",
4444                 "--target=aarch64-linux-gnu",
4445                 "-Wall",
4446                 "-Werror",
4447                 "-Wextra",
4448                 "-Wno-missing-field-initializers",
4449                 "-Wno-unused-parameter",
4450                 "-Wno-c++11-narrowing",
4451                 "-Wno-covered-switch-default",
4452                 "-Wno-unneeded-internal-declaration",
4453                 "-Wno-inconsistent-missing-override",
4454                 "-Wno-undefined-var-template",
4455                 "-Wno-nonportable-include-path",
4456                 "-Wno-address-of-packed-member",
4457                 "-Wno-unused-lambda-capture",
4458                 "-Wno-user-defined-warnings",
4459                 "-O2",
4460                 "-fno-ident",
4461                 "-fdata-sections",
4462                 "-ffunction-sections",
4463                 "-fno-omit-frame-pointer",
4464                 "-g2",
4465                 "-fvisibility=hidden",
4466                 "-Xclang",
4467                 "-add-plugin",
4468                 "-Xclang",
4469                 "find-bad-constructs",
4470                 "-Xclang",
4471                 "-plugin-arg-find-bad-constructs",
4472                 "-Xclang",
4473                 "check-auto-raw-pointer",
4474                 "-Wheader-hygiene",
4475                 "-Wstring-conversion",
4476                 "-Wtautological-overlap-compare",
4477                 "-Wextra",
4478                 "-Wno-unused-parameter",
4479                 "-Wno-missing-field-initializers",
4480                 "-Wno-strict-overflow",
4481                 "-Wc++11-narrowing",
4482                 "-Wimplicit-fallthrough",
4483                 "-Wthread-safety",
4484                 "-Winconsistent-missing-override",
4485                 "-Wundef",
4486                 "-Wunused-lambda-capture"
4487             ],
4488             "defines": [
4489                 "V8_DEPRECATION_WARNINGS",
4490                 "USE_X11=1",
4491                 "CHROMIUM_BUILD",
4492                 "_FILE_OFFSET_BITS=64",
4493                 "_FORTIFY_SOURCE=2",
4494                 "NDEBUG",
4495                 "NVALGRIND",
4496                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4497                 "WEBRTC_ENABLE_PROTOBUF=0",
4498                 "WEBRTC_RESTRICT_LOGGING",
4499                 "WEBRTC_ARCH_ARM64",
4500                 "WEBRTC_HAS_NEON",
4501                 "WEBRTC_MOZILLA_BUILD",
4502                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4503                 "WEBRTC_POSIX",
4504                 "WEBRTC_BSD"
4505             ],
4506             "deps": [],
4507             "include_dirs": [
4508                 "//",
4509                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4510             ],
4511             "libs": [],
4512             "sources": [
4513                 "//common_audio/fir_filter.h"
4514             ],
4515             "type": "source_set"
4516         },
4517         "//common_audio:fir_filter_factory": {
4518             "cflags": [
4519                 "-fno-strict-aliasing",
4520                 "--param=ssp-buffer-size=4",
4521                 "-fstack-protector",
4522                 "-Wno-builtin-macro-redefined",
4523                 "-D__DATE__=",
4524                 "-D__TIME__=",
4525                 "-D__TIMESTAMP__=",
4526                 "-funwind-tables",
4527                 "-fcolor-diagnostics",
4528                 "--target=aarch64-linux-gnu",
4529                 "-Wall",
4530                 "-Werror",
4531                 "-Wextra",
4532                 "-Wno-missing-field-initializers",
4533                 "-Wno-unused-parameter",
4534                 "-Wno-c++11-narrowing",
4535                 "-Wno-covered-switch-default",
4536                 "-Wno-unneeded-internal-declaration",
4537                 "-Wno-inconsistent-missing-override",
4538                 "-Wno-undefined-var-template",
4539                 "-Wno-nonportable-include-path",
4540                 "-Wno-address-of-packed-member",
4541                 "-Wno-unused-lambda-capture",
4542                 "-Wno-user-defined-warnings",
4543                 "-O2",
4544                 "-fno-ident",
4545                 "-fdata-sections",
4546                 "-ffunction-sections",
4547                 "-fno-omit-frame-pointer",
4548                 "-g2",
4549                 "-fvisibility=hidden",
4550                 "-Xclang",
4551                 "-add-plugin",
4552                 "-Xclang",
4553                 "find-bad-constructs",
4554                 "-Xclang",
4555                 "-plugin-arg-find-bad-constructs",
4556                 "-Xclang",
4557                 "check-auto-raw-pointer",
4558                 "-Wheader-hygiene",
4559                 "-Wstring-conversion",
4560                 "-Wtautological-overlap-compare",
4561                 "-Wextra",
4562                 "-Wno-unused-parameter",
4563                 "-Wno-missing-field-initializers",
4564                 "-Wno-strict-overflow",
4565                 "-Wc++11-narrowing",
4566                 "-Wimplicit-fallthrough",
4567                 "-Wthread-safety",
4568                 "-Winconsistent-missing-override",
4569                 "-Wundef",
4570                 "-Wunused-lambda-capture"
4571             ],
4572             "defines": [
4573                 "V8_DEPRECATION_WARNINGS",
4574                 "USE_X11=1",
4575                 "CHROMIUM_BUILD",
4576                 "_FILE_OFFSET_BITS=64",
4577                 "_FORTIFY_SOURCE=2",
4578                 "NDEBUG",
4579                 "NVALGRIND",
4580                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4581                 "WEBRTC_ENABLE_PROTOBUF=0",
4582                 "WEBRTC_RESTRICT_LOGGING",
4583                 "WEBRTC_ARCH_ARM64",
4584                 "WEBRTC_HAS_NEON",
4585                 "WEBRTC_MOZILLA_BUILD",
4586                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4587                 "WEBRTC_POSIX",
4588                 "WEBRTC_BSD"
4589             ],
4590             "deps": [
4591                 "//common_audio:common_audio_neon",
4592                 "//common_audio:fir_filter",
4593                 "//rtc_base:rtc_base_approved",
4594                 "//system_wrappers:cpu_features_api"
4595             ],
4596             "include_dirs": [
4597                 "//",
4598                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4599             ],
4600             "libs": [],
4601             "sources": [
4602                 "//common_audio/fir_filter_c.cc",
4603                 "//common_audio/fir_filter_c.h",
4604                 "//common_audio/fir_filter_factory.cc",
4605                 "//common_audio/fir_filter_factory.h"
4606             ],
4607             "type": "source_set"
4608         },
4609         "//common_audio:sinc_resampler": {
4610             "cflags": [
4611                 "-fno-strict-aliasing",
4612                 "--param=ssp-buffer-size=4",
4613                 "-fstack-protector",
4614                 "-Wno-builtin-macro-redefined",
4615                 "-D__DATE__=",
4616                 "-D__TIME__=",
4617                 "-D__TIMESTAMP__=",
4618                 "-funwind-tables",
4619                 "-fcolor-diagnostics",
4620                 "--target=aarch64-linux-gnu",
4621                 "-Wall",
4622                 "-Werror",
4623                 "-Wextra",
4624                 "-Wno-missing-field-initializers",
4625                 "-Wno-unused-parameter",
4626                 "-Wno-c++11-narrowing",
4627                 "-Wno-covered-switch-default",
4628                 "-Wno-unneeded-internal-declaration",
4629                 "-Wno-inconsistent-missing-override",
4630                 "-Wno-undefined-var-template",
4631                 "-Wno-nonportable-include-path",
4632                 "-Wno-address-of-packed-member",
4633                 "-Wno-unused-lambda-capture",
4634                 "-Wno-user-defined-warnings",
4635                 "-O2",
4636                 "-fno-ident",
4637                 "-fdata-sections",
4638                 "-ffunction-sections",
4639                 "-fno-omit-frame-pointer",
4640                 "-g2",
4641                 "-fvisibility=hidden",
4642                 "-Xclang",
4643                 "-add-plugin",
4644                 "-Xclang",
4645                 "find-bad-constructs",
4646                 "-Xclang",
4647                 "-plugin-arg-find-bad-constructs",
4648                 "-Xclang",
4649                 "check-auto-raw-pointer",
4650                 "-Wheader-hygiene",
4651                 "-Wstring-conversion",
4652                 "-Wtautological-overlap-compare",
4653                 "-Wextra",
4654                 "-Wno-unused-parameter",
4655                 "-Wno-missing-field-initializers",
4656                 "-Wno-strict-overflow",
4657                 "-Wc++11-narrowing",
4658                 "-Wimplicit-fallthrough",
4659                 "-Wthread-safety",
4660                 "-Winconsistent-missing-override",
4661                 "-Wundef",
4662                 "-Wunused-lambda-capture"
4663             ],
4664             "defines": [
4665                 "V8_DEPRECATION_WARNINGS",
4666                 "USE_X11=1",
4667                 "CHROMIUM_BUILD",
4668                 "_FILE_OFFSET_BITS=64",
4669                 "_FORTIFY_SOURCE=2",
4670                 "NDEBUG",
4671                 "NVALGRIND",
4672                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4673                 "WEBRTC_ENABLE_PROTOBUF=0",
4674                 "WEBRTC_RESTRICT_LOGGING",
4675                 "WEBRTC_ARCH_ARM64",
4676                 "WEBRTC_HAS_NEON",
4677                 "WEBRTC_MOZILLA_BUILD",
4678                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4679                 "WEBRTC_POSIX",
4680                 "WEBRTC_BSD"
4681             ],
4682             "deps": [
4683                 "//:webrtc_common",
4684                 "//rtc_base:gtest_prod",
4685                 "//rtc_base:rtc_base_approved",
4686                 "//system_wrappers:system_wrappers"
4687             ],
4688             "include_dirs": [
4689                 "//",
4690                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4691             ],
4692             "libs": [],
4693             "sources": [
4694                 "//common_audio/resampler/sinc_resampler.h"
4695             ],
4696             "type": "source_set"
4697         },
4698         "//common_video:common_video": {
4699             "cflags": [
4700                 "-fno-strict-aliasing",
4701                 "--param=ssp-buffer-size=4",
4702                 "-fstack-protector",
4703                 "-Wno-builtin-macro-redefined",
4704                 "-D__DATE__=",
4705                 "-D__TIME__=",
4706                 "-D__TIMESTAMP__=",
4707                 "-funwind-tables",
4708                 "-fcolor-diagnostics",
4709                 "--target=aarch64-linux-gnu",
4710                 "-Wall",
4711                 "-Werror",
4712                 "-Wextra",
4713                 "-Wno-missing-field-initializers",
4714                 "-Wno-unused-parameter",
4715                 "-Wno-c++11-narrowing",
4716                 "-Wno-covered-switch-default",
4717                 "-Wno-unneeded-internal-declaration",
4718                 "-Wno-inconsistent-missing-override",
4719                 "-Wno-undefined-var-template",
4720                 "-Wno-nonportable-include-path",
4721                 "-Wno-address-of-packed-member",
4722                 "-Wno-unused-lambda-capture",
4723                 "-Wno-user-defined-warnings",
4724                 "-O2",
4725                 "-fno-ident",
4726                 "-fdata-sections",
4727                 "-ffunction-sections",
4728                 "-fno-omit-frame-pointer",
4729                 "-g2",
4730                 "-fvisibility=hidden",
4731                 "-Wheader-hygiene",
4732                 "-Wstring-conversion",
4733                 "-Wtautological-overlap-compare",
4734                 "-Wextra",
4735                 "-Wno-unused-parameter",
4736                 "-Wno-missing-field-initializers",
4737                 "-Wno-strict-overflow",
4738                 "-Wc++11-narrowing",
4739                 "-Wimplicit-fallthrough",
4740                 "-Wthread-safety",
4741                 "-Winconsistent-missing-override",
4742                 "-Wundef",
4743                 "-Wunused-lambda-capture"
4744             ],
4745             "defines": [
4746                 "V8_DEPRECATION_WARNINGS",
4747                 "USE_X11=1",
4748                 "CHROMIUM_BUILD",
4749                 "_FILE_OFFSET_BITS=64",
4750                 "_FORTIFY_SOURCE=2",
4751                 "NDEBUG",
4752                 "NVALGRIND",
4753                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4754                 "WEBRTC_ENABLE_PROTOBUF=0",
4755                 "WEBRTC_RESTRICT_LOGGING",
4756                 "WEBRTC_ARCH_ARM64",
4757                 "WEBRTC_HAS_NEON",
4758                 "WEBRTC_MOZILLA_BUILD",
4759                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4760                 "WEBRTC_POSIX",
4761                 "WEBRTC_BSD"
4762             ],
4763             "deps": [
4764                 "//:webrtc_common",
4765                 "//api:optional",
4766                 "//api:video_frame_api",
4767                 "//api:video_frame_api_i420",
4768                 "//media:rtc_h264_profile_id",
4769                 "//modules:module_api",
4770                 "//rtc_base:rtc_base",
4771                 "//rtc_base:rtc_task_queue",
4772                 "//system_wrappers:system_wrappers"
4773             ],
4774             "include_dirs": [
4775                 "//modules/interface/",
4776                 "/media/libyuv/libyuv/include/",
4777                 "//",
4778                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4779                 "//common_video/include/",
4780                 "/media/libyuv/libyuv/include/"
4781             ],
4782             "libs": [],
4783             "sources": [
4784                 "//common_video/bitrate_adjuster.cc",
4785                 "//common_video/h264/h264_bitstream_parser.cc",
4786                 "//common_video/h264/h264_bitstream_parser.h",
4787                 "//common_video/h264/h264_common.cc",
4788                 "//common_video/h264/h264_common.h",
4789                 "//common_video/h264/pps_parser.cc",
4790                 "//common_video/h264/pps_parser.h",
4791                 "//common_video/h264/profile_level_id.h",
4792                 "//common_video/h264/sps_parser.cc",
4793                 "//common_video/h264/sps_parser.h",
4794                 "//common_video/h264/sps_vui_rewriter.cc",
4795                 "//common_video/h264/sps_vui_rewriter.h",
4796                 "//common_video/i420_buffer_pool.cc",
4797                 "//common_video/include/bitrate_adjuster.h",
4798                 "//common_video/include/frame_callback.h",
4799                 "//common_video/include/i420_buffer_pool.h",
4800                 "//common_video/include/incoming_video_stream.h",
4801                 "//common_video/include/video_bitrate_allocator.h",
4802                 "//common_video/include/video_frame.h",
4803                 "//common_video/include/video_frame_buffer.h",
4804                 "//common_video/incoming_video_stream.cc",
4805                 "//common_video/libyuv/include/webrtc_libyuv.h",
4806                 "//common_video/libyuv/webrtc_libyuv.cc",
4807                 "//common_video/video_frame.cc",
4808                 "//common_video/video_frame_buffer.cc",
4809                 "//common_video/video_render_frames.cc",
4810                 "//common_video/video_render_frames.h"
4811             ],
4812             "type": "static_library"
4813         },
4814         "//logging:rtc_event_log_api": {
4815             "cflags": [
4816                 "-fno-strict-aliasing",
4817                 "--param=ssp-buffer-size=4",
4818                 "-fstack-protector",
4819                 "-Wno-builtin-macro-redefined",
4820                 "-D__DATE__=",
4821                 "-D__TIME__=",
4822                 "-D__TIMESTAMP__=",
4823                 "-funwind-tables",
4824                 "-fcolor-diagnostics",
4825                 "--target=aarch64-linux-gnu",
4826                 "-Wall",
4827                 "-Werror",
4828                 "-Wextra",
4829                 "-Wno-missing-field-initializers",
4830                 "-Wno-unused-parameter",
4831                 "-Wno-c++11-narrowing",
4832                 "-Wno-covered-switch-default",
4833                 "-Wno-unneeded-internal-declaration",
4834                 "-Wno-inconsistent-missing-override",
4835                 "-Wno-undefined-var-template",
4836                 "-Wno-nonportable-include-path",
4837                 "-Wno-address-of-packed-member",
4838                 "-Wno-unused-lambda-capture",
4839                 "-Wno-user-defined-warnings",
4840                 "-O2",
4841                 "-fno-ident",
4842                 "-fdata-sections",
4843                 "-ffunction-sections",
4844                 "-fno-omit-frame-pointer",
4845                 "-g2",
4846                 "-fvisibility=hidden",
4847                 "-Wheader-hygiene",
4848                 "-Wstring-conversion",
4849                 "-Wtautological-overlap-compare",
4850                 "-Wextra",
4851                 "-Wno-unused-parameter",
4852                 "-Wno-missing-field-initializers",
4853                 "-Wno-strict-overflow",
4854                 "-Wc++11-narrowing",
4855                 "-Wimplicit-fallthrough",
4856                 "-Wthread-safety",
4857                 "-Winconsistent-missing-override",
4858                 "-Wundef",
4859                 "-Wunused-lambda-capture"
4860             ],
4861             "defines": [
4862                 "V8_DEPRECATION_WARNINGS",
4863                 "USE_X11=1",
4864                 "CHROMIUM_BUILD",
4865                 "_FILE_OFFSET_BITS=64",
4866                 "_FORTIFY_SOURCE=2",
4867                 "NDEBUG",
4868                 "NVALGRIND",
4869                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4870                 "WEBRTC_ENABLE_PROTOBUF=0",
4871                 "WEBRTC_RESTRICT_LOGGING",
4872                 "WEBRTC_ARCH_ARM64",
4873                 "WEBRTC_HAS_NEON",
4874                 "WEBRTC_MOZILLA_BUILD",
4875                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4876                 "WEBRTC_POSIX",
4877                 "WEBRTC_BSD"
4878             ],
4879             "deps": [
4880                 "//:webrtc_common",
4881                 "//api:array_view",
4882                 "//call:video_stream_api",
4883                 "//modules/audio_coding:audio_network_adaptor_config",
4884                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
4885                 "//modules/rtp_rtcp:rtp_rtcp_format",
4886                 "//rtc_base:rtc_base_approved",
4887                 "//system_wrappers:system_wrappers"
4888             ],
4889             "include_dirs": [
4890                 "//",
4891                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4892             ],
4893             "libs": [],
4894             "sources": [
4895                 "//logging/rtc_event_log/events/rtc_event.h",
4896                 "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc",
4897                 "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h",
4898                 "//logging/rtc_event_log/events/rtc_event_audio_playout.cc",
4899                 "//logging/rtc_event_log/events/rtc_event_audio_playout.h",
4900                 "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc",
4901                 "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h",
4902                 "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc",
4903                 "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h",
4904                 "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc",
4905                 "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h",
4906                 "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc",
4907                 "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h",
4908                 "//logging/rtc_event_log/events/rtc_event_logging_started.cc",
4909                 "//logging/rtc_event_log/events/rtc_event_logging_started.h",
4910                 "//logging/rtc_event_log/events/rtc_event_logging_stopped.cc",
4911                 "//logging/rtc_event_log/events/rtc_event_logging_stopped.h",
4912                 "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc",
4913                 "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.h",
4914                 "//logging/rtc_event_log/events/rtc_event_probe_result_failure.cc",
4915                 "//logging/rtc_event_log/events/rtc_event_probe_result_failure.h",
4916                 "//logging/rtc_event_log/events/rtc_event_probe_result_success.cc",
4917                 "//logging/rtc_event_log/events/rtc_event_probe_result_success.h",
4918                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc",
4919                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h",
4920                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc",
4921                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h",
4922                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc",
4923                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h",
4924                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc",
4925                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h",
4926                 "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc",
4927                 "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h",
4928                 "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc",
4929                 "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.h",
4930                 "//logging/rtc_event_log/output/rtc_event_log_output_file.cc",
4931                 "//logging/rtc_event_log/output/rtc_event_log_output_file.h",
4932                 "//logging/rtc_event_log/rtc_event_log.h",
4933                 "//logging/rtc_event_log/rtc_event_log_factory_interface.h",
4934                 "//logging/rtc_event_log/rtc_stream_config.cc",
4935                 "//logging/rtc_event_log/rtc_stream_config.h"
4936             ],
4937             "type": "source_set"
4938         },
4939         "//logging:rtc_event_log_impl": {
4940             "cflags": [
4941                 "-fno-strict-aliasing",
4942                 "--param=ssp-buffer-size=4",
4943                 "-fstack-protector",
4944                 "-Wno-builtin-macro-redefined",
4945                 "-D__DATE__=",
4946                 "-D__TIME__=",
4947                 "-D__TIMESTAMP__=",
4948                 "-funwind-tables",
4949                 "-fcolor-diagnostics",
4950                 "--target=aarch64-linux-gnu",
4951                 "-Wall",
4952                 "-Werror",
4953                 "-Wextra",
4954                 "-Wno-missing-field-initializers",
4955                 "-Wno-unused-parameter",
4956                 "-Wno-c++11-narrowing",
4957                 "-Wno-covered-switch-default",
4958                 "-Wno-unneeded-internal-declaration",
4959                 "-Wno-inconsistent-missing-override",
4960                 "-Wno-undefined-var-template",
4961                 "-Wno-nonportable-include-path",
4962                 "-Wno-address-of-packed-member",
4963                 "-Wno-unused-lambda-capture",
4964                 "-Wno-user-defined-warnings",
4965                 "-O2",
4966                 "-fno-ident",
4967                 "-fdata-sections",
4968                 "-ffunction-sections",
4969                 "-fno-omit-frame-pointer",
4970                 "-g2",
4971                 "-fvisibility=hidden",
4972                 "-Wheader-hygiene",
4973                 "-Wstring-conversion",
4974                 "-Wtautological-overlap-compare",
4975                 "-Wextra",
4976                 "-Wno-unused-parameter",
4977                 "-Wno-missing-field-initializers",
4978                 "-Wno-strict-overflow",
4979                 "-Wc++11-narrowing",
4980                 "-Wimplicit-fallthrough",
4981                 "-Wthread-safety",
4982                 "-Winconsistent-missing-override",
4983                 "-Wundef",
4984                 "-Wunused-lambda-capture"
4985             ],
4986             "defines": [
4987                 "V8_DEPRECATION_WARNINGS",
4988                 "USE_X11=1",
4989                 "CHROMIUM_BUILD",
4990                 "_FILE_OFFSET_BITS=64",
4991                 "_FORTIFY_SOURCE=2",
4992                 "NDEBUG",
4993                 "NVALGRIND",
4994                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4995                 "WEBRTC_ENABLE_PROTOBUF=0",
4996                 "WEBRTC_RESTRICT_LOGGING",
4997                 "WEBRTC_ARCH_ARM64",
4998                 "WEBRTC_HAS_NEON",
4999                 "WEBRTC_MOZILLA_BUILD",
5000                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5001                 "WEBRTC_POSIX",
5002                 "WEBRTC_BSD"
5003             ],
5004             "deps": [
5005                 "//:webrtc_common",
5006                 "//logging:rtc_event_log_api",
5007                 "//modules/audio_coding:audio_network_adaptor",
5008                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
5009                 "//modules/rtp_rtcp:rtp_rtcp",
5010                 "//rtc_base:protobuf_utils",
5011                 "//rtc_base:rtc_base_approved",
5012                 "//rtc_base:rtc_task_queue",
5013                 "//rtc_base:sequenced_task_checker",
5014                 "//system_wrappers:system_wrappers"
5015             ],
5016             "include_dirs": [
5017                 "//",
5018                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5019             ],
5020             "libs": [],
5021             "sources": [
5022                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder.h",
5023                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.cc",
5024                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h",
5025                 "//logging/rtc_event_log/rtc_event_log.cc",
5026                 "//logging/rtc_event_log/rtc_event_log_factory.cc",
5027                 "//logging/rtc_event_log/rtc_event_log_factory.h"
5028             ],
5029             "type": "static_library"
5030         },
5031         "//media:rtc_audio_video": {
5032             "cflags": [
5033                 "-fno-strict-aliasing",
5034                 "--param=ssp-buffer-size=4",
5035                 "-fstack-protector",
5036                 "-Wno-builtin-macro-redefined",
5037                 "-D__DATE__=",
5038                 "-D__TIME__=",
5039                 "-D__TIMESTAMP__=",
5040                 "-funwind-tables",
5041                 "-fcolor-diagnostics",
5042                 "--target=aarch64-linux-gnu",
5043                 "-Wall",
5044                 "-Werror",
5045                 "-Wextra",
5046                 "-Wno-missing-field-initializers",
5047                 "-Wno-unused-parameter",
5048                 "-Wno-c++11-narrowing",
5049                 "-Wno-covered-switch-default",
5050                 "-Wno-unneeded-internal-declaration",
5051                 "-Wno-inconsistent-missing-override",
5052                 "-Wno-undefined-var-template",
5053                 "-Wno-nonportable-include-path",
5054                 "-Wno-address-of-packed-member",
5055                 "-Wno-unused-lambda-capture",
5056                 "-Wno-user-defined-warnings",
5057                 "-O2",
5058                 "-fno-ident",
5059                 "-fdata-sections",
5060                 "-ffunction-sections",
5061                 "-fno-omit-frame-pointer",
5062                 "-g2",
5063                 "-fvisibility=hidden",
5064                 "-Wheader-hygiene",
5065                 "-Wstring-conversion",
5066                 "-Wtautological-overlap-compare",
5067                 "-Wextra",
5068                 "-Wno-unused-parameter",
5069                 "-Wno-missing-field-initializers",
5070                 "-Wno-strict-overflow",
5071                 "-Wc++11-narrowing",
5072                 "-Wimplicit-fallthrough",
5073                 "-Wthread-safety",
5074                 "-Winconsistent-missing-override",
5075                 "-Wundef",
5076                 "-Wunused-lambda-capture",
5077                 "-Wno-deprecated-declarations"
5078             ],
5079             "defines": [
5080                 "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
5081                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
5082                 "V8_DEPRECATION_WARNINGS",
5083                 "USE_X11=1",
5084                 "CHROMIUM_BUILD",
5085                 "_FILE_OFFSET_BITS=64",
5086                 "_FORTIFY_SOURCE=2",
5087                 "NDEBUG",
5088                 "NVALGRIND",
5089                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5090                 "WEBRTC_ENABLE_PROTOBUF=0",
5091                 "WEBRTC_RESTRICT_LOGGING",
5092                 "WEBRTC_ARCH_ARM64",
5093                 "WEBRTC_HAS_NEON",
5094                 "WEBRTC_MOZILLA_BUILD",
5095                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5096                 "WEBRTC_POSIX",
5097                 "WEBRTC_BSD",
5098                 "HAVE_WEBRTC_VIDEO",
5099                 "HAVE_WEBRTC_VOICE"
5100             ],
5101             "deps": [
5102                 "//:webrtc_common",
5103                 "//api:call_api",
5104                 "//api:optional",
5105                 "//api:transport_api",
5106                 "//api:video_frame_api",
5107                 "//api:video_frame_api_i420",
5108                 "//api/audio_codecs:audio_codecs_api",
5109                 "//api/video_codecs:video_codecs_api",
5110                 "//call:call",
5111                 "//call:video_stream_api",
5112                 "//common_video:common_video",
5113                 "//media:rtc_media_base",
5114                 "//modules/audio_coding:rent_a_codec",
5115                 "//modules/audio_device:audio_device",
5116                 "//modules/audio_mixer:audio_mixer_impl",
5117                 "//modules/audio_processing:audio_processing",
5118                 "//modules/audio_processing/aec_dump:aec_dump",
5119                 "//modules/audio_processing/aec_dump:null_aec_dump_factory",
5120                 "//modules/video_capture:video_capture_internal_impl",
5121                 "//modules/video_capture:video_capture_module",
5122                 "//modules/video_coding:video_coding",
5123                 "//modules/video_coding:video_coding_utility",
5124                 "//modules/video_coding:webrtc_h264",
5125                 "//modules/video_coding:webrtc_vp8",
5126                 "//modules/video_coding:webrtc_vp9",
5127                 "//rtc_base:rtc_base",
5128                 "//rtc_base:rtc_base_approved",
5129                 "//rtc_base:rtc_task_queue",
5130                 "//rtc_base:sequenced_task_checker",
5131                 "//system_wrappers:system_wrappers",
5132                 "//video:video",
5133                 "//voice_engine:voice_engine"
5134             ],
5135             "include_dirs": [
5136                 "/media/libyuv/libyuv/include/",
5137                 "//",
5138                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
5139                 "//common_video/include/",
5140                 "/media/libyuv/libyuv/include/",
5141                 "//modules/include/",
5142                 "//modules/audio_device/include/",
5143                 "//modules/audio_device/dummy/",
5144                 "//modules/audio_coding/include/",
5145                 "//modules/include/"
5146             ],
5147             "libs": [],
5148             "sources": [
5149                 "//media/engine/adm_helpers.cc",
5150                 "//media/engine/adm_helpers.h",
5151                 "//media/engine/apm_helpers.cc",
5152                 "//media/engine/apm_helpers.h",
5153                 "//media/engine/constants.cc",
5154                 "//media/engine/constants.h",
5155                 "//media/engine/convert_legacy_video_factory.cc",
5156                 "//media/engine/convert_legacy_video_factory.h",
5157                 "//media/engine/internaldecoderfactory.cc",
5158                 "//media/engine/internaldecoderfactory.h",
5159                 "//media/engine/internalencoderfactory.cc",
5160                 "//media/engine/internalencoderfactory.h",
5161                 "//media/engine/nullwebrtcvideoengine.h",
5162                 "//media/engine/payload_type_mapper.cc",
5163                 "//media/engine/payload_type_mapper.h",
5164                 "//media/engine/scopedvideodecoder.cc",
5165                 "//media/engine/scopedvideodecoder.h",
5166                 "//media/engine/scopedvideoencoder.cc",
5167                 "//media/engine/scopedvideoencoder.h",
5168                 "//media/engine/simulcast.cc",
5169                 "//media/engine/simulcast.h",
5170                 "//media/engine/simulcast_encoder_adapter.cc",
5171                 "//media/engine/simulcast_encoder_adapter.h",
5172                 "//media/engine/videodecodersoftwarefallbackwrapper.cc",
5173                 "//media/engine/videodecodersoftwarefallbackwrapper.h",
5174                 "//media/engine/videoencodersoftwarefallbackwrapper.cc",
5175                 "//media/engine/videoencodersoftwarefallbackwrapper.h",
5176                 "//media/engine/vp8_encoder_simulcast_proxy.cc",
5177                 "//media/engine/vp8_encoder_simulcast_proxy.h",
5178                 "//media/engine/webrtcvideodecoderfactory.cc",
5179                 "//media/engine/webrtcvideodecoderfactory.h",
5180                 "//media/engine/webrtcvideoencoderfactory.cc",
5181                 "//media/engine/webrtcvideoencoderfactory.h"
5182             ],
5183             "type": "static_library"
5184         },
5185         "//media:rtc_h264_profile_id": {
5186             "cflags": [
5187                 "-fno-strict-aliasing",
5188                 "--param=ssp-buffer-size=4",
5189                 "-fstack-protector",
5190                 "-Wno-builtin-macro-redefined",
5191                 "-D__DATE__=",
5192                 "-D__TIME__=",
5193                 "-D__TIMESTAMP__=",
5194                 "-funwind-tables",
5195                 "-fcolor-diagnostics",
5196                 "--target=aarch64-linux-gnu",
5197                 "-Wall",
5198                 "-Werror",
5199                 "-Wextra",
5200                 "-Wno-missing-field-initializers",
5201                 "-Wno-unused-parameter",
5202                 "-Wno-c++11-narrowing",
5203                 "-Wno-covered-switch-default",
5204                 "-Wno-unneeded-internal-declaration",
5205                 "-Wno-inconsistent-missing-override",
5206                 "-Wno-undefined-var-template",
5207                 "-Wno-nonportable-include-path",
5208                 "-Wno-address-of-packed-member",
5209                 "-Wno-unused-lambda-capture",
5210                 "-Wno-user-defined-warnings",
5211                 "-O2",
5212                 "-fno-ident",
5213                 "-fdata-sections",
5214                 "-ffunction-sections",
5215                 "-fno-omit-frame-pointer",
5216                 "-g2",
5217                 "-fvisibility=hidden",
5218                 "-Wheader-hygiene",
5219                 "-Wstring-conversion",
5220                 "-Wtautological-overlap-compare",
5221                 "-Wextra",
5222                 "-Wno-unused-parameter",
5223                 "-Wno-missing-field-initializers",
5224                 "-Wno-strict-overflow",
5225                 "-Wc++11-narrowing",
5226                 "-Wimplicit-fallthrough",
5227                 "-Wthread-safety",
5228                 "-Winconsistent-missing-override",
5229                 "-Wundef",
5230                 "-Wunused-lambda-capture"
5231             ],
5232             "defines": [
5233                 "V8_DEPRECATION_WARNINGS",
5234                 "USE_X11=1",
5235                 "CHROMIUM_BUILD",
5236                 "_FILE_OFFSET_BITS=64",
5237                 "_FORTIFY_SOURCE=2",
5238                 "NDEBUG",
5239                 "NVALGRIND",
5240                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5241                 "WEBRTC_ENABLE_PROTOBUF=0",
5242                 "WEBRTC_RESTRICT_LOGGING",
5243                 "WEBRTC_ARCH_ARM64",
5244                 "WEBRTC_HAS_NEON",
5245                 "WEBRTC_MOZILLA_BUILD",
5246                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5247                 "WEBRTC_POSIX",
5248                 "WEBRTC_BSD"
5249             ],
5250             "deps": [
5251                 "//:webrtc_common",
5252                 "//api:optional",
5253                 "//rtc_base:rtc_base",
5254                 "//rtc_base:rtc_base_approved"
5255             ],
5256             "include_dirs": [
5257                 "//",
5258                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5259             ],
5260             "libs": [],
5261             "sources": [
5262                 "//media/base/h264_profile_level_id.cc",
5263                 "//media/base/h264_profile_level_id.h"
5264             ],
5265             "type": "source_set"
5266         },
5267         "//media:rtc_media": {
5268             "cflags": [
5269                 "-fno-strict-aliasing",
5270                 "--param=ssp-buffer-size=4",
5271                 "-fstack-protector",
5272                 "-Wno-builtin-macro-redefined",
5273                 "-D__DATE__=",
5274                 "-D__TIME__=",
5275                 "-D__TIMESTAMP__=",
5276                 "-funwind-tables",
5277                 "-fcolor-diagnostics",
5278                 "--target=aarch64-linux-gnu",
5279                 "-Wall",
5280                 "-Werror",
5281                 "-Wextra",
5282                 "-Wno-missing-field-initializers",
5283                 "-Wno-unused-parameter",
5284                 "-Wno-c++11-narrowing",
5285                 "-Wno-covered-switch-default",
5286                 "-Wno-unneeded-internal-declaration",
5287                 "-Wno-inconsistent-missing-override",
5288                 "-Wno-undefined-var-template",
5289                 "-Wno-nonportable-include-path",
5290                 "-Wno-address-of-packed-member",
5291                 "-Wno-unused-lambda-capture",
5292                 "-Wno-user-defined-warnings",
5293                 "-O2",
5294                 "-fno-ident",
5295                 "-fdata-sections",
5296                 "-ffunction-sections",
5297                 "-fno-omit-frame-pointer",
5298                 "-g2",
5299                 "-fvisibility=hidden",
5300                 "-Xclang",
5301                 "-add-plugin",
5302                 "-Xclang",
5303                 "find-bad-constructs",
5304                 "-Xclang",
5305                 "-plugin-arg-find-bad-constructs",
5306                 "-Xclang",
5307                 "check-auto-raw-pointer",
5308                 "-Wheader-hygiene",
5309                 "-Wstring-conversion",
5310                 "-Wtautological-overlap-compare",
5311                 "-Wextra",
5312                 "-Wno-unused-parameter",
5313                 "-Wno-missing-field-initializers",
5314                 "-Wno-strict-overflow",
5315                 "-Wc++11-narrowing",
5316                 "-Wimplicit-fallthrough",
5317                 "-Wthread-safety",
5318                 "-Winconsistent-missing-override",
5319                 "-Wundef",
5320                 "-Wunused-lambda-capture"
5321             ],
5322             "defines": [
5323                 "V8_DEPRECATION_WARNINGS",
5324                 "USE_X11=1",
5325                 "CHROMIUM_BUILD",
5326                 "_FILE_OFFSET_BITS=64",
5327                 "_FORTIFY_SOURCE=2",
5328                 "NDEBUG",
5329                 "NVALGRIND",
5330                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5331                 "WEBRTC_ENABLE_PROTOBUF=0",
5332                 "WEBRTC_RESTRICT_LOGGING",
5333                 "WEBRTC_ARCH_ARM64",
5334                 "WEBRTC_HAS_NEON",
5335                 "WEBRTC_MOZILLA_BUILD",
5336                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5337                 "WEBRTC_POSIX",
5338                 "WEBRTC_BSD",
5339                 "HAVE_WEBRTC_VIDEO",
5340                 "HAVE_WEBRTC_VOICE"
5341             ],
5342             "deps": [
5343                 "//media:rtc_audio_video"
5344             ],
5345             "include_dirs": [
5346                 "//",
5347                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5348             ],
5349             "libs": [],
5350             "sources": [],
5351             "type": "source_set"
5352         },
5353         "//media:rtc_media_base": {
5354             "cflags": [
5355                 "-fno-strict-aliasing",
5356                 "--param=ssp-buffer-size=4",
5357                 "-fstack-protector",
5358                 "-Wno-builtin-macro-redefined",
5359                 "-D__DATE__=",
5360                 "-D__TIME__=",
5361                 "-D__TIMESTAMP__=",
5362                 "-funwind-tables",
5363                 "-fcolor-diagnostics",
5364                 "--target=aarch64-linux-gnu",
5365                 "-Wall",
5366                 "-Werror",
5367                 "-Wextra",
5368                 "-Wno-missing-field-initializers",
5369                 "-Wno-unused-parameter",
5370                 "-Wno-c++11-narrowing",
5371                 "-Wno-covered-switch-default",
5372                 "-Wno-unneeded-internal-declaration",
5373                 "-Wno-inconsistent-missing-override",
5374                 "-Wno-undefined-var-template",
5375                 "-Wno-nonportable-include-path",
5376                 "-Wno-address-of-packed-member",
5377                 "-Wno-unused-lambda-capture",
5378                 "-Wno-user-defined-warnings",
5379                 "-O2",
5380                 "-fno-ident",
5381                 "-fdata-sections",
5382                 "-ffunction-sections",
5383                 "-fno-omit-frame-pointer",
5384                 "-g2",
5385                 "-fvisibility=hidden",
5386                 "-Wheader-hygiene",
5387                 "-Wstring-conversion",
5388                 "-Wtautological-overlap-compare",
5389                 "-Wextra",
5390                 "-Wno-unused-parameter",
5391                 "-Wno-missing-field-initializers",
5392                 "-Wno-strict-overflow",
5393                 "-Wc++11-narrowing",
5394                 "-Wimplicit-fallthrough",
5395                 "-Wthread-safety",
5396                 "-Winconsistent-missing-override",
5397                 "-Wundef",
5398                 "-Wunused-lambda-capture"
5399             ],
5400             "defines": [
5401                 "V8_DEPRECATION_WARNINGS",
5402                 "USE_X11=1",
5403                 "CHROMIUM_BUILD",
5404                 "_FILE_OFFSET_BITS=64",
5405                 "_FORTIFY_SOURCE=2",
5406                 "NDEBUG",
5407                 "NVALGRIND",
5408                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5409                 "WEBRTC_ENABLE_PROTOBUF=0",
5410                 "WEBRTC_RESTRICT_LOGGING",
5411                 "WEBRTC_ARCH_ARM64",
5412                 "WEBRTC_HAS_NEON",
5413                 "WEBRTC_MOZILLA_BUILD",
5414                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5415                 "WEBRTC_POSIX",
5416                 "WEBRTC_BSD"
5417             ],
5418             "deps": [
5419                 "//:webrtc_common",
5420                 "//api:optional",
5421                 "//api:video_frame_api",
5422                 "//api:video_frame_api_i420",
5423                 "//api/audio_codecs:audio_codecs_api",
5424                 "//api/video_codecs:video_codecs_api",
5425                 "//call:call_interfaces",
5426                 "//call:video_stream_api",
5427                 "//media:rtc_h264_profile_id",
5428                 "//modules/audio_processing:audio_processing_statistics",
5429                 "//rtc_base:rtc_base",
5430                 "//rtc_base:rtc_base_approved",
5431                 "//system_wrappers:field_trial_api"
5432             ],
5433             "include_dirs": [
5434                 "/media/libyuv/libyuv/include/",
5435                 "//",
5436                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5437             ],
5438             "libs": [],
5439             "sources": [
5440                 "//media/base/adaptedvideotracksource.cc",
5441                 "//media/base/adaptedvideotracksource.h",
5442                 "//media/base/audiosource.h",
5443                 "//media/base/codec.cc",
5444                 "//media/base/codec.h",
5445                 "//media/base/cryptoparams.h",
5446                 "//media/base/device.h",
5447                 "//media/base/mediachannel.h",
5448                 "//media/base/mediaconstants.cc",
5449                 "//media/base/mediaconstants.h",
5450                 "//media/base/mediaengine.cc",
5451                 "//media/base/mediaengine.h",
5452                 "//media/base/streamparams.cc",
5453                 "//media/base/streamparams.h",
5454                 "//media/base/videoadapter.cc",
5455                 "//media/base/videoadapter.h",
5456                 "//media/base/videobroadcaster.cc",
5457                 "//media/base/videobroadcaster.h",
5458                 "//media/base/videocapturer.cc",
5459                 "//media/base/videocapturer.h",
5460                 "//media/base/videocapturerfactory.h",
5461                 "//media/base/videocommon.cc",
5462                 "//media/base/videocommon.h",
5463                 "//media/base/videosourcebase.cc",
5464                 "//media/base/videosourcebase.h",
5465                 "//media/base/videosourceinterface.cc"
5466             ],
5467             "type": "static_library"
5468         },
5469         "//modules/audio_coding:audio_coding": {
5470             "cflags": [
5471                 "-fno-strict-aliasing",
5472                 "--param=ssp-buffer-size=4",
5473                 "-fstack-protector",
5474                 "-Wno-builtin-macro-redefined",
5475                 "-D__DATE__=",
5476                 "-D__TIME__=",
5477                 "-D__TIMESTAMP__=",
5478                 "-funwind-tables",
5479                 "-fcolor-diagnostics",
5480                 "--target=aarch64-linux-gnu",
5481                 "-Wall",
5482                 "-Werror",
5483                 "-Wextra",
5484                 "-Wno-missing-field-initializers",
5485                 "-Wno-unused-parameter",
5486                 "-Wno-c++11-narrowing",
5487                 "-Wno-covered-switch-default",
5488                 "-Wno-unneeded-internal-declaration",
5489                 "-Wno-inconsistent-missing-override",
5490                 "-Wno-undefined-var-template",
5491                 "-Wno-nonportable-include-path",
5492                 "-Wno-address-of-packed-member",
5493                 "-Wno-unused-lambda-capture",
5494                 "-Wno-user-defined-warnings",
5495                 "-O2",
5496                 "-fno-ident",
5497                 "-fdata-sections",
5498                 "-ffunction-sections",
5499                 "-fno-omit-frame-pointer",
5500                 "-g2",
5501                 "-fvisibility=hidden",
5502                 "-Xclang",
5503                 "-add-plugin",
5504                 "-Xclang",
5505                 "find-bad-constructs",
5506                 "-Xclang",
5507                 "-plugin-arg-find-bad-constructs",
5508                 "-Xclang",
5509                 "check-auto-raw-pointer",
5510                 "-Wheader-hygiene",
5511                 "-Wstring-conversion",
5512                 "-Wtautological-overlap-compare",
5513                 "-Wextra",
5514                 "-Wno-unused-parameter",
5515                 "-Wno-missing-field-initializers",
5516                 "-Wno-strict-overflow",
5517                 "-Wc++11-narrowing",
5518                 "-Wimplicit-fallthrough",
5519                 "-Wthread-safety",
5520                 "-Winconsistent-missing-override",
5521                 "-Wundef",
5522                 "-Wunused-lambda-capture"
5523             ],
5524             "defines": [
5525                 "WEBRTC_CODEC_ILBC",
5526                 "WEBRTC_CODEC_OPUS",
5527                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
5528                 "WEBRTC_CODEC_ISAC",
5529                 "V8_DEPRECATION_WARNINGS",
5530                 "USE_X11=1",
5531                 "CHROMIUM_BUILD",
5532                 "_FILE_OFFSET_BITS=64",
5533                 "_FORTIFY_SOURCE=2",
5534                 "NDEBUG",
5535                 "NVALGRIND",
5536                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5537                 "WEBRTC_ENABLE_PROTOBUF=0",
5538                 "WEBRTC_RESTRICT_LOGGING",
5539                 "WEBRTC_ARCH_ARM64",
5540                 "WEBRTC_HAS_NEON",
5541                 "WEBRTC_MOZILLA_BUILD",
5542                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5543                 "WEBRTC_POSIX",
5544                 "WEBRTC_BSD"
5545             ],
5546             "deps": [
5547                 "//:webrtc_common",
5548                 "//api:array_view",
5549                 "//api:optional",
5550                 "//api/audio_codecs:audio_codecs_api",
5551                 "//api/audio_codecs:builtin_audio_decoder_factory",
5552                 "//common_audio:common_audio",
5553                 "//logging:rtc_event_log_api",
5554                 "//modules:module_api",
5555                 "//modules/audio_coding:audio_coding_module_typedefs",
5556                 "//modules/audio_coding:cng",
5557                 "//modules/audio_coding:g711",
5558                 "//modules/audio_coding:g722",
5559                 "//modules/audio_coding:ilbc",
5560                 "//modules/audio_coding:isac",
5561                 "//modules/audio_coding:neteq",
5562                 "//modules/audio_coding:pcm16b",
5563                 "//modules/audio_coding:rent_a_codec",
5564                 "//modules/audio_coding:webrtc_opus",
5565                 "//rtc_base:rtc_base_approved",
5566                 "//system_wrappers:system_wrappers"
5567             ],
5568             "include_dirs": [
5569                 "//",
5570                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
5571                 "//modules/audio_coding/include/",
5572                 "//modules/include/",
5573                 "//modules/audio_coding/codecs/cng/include/",
5574                 "//modules/audio_coding/codecs/g711/include/",
5575                 "//modules/audio_coding/codecs/pcm16b/include/",
5576                 "//modules/audio_coding/codecs/ilbc/include/",
5577                 "//modules/audio_coding/codecs/isac/main/include/",
5578                 "//modules/audio_coding/codecs/g722/include/",
5579                 "//common_audio/resampler/include/",
5580                 "//common_audio/signal_processing/include/",
5581                 "//common_audio/vad/include/"
5582             ],
5583             "libs": [],
5584             "sources": [
5585                 "//modules/audio_coding/acm2/acm_receiver.cc",
5586                 "//modules/audio_coding/acm2/acm_receiver.h",
5587                 "//modules/audio_coding/acm2/acm_resampler.cc",
5588                 "//modules/audio_coding/acm2/acm_resampler.h",
5589                 "//modules/audio_coding/acm2/audio_coding_module.cc",
5590                 "//modules/audio_coding/acm2/call_statistics.cc",
5591                 "//modules/audio_coding/acm2/call_statistics.h",
5592                 "//modules/audio_coding/acm2/codec_manager.cc",
5593                 "//modules/audio_coding/acm2/codec_manager.h",
5594                 "//modules/audio_coding/include/audio_coding_module.h"
5595             ],
5596             "type": "static_library"
5597         },
5598         "//modules/audio_coding:audio_coding_module_typedefs": {
5599             "cflags": [
5600                 "-fno-strict-aliasing",
5601                 "--param=ssp-buffer-size=4",
5602                 "-fstack-protector",
5603                 "-Wno-builtin-macro-redefined",
5604                 "-D__DATE__=",
5605                 "-D__TIME__=",
5606                 "-D__TIMESTAMP__=",
5607                 "-funwind-tables",
5608                 "-fcolor-diagnostics",
5609                 "--target=aarch64-linux-gnu",
5610                 "-Wall",
5611                 "-Werror",
5612                 "-Wextra",
5613                 "-Wno-missing-field-initializers",
5614                 "-Wno-unused-parameter",
5615                 "-Wno-c++11-narrowing",
5616                 "-Wno-covered-switch-default",
5617                 "-Wno-unneeded-internal-declaration",
5618                 "-Wno-inconsistent-missing-override",
5619                 "-Wno-undefined-var-template",
5620                 "-Wno-nonportable-include-path",
5621                 "-Wno-address-of-packed-member",
5622                 "-Wno-unused-lambda-capture",
5623                 "-Wno-user-defined-warnings",
5624                 "-O2",
5625                 "-fno-ident",
5626                 "-fdata-sections",
5627                 "-ffunction-sections",
5628                 "-fno-omit-frame-pointer",
5629                 "-g2",
5630                 "-fvisibility=hidden",
5631                 "-Xclang",
5632                 "-add-plugin",
5633                 "-Xclang",
5634                 "find-bad-constructs",
5635                 "-Xclang",
5636                 "-plugin-arg-find-bad-constructs",
5637                 "-Xclang",
5638                 "check-auto-raw-pointer",
5639                 "-Wheader-hygiene",
5640                 "-Wstring-conversion",
5641                 "-Wtautological-overlap-compare",
5642                 "-Wextra",
5643                 "-Wno-unused-parameter",
5644                 "-Wno-missing-field-initializers",
5645                 "-Wno-strict-overflow",
5646                 "-Wc++11-narrowing",
5647                 "-Wimplicit-fallthrough",
5648                 "-Wthread-safety",
5649                 "-Winconsistent-missing-override",
5650                 "-Wundef",
5651                 "-Wunused-lambda-capture"
5652             ],
5653             "defines": [
5654                 "V8_DEPRECATION_WARNINGS",
5655                 "USE_X11=1",
5656                 "CHROMIUM_BUILD",
5657                 "_FILE_OFFSET_BITS=64",
5658                 "_FORTIFY_SOURCE=2",
5659                 "NDEBUG",
5660                 "NVALGRIND",
5661                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5662                 "WEBRTC_ENABLE_PROTOBUF=0",
5663                 "WEBRTC_RESTRICT_LOGGING",
5664                 "WEBRTC_ARCH_ARM64",
5665                 "WEBRTC_HAS_NEON",
5666                 "WEBRTC_MOZILLA_BUILD",
5667                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5668                 "WEBRTC_POSIX",
5669                 "WEBRTC_BSD"
5670             ],
5671             "deps": [
5672                 "//:webrtc_common",
5673                 "//modules:module_api"
5674             ],
5675             "include_dirs": [
5676                 "//",
5677                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5678             ],
5679             "libs": [],
5680             "sources": [
5681                 "//modules/audio_coding/include/audio_coding_module_typedefs.h"
5682             ],
5683             "type": "source_set"
5684         },
5685         "//modules/audio_coding:audio_format_conversion": {
5686             "cflags": [
5687                 "-fno-strict-aliasing",
5688                 "--param=ssp-buffer-size=4",
5689                 "-fstack-protector",
5690                 "-Wno-builtin-macro-redefined",
5691                 "-D__DATE__=",
5692                 "-D__TIME__=",
5693                 "-D__TIMESTAMP__=",
5694                 "-funwind-tables",
5695                 "-fcolor-diagnostics",
5696                 "--target=aarch64-linux-gnu",
5697                 "-Wall",
5698                 "-Werror",
5699                 "-Wextra",
5700                 "-Wno-missing-field-initializers",
5701                 "-Wno-unused-parameter",
5702                 "-Wno-c++11-narrowing",
5703                 "-Wno-covered-switch-default",
5704                 "-Wno-unneeded-internal-declaration",
5705                 "-Wno-inconsistent-missing-override",
5706                 "-Wno-undefined-var-template",
5707                 "-Wno-nonportable-include-path",
5708                 "-Wno-address-of-packed-member",
5709                 "-Wno-unused-lambda-capture",
5710                 "-Wno-user-defined-warnings",
5711                 "-O2",
5712                 "-fno-ident",
5713                 "-fdata-sections",
5714                 "-ffunction-sections",
5715                 "-fno-omit-frame-pointer",
5716                 "-g2",
5717                 "-fvisibility=hidden",
5718                 "-Xclang",
5719                 "-add-plugin",
5720                 "-Xclang",
5721                 "find-bad-constructs",
5722                 "-Xclang",
5723                 "-plugin-arg-find-bad-constructs",
5724                 "-Xclang",
5725                 "check-auto-raw-pointer",
5726                 "-Wheader-hygiene",
5727                 "-Wstring-conversion",
5728                 "-Wtautological-overlap-compare",
5729                 "-Wextra",
5730                 "-Wno-unused-parameter",
5731                 "-Wno-missing-field-initializers",
5732                 "-Wno-strict-overflow",
5733                 "-Wc++11-narrowing",
5734                 "-Wimplicit-fallthrough",
5735                 "-Wthread-safety",
5736                 "-Winconsistent-missing-override",
5737                 "-Wundef",
5738                 "-Wunused-lambda-capture"
5739             ],
5740             "defines": [
5741                 "V8_DEPRECATION_WARNINGS",
5742                 "USE_X11=1",
5743                 "CHROMIUM_BUILD",
5744                 "_FILE_OFFSET_BITS=64",
5745                 "_FORTIFY_SOURCE=2",
5746                 "NDEBUG",
5747                 "NVALGRIND",
5748                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5749                 "WEBRTC_ENABLE_PROTOBUF=0",
5750                 "WEBRTC_RESTRICT_LOGGING",
5751                 "WEBRTC_ARCH_ARM64",
5752                 "WEBRTC_HAS_NEON",
5753                 "WEBRTC_MOZILLA_BUILD",
5754                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5755                 "WEBRTC_POSIX",
5756                 "WEBRTC_BSD"
5757             ],
5758             "deps": [
5759                 "//:webrtc_common",
5760                 "//api:array_view",
5761                 "//api:optional",
5762                 "//api/audio_codecs:audio_codecs_api",
5763                 "//rtc_base:rtc_base_approved"
5764             ],
5765             "include_dirs": [
5766                 "//",
5767                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5768             ],
5769             "libs": [],
5770             "sources": [
5771                 "//modules/audio_coding/codecs/audio_format_conversion.cc",
5772                 "//modules/audio_coding/codecs/audio_format_conversion.h"
5773             ],
5774             "type": "static_library"
5775         },
5776         "//modules/audio_coding:audio_network_adaptor": {
5777             "cflags": [
5778                 "-fno-strict-aliasing",
5779                 "--param=ssp-buffer-size=4",
5780                 "-fstack-protector",
5781                 "-Wno-builtin-macro-redefined",
5782                 "-D__DATE__=",
5783                 "-D__TIME__=",
5784                 "-D__TIMESTAMP__=",
5785                 "-funwind-tables",
5786                 "-fcolor-diagnostics",
5787                 "--target=aarch64-linux-gnu",
5788                 "-Wall",
5789                 "-Werror",
5790                 "-Wextra",
5791                 "-Wno-missing-field-initializers",
5792                 "-Wno-unused-parameter",
5793                 "-Wno-c++11-narrowing",
5794                 "-Wno-covered-switch-default",
5795                 "-Wno-unneeded-internal-declaration",
5796                 "-Wno-inconsistent-missing-override",
5797                 "-Wno-undefined-var-template",
5798                 "-Wno-nonportable-include-path",
5799                 "-Wno-address-of-packed-member",
5800                 "-Wno-unused-lambda-capture",
5801                 "-Wno-user-defined-warnings",
5802                 "-O2",
5803                 "-fno-ident",
5804                 "-fdata-sections",
5805                 "-ffunction-sections",
5806                 "-fno-omit-frame-pointer",
5807                 "-g2",
5808                 "-fvisibility=hidden",
5809                 "-Wheader-hygiene",
5810                 "-Wstring-conversion",
5811                 "-Wtautological-overlap-compare",
5812                 "-Wextra",
5813                 "-Wno-unused-parameter",
5814                 "-Wno-missing-field-initializers",
5815                 "-Wno-strict-overflow",
5816                 "-Wc++11-narrowing",
5817                 "-Wimplicit-fallthrough",
5818                 "-Wthread-safety",
5819                 "-Winconsistent-missing-override",
5820                 "-Wundef",
5821                 "-Wunused-lambda-capture"
5822             ],
5823             "defines": [
5824                 "V8_DEPRECATION_WARNINGS",
5825                 "USE_X11=1",
5826                 "CHROMIUM_BUILD",
5827                 "_FILE_OFFSET_BITS=64",
5828                 "_FORTIFY_SOURCE=2",
5829                 "NDEBUG",
5830                 "NVALGRIND",
5831                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5832                 "WEBRTC_ENABLE_PROTOBUF=0",
5833                 "WEBRTC_RESTRICT_LOGGING",
5834                 "WEBRTC_ARCH_ARM64",
5835                 "WEBRTC_HAS_NEON",
5836                 "WEBRTC_MOZILLA_BUILD",
5837                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5838                 "WEBRTC_POSIX",
5839                 "WEBRTC_BSD"
5840             ],
5841             "deps": [
5842                 "//:webrtc_common",
5843                 "//api:optional",
5844                 "//api/audio_codecs:audio_codecs_api",
5845                 "//common_audio:common_audio",
5846                 "//logging:rtc_event_log_api",
5847                 "//modules/audio_coding:audio_network_adaptor_config",
5848                 "//rtc_base:protobuf_utils",
5849                 "//rtc_base:rtc_base_approved",
5850                 "//system_wrappers:system_wrappers"
5851             ],
5852             "include_dirs": [
5853                 "//",
5854                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
5855                 "//common_audio/resampler/include/",
5856                 "//common_audio/signal_processing/include/",
5857                 "//common_audio/vad/include/"
5858             ],
5859             "libs": [],
5860             "sources": [
5861                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
5862                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h",
5863                 "//modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
5864                 "//modules/audio_coding/audio_network_adaptor/bitrate_controller.h",
5865                 "//modules/audio_coding/audio_network_adaptor/channel_controller.cc",
5866                 "//modules/audio_coding/audio_network_adaptor/channel_controller.h",
5867                 "//modules/audio_coding/audio_network_adaptor/controller.cc",
5868                 "//modules/audio_coding/audio_network_adaptor/controller.h",
5869                 "//modules/audio_coding/audio_network_adaptor/controller_manager.cc",
5870                 "//modules/audio_coding/audio_network_adaptor/controller_manager.h",
5871                 "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
5872                 "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.h",
5873                 "//modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
5874                 "//modules/audio_coding/audio_network_adaptor/dtx_controller.h",
5875                 "//modules/audio_coding/audio_network_adaptor/event_log_writer.cc",
5876                 "//modules/audio_coding/audio_network_adaptor/event_log_writer.h",
5877                 "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc",
5878                 "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h",
5879                 "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc",
5880                 "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h",
5881                 "//modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
5882                 "//modules/audio_coding/audio_network_adaptor/frame_length_controller.h",
5883                 "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h",
5884                 "//modules/audio_coding/audio_network_adaptor/util/threshold_curve.h"
5885             ],
5886             "type": "static_library"
5887         },
5888         "//modules/audio_coding:audio_network_adaptor_config": {
5889             "cflags": [
5890                 "-fno-strict-aliasing",
5891                 "--param=ssp-buffer-size=4",
5892                 "-fstack-protector",
5893                 "-Wno-builtin-macro-redefined",
5894                 "-D__DATE__=",
5895                 "-D__TIME__=",
5896                 "-D__TIMESTAMP__=",
5897                 "-funwind-tables",
5898                 "-fcolor-diagnostics",
5899                 "--target=aarch64-linux-gnu",
5900                 "-Wall",
5901                 "-Werror",
5902                 "-Wextra",
5903                 "-Wno-missing-field-initializers",
5904                 "-Wno-unused-parameter",
5905                 "-Wno-c++11-narrowing",
5906                 "-Wno-covered-switch-default",
5907                 "-Wno-unneeded-internal-declaration",
5908                 "-Wno-inconsistent-missing-override",
5909                 "-Wno-undefined-var-template",
5910                 "-Wno-nonportable-include-path",
5911                 "-Wno-address-of-packed-member",
5912                 "-Wno-unused-lambda-capture",
5913                 "-Wno-user-defined-warnings",
5914                 "-O2",
5915                 "-fno-ident",
5916                 "-fdata-sections",
5917                 "-ffunction-sections",
5918                 "-fno-omit-frame-pointer",
5919                 "-g2",
5920                 "-fvisibility=hidden",
5921                 "-Xclang",
5922                 "-add-plugin",
5923                 "-Xclang",
5924                 "find-bad-constructs",
5925                 "-Xclang",
5926                 "-plugin-arg-find-bad-constructs",
5927                 "-Xclang",
5928                 "check-auto-raw-pointer",
5929                 "-Wheader-hygiene",
5930                 "-Wstring-conversion",
5931                 "-Wtautological-overlap-compare",
5932                 "-Wextra",
5933                 "-Wno-unused-parameter",
5934                 "-Wno-missing-field-initializers",
5935                 "-Wno-strict-overflow",
5936                 "-Wc++11-narrowing",
5937                 "-Wimplicit-fallthrough",
5938                 "-Wthread-safety",
5939                 "-Winconsistent-missing-override",
5940                 "-Wundef",
5941                 "-Wunused-lambda-capture"
5942             ],
5943             "defines": [
5944                 "V8_DEPRECATION_WARNINGS",
5945                 "USE_X11=1",
5946                 "CHROMIUM_BUILD",
5947                 "_FILE_OFFSET_BITS=64",
5948                 "_FORTIFY_SOURCE=2",
5949                 "NDEBUG",
5950                 "NVALGRIND",
5951                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5952                 "WEBRTC_ENABLE_PROTOBUF=0",
5953                 "WEBRTC_RESTRICT_LOGGING",
5954                 "WEBRTC_ARCH_ARM64",
5955                 "WEBRTC_HAS_NEON",
5956                 "WEBRTC_MOZILLA_BUILD",
5957                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5958                 "WEBRTC_POSIX",
5959                 "WEBRTC_BSD"
5960             ],
5961             "deps": [
5962                 "//api:optional"
5963             ],
5964             "include_dirs": [
5965                 "//",
5966                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5967             ],
5968             "libs": [],
5969             "sources": [
5970                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc",
5971                 "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h"
5972             ],
5973             "type": "static_library"
5974         },
5975         "//modules/audio_coding:cng": {
5976             "cflags": [
5977                 "-fno-strict-aliasing",
5978                 "--param=ssp-buffer-size=4",
5979                 "-fstack-protector",
5980                 "-Wno-builtin-macro-redefined",
5981                 "-D__DATE__=",
5982                 "-D__TIME__=",
5983                 "-D__TIMESTAMP__=",
5984                 "-funwind-tables",
5985                 "-fcolor-diagnostics",
5986                 "--target=aarch64-linux-gnu",
5987                 "-Wall",
5988                 "-Werror",
5989                 "-Wextra",
5990                 "-Wno-missing-field-initializers",
5991                 "-Wno-unused-parameter",
5992                 "-Wno-c++11-narrowing",
5993                 "-Wno-covered-switch-default",
5994                 "-Wno-unneeded-internal-declaration",
5995                 "-Wno-inconsistent-missing-override",
5996                 "-Wno-undefined-var-template",
5997                 "-Wno-nonportable-include-path",
5998                 "-Wno-address-of-packed-member",
5999                 "-Wno-unused-lambda-capture",
6000                 "-Wno-user-defined-warnings",
6001                 "-O2",
6002                 "-fno-ident",
6003                 "-fdata-sections",
6004                 "-ffunction-sections",
6005                 "-fno-omit-frame-pointer",
6006                 "-g2",
6007                 "-fvisibility=hidden",
6008                 "-Xclang",
6009                 "-add-plugin",
6010                 "-Xclang",
6011                 "find-bad-constructs",
6012                 "-Xclang",
6013                 "-plugin-arg-find-bad-constructs",
6014                 "-Xclang",
6015                 "check-auto-raw-pointer",
6016                 "-Wheader-hygiene",
6017                 "-Wstring-conversion",
6018                 "-Wtautological-overlap-compare",
6019                 "-Wextra",
6020                 "-Wno-unused-parameter",
6021                 "-Wno-missing-field-initializers",
6022                 "-Wno-strict-overflow",
6023                 "-Wc++11-narrowing",
6024                 "-Wimplicit-fallthrough",
6025                 "-Wthread-safety",
6026                 "-Winconsistent-missing-override",
6027                 "-Wundef",
6028                 "-Wunused-lambda-capture"
6029             ],
6030             "defines": [
6031                 "V8_DEPRECATION_WARNINGS",
6032                 "USE_X11=1",
6033                 "CHROMIUM_BUILD",
6034                 "_FILE_OFFSET_BITS=64",
6035                 "_FORTIFY_SOURCE=2",
6036                 "NDEBUG",
6037                 "NVALGRIND",
6038                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6039                 "WEBRTC_ENABLE_PROTOBUF=0",
6040                 "WEBRTC_RESTRICT_LOGGING",
6041                 "WEBRTC_ARCH_ARM64",
6042                 "WEBRTC_HAS_NEON",
6043                 "WEBRTC_MOZILLA_BUILD",
6044                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6045                 "WEBRTC_POSIX",
6046                 "WEBRTC_BSD"
6047             ],
6048             "deps": [
6049                 "//:webrtc_common",
6050                 "//api:array_view",
6051                 "//api/audio_codecs:audio_codecs_api",
6052                 "//common_audio:common_audio",
6053                 "//rtc_base:rtc_base_approved"
6054             ],
6055             "include_dirs": [
6056                 "//",
6057                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6058                 "//modules/audio_coding/codecs/cng/include/",
6059                 "//common_audio/resampler/include/",
6060                 "//common_audio/signal_processing/include/",
6061                 "//common_audio/vad/include/"
6062             ],
6063             "libs": [],
6064             "sources": [
6065                 "//modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
6066                 "//modules/audio_coding/codecs/cng/audio_encoder_cng.h",
6067                 "//modules/audio_coding/codecs/cng/webrtc_cng.cc",
6068                 "//modules/audio_coding/codecs/cng/webrtc_cng.h"
6069             ],
6070             "type": "static_library"
6071         },
6072         "//modules/audio_coding:g711": {
6073             "cflags": [
6074                 "-fno-strict-aliasing",
6075                 "--param=ssp-buffer-size=4",
6076                 "-fstack-protector",
6077                 "-Wno-builtin-macro-redefined",
6078                 "-D__DATE__=",
6079                 "-D__TIME__=",
6080                 "-D__TIMESTAMP__=",
6081                 "-funwind-tables",
6082                 "-fcolor-diagnostics",
6083                 "--target=aarch64-linux-gnu",
6084                 "-Wall",
6085                 "-Werror",
6086                 "-Wextra",
6087                 "-Wno-missing-field-initializers",
6088                 "-Wno-unused-parameter",
6089                 "-Wno-c++11-narrowing",
6090                 "-Wno-covered-switch-default",
6091                 "-Wno-unneeded-internal-declaration",
6092                 "-Wno-inconsistent-missing-override",
6093                 "-Wno-undefined-var-template",
6094                 "-Wno-nonportable-include-path",
6095                 "-Wno-address-of-packed-member",
6096                 "-Wno-unused-lambda-capture",
6097                 "-Wno-user-defined-warnings",
6098                 "-O2",
6099                 "-fno-ident",
6100                 "-fdata-sections",
6101                 "-ffunction-sections",
6102                 "-fno-omit-frame-pointer",
6103                 "-g2",
6104                 "-fvisibility=hidden",
6105                 "-Xclang",
6106                 "-add-plugin",
6107                 "-Xclang",
6108                 "find-bad-constructs",
6109                 "-Xclang",
6110                 "-plugin-arg-find-bad-constructs",
6111                 "-Xclang",
6112                 "check-auto-raw-pointer",
6113                 "-Wheader-hygiene",
6114                 "-Wstring-conversion",
6115                 "-Wtautological-overlap-compare",
6116                 "-Wextra",
6117                 "-Wno-unused-parameter",
6118                 "-Wno-missing-field-initializers",
6119                 "-Wno-strict-overflow",
6120                 "-Wc++11-narrowing",
6121                 "-Wimplicit-fallthrough",
6122                 "-Wthread-safety",
6123                 "-Winconsistent-missing-override",
6124                 "-Wundef",
6125                 "-Wunused-lambda-capture"
6126             ],
6127             "defines": [
6128                 "V8_DEPRECATION_WARNINGS",
6129                 "USE_X11=1",
6130                 "CHROMIUM_BUILD",
6131                 "_FILE_OFFSET_BITS=64",
6132                 "_FORTIFY_SOURCE=2",
6133                 "NDEBUG",
6134                 "NVALGRIND",
6135                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6136                 "WEBRTC_ENABLE_PROTOBUF=0",
6137                 "WEBRTC_RESTRICT_LOGGING",
6138                 "WEBRTC_ARCH_ARM64",
6139                 "WEBRTC_HAS_NEON",
6140                 "WEBRTC_MOZILLA_BUILD",
6141                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6142                 "WEBRTC_POSIX",
6143                 "WEBRTC_BSD"
6144             ],
6145             "deps": [
6146                 "//:webrtc_common",
6147                 "//api/audio_codecs:audio_codecs_api",
6148                 "//modules/audio_coding:g711_c",
6149                 "//modules/audio_coding:legacy_encoded_audio_frame",
6150                 "//rtc_base:rtc_base_approved"
6151             ],
6152             "include_dirs": [
6153                 "//",
6154                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6155                 "//modules/audio_coding/codecs/g711/include/"
6156             ],
6157             "libs": [],
6158             "sources": [
6159                 "//modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
6160                 "//modules/audio_coding/codecs/g711/audio_decoder_pcm.h",
6161                 "//modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
6162                 "//modules/audio_coding/codecs/g711/audio_encoder_pcm.h"
6163             ],
6164             "type": "static_library"
6165         },
6166         "//modules/audio_coding:g711_c": {
6167             "cflags": [
6168                 "-fno-strict-aliasing",
6169                 "--param=ssp-buffer-size=4",
6170                 "-fstack-protector",
6171                 "-Wno-builtin-macro-redefined",
6172                 "-D__DATE__=",
6173                 "-D__TIME__=",
6174                 "-D__TIMESTAMP__=",
6175                 "-funwind-tables",
6176                 "-fcolor-diagnostics",
6177                 "--target=aarch64-linux-gnu",
6178                 "-Wall",
6179                 "-Werror",
6180                 "-Wextra",
6181                 "-Wno-missing-field-initializers",
6182                 "-Wno-unused-parameter",
6183                 "-Wno-c++11-narrowing",
6184                 "-Wno-covered-switch-default",
6185                 "-Wno-unneeded-internal-declaration",
6186                 "-Wno-inconsistent-missing-override",
6187                 "-Wno-undefined-var-template",
6188                 "-Wno-nonportable-include-path",
6189                 "-Wno-address-of-packed-member",
6190                 "-Wno-unused-lambda-capture",
6191                 "-Wno-user-defined-warnings",
6192                 "-O2",
6193                 "-fno-ident",
6194                 "-fdata-sections",
6195                 "-ffunction-sections",
6196                 "-fno-omit-frame-pointer",
6197                 "-g2",
6198                 "-fvisibility=hidden",
6199                 "-Xclang",
6200                 "-add-plugin",
6201                 "-Xclang",
6202                 "find-bad-constructs",
6203                 "-Xclang",
6204                 "-plugin-arg-find-bad-constructs",
6205                 "-Xclang",
6206                 "check-auto-raw-pointer",
6207                 "-Wheader-hygiene",
6208                 "-Wstring-conversion",
6209                 "-Wtautological-overlap-compare",
6210                 "-Wextra",
6211                 "-Wno-unused-parameter",
6212                 "-Wno-missing-field-initializers",
6213                 "-Wno-strict-overflow",
6214                 "-Wc++11-narrowing",
6215                 "-Wimplicit-fallthrough",
6216                 "-Wthread-safety",
6217                 "-Winconsistent-missing-override",
6218                 "-Wundef",
6219                 "-Wunused-lambda-capture"
6220             ],
6221             "defines": [
6222                 "V8_DEPRECATION_WARNINGS",
6223                 "USE_X11=1",
6224                 "CHROMIUM_BUILD",
6225                 "_FILE_OFFSET_BITS=64",
6226                 "_FORTIFY_SOURCE=2",
6227                 "NDEBUG",
6228                 "NVALGRIND",
6229                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6230                 "WEBRTC_ENABLE_PROTOBUF=0",
6231                 "WEBRTC_RESTRICT_LOGGING",
6232                 "WEBRTC_ARCH_ARM64",
6233                 "WEBRTC_HAS_NEON",
6234                 "WEBRTC_MOZILLA_BUILD",
6235                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6236                 "WEBRTC_POSIX",
6237                 "WEBRTC_BSD"
6238             ],
6239             "deps": [
6240                 "//:webrtc_common"
6241             ],
6242             "include_dirs": [
6243                 "//",
6244                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
6245             ],
6246             "libs": [],
6247             "sources": [
6248                 "//modules/audio_coding/codecs/g711/g711.c",
6249                 "//modules/audio_coding/codecs/g711/g711.h",
6250                 "//modules/audio_coding/codecs/g711/g711_interface.c",
6251                 "//modules/audio_coding/codecs/g711/g711_interface.h"
6252             ],
6253             "type": "source_set"
6254         },
6255         "//modules/audio_coding:g722": {
6256             "cflags": [
6257                 "-fno-strict-aliasing",
6258                 "--param=ssp-buffer-size=4",
6259                 "-fstack-protector",
6260                 "-Wno-builtin-macro-redefined",
6261                 "-D__DATE__=",
6262                 "-D__TIME__=",
6263                 "-D__TIMESTAMP__=",
6264                 "-funwind-tables",
6265                 "-fcolor-diagnostics",
6266                 "--target=aarch64-linux-gnu",
6267                 "-Wall",
6268                 "-Werror",
6269                 "-Wextra",
6270                 "-Wno-missing-field-initializers",
6271                 "-Wno-unused-parameter",
6272                 "-Wno-c++11-narrowing",
6273                 "-Wno-covered-switch-default",
6274                 "-Wno-unneeded-internal-declaration",
6275                 "-Wno-inconsistent-missing-override",
6276                 "-Wno-undefined-var-template",
6277                 "-Wno-nonportable-include-path",
6278                 "-Wno-address-of-packed-member",
6279                 "-Wno-unused-lambda-capture",
6280                 "-Wno-user-defined-warnings",
6281                 "-O2",
6282                 "-fno-ident",
6283                 "-fdata-sections",
6284                 "-ffunction-sections",
6285                 "-fno-omit-frame-pointer",
6286                 "-g2",
6287                 "-fvisibility=hidden",
6288                 "-Xclang",
6289                 "-add-plugin",
6290                 "-Xclang",
6291                 "find-bad-constructs",
6292                 "-Xclang",
6293                 "-plugin-arg-find-bad-constructs",
6294                 "-Xclang",
6295                 "check-auto-raw-pointer",
6296                 "-Wheader-hygiene",
6297                 "-Wstring-conversion",
6298                 "-Wtautological-overlap-compare",
6299                 "-Wextra",
6300                 "-Wno-unused-parameter",
6301                 "-Wno-missing-field-initializers",
6302                 "-Wno-strict-overflow",
6303                 "-Wc++11-narrowing",
6304                 "-Wimplicit-fallthrough",
6305                 "-Wthread-safety",
6306                 "-Winconsistent-missing-override",
6307                 "-Wundef",
6308                 "-Wunused-lambda-capture"
6309             ],
6310             "defines": [
6311                 "V8_DEPRECATION_WARNINGS",
6312                 "USE_X11=1",
6313                 "CHROMIUM_BUILD",
6314                 "_FILE_OFFSET_BITS=64",
6315                 "_FORTIFY_SOURCE=2",
6316                 "NDEBUG",
6317                 "NVALGRIND",
6318                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6319                 "WEBRTC_ENABLE_PROTOBUF=0",
6320                 "WEBRTC_RESTRICT_LOGGING",
6321                 "WEBRTC_ARCH_ARM64",
6322                 "WEBRTC_HAS_NEON",
6323                 "WEBRTC_MOZILLA_BUILD",
6324                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6325                 "WEBRTC_POSIX",
6326                 "WEBRTC_BSD"
6327             ],
6328             "deps": [
6329                 "//:webrtc_common",
6330                 "//api/audio_codecs:audio_codecs_api",
6331                 "//api/audio_codecs/g722:audio_encoder_g722_config",
6332                 "//modules/audio_coding:g722_c",
6333                 "//modules/audio_coding:legacy_encoded_audio_frame",
6334                 "//rtc_base:rtc_base_approved"
6335             ],
6336             "include_dirs": [
6337                 "//",
6338                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6339                 "//modules/audio_coding/codecs/g722/include/"
6340             ],
6341             "libs": [],
6342             "sources": [
6343                 "//modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
6344                 "//modules/audio_coding/codecs/g722/audio_decoder_g722.h",
6345                 "//modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
6346                 "//modules/audio_coding/codecs/g722/audio_encoder_g722.h"
6347             ],
6348             "type": "static_library"
6349         },
6350         "//modules/audio_coding:g722_c": {
6351             "cflags": [
6352                 "-fno-strict-aliasing",
6353                 "--param=ssp-buffer-size=4",
6354                 "-fstack-protector",
6355                 "-Wno-builtin-macro-redefined",
6356                 "-D__DATE__=",
6357                 "-D__TIME__=",
6358                 "-D__TIMESTAMP__=",
6359                 "-funwind-tables",
6360                 "-fcolor-diagnostics",
6361                 "--target=aarch64-linux-gnu",
6362                 "-Wall",
6363                 "-Werror",
6364                 "-Wextra",
6365                 "-Wno-missing-field-initializers",
6366                 "-Wno-unused-parameter",
6367                 "-Wno-c++11-narrowing",
6368                 "-Wno-covered-switch-default",
6369                 "-Wno-unneeded-internal-declaration",
6370                 "-Wno-inconsistent-missing-override",
6371                 "-Wno-undefined-var-template",
6372                 "-Wno-nonportable-include-path",
6373                 "-Wno-address-of-packed-member",
6374                 "-Wno-unused-lambda-capture",
6375                 "-Wno-user-defined-warnings",
6376                 "-O2",
6377                 "-fno-ident",
6378                 "-fdata-sections",
6379                 "-ffunction-sections",
6380                 "-fno-omit-frame-pointer",
6381                 "-g2",
6382                 "-fvisibility=hidden",
6383                 "-Xclang",
6384                 "-add-plugin",
6385                 "-Xclang",
6386                 "find-bad-constructs",
6387                 "-Xclang",
6388                 "-plugin-arg-find-bad-constructs",
6389                 "-Xclang",
6390                 "check-auto-raw-pointer",
6391                 "-Wheader-hygiene",
6392                 "-Wstring-conversion",
6393                 "-Wtautological-overlap-compare",
6394                 "-Wextra",
6395                 "-Wno-unused-parameter",
6396                 "-Wno-missing-field-initializers",
6397                 "-Wno-strict-overflow",
6398                 "-Wc++11-narrowing",
6399                 "-Wimplicit-fallthrough",
6400                 "-Wthread-safety",
6401                 "-Winconsistent-missing-override",
6402                 "-Wundef",
6403                 "-Wunused-lambda-capture"
6404             ],
6405             "defines": [
6406                 "V8_DEPRECATION_WARNINGS",
6407                 "USE_X11=1",
6408                 "CHROMIUM_BUILD",
6409                 "_FILE_OFFSET_BITS=64",
6410                 "_FORTIFY_SOURCE=2",
6411                 "NDEBUG",
6412                 "NVALGRIND",
6413                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6414                 "WEBRTC_ENABLE_PROTOBUF=0",
6415                 "WEBRTC_RESTRICT_LOGGING",
6416                 "WEBRTC_ARCH_ARM64",
6417                 "WEBRTC_HAS_NEON",
6418                 "WEBRTC_MOZILLA_BUILD",
6419                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6420                 "WEBRTC_POSIX",
6421                 "WEBRTC_BSD"
6422             ],
6423             "deps": [
6424                 "//:webrtc_common"
6425             ],
6426             "include_dirs": [
6427                 "//",
6428                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
6429             ],
6430             "libs": [],
6431             "sources": [
6432                 "//modules/audio_coding/codecs/g722/g722_decode.c",
6433                 "//modules/audio_coding/codecs/g722/g722_enc_dec.h",
6434                 "//modules/audio_coding/codecs/g722/g722_encode.c",
6435                 "//modules/audio_coding/codecs/g722/g722_interface.c",
6436                 "//modules/audio_coding/codecs/g722/g722_interface.h"
6437             ],
6438             "type": "source_set"
6439         },
6440         "//modules/audio_coding:ilbc": {
6441             "cflags": [
6442                 "-fno-strict-aliasing",
6443                 "--param=ssp-buffer-size=4",
6444                 "-fstack-protector",
6445                 "-Wno-builtin-macro-redefined",
6446                 "-D__DATE__=",
6447                 "-D__TIME__=",
6448                 "-D__TIMESTAMP__=",
6449                 "-funwind-tables",
6450                 "-fcolor-diagnostics",
6451                 "--target=aarch64-linux-gnu",
6452                 "-Wall",
6453                 "-Werror",
6454                 "-Wextra",
6455                 "-Wno-missing-field-initializers",
6456                 "-Wno-unused-parameter",
6457                 "-Wno-c++11-narrowing",
6458                 "-Wno-covered-switch-default",
6459                 "-Wno-unneeded-internal-declaration",
6460                 "-Wno-inconsistent-missing-override",
6461                 "-Wno-undefined-var-template",
6462                 "-Wno-nonportable-include-path",
6463                 "-Wno-address-of-packed-member",
6464                 "-Wno-unused-lambda-capture",
6465                 "-Wno-user-defined-warnings",
6466                 "-O2",
6467                 "-fno-ident",
6468                 "-fdata-sections",
6469                 "-ffunction-sections",
6470                 "-fno-omit-frame-pointer",
6471                 "-g2",
6472                 "-fvisibility=hidden",
6473                 "-Xclang",
6474                 "-add-plugin",
6475                 "-Xclang",
6476                 "find-bad-constructs",
6477                 "-Xclang",
6478                 "-plugin-arg-find-bad-constructs",
6479                 "-Xclang",
6480                 "check-auto-raw-pointer",
6481                 "-Wheader-hygiene",
6482                 "-Wstring-conversion",
6483                 "-Wtautological-overlap-compare",
6484                 "-Wextra",
6485                 "-Wno-unused-parameter",
6486                 "-Wno-missing-field-initializers",
6487                 "-Wno-strict-overflow",
6488                 "-Wc++11-narrowing",
6489                 "-Wimplicit-fallthrough",
6490                 "-Wthread-safety",
6491                 "-Winconsistent-missing-override",
6492                 "-Wundef",
6493                 "-Wunused-lambda-capture"
6494             ],
6495             "defines": [
6496                 "V8_DEPRECATION_WARNINGS",
6497                 "USE_X11=1",
6498                 "CHROMIUM_BUILD",
6499                 "_FILE_OFFSET_BITS=64",
6500                 "_FORTIFY_SOURCE=2",
6501                 "NDEBUG",
6502                 "NVALGRIND",
6503                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6504                 "WEBRTC_ENABLE_PROTOBUF=0",
6505                 "WEBRTC_RESTRICT_LOGGING",
6506                 "WEBRTC_ARCH_ARM64",
6507                 "WEBRTC_HAS_NEON",
6508                 "WEBRTC_MOZILLA_BUILD",
6509                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6510                 "WEBRTC_POSIX",
6511                 "WEBRTC_BSD"
6512             ],
6513             "deps": [
6514                 "//:webrtc_common",
6515                 "//api/audio_codecs:audio_codecs_api",
6516                 "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
6517                 "//common_audio:common_audio",
6518                 "//modules/audio_coding:ilbc_c",
6519                 "//modules/audio_coding:legacy_encoded_audio_frame",
6520                 "//rtc_base:rtc_base_approved"
6521             ],
6522             "include_dirs": [
6523                 "//",
6524                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6525                 "//modules/audio_coding/codecs/ilbc/include/",
6526                 "//common_audio/resampler/include/",
6527                 "//common_audio/signal_processing/include/",
6528                 "//common_audio/vad/include/"
6529             ],
6530             "libs": [],
6531             "sources": [
6532                 "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc",
6533                 "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h",
6534                 "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc",
6535                 "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h"
6536             ],
6537             "type": "static_library"
6538         },
6539         "//modules/audio_coding:ilbc_c": {
6540             "cflags": [
6541                 "-fno-strict-aliasing",
6542                 "--param=ssp-buffer-size=4",
6543                 "-fstack-protector",
6544                 "-Wno-builtin-macro-redefined",
6545                 "-D__DATE__=",
6546                 "-D__TIME__=",
6547                 "-D__TIMESTAMP__=",
6548                 "-funwind-tables",
6549                 "-fcolor-diagnostics",
6550                 "--target=aarch64-linux-gnu",
6551                 "-Wall",
6552                 "-Werror",
6553                 "-Wextra",
6554                 "-Wno-missing-field-initializers",
6555                 "-Wno-unused-parameter",
6556                 "-Wno-c++11-narrowing",
6557                 "-Wno-covered-switch-default",
6558                 "-Wno-unneeded-internal-declaration",
6559                 "-Wno-inconsistent-missing-override",
6560                 "-Wno-undefined-var-template",
6561                 "-Wno-nonportable-include-path",
6562                 "-Wno-address-of-packed-member",
6563                 "-Wno-unused-lambda-capture",
6564                 "-Wno-user-defined-warnings",
6565                 "-O2",
6566                 "-fno-ident",
6567                 "-fdata-sections",
6568                 "-ffunction-sections",
6569                 "-fno-omit-frame-pointer",
6570                 "-g2",
6571                 "-fvisibility=hidden",
6572                 "-Xclang",
6573                 "-add-plugin",
6574                 "-Xclang",
6575                 "find-bad-constructs",
6576                 "-Xclang",
6577                 "-plugin-arg-find-bad-constructs",
6578                 "-Xclang",
6579                 "check-auto-raw-pointer",
6580                 "-Wheader-hygiene",
6581                 "-Wstring-conversion",
6582                 "-Wtautological-overlap-compare",
6583                 "-Wextra",
6584                 "-Wno-unused-parameter",
6585                 "-Wno-missing-field-initializers",
6586                 "-Wno-strict-overflow",
6587                 "-Wc++11-narrowing",
6588                 "-Wimplicit-fallthrough",
6589                 "-Wthread-safety",
6590                 "-Winconsistent-missing-override",
6591                 "-Wundef",
6592                 "-Wunused-lambda-capture"
6593             ],
6594             "defines": [
6595                 "V8_DEPRECATION_WARNINGS",
6596                 "USE_X11=1",
6597                 "CHROMIUM_BUILD",
6598                 "_FILE_OFFSET_BITS=64",
6599                 "_FORTIFY_SOURCE=2",
6600                 "NDEBUG",
6601                 "NVALGRIND",
6602                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6603                 "WEBRTC_ENABLE_PROTOBUF=0",
6604                 "WEBRTC_RESTRICT_LOGGING",
6605                 "WEBRTC_ARCH_ARM64",
6606                 "WEBRTC_HAS_NEON",
6607                 "WEBRTC_MOZILLA_BUILD",
6608                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6609                 "WEBRTC_POSIX",
6610                 "WEBRTC_BSD"
6611             ],
6612             "deps": [
6613                 "//:webrtc_common",
6614                 "//api/audio_codecs:audio_codecs_api",
6615                 "//common_audio:common_audio",
6616                 "//rtc_base:rtc_base_approved"
6617             ],
6618             "include_dirs": [
6619                 "//",
6620                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6621                 "//modules/audio_coding/codecs/ilbc/include/",
6622                 "//common_audio/resampler/include/",
6623                 "//common_audio/signal_processing/include/",
6624                 "//common_audio/vad/include/"
6625             ],
6626             "libs": [],
6627             "sources": [
6628                 "//modules/audio_coding/codecs/ilbc/abs_quant.c",
6629                 "//modules/audio_coding/codecs/ilbc/abs_quant.h",
6630                 "//modules/audio_coding/codecs/ilbc/abs_quant_loop.c",
6631                 "//modules/audio_coding/codecs/ilbc/abs_quant_loop.h",
6632                 "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.c",
6633                 "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.h",
6634                 "//modules/audio_coding/codecs/ilbc/bw_expand.c",
6635                 "//modules/audio_coding/codecs/ilbc/bw_expand.h",
6636                 "//modules/audio_coding/codecs/ilbc/cb_construct.c",
6637                 "//modules/audio_coding/codecs/ilbc/cb_construct.h",
6638                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy.c",
6639                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy.h",
6640                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c",
6641                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h",
6642                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c",
6643                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h",
6644                 "//modules/audio_coding/codecs/ilbc/cb_search.c",
6645                 "//modules/audio_coding/codecs/ilbc/cb_search.h",
6646                 "//modules/audio_coding/codecs/ilbc/cb_search_core.c",
6647                 "//modules/audio_coding/codecs/ilbc/cb_search_core.h",
6648                 "//modules/audio_coding/codecs/ilbc/cb_update_best_index.c",
6649                 "//modules/audio_coding/codecs/ilbc/cb_update_best_index.h",
6650                 "//modules/audio_coding/codecs/ilbc/chebyshev.c",
6651                 "//modules/audio_coding/codecs/ilbc/chebyshev.h",
6652                 "//modules/audio_coding/codecs/ilbc/comp_corr.c",
6653                 "//modules/audio_coding/codecs/ilbc/comp_corr.h",
6654                 "//modules/audio_coding/codecs/ilbc/constants.c",
6655                 "//modules/audio_coding/codecs/ilbc/constants.h",
6656                 "//modules/audio_coding/codecs/ilbc/create_augmented_vec.c",
6657                 "//modules/audio_coding/codecs/ilbc/create_augmented_vec.h",
6658                 "//modules/audio_coding/codecs/ilbc/decode.c",
6659                 "//modules/audio_coding/codecs/ilbc/decode.h",
6660                 "//modules/audio_coding/codecs/ilbc/decode_residual.c",
6661                 "//modules/audio_coding/codecs/ilbc/decode_residual.h",
6662                 "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c",
6663                 "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h",
6664                 "//modules/audio_coding/codecs/ilbc/defines.h",
6665                 "//modules/audio_coding/codecs/ilbc/do_plc.c",
6666                 "//modules/audio_coding/codecs/ilbc/do_plc.h",
6667                 "//modules/audio_coding/codecs/ilbc/encode.c",
6668                 "//modules/audio_coding/codecs/ilbc/encode.h",
6669                 "//modules/audio_coding/codecs/ilbc/energy_inverse.c",
6670                 "//modules/audio_coding/codecs/ilbc/energy_inverse.h",
6671                 "//modules/audio_coding/codecs/ilbc/enh_upsample.c",
6672                 "//modules/audio_coding/codecs/ilbc/enh_upsample.h",
6673                 "//modules/audio_coding/codecs/ilbc/enhancer.c",
6674                 "//modules/audio_coding/codecs/ilbc/enhancer.h",
6675                 "//modules/audio_coding/codecs/ilbc/enhancer_interface.c",
6676                 "//modules/audio_coding/codecs/ilbc/enhancer_interface.h",
6677                 "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.c",
6678                 "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h",
6679                 "//modules/audio_coding/codecs/ilbc/frame_classify.c",
6680                 "//modules/audio_coding/codecs/ilbc/frame_classify.h",
6681                 "//modules/audio_coding/codecs/ilbc/gain_dequant.c",
6682                 "//modules/audio_coding/codecs/ilbc/gain_dequant.h",
6683                 "//modules/audio_coding/codecs/ilbc/gain_quant.c",
6684                 "//modules/audio_coding/codecs/ilbc/gain_quant.h",
6685                 "//modules/audio_coding/codecs/ilbc/get_cd_vec.c",
6686                 "//modules/audio_coding/codecs/ilbc/get_cd_vec.h",
6687                 "//modules/audio_coding/codecs/ilbc/get_lsp_poly.c",
6688                 "//modules/audio_coding/codecs/ilbc/get_lsp_poly.h",
6689                 "//modules/audio_coding/codecs/ilbc/get_sync_seq.c",
6690                 "//modules/audio_coding/codecs/ilbc/get_sync_seq.h",
6691                 "//modules/audio_coding/codecs/ilbc/hp_input.c",
6692                 "//modules/audio_coding/codecs/ilbc/hp_input.h",
6693                 "//modules/audio_coding/codecs/ilbc/hp_output.c",
6694                 "//modules/audio_coding/codecs/ilbc/hp_output.h",
6695                 "//modules/audio_coding/codecs/ilbc/ilbc.c",
6696                 "//modules/audio_coding/codecs/ilbc/ilbc.h",
6697                 "//modules/audio_coding/codecs/ilbc/index_conv_dec.c",
6698                 "//modules/audio_coding/codecs/ilbc/index_conv_dec.h",
6699                 "//modules/audio_coding/codecs/ilbc/index_conv_enc.c",
6700                 "//modules/audio_coding/codecs/ilbc/index_conv_enc.h",
6701                 "//modules/audio_coding/codecs/ilbc/init_decode.c",
6702                 "//modules/audio_coding/codecs/ilbc/init_decode.h",
6703                 "//modules/audio_coding/codecs/ilbc/init_encode.c",
6704                 "//modules/audio_coding/codecs/ilbc/init_encode.h",
6705                 "//modules/audio_coding/codecs/ilbc/interpolate.c",
6706                 "//modules/audio_coding/codecs/ilbc/interpolate.h",
6707                 "//modules/audio_coding/codecs/ilbc/interpolate_samples.c",
6708                 "//modules/audio_coding/codecs/ilbc/interpolate_samples.h",
6709                 "//modules/audio_coding/codecs/ilbc/lpc_encode.c",
6710                 "//modules/audio_coding/codecs/ilbc/lpc_encode.h",
6711                 "//modules/audio_coding/codecs/ilbc/lsf_check.c",
6712                 "//modules/audio_coding/codecs/ilbc/lsf_check.h",
6713                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.c",
6714                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h",
6715                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.c",
6716                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h",
6717                 "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.c",
6718                 "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.h",
6719                 "//modules/audio_coding/codecs/ilbc/lsf_to_poly.c",
6720                 "//modules/audio_coding/codecs/ilbc/lsf_to_poly.h",
6721                 "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.c",
6722                 "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.h",
6723                 "//modules/audio_coding/codecs/ilbc/my_corr.c",
6724                 "//modules/audio_coding/codecs/ilbc/my_corr.h",
6725                 "//modules/audio_coding/codecs/ilbc/nearest_neighbor.c",
6726                 "//modules/audio_coding/codecs/ilbc/nearest_neighbor.h",
6727                 "//modules/audio_coding/codecs/ilbc/pack_bits.c",
6728                 "//modules/audio_coding/codecs/ilbc/pack_bits.h",
6729                 "//modules/audio_coding/codecs/ilbc/poly_to_lsf.c",
6730                 "//modules/audio_coding/codecs/ilbc/poly_to_lsf.h",
6731                 "//modules/audio_coding/codecs/ilbc/poly_to_lsp.c",
6732                 "//modules/audio_coding/codecs/ilbc/poly_to_lsp.h",
6733                 "//modules/audio_coding/codecs/ilbc/refiner.c",
6734                 "//modules/audio_coding/codecs/ilbc/refiner.h",
6735                 "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.c",
6736                 "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.h",
6737                 "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c",
6738                 "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h",
6739                 "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.c",
6740                 "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h",
6741                 "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.c",
6742                 "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.h",
6743                 "//modules/audio_coding/codecs/ilbc/smooth.c",
6744                 "//modules/audio_coding/codecs/ilbc/smooth.h",
6745                 "//modules/audio_coding/codecs/ilbc/smooth_out_data.c",
6746                 "//modules/audio_coding/codecs/ilbc/smooth_out_data.h",
6747                 "//modules/audio_coding/codecs/ilbc/sort_sq.c",
6748                 "//modules/audio_coding/codecs/ilbc/sort_sq.h",
6749                 "//modules/audio_coding/codecs/ilbc/split_vq.c",
6750                 "//modules/audio_coding/codecs/ilbc/split_vq.h",
6751                 "//modules/audio_coding/codecs/ilbc/state_construct.c",
6752                 "//modules/audio_coding/codecs/ilbc/state_construct.h",
6753                 "//modules/audio_coding/codecs/ilbc/state_search.c",
6754                 "//modules/audio_coding/codecs/ilbc/state_search.h",
6755                 "//modules/audio_coding/codecs/ilbc/swap_bytes.c",
6756                 "//modules/audio_coding/codecs/ilbc/swap_bytes.h",
6757                 "//modules/audio_coding/codecs/ilbc/unpack_bits.c",
6758                 "//modules/audio_coding/codecs/ilbc/unpack_bits.h",
6759                 "//modules/audio_coding/codecs/ilbc/vq3.c",
6760                 "//modules/audio_coding/codecs/ilbc/vq3.h",
6761                 "//modules/audio_coding/codecs/ilbc/vq4.c",
6762                 "//modules/audio_coding/codecs/ilbc/vq4.h",
6763                 "//modules/audio_coding/codecs/ilbc/window32_w32.c",
6764                 "//modules/audio_coding/codecs/ilbc/window32_w32.h",
6765                 "//modules/audio_coding/codecs/ilbc/xcorr_coef.c",
6766                 "//modules/audio_coding/codecs/ilbc/xcorr_coef.h"
6767             ],
6768             "type": "source_set"
6769         },
6770         "//modules/audio_coding:isac": {
6771             "cflags": [
6772                 "-fno-strict-aliasing",
6773                 "--param=ssp-buffer-size=4",
6774                 "-fstack-protector",
6775                 "-Wno-builtin-macro-redefined",
6776                 "-D__DATE__=",
6777                 "-D__TIME__=",
6778                 "-D__TIMESTAMP__=",
6779                 "-funwind-tables",
6780                 "-fcolor-diagnostics",
6781                 "--target=aarch64-linux-gnu",
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                 "-g2",
6802                 "-fvisibility=hidden",
6803                 "-Xclang",
6804                 "-add-plugin",
6805                 "-Xclang",
6806                 "find-bad-constructs",
6807                 "-Xclang",
6808                 "-plugin-arg-find-bad-constructs",
6809                 "-Xclang",
6810                 "check-auto-raw-pointer",
6811                 "-Wheader-hygiene",
6812                 "-Wstring-conversion",
6813                 "-Wtautological-overlap-compare",
6814                 "-Wextra",
6815                 "-Wno-unused-parameter",
6816                 "-Wno-missing-field-initializers",
6817                 "-Wno-strict-overflow",
6818                 "-Wc++11-narrowing",
6819                 "-Wimplicit-fallthrough",
6820                 "-Wthread-safety",
6821                 "-Winconsistent-missing-override",
6822                 "-Wundef",
6823                 "-Wunused-lambda-capture"
6824             ],
6825             "defines": [
6826                 "V8_DEPRECATION_WARNINGS",
6827                 "USE_X11=1",
6828                 "CHROMIUM_BUILD",
6829                 "_FILE_OFFSET_BITS=64",
6830                 "_FORTIFY_SOURCE=2",
6831                 "NDEBUG",
6832                 "NVALGRIND",
6833                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6834                 "WEBRTC_ENABLE_PROTOBUF=0",
6835                 "WEBRTC_RESTRICT_LOGGING",
6836                 "WEBRTC_ARCH_ARM64",
6837                 "WEBRTC_HAS_NEON",
6838                 "WEBRTC_MOZILLA_BUILD",
6839                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6840                 "WEBRTC_POSIX",
6841                 "WEBRTC_BSD"
6842             ],
6843             "deps": [
6844                 "//api/audio_codecs:audio_codecs_api",
6845                 "//modules/audio_coding:isac_c",
6846                 "//modules/audio_coding:isac_common"
6847             ],
6848             "include_dirs": [
6849                 "//",
6850                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6851                 "//modules/audio_coding/codecs/isac/main/include/"
6852             ],
6853             "libs": [],
6854             "sources": [
6855                 "//modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h",
6856                 "//modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h",
6857                 "//modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc",
6858                 "//modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc"
6859             ],
6860             "type": "static_library"
6861         },
6862         "//modules/audio_coding:isac_c": {
6863             "cflags": [
6864                 "-fno-strict-aliasing",
6865                 "--param=ssp-buffer-size=4",
6866                 "-fstack-protector",
6867                 "-Wno-builtin-macro-redefined",
6868                 "-D__DATE__=",
6869                 "-D__TIME__=",
6870                 "-D__TIMESTAMP__=",
6871                 "-funwind-tables",
6872                 "-fcolor-diagnostics",
6873                 "--target=aarch64-linux-gnu",
6874                 "-Wall",
6875                 "-Werror",
6876                 "-Wextra",
6877                 "-Wno-missing-field-initializers",
6878                 "-Wno-unused-parameter",
6879                 "-Wno-c++11-narrowing",
6880                 "-Wno-covered-switch-default",
6881                 "-Wno-unneeded-internal-declaration",
6882                 "-Wno-inconsistent-missing-override",
6883                 "-Wno-undefined-var-template",
6884                 "-Wno-nonportable-include-path",
6885                 "-Wno-address-of-packed-member",
6886                 "-Wno-unused-lambda-capture",
6887                 "-Wno-user-defined-warnings",
6888                 "-O2",
6889                 "-fno-ident",
6890                 "-fdata-sections",
6891                 "-ffunction-sections",
6892                 "-fno-omit-frame-pointer",
6893                 "-g2",
6894                 "-fvisibility=hidden",
6895                 "-Xclang",
6896                 "-add-plugin",
6897                 "-Xclang",
6898                 "find-bad-constructs",
6899                 "-Xclang",
6900                 "-plugin-arg-find-bad-constructs",
6901                 "-Xclang",
6902                 "check-auto-raw-pointer",
6903                 "-Wheader-hygiene",
6904                 "-Wstring-conversion",
6905                 "-Wtautological-overlap-compare",
6906                 "-Wextra",
6907                 "-Wno-unused-parameter",
6908                 "-Wno-missing-field-initializers",
6909                 "-Wno-strict-overflow",
6910                 "-Wc++11-narrowing",
6911                 "-Wimplicit-fallthrough",
6912                 "-Wthread-safety",
6913                 "-Winconsistent-missing-override",
6914                 "-Wundef",
6915                 "-Wunused-lambda-capture"
6916             ],
6917             "defines": [
6918                 "V8_DEPRECATION_WARNINGS",
6919                 "USE_X11=1",
6920                 "CHROMIUM_BUILD",
6921                 "_FILE_OFFSET_BITS=64",
6922                 "_FORTIFY_SOURCE=2",
6923                 "NDEBUG",
6924                 "NVALGRIND",
6925                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6926                 "WEBRTC_ENABLE_PROTOBUF=0",
6927                 "WEBRTC_RESTRICT_LOGGING",
6928                 "WEBRTC_ARCH_ARM64",
6929                 "WEBRTC_HAS_NEON",
6930                 "WEBRTC_MOZILLA_BUILD",
6931                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6932                 "WEBRTC_POSIX",
6933                 "WEBRTC_BSD"
6934             ],
6935             "deps": [
6936                 "//:webrtc_common",
6937                 "//common_audio:common_audio",
6938                 "//modules/audio_coding:isac_common",
6939                 "//rtc_base:compile_assert_c",
6940                 "//rtc_base:rtc_base_approved"
6941             ],
6942             "include_dirs": [
6943                 "//",
6944                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6945                 "//modules/audio_coding/codecs/isac/main/include/",
6946                 "//common_audio/resampler/include/",
6947                 "//common_audio/signal_processing/include/",
6948                 "//common_audio/vad/include/"
6949             ],
6950             "libs": [],
6951             "sources": [
6952                 "//modules/audio_coding/codecs/isac/main/include/isac.h",
6953                 "//modules/audio_coding/codecs/isac/main/source/arith_routines.c",
6954                 "//modules/audio_coding/codecs/isac/main/source/arith_routines.h",
6955                 "//modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c",
6956                 "//modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c",
6957                 "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c",
6958                 "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h",
6959                 "//modules/audio_coding/codecs/isac/main/source/codec.h",
6960                 "//modules/audio_coding/codecs/isac/main/source/crc.c",
6961                 "//modules/audio_coding/codecs/isac/main/source/crc.h",
6962                 "//modules/audio_coding/codecs/isac/main/source/decode.c",
6963                 "//modules/audio_coding/codecs/isac/main/source/decode_bwe.c",
6964                 "//modules/audio_coding/codecs/isac/main/source/encode.c",
6965                 "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c",
6966                 "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h",
6967                 "//modules/audio_coding/codecs/isac/main/source/entropy_coding.c",
6968                 "//modules/audio_coding/codecs/isac/main/source/entropy_coding.h",
6969                 "//modules/audio_coding/codecs/isac/main/source/fft.c",
6970                 "//modules/audio_coding/codecs/isac/main/source/fft.h",
6971                 "//modules/audio_coding/codecs/isac/main/source/filter_functions.c",
6972                 "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.c",
6973                 "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.h",
6974                 "//modules/audio_coding/codecs/isac/main/source/filterbanks.c",
6975                 "//modules/audio_coding/codecs/isac/main/source/intialize.c",
6976                 "//modules/audio_coding/codecs/isac/main/source/isac.c",
6977                 "//modules/audio_coding/codecs/isac/main/source/isac_float_type.h",
6978                 "//modules/audio_coding/codecs/isac/main/source/lattice.c",
6979                 "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.c",
6980                 "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.h",
6981                 "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c",
6982                 "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h",
6983                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c",
6984                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h",
6985                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c",
6986                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h",
6987                 "//modules/audio_coding/codecs/isac/main/source/lpc_tables.c",
6988                 "//modules/audio_coding/codecs/isac/main/source/lpc_tables.h",
6989                 "//modules/audio_coding/codecs/isac/main/source/os_specific_inline.h",
6990                 "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
6991                 "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.h",
6992                 "//modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
6993                 "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c",
6994                 "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h",
6995                 "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c",
6996                 "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h",
6997                 "//modules/audio_coding/codecs/isac/main/source/settings.h",
6998                 "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c",
6999                 "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h",
7000                 "//modules/audio_coding/codecs/isac/main/source/structs.h",
7001                 "//modules/audio_coding/codecs/isac/main/source/transform.c"
7002             ],
7003             "type": "static_library"
7004         },
7005         "//modules/audio_coding:isac_common": {
7006             "cflags": [
7007                 "-fno-strict-aliasing",
7008                 "--param=ssp-buffer-size=4",
7009                 "-fstack-protector",
7010                 "-Wno-builtin-macro-redefined",
7011                 "-D__DATE__=",
7012                 "-D__TIME__=",
7013                 "-D__TIMESTAMP__=",
7014                 "-funwind-tables",
7015                 "-fcolor-diagnostics",
7016                 "--target=aarch64-linux-gnu",
7017                 "-Wall",
7018                 "-Werror",
7019                 "-Wextra",
7020                 "-Wno-missing-field-initializers",
7021                 "-Wno-unused-parameter",
7022                 "-Wno-c++11-narrowing",
7023                 "-Wno-covered-switch-default",
7024                 "-Wno-unneeded-internal-declaration",
7025                 "-Wno-inconsistent-missing-override",
7026                 "-Wno-undefined-var-template",
7027                 "-Wno-nonportable-include-path",
7028                 "-Wno-address-of-packed-member",
7029                 "-Wno-unused-lambda-capture",
7030                 "-Wno-user-defined-warnings",
7031                 "-O2",
7032                 "-fno-ident",
7033                 "-fdata-sections",
7034                 "-ffunction-sections",
7035                 "-fno-omit-frame-pointer",
7036                 "-g2",
7037                 "-fvisibility=hidden",
7038                 "-Xclang",
7039                 "-add-plugin",
7040                 "-Xclang",
7041                 "find-bad-constructs",
7042                 "-Xclang",
7043                 "-plugin-arg-find-bad-constructs",
7044                 "-Xclang",
7045                 "check-auto-raw-pointer",
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                 "-Wc++11-narrowing",
7054                 "-Wimplicit-fallthrough",
7055                 "-Wthread-safety",
7056                 "-Winconsistent-missing-override",
7057                 "-Wundef",
7058                 "-Wunused-lambda-capture"
7059             ],
7060             "defines": [
7061                 "V8_DEPRECATION_WARNINGS",
7062                 "USE_X11=1",
7063                 "CHROMIUM_BUILD",
7064                 "_FILE_OFFSET_BITS=64",
7065                 "_FORTIFY_SOURCE=2",
7066                 "NDEBUG",
7067                 "NVALGRIND",
7068                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7069                 "WEBRTC_ENABLE_PROTOBUF=0",
7070                 "WEBRTC_RESTRICT_LOGGING",
7071                 "WEBRTC_ARCH_ARM64",
7072                 "WEBRTC_HAS_NEON",
7073                 "WEBRTC_MOZILLA_BUILD",
7074                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7075                 "WEBRTC_POSIX",
7076                 "WEBRTC_BSD"
7077             ],
7078             "deps": [
7079                 "//:webrtc_common",
7080                 "//api/audio_codecs:audio_codecs_api",
7081                 "//rtc_base:rtc_base_approved"
7082             ],
7083             "include_dirs": [
7084                 "//",
7085                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
7086             ],
7087             "libs": [],
7088             "sources": [
7089                 "//modules/audio_coding/codecs/isac/audio_encoder_isac_t.h",
7090                 "//modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h",
7091                 "//modules/audio_coding/codecs/isac/locked_bandwidth_info.cc",
7092                 "//modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
7093             ],
7094             "type": "static_library"
7095         },
7096         "//modules/audio_coding:isac_fix_c": {
7097             "cflags": [
7098                 "-fno-strict-aliasing",
7099                 "--param=ssp-buffer-size=4",
7100                 "-fstack-protector",
7101                 "-Wno-builtin-macro-redefined",
7102                 "-D__DATE__=",
7103                 "-D__TIME__=",
7104                 "-D__TIMESTAMP__=",
7105                 "-funwind-tables",
7106                 "-fcolor-diagnostics",
7107                 "--target=aarch64-linux-gnu",
7108                 "-Wall",
7109                 "-Werror",
7110                 "-Wextra",
7111                 "-Wno-missing-field-initializers",
7112                 "-Wno-unused-parameter",
7113                 "-Wno-c++11-narrowing",
7114                 "-Wno-covered-switch-default",
7115                 "-Wno-unneeded-internal-declaration",
7116                 "-Wno-inconsistent-missing-override",
7117                 "-Wno-undefined-var-template",
7118                 "-Wno-nonportable-include-path",
7119                 "-Wno-address-of-packed-member",
7120                 "-Wno-unused-lambda-capture",
7121                 "-Wno-user-defined-warnings",
7122                 "-O2",
7123                 "-fno-ident",
7124                 "-fdata-sections",
7125                 "-ffunction-sections",
7126                 "-fno-omit-frame-pointer",
7127                 "-g2",
7128                 "-fvisibility=hidden",
7129                 "-Xclang",
7130                 "-add-plugin",
7131                 "-Xclang",
7132                 "find-bad-constructs",
7133                 "-Xclang",
7134                 "-plugin-arg-find-bad-constructs",
7135                 "-Xclang",
7136                 "check-auto-raw-pointer",
7137                 "-Wheader-hygiene",
7138                 "-Wstring-conversion",
7139                 "-Wtautological-overlap-compare",
7140                 "-Wextra",
7141                 "-Wno-unused-parameter",
7142                 "-Wno-missing-field-initializers",
7143                 "-Wno-strict-overflow",
7144                 "-Wc++11-narrowing",
7145                 "-Wimplicit-fallthrough",
7146                 "-Wthread-safety",
7147                 "-Winconsistent-missing-override",
7148                 "-Wundef",
7149                 "-Wunused-lambda-capture"
7150             ],
7151             "defines": [
7152                 "V8_DEPRECATION_WARNINGS",
7153                 "USE_X11=1",
7154                 "CHROMIUM_BUILD",
7155                 "_FILE_OFFSET_BITS=64",
7156                 "_FORTIFY_SOURCE=2",
7157                 "NDEBUG",
7158                 "NVALGRIND",
7159                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7160                 "WEBRTC_ENABLE_PROTOBUF=0",
7161                 "WEBRTC_RESTRICT_LOGGING",
7162                 "WEBRTC_ARCH_ARM64",
7163                 "WEBRTC_HAS_NEON",
7164                 "WEBRTC_MOZILLA_BUILD",
7165                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7166                 "WEBRTC_POSIX",
7167                 "WEBRTC_BSD"
7168             ],
7169             "deps": [
7170                 "//:webrtc_common",
7171                 "//api/audio_codecs:audio_codecs_api",
7172                 "//common_audio:common_audio",
7173                 "//modules/audio_coding:isac_common",
7174                 "//modules/audio_coding:isac_fix_common",
7175                 "//modules/audio_coding:isac_neon",
7176                 "//rtc_base:compile_assert_c",
7177                 "//rtc_base:rtc_base_approved",
7178                 "//system_wrappers:system_wrappers"
7179             ],
7180             "include_dirs": [
7181                 "//",
7182                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7183                 "//modules/audio_coding/codecs/isac/fix/include/",
7184                 "//common_audio/resampler/include/",
7185                 "//common_audio/signal_processing/include/",
7186                 "//common_audio/vad/include/"
7187             ],
7188             "libs": [],
7189             "sources": [
7190                 "//modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h",
7191                 "//modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h",
7192                 "//modules/audio_coding/codecs/isac/fix/include/isacfix.h",
7193                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines.c",
7194                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c",
7195                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c",
7196                 "//modules/audio_coding/codecs/isac/fix/source/arith_routins.h",
7197                 "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c",
7198                 "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h",
7199                 "//modules/audio_coding/codecs/isac/fix/source/decode.c",
7200                 "//modules/audio_coding/codecs/isac/fix/source/decode_bwe.c",
7201                 "//modules/audio_coding/codecs/isac/fix/source/decode_plc.c",
7202                 "//modules/audio_coding/codecs/isac/fix/source/encode.c",
7203                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.c",
7204                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.h",
7205                 "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c",
7206                 "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h",
7207                 "//modules/audio_coding/codecs/isac/fix/source/filterbanks.c",
7208                 "//modules/audio_coding/codecs/isac/fix/source/filters.c",
7209                 "//modules/audio_coding/codecs/isac/fix/source/initialize.c",
7210                 "//modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h",
7211                 "//modules/audio_coding/codecs/isac/fix/source/isacfix.c",
7212                 "//modules/audio_coding/codecs/isac/fix/source/lattice.c",
7213                 "//modules/audio_coding/codecs/isac/fix/source/lattice_c.c",
7214                 "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c",
7215                 "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h",
7216                 "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.c",
7217                 "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.h",
7218                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c",
7219                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h",
7220                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c",
7221                 "//modules/audio_coding/codecs/isac/fix/source/pitch_filter.c",
7222                 "//modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c",
7223                 "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c",
7224                 "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h",
7225                 "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c",
7226                 "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h",
7227                 "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c",
7228                 "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h",
7229                 "//modules/audio_coding/codecs/isac/fix/source/structs.h",
7230                 "//modules/audio_coding/codecs/isac/fix/source/transform.c",
7231                 "//modules/audio_coding/codecs/isac/fix/source/transform_tables.c"
7232             ],
7233             "type": "source_set"
7234         },
7235         "//modules/audio_coding:isac_fix_common": {
7236             "cflags": [
7237                 "-fno-strict-aliasing",
7238                 "--param=ssp-buffer-size=4",
7239                 "-fstack-protector",
7240                 "-Wno-builtin-macro-redefined",
7241                 "-D__DATE__=",
7242                 "-D__TIME__=",
7243                 "-D__TIMESTAMP__=",
7244                 "-funwind-tables",
7245                 "-fcolor-diagnostics",
7246                 "--target=aarch64-linux-gnu",
7247                 "-Wall",
7248                 "-Werror",
7249                 "-Wextra",
7250                 "-Wno-missing-field-initializers",
7251                 "-Wno-unused-parameter",
7252                 "-Wno-c++11-narrowing",
7253                 "-Wno-covered-switch-default",
7254                 "-Wno-unneeded-internal-declaration",
7255                 "-Wno-inconsistent-missing-override",
7256                 "-Wno-undefined-var-template",
7257                 "-Wno-nonportable-include-path",
7258                 "-Wno-address-of-packed-member",
7259                 "-Wno-unused-lambda-capture",
7260                 "-Wno-user-defined-warnings",
7261                 "-O2",
7262                 "-fno-ident",
7263                 "-fdata-sections",
7264                 "-ffunction-sections",
7265                 "-fno-omit-frame-pointer",
7266                 "-g2",
7267                 "-fvisibility=hidden",
7268                 "-Xclang",
7269                 "-add-plugin",
7270                 "-Xclang",
7271                 "find-bad-constructs",
7272                 "-Xclang",
7273                 "-plugin-arg-find-bad-constructs",
7274                 "-Xclang",
7275                 "check-auto-raw-pointer",
7276                 "-Wheader-hygiene",
7277                 "-Wstring-conversion",
7278                 "-Wtautological-overlap-compare",
7279                 "-Wextra",
7280                 "-Wno-unused-parameter",
7281                 "-Wno-missing-field-initializers",
7282                 "-Wno-strict-overflow",
7283                 "-Wc++11-narrowing",
7284                 "-Wimplicit-fallthrough",
7285                 "-Wthread-safety",
7286                 "-Winconsistent-missing-override",
7287                 "-Wundef",
7288                 "-Wunused-lambda-capture"
7289             ],
7290             "defines": [
7291                 "V8_DEPRECATION_WARNINGS",
7292                 "USE_X11=1",
7293                 "CHROMIUM_BUILD",
7294                 "_FILE_OFFSET_BITS=64",
7295                 "_FORTIFY_SOURCE=2",
7296                 "NDEBUG",
7297                 "NVALGRIND",
7298                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7299                 "WEBRTC_ENABLE_PROTOBUF=0",
7300                 "WEBRTC_RESTRICT_LOGGING",
7301                 "WEBRTC_ARCH_ARM64",
7302                 "WEBRTC_HAS_NEON",
7303                 "WEBRTC_MOZILLA_BUILD",
7304                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7305                 "WEBRTC_POSIX",
7306                 "WEBRTC_BSD"
7307             ],
7308             "deps": [],
7309             "include_dirs": [
7310                 "//",
7311                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7312                 "//modules/audio_coding/codecs/isac/fix/include/"
7313             ],
7314             "libs": [],
7315             "sources": [
7316                 "//modules/audio_coding/codecs/isac/fix/source/codec.h",
7317                 "//modules/audio_coding/codecs/isac/fix/source/fft.c",
7318                 "//modules/audio_coding/codecs/isac/fix/source/fft.h",
7319                 "//modules/audio_coding/codecs/isac/fix/source/settings.h"
7320             ],
7321             "type": "source_set"
7322         },
7323         "//modules/audio_coding:isac_neon": {
7324             "cflags": [
7325                 "-fno-strict-aliasing",
7326                 "--param=ssp-buffer-size=4",
7327                 "-fstack-protector",
7328                 "-Wno-builtin-macro-redefined",
7329                 "-D__DATE__=",
7330                 "-D__TIME__=",
7331                 "-D__TIMESTAMP__=",
7332                 "-funwind-tables",
7333                 "-fcolor-diagnostics",
7334                 "--target=aarch64-linux-gnu",
7335                 "-Wall",
7336                 "-Werror",
7337                 "-Wextra",
7338                 "-Wno-missing-field-initializers",
7339                 "-Wno-unused-parameter",
7340                 "-Wno-c++11-narrowing",
7341                 "-Wno-covered-switch-default",
7342                 "-Wno-unneeded-internal-declaration",
7343                 "-Wno-inconsistent-missing-override",
7344                 "-Wno-undefined-var-template",
7345                 "-Wno-nonportable-include-path",
7346                 "-Wno-address-of-packed-member",
7347                 "-Wno-unused-lambda-capture",
7348                 "-Wno-user-defined-warnings",
7349                 "-O2",
7350                 "-fno-ident",
7351                 "-fdata-sections",
7352                 "-ffunction-sections",
7353                 "-fno-omit-frame-pointer",
7354                 "-g2",
7355                 "-fvisibility=hidden",
7356                 "-Xclang",
7357                 "-add-plugin",
7358                 "-Xclang",
7359                 "find-bad-constructs",
7360                 "-Xclang",
7361                 "-plugin-arg-find-bad-constructs",
7362                 "-Xclang",
7363                 "check-auto-raw-pointer",
7364                 "-Wheader-hygiene",
7365                 "-Wstring-conversion",
7366                 "-Wtautological-overlap-compare",
7367                 "-Wextra",
7368                 "-Wno-unused-parameter",
7369                 "-Wno-missing-field-initializers",
7370                 "-Wno-strict-overflow",
7371                 "-Wc++11-narrowing",
7372                 "-Wimplicit-fallthrough",
7373                 "-Wthread-safety",
7374                 "-Winconsistent-missing-override",
7375                 "-Wundef",
7376                 "-Wunused-lambda-capture"
7377             ],
7378             "defines": [
7379                 "V8_DEPRECATION_WARNINGS",
7380                 "USE_X11=1",
7381                 "CHROMIUM_BUILD",
7382                 "_FILE_OFFSET_BITS=64",
7383                 "_FORTIFY_SOURCE=2",
7384                 "NDEBUG",
7385                 "NVALGRIND",
7386                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7387                 "WEBRTC_ENABLE_PROTOBUF=0",
7388                 "WEBRTC_RESTRICT_LOGGING",
7389                 "WEBRTC_ARCH_ARM64",
7390                 "WEBRTC_HAS_NEON",
7391                 "WEBRTC_MOZILLA_BUILD",
7392                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7393                 "WEBRTC_POSIX",
7394                 "WEBRTC_BSD"
7395             ],
7396             "deps": [
7397                 "//common_audio:common_audio",
7398                 "//modules/audio_coding:isac_fix_common",
7399                 "//rtc_base:rtc_base_approved"
7400             ],
7401             "include_dirs": [
7402                 "//",
7403                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7404                 "//modules/audio_coding/codecs/isac/fix/include/",
7405                 "//common_audio/resampler/include/",
7406                 "//common_audio/signal_processing/include/",
7407                 "//common_audio/vad/include/"
7408             ],
7409             "libs": [],
7410             "sources": [
7411                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c",
7412                 "//modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c",
7413                 "//modules/audio_coding/codecs/isac/fix/source/filters_neon.c",
7414                 "//modules/audio_coding/codecs/isac/fix/source/lattice_neon.c",
7415                 "//modules/audio_coding/codecs/isac/fix/source/transform_neon.c"
7416             ],
7417             "type": "static_library"
7418         },
7419         "//modules/audio_coding:legacy_encoded_audio_frame": {
7420             "cflags": [
7421                 "-fno-strict-aliasing",
7422                 "--param=ssp-buffer-size=4",
7423                 "-fstack-protector",
7424                 "-Wno-builtin-macro-redefined",
7425                 "-D__DATE__=",
7426                 "-D__TIME__=",
7427                 "-D__TIMESTAMP__=",
7428                 "-funwind-tables",
7429                 "-fcolor-diagnostics",
7430                 "--target=aarch64-linux-gnu",
7431                 "-Wall",
7432                 "-Werror",
7433                 "-Wextra",
7434                 "-Wno-missing-field-initializers",
7435                 "-Wno-unused-parameter",
7436                 "-Wno-c++11-narrowing",
7437                 "-Wno-covered-switch-default",
7438                 "-Wno-unneeded-internal-declaration",
7439                 "-Wno-inconsistent-missing-override",
7440                 "-Wno-undefined-var-template",
7441                 "-Wno-nonportable-include-path",
7442                 "-Wno-address-of-packed-member",
7443                 "-Wno-unused-lambda-capture",
7444                 "-Wno-user-defined-warnings",
7445                 "-O2",
7446                 "-fno-ident",
7447                 "-fdata-sections",
7448                 "-ffunction-sections",
7449                 "-fno-omit-frame-pointer",
7450                 "-g2",
7451                 "-fvisibility=hidden",
7452                 "-Xclang",
7453                 "-add-plugin",
7454                 "-Xclang",
7455                 "find-bad-constructs",
7456                 "-Xclang",
7457                 "-plugin-arg-find-bad-constructs",
7458                 "-Xclang",
7459                 "check-auto-raw-pointer",
7460                 "-Wheader-hygiene",
7461                 "-Wstring-conversion",
7462                 "-Wtautological-overlap-compare",
7463                 "-Wextra",
7464                 "-Wno-unused-parameter",
7465                 "-Wno-missing-field-initializers",
7466                 "-Wno-strict-overflow",
7467                 "-Wc++11-narrowing",
7468                 "-Wimplicit-fallthrough",
7469                 "-Wthread-safety",
7470                 "-Winconsistent-missing-override",
7471                 "-Wundef",
7472                 "-Wunused-lambda-capture"
7473             ],
7474             "defines": [
7475                 "V8_DEPRECATION_WARNINGS",
7476                 "USE_X11=1",
7477                 "CHROMIUM_BUILD",
7478                 "_FILE_OFFSET_BITS=64",
7479                 "_FORTIFY_SOURCE=2",
7480                 "NDEBUG",
7481                 "NVALGRIND",
7482                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7483                 "WEBRTC_ENABLE_PROTOBUF=0",
7484                 "WEBRTC_RESTRICT_LOGGING",
7485                 "WEBRTC_ARCH_ARM64",
7486                 "WEBRTC_HAS_NEON",
7487                 "WEBRTC_MOZILLA_BUILD",
7488                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7489                 "WEBRTC_POSIX",
7490                 "WEBRTC_BSD"
7491             ],
7492             "deps": [
7493                 "//api:array_view",
7494                 "//api/audio_codecs:audio_codecs_api",
7495                 "//rtc_base:rtc_base_approved"
7496             ],
7497             "include_dirs": [
7498                 "//",
7499                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
7500             ],
7501             "libs": [],
7502             "sources": [
7503                 "//modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
7504                 "//modules/audio_coding/codecs/legacy_encoded_audio_frame.h"
7505             ],
7506             "type": "static_library"
7507         },
7508         "//modules/audio_coding:neteq": {
7509             "cflags": [
7510                 "-fno-strict-aliasing",
7511                 "--param=ssp-buffer-size=4",
7512                 "-fstack-protector",
7513                 "-Wno-builtin-macro-redefined",
7514                 "-D__DATE__=",
7515                 "-D__TIME__=",
7516                 "-D__TIMESTAMP__=",
7517                 "-funwind-tables",
7518                 "-fcolor-diagnostics",
7519                 "--target=aarch64-linux-gnu",
7520                 "-Wall",
7521                 "-Werror",
7522                 "-Wextra",
7523                 "-Wno-missing-field-initializers",
7524                 "-Wno-unused-parameter",
7525                 "-Wno-c++11-narrowing",
7526                 "-Wno-covered-switch-default",
7527                 "-Wno-unneeded-internal-declaration",
7528                 "-Wno-inconsistent-missing-override",
7529                 "-Wno-undefined-var-template",
7530                 "-Wno-nonportable-include-path",
7531                 "-Wno-address-of-packed-member",
7532                 "-Wno-unused-lambda-capture",
7533                 "-Wno-user-defined-warnings",
7534                 "-O2",
7535                 "-fno-ident",
7536                 "-fdata-sections",
7537                 "-ffunction-sections",
7538                 "-fno-omit-frame-pointer",
7539                 "-g2",
7540                 "-fvisibility=hidden",
7541                 "-Xclang",
7542                 "-add-plugin",
7543                 "-Xclang",
7544                 "find-bad-constructs",
7545                 "-Xclang",
7546                 "-plugin-arg-find-bad-constructs",
7547                 "-Xclang",
7548                 "check-auto-raw-pointer",
7549                 "-Wheader-hygiene",
7550                 "-Wstring-conversion",
7551                 "-Wtautological-overlap-compare",
7552                 "-Wextra",
7553                 "-Wno-unused-parameter",
7554                 "-Wno-missing-field-initializers",
7555                 "-Wno-strict-overflow",
7556                 "-Wc++11-narrowing",
7557                 "-Wimplicit-fallthrough",
7558                 "-Wthread-safety",
7559                 "-Winconsistent-missing-override",
7560                 "-Wundef",
7561                 "-Wunused-lambda-capture"
7562             ],
7563             "defines": [
7564                 "V8_DEPRECATION_WARNINGS",
7565                 "USE_X11=1",
7566                 "CHROMIUM_BUILD",
7567                 "_FILE_OFFSET_BITS=64",
7568                 "_FORTIFY_SOURCE=2",
7569                 "NDEBUG",
7570                 "NVALGRIND",
7571                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7572                 "WEBRTC_ENABLE_PROTOBUF=0",
7573                 "WEBRTC_RESTRICT_LOGGING",
7574                 "WEBRTC_ARCH_ARM64",
7575                 "WEBRTC_HAS_NEON",
7576                 "WEBRTC_MOZILLA_BUILD",
7577                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7578                 "WEBRTC_POSIX",
7579                 "WEBRTC_BSD"
7580             ],
7581             "deps": [
7582                 "//:webrtc_common",
7583                 "//api:optional",
7584                 "//api/audio_codecs:audio_codecs_api",
7585                 "//common_audio:common_audio",
7586                 "//modules:module_api",
7587                 "//modules/audio_coding:audio_coding_module_typedefs",
7588                 "//modules/audio_coding:cng",
7589                 "//modules/audio_coding:neteq_decoder_enum",
7590                 "//rtc_base:gtest_prod",
7591                 "//rtc_base:rtc_base_approved",
7592                 "//system_wrappers:system_wrappers"
7593             ],
7594             "include_dirs": [
7595                 "//",
7596                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7597                 "//modules/audio_coding/codecs/cng/include/",
7598                 "//common_audio/resampler/include/",
7599                 "//common_audio/signal_processing/include/",
7600                 "//common_audio/vad/include/"
7601             ],
7602             "libs": [],
7603             "sources": [
7604                 "//modules/audio_coding/neteq/accelerate.cc",
7605                 "//modules/audio_coding/neteq/accelerate.h",
7606                 "//modules/audio_coding/neteq/audio_multi_vector.cc",
7607                 "//modules/audio_coding/neteq/audio_multi_vector.h",
7608                 "//modules/audio_coding/neteq/audio_vector.cc",
7609                 "//modules/audio_coding/neteq/audio_vector.h",
7610                 "//modules/audio_coding/neteq/background_noise.cc",
7611                 "//modules/audio_coding/neteq/background_noise.h",
7612                 "//modules/audio_coding/neteq/buffer_level_filter.cc",
7613                 "//modules/audio_coding/neteq/buffer_level_filter.h",
7614                 "//modules/audio_coding/neteq/comfort_noise.cc",
7615                 "//modules/audio_coding/neteq/comfort_noise.h",
7616                 "//modules/audio_coding/neteq/cross_correlation.cc",
7617                 "//modules/audio_coding/neteq/cross_correlation.h",
7618                 "//modules/audio_coding/neteq/decision_logic.cc",
7619                 "//modules/audio_coding/neteq/decision_logic.h",
7620                 "//modules/audio_coding/neteq/decision_logic_fax.cc",
7621                 "//modules/audio_coding/neteq/decision_logic_fax.h",
7622                 "//modules/audio_coding/neteq/decision_logic_normal.cc",
7623                 "//modules/audio_coding/neteq/decision_logic_normal.h",
7624                 "//modules/audio_coding/neteq/decoder_database.cc",
7625                 "//modules/audio_coding/neteq/decoder_database.h",
7626                 "//modules/audio_coding/neteq/defines.h",
7627                 "//modules/audio_coding/neteq/delay_manager.cc",
7628                 "//modules/audio_coding/neteq/delay_manager.h",
7629                 "//modules/audio_coding/neteq/delay_peak_detector.cc",
7630                 "//modules/audio_coding/neteq/delay_peak_detector.h",
7631                 "//modules/audio_coding/neteq/dsp_helper.cc",
7632                 "//modules/audio_coding/neteq/dsp_helper.h",
7633                 "//modules/audio_coding/neteq/dtmf_buffer.cc",
7634                 "//modules/audio_coding/neteq/dtmf_buffer.h",
7635                 "//modules/audio_coding/neteq/dtmf_tone_generator.cc",
7636                 "//modules/audio_coding/neteq/dtmf_tone_generator.h",
7637                 "//modules/audio_coding/neteq/expand.cc",
7638                 "//modules/audio_coding/neteq/expand.h",
7639                 "//modules/audio_coding/neteq/include/neteq.h",
7640                 "//modules/audio_coding/neteq/merge.cc",
7641                 "//modules/audio_coding/neteq/merge.h",
7642                 "//modules/audio_coding/neteq/nack_tracker.cc",
7643                 "//modules/audio_coding/neteq/nack_tracker.h",
7644                 "//modules/audio_coding/neteq/neteq.cc",
7645                 "//modules/audio_coding/neteq/neteq_impl.cc",
7646                 "//modules/audio_coding/neteq/neteq_impl.h",
7647                 "//modules/audio_coding/neteq/normal.cc",
7648                 "//modules/audio_coding/neteq/normal.h",
7649                 "//modules/audio_coding/neteq/packet.cc",
7650                 "//modules/audio_coding/neteq/packet.h",
7651                 "//modules/audio_coding/neteq/packet_buffer.cc",
7652                 "//modules/audio_coding/neteq/packet_buffer.h",
7653                 "//modules/audio_coding/neteq/post_decode_vad.cc",
7654                 "//modules/audio_coding/neteq/post_decode_vad.h",
7655                 "//modules/audio_coding/neteq/preemptive_expand.cc",
7656                 "//modules/audio_coding/neteq/preemptive_expand.h",
7657                 "//modules/audio_coding/neteq/random_vector.cc",
7658                 "//modules/audio_coding/neteq/random_vector.h",
7659                 "//modules/audio_coding/neteq/red_payload_splitter.cc",
7660                 "//modules/audio_coding/neteq/red_payload_splitter.h",
7661                 "//modules/audio_coding/neteq/rtcp.cc",
7662                 "//modules/audio_coding/neteq/rtcp.h",
7663                 "//modules/audio_coding/neteq/statistics_calculator.cc",
7664                 "//modules/audio_coding/neteq/statistics_calculator.h",
7665                 "//modules/audio_coding/neteq/sync_buffer.cc",
7666                 "//modules/audio_coding/neteq/sync_buffer.h",
7667                 "//modules/audio_coding/neteq/tick_timer.cc",
7668                 "//modules/audio_coding/neteq/tick_timer.h",
7669                 "//modules/audio_coding/neteq/time_stretch.cc",
7670                 "//modules/audio_coding/neteq/time_stretch.h",
7671                 "//modules/audio_coding/neteq/timestamp_scaler.cc",
7672                 "//modules/audio_coding/neteq/timestamp_scaler.h"
7673             ],
7674             "type": "static_library"
7675         },
7676         "//modules/audio_coding:neteq_decoder_enum": {
7677             "cflags": [
7678                 "-fno-strict-aliasing",
7679                 "--param=ssp-buffer-size=4",
7680                 "-fstack-protector",
7681                 "-Wno-builtin-macro-redefined",
7682                 "-D__DATE__=",
7683                 "-D__TIME__=",
7684                 "-D__TIMESTAMP__=",
7685                 "-funwind-tables",
7686                 "-fcolor-diagnostics",
7687                 "--target=aarch64-linux-gnu",
7688                 "-Wall",
7689                 "-Werror",
7690                 "-Wextra",
7691                 "-Wno-missing-field-initializers",
7692                 "-Wno-unused-parameter",
7693                 "-Wno-c++11-narrowing",
7694                 "-Wno-covered-switch-default",
7695                 "-Wno-unneeded-internal-declaration",
7696                 "-Wno-inconsistent-missing-override",
7697                 "-Wno-undefined-var-template",
7698                 "-Wno-nonportable-include-path",
7699                 "-Wno-address-of-packed-member",
7700                 "-Wno-unused-lambda-capture",
7701                 "-Wno-user-defined-warnings",
7702                 "-O2",
7703                 "-fno-ident",
7704                 "-fdata-sections",
7705                 "-ffunction-sections",
7706                 "-fno-omit-frame-pointer",
7707                 "-g2",
7708                 "-fvisibility=hidden",
7709                 "-Xclang",
7710                 "-add-plugin",
7711                 "-Xclang",
7712                 "find-bad-constructs",
7713                 "-Xclang",
7714                 "-plugin-arg-find-bad-constructs",
7715                 "-Xclang",
7716                 "check-auto-raw-pointer",
7717                 "-Wheader-hygiene",
7718                 "-Wstring-conversion",
7719                 "-Wtautological-overlap-compare",
7720                 "-Wextra",
7721                 "-Wno-unused-parameter",
7722                 "-Wno-missing-field-initializers",
7723                 "-Wno-strict-overflow",
7724                 "-Wc++11-narrowing",
7725                 "-Wimplicit-fallthrough",
7726                 "-Wthread-safety",
7727                 "-Winconsistent-missing-override",
7728                 "-Wundef",
7729                 "-Wunused-lambda-capture"
7730             ],
7731             "defines": [
7732                 "V8_DEPRECATION_WARNINGS",
7733                 "USE_X11=1",
7734                 "CHROMIUM_BUILD",
7735                 "_FILE_OFFSET_BITS=64",
7736                 "_FORTIFY_SOURCE=2",
7737                 "NDEBUG",
7738                 "NVALGRIND",
7739                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7740                 "WEBRTC_ENABLE_PROTOBUF=0",
7741                 "WEBRTC_RESTRICT_LOGGING",
7742                 "WEBRTC_ARCH_ARM64",
7743                 "WEBRTC_HAS_NEON",
7744                 "WEBRTC_MOZILLA_BUILD",
7745                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7746                 "WEBRTC_POSIX",
7747                 "WEBRTC_BSD"
7748             ],
7749             "deps": [
7750                 "//api:optional",
7751                 "//api/audio_codecs:audio_codecs_api",
7752                 "//rtc_base:rtc_base_approved"
7753             ],
7754             "include_dirs": [
7755                 "//",
7756                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
7757             ],
7758             "libs": [],
7759             "sources": [
7760                 "//modules/audio_coding/neteq/neteq_decoder_enum.cc",
7761                 "//modules/audio_coding/neteq/neteq_decoder_enum.h"
7762             ],
7763             "type": "source_set"
7764         },
7765         "//modules/audio_coding:pcm16b": {
7766             "cflags": [
7767                 "-fno-strict-aliasing",
7768                 "--param=ssp-buffer-size=4",
7769                 "-fstack-protector",
7770                 "-Wno-builtin-macro-redefined",
7771                 "-D__DATE__=",
7772                 "-D__TIME__=",
7773                 "-D__TIMESTAMP__=",
7774                 "-funwind-tables",
7775                 "-fcolor-diagnostics",
7776                 "--target=aarch64-linux-gnu",
7777                 "-Wall",
7778                 "-Werror",
7779                 "-Wextra",
7780                 "-Wno-missing-field-initializers",
7781                 "-Wno-unused-parameter",
7782                 "-Wno-c++11-narrowing",
7783                 "-Wno-covered-switch-default",
7784                 "-Wno-unneeded-internal-declaration",
7785                 "-Wno-inconsistent-missing-override",
7786                 "-Wno-undefined-var-template",
7787                 "-Wno-nonportable-include-path",
7788                 "-Wno-address-of-packed-member",
7789                 "-Wno-unused-lambda-capture",
7790                 "-Wno-user-defined-warnings",
7791                 "-O2",
7792                 "-fno-ident",
7793                 "-fdata-sections",
7794                 "-ffunction-sections",
7795                 "-fno-omit-frame-pointer",
7796                 "-g2",
7797                 "-fvisibility=hidden",
7798                 "-Xclang",
7799                 "-add-plugin",
7800                 "-Xclang",
7801                 "find-bad-constructs",
7802                 "-Xclang",
7803                 "-plugin-arg-find-bad-constructs",
7804                 "-Xclang",
7805                 "check-auto-raw-pointer",
7806                 "-Wheader-hygiene",
7807                 "-Wstring-conversion",
7808                 "-Wtautological-overlap-compare",
7809                 "-Wextra",
7810                 "-Wno-unused-parameter",
7811                 "-Wno-missing-field-initializers",
7812                 "-Wno-strict-overflow",
7813                 "-Wc++11-narrowing",
7814                 "-Wimplicit-fallthrough",
7815                 "-Wthread-safety",
7816                 "-Winconsistent-missing-override",
7817                 "-Wundef",
7818                 "-Wunused-lambda-capture"
7819             ],
7820             "defines": [
7821                 "V8_DEPRECATION_WARNINGS",
7822                 "USE_X11=1",
7823                 "CHROMIUM_BUILD",
7824                 "_FILE_OFFSET_BITS=64",
7825                 "_FORTIFY_SOURCE=2",
7826                 "NDEBUG",
7827                 "NVALGRIND",
7828                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7829                 "WEBRTC_ENABLE_PROTOBUF=0",
7830                 "WEBRTC_RESTRICT_LOGGING",
7831                 "WEBRTC_ARCH_ARM64",
7832                 "WEBRTC_HAS_NEON",
7833                 "WEBRTC_MOZILLA_BUILD",
7834                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7835                 "WEBRTC_POSIX",
7836                 "WEBRTC_BSD"
7837             ],
7838             "deps": [
7839                 "//:webrtc_common",
7840                 "//api/audio_codecs:audio_codecs_api",
7841                 "//modules/audio_coding:g711",
7842                 "//modules/audio_coding:legacy_encoded_audio_frame",
7843                 "//modules/audio_coding:pcm16b_c",
7844                 "//rtc_base:rtc_base_approved"
7845             ],
7846             "include_dirs": [
7847                 "//",
7848                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7849                 "//modules/audio_coding/codecs/pcm16b/include/",
7850                 "//modules/audio_coding/codecs/g711/include/"
7851             ],
7852             "libs": [],
7853             "sources": [
7854                 "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
7855                 "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h",
7856                 "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
7857                 "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h",
7858                 "//modules/audio_coding/codecs/pcm16b/pcm16b_common.cc",
7859                 "//modules/audio_coding/codecs/pcm16b/pcm16b_common.h"
7860             ],
7861             "type": "static_library"
7862         },
7863         "//modules/audio_coding:pcm16b_c": {
7864             "cflags": [
7865                 "-fno-strict-aliasing",
7866                 "--param=ssp-buffer-size=4",
7867                 "-fstack-protector",
7868                 "-Wno-builtin-macro-redefined",
7869                 "-D__DATE__=",
7870                 "-D__TIME__=",
7871                 "-D__TIMESTAMP__=",
7872                 "-funwind-tables",
7873                 "-fcolor-diagnostics",
7874                 "--target=aarch64-linux-gnu",
7875                 "-Wall",
7876                 "-Werror",
7877                 "-Wextra",
7878                 "-Wno-missing-field-initializers",
7879                 "-Wno-unused-parameter",
7880                 "-Wno-c++11-narrowing",
7881                 "-Wno-covered-switch-default",
7882                 "-Wno-unneeded-internal-declaration",
7883                 "-Wno-inconsistent-missing-override",
7884                 "-Wno-undefined-var-template",
7885                 "-Wno-nonportable-include-path",
7886                 "-Wno-address-of-packed-member",
7887                 "-Wno-unused-lambda-capture",
7888                 "-Wno-user-defined-warnings",
7889                 "-O2",
7890                 "-fno-ident",
7891                 "-fdata-sections",
7892                 "-ffunction-sections",
7893                 "-fno-omit-frame-pointer",
7894                 "-g2",
7895                 "-fvisibility=hidden",
7896                 "-Xclang",
7897                 "-add-plugin",
7898                 "-Xclang",
7899                 "find-bad-constructs",
7900                 "-Xclang",
7901                 "-plugin-arg-find-bad-constructs",
7902                 "-Xclang",
7903                 "check-auto-raw-pointer",
7904                 "-Wheader-hygiene",
7905                 "-Wstring-conversion",
7906                 "-Wtautological-overlap-compare",
7907                 "-Wextra",
7908                 "-Wno-unused-parameter",
7909                 "-Wno-missing-field-initializers",
7910                 "-Wno-strict-overflow",
7911                 "-Wc++11-narrowing",
7912                 "-Wimplicit-fallthrough",
7913                 "-Wthread-safety",
7914                 "-Winconsistent-missing-override",
7915                 "-Wundef",
7916                 "-Wunused-lambda-capture"
7917             ],
7918             "defines": [
7919                 "V8_DEPRECATION_WARNINGS",
7920                 "USE_X11=1",
7921                 "CHROMIUM_BUILD",
7922                 "_FILE_OFFSET_BITS=64",
7923                 "_FORTIFY_SOURCE=2",
7924                 "NDEBUG",
7925                 "NVALGRIND",
7926                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7927                 "WEBRTC_ENABLE_PROTOBUF=0",
7928                 "WEBRTC_RESTRICT_LOGGING",
7929                 "WEBRTC_ARCH_ARM64",
7930                 "WEBRTC_HAS_NEON",
7931                 "WEBRTC_MOZILLA_BUILD",
7932                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7933                 "WEBRTC_POSIX",
7934                 "WEBRTC_BSD"
7935             ],
7936             "deps": [
7937                 "//:webrtc_common"
7938             ],
7939             "include_dirs": [
7940                 "//",
7941                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7942                 "//modules/audio_coding/codecs/pcm16b/include/"
7943             ],
7944             "libs": [],
7945             "sources": [
7946                 "//modules/audio_coding/codecs/pcm16b/pcm16b.c",
7947                 "//modules/audio_coding/codecs/pcm16b/pcm16b.h"
7948             ],
7949             "type": "source_set"
7950         },
7951         "//modules/audio_coding:rent_a_codec": {
7952             "cflags": [
7953                 "-fno-strict-aliasing",
7954                 "--param=ssp-buffer-size=4",
7955                 "-fstack-protector",
7956                 "-Wno-builtin-macro-redefined",
7957                 "-D__DATE__=",
7958                 "-D__TIME__=",
7959                 "-D__TIMESTAMP__=",
7960                 "-funwind-tables",
7961                 "-fcolor-diagnostics",
7962                 "--target=aarch64-linux-gnu",
7963                 "-Wall",
7964                 "-Werror",
7965                 "-Wextra",
7966                 "-Wno-missing-field-initializers",
7967                 "-Wno-unused-parameter",
7968                 "-Wno-c++11-narrowing",
7969                 "-Wno-covered-switch-default",
7970                 "-Wno-unneeded-internal-declaration",
7971                 "-Wno-inconsistent-missing-override",
7972                 "-Wno-undefined-var-template",
7973                 "-Wno-nonportable-include-path",
7974                 "-Wno-address-of-packed-member",
7975                 "-Wno-unused-lambda-capture",
7976                 "-Wno-user-defined-warnings",
7977                 "-O2",
7978                 "-fno-ident",
7979                 "-fdata-sections",
7980                 "-ffunction-sections",
7981                 "-fno-omit-frame-pointer",
7982                 "-g2",
7983                 "-fvisibility=hidden",
7984                 "-Xclang",
7985                 "-add-plugin",
7986                 "-Xclang",
7987                 "find-bad-constructs",
7988                 "-Xclang",
7989                 "-plugin-arg-find-bad-constructs",
7990                 "-Xclang",
7991                 "check-auto-raw-pointer",
7992                 "-Wheader-hygiene",
7993                 "-Wstring-conversion",
7994                 "-Wtautological-overlap-compare",
7995                 "-Wextra",
7996                 "-Wno-unused-parameter",
7997                 "-Wno-missing-field-initializers",
7998                 "-Wno-strict-overflow",
7999                 "-Wc++11-narrowing",
8000                 "-Wimplicit-fallthrough",
8001                 "-Wthread-safety",
8002                 "-Winconsistent-missing-override",
8003                 "-Wundef",
8004                 "-Wunused-lambda-capture"
8005             ],
8006             "defines": [
8007                 "WEBRTC_CODEC_ILBC",
8008                 "WEBRTC_CODEC_OPUS",
8009                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
8010                 "WEBRTC_CODEC_ISAC",
8011                 "V8_DEPRECATION_WARNINGS",
8012                 "USE_X11=1",
8013                 "CHROMIUM_BUILD",
8014                 "_FILE_OFFSET_BITS=64",
8015                 "_FORTIFY_SOURCE=2",
8016                 "NDEBUG",
8017                 "NVALGRIND",
8018                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8019                 "WEBRTC_ENABLE_PROTOBUF=0",
8020                 "WEBRTC_RESTRICT_LOGGING",
8021                 "WEBRTC_ARCH_ARM64",
8022                 "WEBRTC_HAS_NEON",
8023                 "WEBRTC_MOZILLA_BUILD",
8024                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8025                 "WEBRTC_POSIX",
8026                 "WEBRTC_BSD"
8027             ],
8028             "deps": [
8029                 "//:webrtc_common",
8030                 "//api:array_view",
8031                 "//api:optional",
8032                 "//api/audio_codecs:audio_codecs_api",
8033                 "//modules/audio_coding:audio_coding_module_typedefs",
8034                 "//modules/audio_coding:cng",
8035                 "//modules/audio_coding:g711",
8036                 "//modules/audio_coding:g722",
8037                 "//modules/audio_coding:ilbc",
8038                 "//modules/audio_coding:isac",
8039                 "//modules/audio_coding:isac_common",
8040                 "//modules/audio_coding:isac_fix_c",
8041                 "//modules/audio_coding:neteq_decoder_enum",
8042                 "//modules/audio_coding:pcm16b",
8043                 "//modules/audio_coding:webrtc_opus",
8044                 "//rtc_base:protobuf_utils",
8045                 "//rtc_base:rtc_base_approved",
8046                 "//system_wrappers:system_wrappers"
8047             ],
8048             "include_dirs": [
8049                 "/media/libopus/include/",
8050                 "//",
8051                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8052                 "//modules/audio_coding/codecs/isac/fix/include/",
8053                 "//modules/audio_coding/codecs/cng/include/",
8054                 "//modules/audio_coding/codecs/g711/include/",
8055                 "//modules/audio_coding/codecs/pcm16b/include/",
8056                 "//modules/audio_coding/codecs/ilbc/include/",
8057                 "//modules/audio_coding/codecs/isac/main/include/",
8058                 "//modules/audio_coding/codecs/g722/include/"
8059             ],
8060             "libs": [],
8061             "sources": [
8062                 "//modules/audio_coding/acm2/acm_codec_database.cc",
8063                 "//modules/audio_coding/acm2/acm_codec_database.h",
8064                 "//modules/audio_coding/acm2/rent_a_codec.cc",
8065                 "//modules/audio_coding/acm2/rent_a_codec.h"
8066             ],
8067             "type": "static_library"
8068         },
8069         "//modules/audio_coding:webrtc_opus": {
8070             "cflags": [
8071                 "-fno-strict-aliasing",
8072                 "--param=ssp-buffer-size=4",
8073                 "-fstack-protector",
8074                 "-Wno-builtin-macro-redefined",
8075                 "-D__DATE__=",
8076                 "-D__TIME__=",
8077                 "-D__TIMESTAMP__=",
8078                 "-funwind-tables",
8079                 "-fcolor-diagnostics",
8080                 "--target=aarch64-linux-gnu",
8081                 "-Wall",
8082                 "-Werror",
8083                 "-Wextra",
8084                 "-Wno-missing-field-initializers",
8085                 "-Wno-unused-parameter",
8086                 "-Wno-c++11-narrowing",
8087                 "-Wno-covered-switch-default",
8088                 "-Wno-unneeded-internal-declaration",
8089                 "-Wno-inconsistent-missing-override",
8090                 "-Wno-undefined-var-template",
8091                 "-Wno-nonportable-include-path",
8092                 "-Wno-address-of-packed-member",
8093                 "-Wno-unused-lambda-capture",
8094                 "-Wno-user-defined-warnings",
8095                 "-O2",
8096                 "-fno-ident",
8097                 "-fdata-sections",
8098                 "-ffunction-sections",
8099                 "-fno-omit-frame-pointer",
8100                 "-g2",
8101                 "-fvisibility=hidden",
8102                 "-Xclang",
8103                 "-add-plugin",
8104                 "-Xclang",
8105                 "find-bad-constructs",
8106                 "-Xclang",
8107                 "-plugin-arg-find-bad-constructs",
8108                 "-Xclang",
8109                 "check-auto-raw-pointer",
8110                 "-Wheader-hygiene",
8111                 "-Wstring-conversion",
8112                 "-Wtautological-overlap-compare",
8113                 "-Wextra",
8114                 "-Wno-unused-parameter",
8115                 "-Wno-missing-field-initializers",
8116                 "-Wno-strict-overflow",
8117                 "-Wc++11-narrowing",
8118                 "-Wimplicit-fallthrough",
8119                 "-Wthread-safety",
8120                 "-Winconsistent-missing-override",
8121                 "-Wundef",
8122                 "-Wunused-lambda-capture"
8123             ],
8124             "defines": [
8125                 "WEBRTC_CODEC_ILBC",
8126                 "WEBRTC_CODEC_OPUS",
8127                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
8128                 "WEBRTC_CODEC_ISAC",
8129                 "V8_DEPRECATION_WARNINGS",
8130                 "USE_X11=1",
8131                 "CHROMIUM_BUILD",
8132                 "_FILE_OFFSET_BITS=64",
8133                 "_FORTIFY_SOURCE=2",
8134                 "NDEBUG",
8135                 "NVALGRIND",
8136                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8137                 "WEBRTC_ENABLE_PROTOBUF=0",
8138                 "WEBRTC_RESTRICT_LOGGING",
8139                 "WEBRTC_ARCH_ARM64",
8140                 "WEBRTC_HAS_NEON",
8141                 "WEBRTC_MOZILLA_BUILD",
8142                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8143                 "WEBRTC_POSIX",
8144                 "WEBRTC_BSD"
8145             ],
8146             "deps": [
8147                 "//:webrtc_common",
8148                 "//api:optional",
8149                 "//api/audio_codecs:audio_codecs_api",
8150                 "//api/audio_codecs/opus:audio_encoder_opus_config",
8151                 "//common_audio:common_audio",
8152                 "//modules/audio_coding:audio_network_adaptor",
8153                 "//modules/audio_coding:webrtc_opus_c",
8154                 "//rtc_base:protobuf_utils",
8155                 "//rtc_base:rtc_base_approved",
8156                 "//rtc_base:rtc_numerics",
8157                 "//system_wrappers:system_wrappers"
8158             ],
8159             "include_dirs": [
8160                 "/media/libopus/include/",
8161                 "//",
8162                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8163                 "//common_audio/resampler/include/",
8164                 "//common_audio/signal_processing/include/",
8165                 "//common_audio/vad/include/"
8166             ],
8167             "libs": [],
8168             "sources": [
8169                 "//modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
8170                 "//modules/audio_coding/codecs/opus/audio_decoder_opus.h",
8171                 "//modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
8172                 "//modules/audio_coding/codecs/opus/audio_encoder_opus.h"
8173             ],
8174             "type": "static_library"
8175         },
8176         "//modules/audio_coding:webrtc_opus_c": {
8177             "cflags": [
8178                 "-fno-strict-aliasing",
8179                 "--param=ssp-buffer-size=4",
8180                 "-fstack-protector",
8181                 "-Wno-builtin-macro-redefined",
8182                 "-D__DATE__=",
8183                 "-D__TIME__=",
8184                 "-D__TIMESTAMP__=",
8185                 "-funwind-tables",
8186                 "-fcolor-diagnostics",
8187                 "--target=aarch64-linux-gnu",
8188                 "-Wall",
8189                 "-Werror",
8190                 "-Wextra",
8191                 "-Wno-missing-field-initializers",
8192                 "-Wno-unused-parameter",
8193                 "-Wno-c++11-narrowing",
8194                 "-Wno-covered-switch-default",
8195                 "-Wno-unneeded-internal-declaration",
8196                 "-Wno-inconsistent-missing-override",
8197                 "-Wno-undefined-var-template",
8198                 "-Wno-nonportable-include-path",
8199                 "-Wno-address-of-packed-member",
8200                 "-Wno-unused-lambda-capture",
8201                 "-Wno-user-defined-warnings",
8202                 "-O2",
8203                 "-fno-ident",
8204                 "-fdata-sections",
8205                 "-ffunction-sections",
8206                 "-fno-omit-frame-pointer",
8207                 "-g2",
8208                 "-fvisibility=hidden",
8209                 "-Xclang",
8210                 "-add-plugin",
8211                 "-Xclang",
8212                 "find-bad-constructs",
8213                 "-Xclang",
8214                 "-plugin-arg-find-bad-constructs",
8215                 "-Xclang",
8216                 "check-auto-raw-pointer",
8217                 "-Wheader-hygiene",
8218                 "-Wstring-conversion",
8219                 "-Wtautological-overlap-compare",
8220                 "-Wextra",
8221                 "-Wno-unused-parameter",
8222                 "-Wno-missing-field-initializers",
8223                 "-Wno-strict-overflow",
8224                 "-Wc++11-narrowing",
8225                 "-Wimplicit-fallthrough",
8226                 "-Wthread-safety",
8227                 "-Winconsistent-missing-override",
8228                 "-Wundef",
8229                 "-Wunused-lambda-capture"
8230             ],
8231             "defines": [
8232                 "WEBRTC_CODEC_ILBC",
8233                 "WEBRTC_CODEC_OPUS",
8234                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
8235                 "WEBRTC_CODEC_ISAC",
8236                 "V8_DEPRECATION_WARNINGS",
8237                 "USE_X11=1",
8238                 "CHROMIUM_BUILD",
8239                 "_FILE_OFFSET_BITS=64",
8240                 "_FORTIFY_SOURCE=2",
8241                 "NDEBUG",
8242                 "NVALGRIND",
8243                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8244                 "WEBRTC_ENABLE_PROTOBUF=0",
8245                 "WEBRTC_RESTRICT_LOGGING",
8246                 "WEBRTC_ARCH_ARM64",
8247                 "WEBRTC_HAS_NEON",
8248                 "WEBRTC_MOZILLA_BUILD",
8249                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8250                 "WEBRTC_POSIX",
8251                 "WEBRTC_BSD"
8252             ],
8253             "deps": [
8254                 "//:webrtc_common",
8255                 "//rtc_base:rtc_base_approved"
8256             ],
8257             "include_dirs": [
8258                 "/media/libopus/include/",
8259                 "//",
8260                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8261             ],
8262             "libs": [],
8263             "sources": [
8264                 "//modules/audio_coding/codecs/opus/opus_inst.h",
8265                 "//modules/audio_coding/codecs/opus/opus_interface.c",
8266                 "//modules/audio_coding/codecs/opus/opus_interface.h"
8267             ],
8268             "type": "source_set"
8269         },
8270         "//modules/audio_device:audio_device": {
8271             "cflags": [
8272                 "-fno-strict-aliasing",
8273                 "--param=ssp-buffer-size=4",
8274                 "-fstack-protector",
8275                 "-Wno-builtin-macro-redefined",
8276                 "-D__DATE__=",
8277                 "-D__TIME__=",
8278                 "-D__TIMESTAMP__=",
8279                 "-funwind-tables",
8280                 "-fcolor-diagnostics",
8281                 "--target=aarch64-linux-gnu",
8282                 "-Wall",
8283                 "-Werror",
8284                 "-Wextra",
8285                 "-Wno-missing-field-initializers",
8286                 "-Wno-unused-parameter",
8287                 "-Wno-c++11-narrowing",
8288                 "-Wno-covered-switch-default",
8289                 "-Wno-unneeded-internal-declaration",
8290                 "-Wno-inconsistent-missing-override",
8291                 "-Wno-undefined-var-template",
8292                 "-Wno-nonportable-include-path",
8293                 "-Wno-address-of-packed-member",
8294                 "-Wno-unused-lambda-capture",
8295                 "-Wno-user-defined-warnings",
8296                 "-O2",
8297                 "-fno-ident",
8298                 "-fdata-sections",
8299                 "-ffunction-sections",
8300                 "-fno-omit-frame-pointer",
8301                 "-g2",
8302                 "-fvisibility=hidden",
8303                 "-Xclang",
8304                 "-add-plugin",
8305                 "-Xclang",
8306                 "find-bad-constructs",
8307                 "-Xclang",
8308                 "-plugin-arg-find-bad-constructs",
8309                 "-Xclang",
8310                 "check-auto-raw-pointer",
8311                 "-Wheader-hygiene",
8312                 "-Wstring-conversion",
8313                 "-Wtautological-overlap-compare",
8314                 "-Wextra",
8315                 "-Wno-unused-parameter",
8316                 "-Wno-missing-field-initializers",
8317                 "-Wno-strict-overflow",
8318                 "-Wc++11-narrowing",
8319                 "-Wimplicit-fallthrough",
8320                 "-Wthread-safety",
8321                 "-Winconsistent-missing-override",
8322                 "-Wundef",
8323                 "-Wunused-lambda-capture"
8324             ],
8325             "defines": [
8326                 "V8_DEPRECATION_WARNINGS",
8327                 "USE_X11=1",
8328                 "CHROMIUM_BUILD",
8329                 "_FILE_OFFSET_BITS=64",
8330                 "_FORTIFY_SOURCE=2",
8331                 "NDEBUG",
8332                 "NVALGRIND",
8333                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8334                 "WEBRTC_ENABLE_PROTOBUF=0",
8335                 "WEBRTC_RESTRICT_LOGGING",
8336                 "WEBRTC_ARCH_ARM64",
8337                 "WEBRTC_HAS_NEON",
8338                 "WEBRTC_MOZILLA_BUILD",
8339                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8340                 "WEBRTC_POSIX",
8341                 "WEBRTC_BSD"
8342             ],
8343             "deps": [
8344                 "//modules/audio_device:audio_device_generic"
8345             ],
8346             "include_dirs": [
8347                 "//",
8348                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8349                 "//modules/include/",
8350                 "//modules/audio_device/include/",
8351                 "//modules/audio_device/dummy/"
8352             ],
8353             "libs": [],
8354             "sources": [],
8355             "type": "source_set"
8356         },
8357         "//modules/audio_device:audio_device_generic": {
8358             "cflags": [
8359                 "-fno-strict-aliasing",
8360                 "--param=ssp-buffer-size=4",
8361                 "-fstack-protector",
8362                 "-Wno-builtin-macro-redefined",
8363                 "-D__DATE__=",
8364                 "-D__TIME__=",
8365                 "-D__TIMESTAMP__=",
8366                 "-funwind-tables",
8367                 "-fcolor-diagnostics",
8368                 "--target=aarch64-linux-gnu",
8369                 "-Wall",
8370                 "-Werror",
8371                 "-Wextra",
8372                 "-Wno-missing-field-initializers",
8373                 "-Wno-unused-parameter",
8374                 "-Wno-c++11-narrowing",
8375                 "-Wno-covered-switch-default",
8376                 "-Wno-unneeded-internal-declaration",
8377                 "-Wno-inconsistent-missing-override",
8378                 "-Wno-undefined-var-template",
8379                 "-Wno-nonportable-include-path",
8380                 "-Wno-address-of-packed-member",
8381                 "-Wno-unused-lambda-capture",
8382                 "-Wno-user-defined-warnings",
8383                 "-O2",
8384                 "-fno-ident",
8385                 "-fdata-sections",
8386                 "-ffunction-sections",
8387                 "-fno-omit-frame-pointer",
8388                 "-g2",
8389                 "-fvisibility=hidden",
8390                 "-Wheader-hygiene",
8391                 "-Wstring-conversion",
8392                 "-Wtautological-overlap-compare",
8393                 "-Wextra",
8394                 "-Wno-unused-parameter",
8395                 "-Wno-missing-field-initializers",
8396                 "-Wno-strict-overflow",
8397                 "-Wc++11-narrowing",
8398                 "-Wimplicit-fallthrough",
8399                 "-Wthread-safety",
8400                 "-Winconsistent-missing-override",
8401                 "-Wundef",
8402                 "-Wunused-lambda-capture"
8403             ],
8404             "defines": [
8405                 "WEBRTC_DUMMY_AUDIO_BUILD",
8406                 "V8_DEPRECATION_WARNINGS",
8407                 "USE_X11=1",
8408                 "CHROMIUM_BUILD",
8409                 "_FILE_OFFSET_BITS=64",
8410                 "_FORTIFY_SOURCE=2",
8411                 "NDEBUG",
8412                 "NVALGRIND",
8413                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8414                 "WEBRTC_ENABLE_PROTOBUF=0",
8415                 "WEBRTC_RESTRICT_LOGGING",
8416                 "WEBRTC_ARCH_ARM64",
8417                 "WEBRTC_HAS_NEON",
8418                 "WEBRTC_MOZILLA_BUILD",
8419                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8420                 "WEBRTC_POSIX",
8421                 "WEBRTC_BSD"
8422             ],
8423             "deps": [
8424                 "//:webrtc_common",
8425                 "//api:array_view",
8426                 "//common_audio:common_audio",
8427                 "//modules:module_api",
8428                 "//modules/utility:utility",
8429                 "//rtc_base:rtc_base_approved",
8430                 "//rtc_base:rtc_task_queue",
8431                 "//system_wrappers:system_wrappers"
8432             ],
8433             "include_dirs": [
8434                 "//",
8435                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8436                 "//modules/include/",
8437                 "//modules/audio_device/include/",
8438                 "//modules/audio_device/dummy/",
8439                 "//common_audio/resampler/include/",
8440                 "//common_audio/signal_processing/include/",
8441                 "//common_audio/vad/include/"
8442             ],
8443             "libs": [],
8444             "sources": [
8445                 "//modules/audio_device/audio_device_buffer.cc",
8446                 "//modules/audio_device/audio_device_buffer.h",
8447                 "//modules/audio_device/audio_device_config.h",
8448                 "//modules/audio_device/audio_device_generic.cc",
8449                 "//modules/audio_device/audio_device_generic.h",
8450                 "//modules/audio_device/dummy/audio_device_dummy.cc",
8451                 "//modules/audio_device/dummy/audio_device_dummy.h",
8452                 "//modules/audio_device/dummy/file_audio_device.cc",
8453                 "//modules/audio_device/dummy/file_audio_device.h",
8454                 "//modules/audio_device/fine_audio_buffer.cc",
8455                 "//modules/audio_device/fine_audio_buffer.h",
8456                 "//modules/audio_device/include/audio_device.h",
8457                 "//modules/audio_device/include/audio_device_defines.h",
8458                 "//modules/audio_device/dummy/file_audio_device_factory.cc",
8459                 "//modules/audio_device/dummy/file_audio_device_factory.h"
8460             ],
8461             "type": "source_set"
8462         },
8463         "//modules/audio_mixer:audio_frame_manipulator": {
8464             "cflags": [
8465                 "-fno-strict-aliasing",
8466                 "--param=ssp-buffer-size=4",
8467                 "-fstack-protector",
8468                 "-Wno-builtin-macro-redefined",
8469                 "-D__DATE__=",
8470                 "-D__TIME__=",
8471                 "-D__TIMESTAMP__=",
8472                 "-funwind-tables",
8473                 "-fcolor-diagnostics",
8474                 "--target=aarch64-linux-gnu",
8475                 "-Wall",
8476                 "-Werror",
8477                 "-Wextra",
8478                 "-Wno-missing-field-initializers",
8479                 "-Wno-unused-parameter",
8480                 "-Wno-c++11-narrowing",
8481                 "-Wno-covered-switch-default",
8482                 "-Wno-unneeded-internal-declaration",
8483                 "-Wno-inconsistent-missing-override",
8484                 "-Wno-undefined-var-template",
8485                 "-Wno-nonportable-include-path",
8486                 "-Wno-address-of-packed-member",
8487                 "-Wno-unused-lambda-capture",
8488                 "-Wno-user-defined-warnings",
8489                 "-O2",
8490                 "-fno-ident",
8491                 "-fdata-sections",
8492                 "-ffunction-sections",
8493                 "-fno-omit-frame-pointer",
8494                 "-g2",
8495                 "-fvisibility=hidden",
8496                 "-Xclang",
8497                 "-add-plugin",
8498                 "-Xclang",
8499                 "find-bad-constructs",
8500                 "-Xclang",
8501                 "-plugin-arg-find-bad-constructs",
8502                 "-Xclang",
8503                 "check-auto-raw-pointer",
8504                 "-Wheader-hygiene",
8505                 "-Wstring-conversion",
8506                 "-Wtautological-overlap-compare",
8507                 "-Wextra",
8508                 "-Wno-unused-parameter",
8509                 "-Wno-missing-field-initializers",
8510                 "-Wno-strict-overflow",
8511                 "-Wc++11-narrowing",
8512                 "-Wimplicit-fallthrough",
8513                 "-Wthread-safety",
8514                 "-Winconsistent-missing-override",
8515                 "-Wundef",
8516                 "-Wunused-lambda-capture"
8517             ],
8518             "defines": [
8519                 "V8_DEPRECATION_WARNINGS",
8520                 "USE_X11=1",
8521                 "CHROMIUM_BUILD",
8522                 "_FILE_OFFSET_BITS=64",
8523                 "_FORTIFY_SOURCE=2",
8524                 "NDEBUG",
8525                 "NVALGRIND",
8526                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8527                 "WEBRTC_ENABLE_PROTOBUF=0",
8528                 "WEBRTC_RESTRICT_LOGGING",
8529                 "WEBRTC_ARCH_ARM64",
8530                 "WEBRTC_HAS_NEON",
8531                 "WEBRTC_MOZILLA_BUILD",
8532                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8533                 "WEBRTC_POSIX",
8534                 "WEBRTC_BSD"
8535             ],
8536             "deps": [
8537                 "//audio/utility:utility",
8538                 "//modules:module_api",
8539                 "//rtc_base:rtc_base_approved"
8540             ],
8541             "include_dirs": [
8542                 "//",
8543                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8544             ],
8545             "libs": [],
8546             "sources": [
8547                 "//modules/audio_mixer/audio_frame_manipulator.cc",
8548                 "//modules/audio_mixer/audio_frame_manipulator.h"
8549             ],
8550             "type": "static_library"
8551         },
8552         "//modules/audio_mixer:audio_mixer_impl": {
8553             "cflags": [
8554                 "-fno-strict-aliasing",
8555                 "--param=ssp-buffer-size=4",
8556                 "-fstack-protector",
8557                 "-Wno-builtin-macro-redefined",
8558                 "-D__DATE__=",
8559                 "-D__TIME__=",
8560                 "-D__TIMESTAMP__=",
8561                 "-funwind-tables",
8562                 "-fcolor-diagnostics",
8563                 "--target=aarch64-linux-gnu",
8564                 "-Wall",
8565                 "-Werror",
8566                 "-Wextra",
8567                 "-Wno-missing-field-initializers",
8568                 "-Wno-unused-parameter",
8569                 "-Wno-c++11-narrowing",
8570                 "-Wno-covered-switch-default",
8571                 "-Wno-unneeded-internal-declaration",
8572                 "-Wno-inconsistent-missing-override",
8573                 "-Wno-undefined-var-template",
8574                 "-Wno-nonportable-include-path",
8575                 "-Wno-address-of-packed-member",
8576                 "-Wno-unused-lambda-capture",
8577                 "-Wno-user-defined-warnings",
8578                 "-O2",
8579                 "-fno-ident",
8580                 "-fdata-sections",
8581                 "-ffunction-sections",
8582                 "-fno-omit-frame-pointer",
8583                 "-g2",
8584                 "-fvisibility=hidden",
8585                 "-Xclang",
8586                 "-add-plugin",
8587                 "-Xclang",
8588                 "find-bad-constructs",
8589                 "-Xclang",
8590                 "-plugin-arg-find-bad-constructs",
8591                 "-Xclang",
8592                 "check-auto-raw-pointer",
8593                 "-Wheader-hygiene",
8594                 "-Wstring-conversion",
8595                 "-Wtautological-overlap-compare",
8596                 "-Wextra",
8597                 "-Wno-unused-parameter",
8598                 "-Wno-missing-field-initializers",
8599                 "-Wno-strict-overflow",
8600                 "-Wc++11-narrowing",
8601                 "-Wimplicit-fallthrough",
8602                 "-Wthread-safety",
8603                 "-Winconsistent-missing-override",
8604                 "-Wundef",
8605                 "-Wunused-lambda-capture"
8606             ],
8607             "defines": [
8608                 "V8_DEPRECATION_WARNINGS",
8609                 "USE_X11=1",
8610                 "CHROMIUM_BUILD",
8611                 "_FILE_OFFSET_BITS=64",
8612                 "_FORTIFY_SOURCE=2",
8613                 "NDEBUG",
8614                 "NVALGRIND",
8615                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8616                 "WEBRTC_ENABLE_PROTOBUF=0",
8617                 "WEBRTC_RESTRICT_LOGGING",
8618                 "WEBRTC_ARCH_ARM64",
8619                 "WEBRTC_HAS_NEON",
8620                 "WEBRTC_MOZILLA_BUILD",
8621                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8622                 "WEBRTC_POSIX",
8623                 "WEBRTC_BSD"
8624             ],
8625             "deps": [
8626                 "//:webrtc_common",
8627                 "//api:array_view",
8628                 "//api:audio_mixer_api",
8629                 "//audio/utility:audio_frame_operations",
8630                 "//modules:module_api",
8631                 "//modules/audio_mixer:audio_frame_manipulator",
8632                 "//modules/audio_processing:audio_processing",
8633                 "//rtc_base:rtc_base_approved",
8634                 "//system_wrappers:system_wrappers"
8635             ],
8636             "include_dirs": [
8637                 "//",
8638                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8639             ],
8640             "libs": [],
8641             "sources": [
8642                 "//modules/audio_mixer/audio_mixer_impl.cc",
8643                 "//modules/audio_mixer/audio_mixer_impl.h",
8644                 "//modules/audio_mixer/default_output_rate_calculator.cc",
8645                 "//modules/audio_mixer/default_output_rate_calculator.h",
8646                 "//modules/audio_mixer/frame_combiner.cc",
8647                 "//modules/audio_mixer/frame_combiner.h",
8648                 "//modules/audio_mixer/output_rate_calculator.h"
8649             ],
8650             "type": "static_library"
8651         },
8652         "//modules/audio_processing/aec_dump:aec_dump": {
8653             "cflags": [
8654                 "-fno-strict-aliasing",
8655                 "--param=ssp-buffer-size=4",
8656                 "-fstack-protector",
8657                 "-Wno-builtin-macro-redefined",
8658                 "-D__DATE__=",
8659                 "-D__TIME__=",
8660                 "-D__TIMESTAMP__=",
8661                 "-funwind-tables",
8662                 "-fcolor-diagnostics",
8663                 "--target=aarch64-linux-gnu",
8664                 "-Wall",
8665                 "-Werror",
8666                 "-Wextra",
8667                 "-Wno-missing-field-initializers",
8668                 "-Wno-unused-parameter",
8669                 "-Wno-c++11-narrowing",
8670                 "-Wno-covered-switch-default",
8671                 "-Wno-unneeded-internal-declaration",
8672                 "-Wno-inconsistent-missing-override",
8673                 "-Wno-undefined-var-template",
8674                 "-Wno-nonportable-include-path",
8675                 "-Wno-address-of-packed-member",
8676                 "-Wno-unused-lambda-capture",
8677                 "-Wno-user-defined-warnings",
8678                 "-O2",
8679                 "-fno-ident",
8680                 "-fdata-sections",
8681                 "-ffunction-sections",
8682                 "-fno-omit-frame-pointer",
8683                 "-g2",
8684                 "-fvisibility=hidden",
8685                 "-Xclang",
8686                 "-add-plugin",
8687                 "-Xclang",
8688                 "find-bad-constructs",
8689                 "-Xclang",
8690                 "-plugin-arg-find-bad-constructs",
8691                 "-Xclang",
8692                 "check-auto-raw-pointer",
8693                 "-Wheader-hygiene",
8694                 "-Wstring-conversion",
8695                 "-Wtautological-overlap-compare",
8696                 "-Wextra",
8697                 "-Wno-unused-parameter",
8698                 "-Wno-missing-field-initializers",
8699                 "-Wno-strict-overflow",
8700                 "-Wc++11-narrowing",
8701                 "-Wimplicit-fallthrough",
8702                 "-Wthread-safety",
8703                 "-Winconsistent-missing-override",
8704                 "-Wundef",
8705                 "-Wunused-lambda-capture"
8706             ],
8707             "defines": [
8708                 "V8_DEPRECATION_WARNINGS",
8709                 "USE_X11=1",
8710                 "CHROMIUM_BUILD",
8711                 "_FILE_OFFSET_BITS=64",
8712                 "_FORTIFY_SOURCE=2",
8713                 "NDEBUG",
8714                 "NVALGRIND",
8715                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8716                 "WEBRTC_ENABLE_PROTOBUF=0",
8717                 "WEBRTC_RESTRICT_LOGGING",
8718                 "WEBRTC_ARCH_ARM64",
8719                 "WEBRTC_HAS_NEON",
8720                 "WEBRTC_MOZILLA_BUILD",
8721                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8722                 "WEBRTC_POSIX",
8723                 "WEBRTC_BSD"
8724             ],
8725             "deps": [
8726                 "//modules/audio_processing:aec_dump_interface",
8727                 "//rtc_base:rtc_base_approved"
8728             ],
8729             "include_dirs": [
8730                 "//",
8731                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8732             ],
8733             "libs": [],
8734             "sources": [
8735                 "//modules/audio_processing/aec_dump/aec_dump_factory.h"
8736             ],
8737             "type": "source_set"
8738         },
8739         "//modules/audio_processing/aec_dump:null_aec_dump_factory": {
8740             "cflags": [
8741                 "-fno-strict-aliasing",
8742                 "--param=ssp-buffer-size=4",
8743                 "-fstack-protector",
8744                 "-Wno-builtin-macro-redefined",
8745                 "-D__DATE__=",
8746                 "-D__TIME__=",
8747                 "-D__TIMESTAMP__=",
8748                 "-funwind-tables",
8749                 "-fcolor-diagnostics",
8750                 "--target=aarch64-linux-gnu",
8751                 "-Wall",
8752                 "-Werror",
8753                 "-Wextra",
8754                 "-Wno-missing-field-initializers",
8755                 "-Wno-unused-parameter",
8756                 "-Wno-c++11-narrowing",
8757                 "-Wno-covered-switch-default",
8758                 "-Wno-unneeded-internal-declaration",
8759                 "-Wno-inconsistent-missing-override",
8760                 "-Wno-undefined-var-template",
8761                 "-Wno-nonportable-include-path",
8762                 "-Wno-address-of-packed-member",
8763                 "-Wno-unused-lambda-capture",
8764                 "-Wno-user-defined-warnings",
8765                 "-O2",
8766                 "-fno-ident",
8767                 "-fdata-sections",
8768                 "-ffunction-sections",
8769                 "-fno-omit-frame-pointer",
8770                 "-g2",
8771                 "-fvisibility=hidden",
8772                 "-Xclang",
8773                 "-add-plugin",
8774                 "-Xclang",
8775                 "find-bad-constructs",
8776                 "-Xclang",
8777                 "-plugin-arg-find-bad-constructs",
8778                 "-Xclang",
8779                 "check-auto-raw-pointer",
8780                 "-Wheader-hygiene",
8781                 "-Wstring-conversion",
8782                 "-Wtautological-overlap-compare",
8783                 "-Wextra",
8784                 "-Wno-unused-parameter",
8785                 "-Wno-missing-field-initializers",
8786                 "-Wno-strict-overflow",
8787                 "-Wc++11-narrowing",
8788                 "-Wimplicit-fallthrough",
8789                 "-Wthread-safety",
8790                 "-Winconsistent-missing-override",
8791                 "-Wundef",
8792                 "-Wunused-lambda-capture"
8793             ],
8794             "defines": [
8795                 "V8_DEPRECATION_WARNINGS",
8796                 "USE_X11=1",
8797                 "CHROMIUM_BUILD",
8798                 "_FILE_OFFSET_BITS=64",
8799                 "_FORTIFY_SOURCE=2",
8800                 "NDEBUG",
8801                 "NVALGRIND",
8802                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8803                 "WEBRTC_ENABLE_PROTOBUF=0",
8804                 "WEBRTC_RESTRICT_LOGGING",
8805                 "WEBRTC_ARCH_ARM64",
8806                 "WEBRTC_HAS_NEON",
8807                 "WEBRTC_MOZILLA_BUILD",
8808                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8809                 "WEBRTC_POSIX",
8810                 "WEBRTC_BSD"
8811             ],
8812             "deps": [
8813                 "//modules/audio_processing:aec_dump_interface",
8814                 "//modules/audio_processing/aec_dump:aec_dump"
8815             ],
8816             "include_dirs": [
8817                 "//",
8818                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8819             ],
8820             "libs": [],
8821             "sources": [
8822                 "//modules/audio_processing/aec_dump/null_aec_dump_factory.cc"
8823             ],
8824             "type": "source_set"
8825         },
8826         "//modules/audio_processing:aec_dump_interface": {
8827             "cflags": [
8828                 "-fno-strict-aliasing",
8829                 "--param=ssp-buffer-size=4",
8830                 "-fstack-protector",
8831                 "-Wno-builtin-macro-redefined",
8832                 "-D__DATE__=",
8833                 "-D__TIME__=",
8834                 "-D__TIMESTAMP__=",
8835                 "-funwind-tables",
8836                 "-fcolor-diagnostics",
8837                 "--target=aarch64-linux-gnu",
8838                 "-Wall",
8839                 "-Werror",
8840                 "-Wextra",
8841                 "-Wno-missing-field-initializers",
8842                 "-Wno-unused-parameter",
8843                 "-Wno-c++11-narrowing",
8844                 "-Wno-covered-switch-default",
8845                 "-Wno-unneeded-internal-declaration",
8846                 "-Wno-inconsistent-missing-override",
8847                 "-Wno-undefined-var-template",
8848                 "-Wno-nonportable-include-path",
8849                 "-Wno-address-of-packed-member",
8850                 "-Wno-unused-lambda-capture",
8851                 "-Wno-user-defined-warnings",
8852                 "-O2",
8853                 "-fno-ident",
8854                 "-fdata-sections",
8855                 "-ffunction-sections",
8856                 "-fno-omit-frame-pointer",
8857                 "-g2",
8858                 "-fvisibility=hidden",
8859                 "-Xclang",
8860                 "-add-plugin",
8861                 "-Xclang",
8862                 "find-bad-constructs",
8863                 "-Xclang",
8864                 "-plugin-arg-find-bad-constructs",
8865                 "-Xclang",
8866                 "check-auto-raw-pointer",
8867                 "-Wheader-hygiene",
8868                 "-Wstring-conversion",
8869                 "-Wtautological-overlap-compare",
8870                 "-Wextra",
8871                 "-Wno-unused-parameter",
8872                 "-Wno-missing-field-initializers",
8873                 "-Wno-strict-overflow",
8874                 "-Wc++11-narrowing",
8875                 "-Wimplicit-fallthrough",
8876                 "-Wthread-safety",
8877                 "-Winconsistent-missing-override",
8878                 "-Wundef",
8879                 "-Wunused-lambda-capture"
8880             ],
8881             "defines": [
8882                 "V8_DEPRECATION_WARNINGS",
8883                 "USE_X11=1",
8884                 "CHROMIUM_BUILD",
8885                 "_FILE_OFFSET_BITS=64",
8886                 "_FORTIFY_SOURCE=2",
8887                 "NDEBUG",
8888                 "NVALGRIND",
8889                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8890                 "WEBRTC_ENABLE_PROTOBUF=0",
8891                 "WEBRTC_RESTRICT_LOGGING",
8892                 "WEBRTC_ARCH_ARM64",
8893                 "WEBRTC_HAS_NEON",
8894                 "WEBRTC_MOZILLA_BUILD",
8895                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8896                 "WEBRTC_POSIX",
8897                 "WEBRTC_BSD"
8898             ],
8899             "deps": [
8900                 "//api:array_view",
8901                 "//rtc_base:rtc_base_approved"
8902             ],
8903             "include_dirs": [
8904                 "//",
8905                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8906             ],
8907             "libs": [],
8908             "sources": [
8909                 "//modules/audio_processing/include/aec_dump.cc",
8910                 "//modules/audio_processing/include/aec_dump.h"
8911             ],
8912             "type": "source_set"
8913         },
8914         "//modules/audio_processing:audio_processing": {
8915             "cflags": [
8916                 "-fno-strict-aliasing",
8917                 "--param=ssp-buffer-size=4",
8918                 "-fstack-protector",
8919                 "-Wno-builtin-macro-redefined",
8920                 "-D__DATE__=",
8921                 "-D__TIME__=",
8922                 "-D__TIMESTAMP__=",
8923                 "-funwind-tables",
8924                 "-fcolor-diagnostics",
8925                 "--target=aarch64-linux-gnu",
8926                 "-Wall",
8927                 "-Werror",
8928                 "-Wextra",
8929                 "-Wno-missing-field-initializers",
8930                 "-Wno-unused-parameter",
8931                 "-Wno-c++11-narrowing",
8932                 "-Wno-covered-switch-default",
8933                 "-Wno-unneeded-internal-declaration",
8934                 "-Wno-inconsistent-missing-override",
8935                 "-Wno-undefined-var-template",
8936                 "-Wno-nonportable-include-path",
8937                 "-Wno-address-of-packed-member",
8938                 "-Wno-unused-lambda-capture",
8939                 "-Wno-user-defined-warnings",
8940                 "-O2",
8941                 "-fno-ident",
8942                 "-fdata-sections",
8943                 "-ffunction-sections",
8944                 "-fno-omit-frame-pointer",
8945                 "-g2",
8946                 "-fvisibility=hidden",
8947                 "-Xclang",
8948                 "-add-plugin",
8949                 "-Xclang",
8950                 "find-bad-constructs",
8951                 "-Xclang",
8952                 "-plugin-arg-find-bad-constructs",
8953                 "-Xclang",
8954                 "check-auto-raw-pointer",
8955                 "-Wheader-hygiene",
8956                 "-Wstring-conversion",
8957                 "-Wtautological-overlap-compare",
8958                 "-Wextra",
8959                 "-Wno-unused-parameter",
8960                 "-Wno-missing-field-initializers",
8961                 "-Wno-strict-overflow",
8962                 "-Wc++11-narrowing",
8963                 "-Wimplicit-fallthrough",
8964                 "-Wthread-safety",
8965                 "-Winconsistent-missing-override",
8966                 "-Wundef",
8967                 "-Wunused-lambda-capture"
8968             ],
8969             "defines": [
8970                 "WEBRTC_APM_DEBUG_DUMP=1",
8971                 "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
8972                 "WEBRTC_NS_FIXED",
8973                 "V8_DEPRECATION_WARNINGS",
8974                 "USE_X11=1",
8975                 "CHROMIUM_BUILD",
8976                 "_FILE_OFFSET_BITS=64",
8977                 "_FORTIFY_SOURCE=2",
8978                 "NDEBUG",
8979                 "NVALGRIND",
8980                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8981                 "WEBRTC_ENABLE_PROTOBUF=0",
8982                 "WEBRTC_RESTRICT_LOGGING",
8983                 "WEBRTC_ARCH_ARM64",
8984                 "WEBRTC_HAS_NEON",
8985                 "WEBRTC_MOZILLA_BUILD",
8986                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8987                 "WEBRTC_POSIX",
8988                 "WEBRTC_BSD"
8989             ],
8990             "deps": [
8991                 "//:webrtc_common",
8992                 "//api:array_view",
8993                 "//api:optional",
8994                 "//audio/utility:audio_frame_operations",
8995                 "//common_audio:common_audio",
8996                 "//common_audio:fir_filter",
8997                 "//common_audio:fir_filter_factory",
8998                 "//modules:module_api",
8999                 "//modules/audio_coding:isac",
9000                 "//modules/audio_processing:aec_dump_interface",
9001                 "//modules/audio_processing:audio_processing_c",
9002                 "//modules/audio_processing:audio_processing_neon",
9003                 "//modules/audio_processing:audio_processing_statistics",
9004                 "//rtc_base:gtest_prod",
9005                 "//rtc_base:protobuf_utils",
9006                 "//rtc_base:rtc_base_approved",
9007                 "//system_wrappers:field_trial_api",
9008                 "//system_wrappers:system_wrappers"
9009             ],
9010             "include_dirs": [
9011                 "//",
9012                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
9013                 "//modules/audio_coding/codecs/isac/main/include/",
9014                 "//common_audio/resampler/include/",
9015                 "//common_audio/signal_processing/include/",
9016                 "//common_audio/vad/include/"
9017             ],
9018             "libs": [],
9019             "sources": [
9020                 "//modules/audio_processing/aec/aec_core.cc",
9021                 "//modules/audio_processing/aec/aec_core.h",
9022                 "//modules/audio_processing/aec/aec_core_optimized_methods.h",
9023                 "//modules/audio_processing/aec/aec_resampler.cc",
9024                 "//modules/audio_processing/aec/aec_resampler.h",
9025                 "//modules/audio_processing/aec/echo_cancellation.cc",
9026                 "//modules/audio_processing/aec/echo_cancellation.h",
9027                 "//modules/audio_processing/aec3/adaptive_fir_filter.cc",
9028                 "//modules/audio_processing/aec3/adaptive_fir_filter.h",
9029                 "//modules/audio_processing/aec3/aec3_common.cc",
9030                 "//modules/audio_processing/aec3/aec3_common.h",
9031                 "//modules/audio_processing/aec3/aec3_fft.cc",
9032                 "//modules/audio_processing/aec3/aec3_fft.h",
9033                 "//modules/audio_processing/aec3/aec_state.cc",
9034                 "//modules/audio_processing/aec3/aec_state.h",
9035                 "//modules/audio_processing/aec3/block_framer.cc",
9036                 "//modules/audio_processing/aec3/block_framer.h",
9037                 "//modules/audio_processing/aec3/block_processor.cc",
9038                 "//modules/audio_processing/aec3/block_processor.h",
9039                 "//modules/audio_processing/aec3/block_processor_metrics.cc",
9040                 "//modules/audio_processing/aec3/block_processor_metrics.h",
9041                 "//modules/audio_processing/aec3/cascaded_biquad_filter.cc",
9042                 "//modules/audio_processing/aec3/cascaded_biquad_filter.h",
9043                 "//modules/audio_processing/aec3/comfort_noise_generator.cc",
9044                 "//modules/audio_processing/aec3/comfort_noise_generator.h",
9045                 "//modules/audio_processing/aec3/decimator.cc",
9046                 "//modules/audio_processing/aec3/decimator.h",
9047                 "//modules/audio_processing/aec3/downsampled_render_buffer.cc",
9048                 "//modules/audio_processing/aec3/downsampled_render_buffer.h",
9049                 "//modules/audio_processing/aec3/echo_canceller3.cc",
9050                 "//modules/audio_processing/aec3/echo_canceller3.h",
9051                 "//modules/audio_processing/aec3/echo_path_delay_estimator.cc",
9052                 "//modules/audio_processing/aec3/echo_path_delay_estimator.h",
9053                 "//modules/audio_processing/aec3/echo_path_variability.cc",
9054                 "//modules/audio_processing/aec3/echo_path_variability.h",
9055                 "//modules/audio_processing/aec3/echo_remover.cc",
9056                 "//modules/audio_processing/aec3/echo_remover.h",
9057                 "//modules/audio_processing/aec3/echo_remover_metrics.cc",
9058                 "//modules/audio_processing/aec3/echo_remover_metrics.h",
9059                 "//modules/audio_processing/aec3/erl_estimator.cc",
9060                 "//modules/audio_processing/aec3/erl_estimator.h",
9061                 "//modules/audio_processing/aec3/erle_estimator.cc",
9062                 "//modules/audio_processing/aec3/erle_estimator.h",
9063                 "//modules/audio_processing/aec3/fft_data.h",
9064                 "//modules/audio_processing/aec3/frame_blocker.cc",
9065                 "//modules/audio_processing/aec3/frame_blocker.h",
9066                 "//modules/audio_processing/aec3/main_filter_update_gain.cc",
9067                 "//modules/audio_processing/aec3/main_filter_update_gain.h",
9068                 "//modules/audio_processing/aec3/matched_filter.cc",
9069                 "//modules/audio_processing/aec3/matched_filter.h",
9070                 "//modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
9071                 "//modules/audio_processing/aec3/matched_filter_lag_aggregator.h",
9072                 "//modules/audio_processing/aec3/output_selector.cc",
9073                 "//modules/audio_processing/aec3/output_selector.h",
9074                 "//modules/audio_processing/aec3/render_buffer.cc",
9075                 "//modules/audio_processing/aec3/render_buffer.h",
9076                 "//modules/audio_processing/aec3/render_delay_buffer.cc",
9077                 "//modules/audio_processing/aec3/render_delay_buffer.h",
9078                 "//modules/audio_processing/aec3/render_delay_controller.cc",
9079                 "//modules/audio_processing/aec3/render_delay_controller.h",
9080                 "//modules/audio_processing/aec3/render_delay_controller_metrics.cc",
9081                 "//modules/audio_processing/aec3/render_delay_controller_metrics.h",
9082                 "//modules/audio_processing/aec3/render_signal_analyzer.cc",
9083                 "//modules/audio_processing/aec3/render_signal_analyzer.h",
9084                 "//modules/audio_processing/aec3/residual_echo_estimator.cc",
9085                 "//modules/audio_processing/aec3/residual_echo_estimator.h",
9086                 "//modules/audio_processing/aec3/shadow_filter_update_gain.cc",
9087                 "//modules/audio_processing/aec3/shadow_filter_update_gain.h",
9088                 "//modules/audio_processing/aec3/subtractor.cc",
9089                 "//modules/audio_processing/aec3/subtractor.h",
9090                 "//modules/audio_processing/aec3/subtractor_output.h",
9091                 "//modules/audio_processing/aec3/suppression_filter.cc",
9092                 "//modules/audio_processing/aec3/suppression_filter.h",
9093                 "//modules/audio_processing/aec3/suppression_gain.cc",
9094                 "//modules/audio_processing/aec3/suppression_gain.h",
9095                 "//modules/audio_processing/aec3/vector_math.h",
9096                 "//modules/audio_processing/aecm/aecm_core.cc",
9097                 "//modules/audio_processing/aecm/aecm_core.h",
9098                 "//modules/audio_processing/aecm/echo_control_mobile.cc",
9099                 "//modules/audio_processing/aecm/echo_control_mobile.h",
9100                 "//modules/audio_processing/agc/agc.cc",
9101                 "//modules/audio_processing/agc/agc.h",
9102                 "//modules/audio_processing/agc/agc_manager_direct.cc",
9103                 "//modules/audio_processing/agc/agc_manager_direct.h",
9104                 "//modules/audio_processing/agc/gain_map_internal.h",
9105                 "//modules/audio_processing/agc/loudness_histogram.cc",
9106                 "//modules/audio_processing/agc/loudness_histogram.h",
9107                 "//modules/audio_processing/agc/utility.cc",
9108                 "//modules/audio_processing/agc/utility.h",
9109                 "//modules/audio_processing/agc2/gain_controller2.cc",
9110                 "//modules/audio_processing/agc2/gain_controller2.h",
9111                 "//modules/audio_processing/audio_buffer.cc",
9112                 "//modules/audio_processing/audio_buffer.h",
9113                 "//modules/audio_processing/audio_processing_impl.cc",
9114                 "//modules/audio_processing/audio_processing_impl.h",
9115                 "//modules/audio_processing/beamformer/array_util.cc",
9116                 "//modules/audio_processing/beamformer/array_util.h",
9117                 "//modules/audio_processing/beamformer/complex_matrix.h",
9118                 "//modules/audio_processing/beamformer/covariance_matrix_generator.cc",
9119                 "//modules/audio_processing/beamformer/covariance_matrix_generator.h",
9120                 "//modules/audio_processing/beamformer/matrix.h",
9121                 "//modules/audio_processing/beamformer/nonlinear_beamformer.cc",
9122                 "//modules/audio_processing/beamformer/nonlinear_beamformer.h",
9123                 "//modules/audio_processing/common.h",
9124                 "//modules/audio_processing/echo_cancellation_impl.cc",
9125                 "//modules/audio_processing/echo_cancellation_impl.h",
9126                 "//modules/audio_processing/echo_control_mobile_impl.cc",
9127                 "//modules/audio_processing/echo_control_mobile_impl.h",
9128                 "//modules/audio_processing/echo_detector/circular_buffer.cc",
9129                 "//modules/audio_processing/echo_detector/circular_buffer.h",
9130                 "//modules/audio_processing/echo_detector/mean_variance_estimator.cc",
9131                 "//modules/audio_processing/echo_detector/mean_variance_estimator.h",
9132                 "//modules/audio_processing/echo_detector/moving_max.cc",
9133                 "//modules/audio_processing/echo_detector/moving_max.h",
9134                 "//modules/audio_processing/echo_detector/normalized_covariance_estimator.cc",
9135                 "//modules/audio_processing/echo_detector/normalized_covariance_estimator.h",
9136                 "//modules/audio_processing/gain_control_for_experimental_agc.cc",
9137                 "//modules/audio_processing/gain_control_for_experimental_agc.h",
9138                 "//modules/audio_processing/gain_control_impl.cc",
9139                 "//modules/audio_processing/gain_control_impl.h",
9140                 "//modules/audio_processing/include/audio_processing.cc",
9141                 "//modules/audio_processing/include/audio_processing.h",
9142                 "//modules/audio_processing/include/config.cc",
9143                 "//modules/audio_processing/include/config.h",
9144                 "//modules/audio_processing/level_controller/biquad_filter.cc",
9145                 "//modules/audio_processing/level_controller/biquad_filter.h",
9146                 "//modules/audio_processing/level_controller/down_sampler.cc",
9147                 "//modules/audio_processing/level_controller/down_sampler.h",
9148                 "//modules/audio_processing/level_controller/gain_applier.cc",
9149                 "//modules/audio_processing/level_controller/gain_applier.h",
9150                 "//modules/audio_processing/level_controller/gain_selector.cc",
9151                 "//modules/audio_processing/level_controller/gain_selector.h",
9152                 "//modules/audio_processing/level_controller/level_controller.cc",
9153                 "//modules/audio_processing/level_controller/level_controller.h",
9154                 "//modules/audio_processing/level_controller/level_controller_constants.h",
9155                 "//modules/audio_processing/level_controller/noise_level_estimator.cc",
9156                 "//modules/audio_processing/level_controller/noise_level_estimator.h",
9157                 "//modules/audio_processing/level_controller/noise_spectrum_estimator.cc",
9158                 "//modules/audio_processing/level_controller/noise_spectrum_estimator.h",
9159                 "//modules/audio_processing/level_controller/peak_level_estimator.cc",
9160                 "//modules/audio_processing/level_controller/peak_level_estimator.h",
9161                 "//modules/audio_processing/level_controller/saturating_gain_estimator.cc",
9162                 "//modules/audio_processing/level_controller/saturating_gain_estimator.h",
9163                 "//modules/audio_processing/level_controller/signal_classifier.cc",
9164                 "//modules/audio_processing/level_controller/signal_classifier.h",
9165                 "//modules/audio_processing/level_estimator_impl.cc",
9166                 "//modules/audio_processing/level_estimator_impl.h",
9167                 "//modules/audio_processing/logging/apm_data_dumper.cc",
9168                 "//modules/audio_processing/logging/apm_data_dumper.h",
9169                 "//modules/audio_processing/low_cut_filter.cc",
9170                 "//modules/audio_processing/low_cut_filter.h",
9171                 "//modules/audio_processing/noise_suppression_impl.cc",
9172                 "//modules/audio_processing/noise_suppression_impl.h",
9173                 "//modules/audio_processing/render_queue_item_verifier.h",
9174                 "//modules/audio_processing/residual_echo_detector.cc",
9175                 "//modules/audio_processing/residual_echo_detector.h",
9176                 "//modules/audio_processing/rms_level.cc",
9177                 "//modules/audio_processing/rms_level.h",
9178                 "//modules/audio_processing/splitting_filter.cc",
9179                 "//modules/audio_processing/splitting_filter.h",
9180                 "//modules/audio_processing/three_band_filter_bank.cc",
9181                 "//modules/audio_processing/three_band_filter_bank.h",
9182                 "//modules/audio_processing/transient/common.h",
9183                 "//modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h",
9184                 "//modules/audio_processing/transient/dyadic_decimator.h",
9185                 "//modules/audio_processing/transient/moving_moments.cc",
9186                 "//modules/audio_processing/transient/moving_moments.h",
9187                 "//modules/audio_processing/transient/transient_detector.cc",
9188                 "//modules/audio_processing/transient/transient_detector.h",
9189                 "//modules/audio_processing/transient/transient_suppressor.cc",
9190                 "//modules/audio_processing/transient/transient_suppressor.h",
9191                 "//modules/audio_processing/transient/wpd_node.cc",
9192                 "//modules/audio_processing/transient/wpd_node.h",
9193                 "//modules/audio_processing/transient/wpd_tree.cc",
9194                 "//modules/audio_processing/transient/wpd_tree.h",
9195                 "//modules/audio_processing/typing_detection.cc",
9196                 "//modules/audio_processing/typing_detection.h",
9197                 "//modules/audio_processing/utility/block_mean_calculator.cc",
9198                 "//modules/audio_processing/utility/block_mean_calculator.h",
9199                 "//modules/audio_processing/utility/delay_estimator.cc",
9200                 "//modules/audio_processing/utility/delay_estimator.h",
9201                 "//modules/audio_processing/utility/delay_estimator_internal.h",
9202                 "//modules/audio_processing/utility/delay_estimator_wrapper.cc",
9203                 "//modules/audio_processing/utility/delay_estimator_wrapper.h",
9204                 "//modules/audio_processing/utility/ooura_fft.cc",
9205                 "//modules/audio_processing/utility/ooura_fft.h",
9206                 "//modules/audio_processing/utility/ooura_fft_tables_common.h",
9207                 "//modules/audio_processing/vad/common.h",
9208                 "//modules/audio_processing/vad/gmm.cc",
9209                 "//modules/audio_processing/vad/gmm.h",
9210                 "//modules/audio_processing/vad/noise_gmm_tables.h",
9211                 "//modules/audio_processing/vad/pitch_based_vad.cc",
9212                 "//modules/audio_processing/vad/pitch_based_vad.h",
9213                 "//modules/audio_processing/vad/pitch_internal.cc",
9214                 "//modules/audio_processing/vad/pitch_internal.h",
9215                 "//modules/audio_processing/vad/pole_zero_filter.cc",
9216                 "//modules/audio_processing/vad/pole_zero_filter.h",
9217                 "//modules/audio_processing/vad/standalone_vad.cc",
9218                 "//modules/audio_processing/vad/standalone_vad.h",
9219                 "//modules/audio_processing/vad/vad_audio_proc.cc",
9220                 "//modules/audio_processing/vad/vad_audio_proc.h",
9221                 "//modules/audio_processing/vad/vad_audio_proc_internal.h",
9222                 "//modules/audio_processing/vad/vad_circular_buffer.cc",
9223                 "//modules/audio_processing/vad/vad_circular_buffer.h",
9224                 "//modules/audio_processing/vad/voice_activity_detector.cc",
9225                 "//modules/audio_processing/vad/voice_activity_detector.h",
9226                 "//modules/audio_processing/vad/voice_gmm_tables.h",
9227                 "//modules/audio_processing/voice_detection_impl.cc",
9228                 "//modules/audio_processing/voice_detection_impl.h",
9229                 "//modules/audio_processing/aecm/aecm_core_c.cc"
9230             ],
9231             "type": "static_library"
9232         },
9233         "//modules/audio_processing:audio_processing_c": {
9234             "cflags": [
9235                 "-fno-strict-aliasing",
9236                 "--param=ssp-buffer-size=4",
9237                 "-fstack-protector",
9238                 "-Wno-builtin-macro-redefined",
9239                 "-D__DATE__=",
9240                 "-D__TIME__=",
9241                 "-D__TIMESTAMP__=",
9242                 "-funwind-tables",
9243                 "-fcolor-diagnostics",
9244                 "--target=aarch64-linux-gnu",
9245                 "-Wall",
9246                 "-Werror",
9247                 "-Wextra",
9248                 "-Wno-missing-field-initializers",
9249                 "-Wno-unused-parameter",
9250                 "-Wno-c++11-narrowing",
9251                 "-Wno-covered-switch-default",
9252                 "-Wno-unneeded-internal-declaration",
9253                 "-Wno-inconsistent-missing-override",
9254                 "-Wno-undefined-var-template",
9255                 "-Wno-nonportable-include-path",
9256                 "-Wno-address-of-packed-member",
9257                 "-Wno-unused-lambda-capture",
9258                 "-Wno-user-defined-warnings",
9259                 "-O2",
9260                 "-fno-ident",
9261                 "-fdata-sections",
9262                 "-ffunction-sections",
9263                 "-fno-omit-frame-pointer",
9264                 "-g2",
9265                 "-fvisibility=hidden",
9266                 "-Xclang",
9267                 "-add-plugin",
9268                 "-Xclang",
9269                 "find-bad-constructs",
9270                 "-Xclang",
9271                 "-plugin-arg-find-bad-constructs",
9272                 "-Xclang",
9273                 "check-auto-raw-pointer",
9274                 "-Wheader-hygiene",
9275                 "-Wstring-conversion",
9276                 "-Wtautological-overlap-compare",
9277                 "-Wextra",
9278                 "-Wno-unused-parameter",
9279                 "-Wno-missing-field-initializers",
9280                 "-Wno-strict-overflow",
9281                 "-Wc++11-narrowing",
9282                 "-Wimplicit-fallthrough",
9283                 "-Wthread-safety",
9284                 "-Winconsistent-missing-override",
9285                 "-Wundef",
9286                 "-Wunused-lambda-capture"
9287             ],
9288             "defines": [
9289                 "V8_DEPRECATION_WARNINGS",
9290                 "USE_X11=1",
9291                 "CHROMIUM_BUILD",
9292                 "_FILE_OFFSET_BITS=64",
9293                 "_FORTIFY_SOURCE=2",
9294                 "NDEBUG",
9295                 "NVALGRIND",
9296                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9297                 "WEBRTC_ENABLE_PROTOBUF=0",
9298                 "WEBRTC_RESTRICT_LOGGING",
9299                 "WEBRTC_ARCH_ARM64",
9300                 "WEBRTC_HAS_NEON",
9301                 "WEBRTC_MOZILLA_BUILD",
9302                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9303                 "WEBRTC_POSIX",
9304                 "WEBRTC_BSD"
9305             ],
9306             "deps": [
9307                 "//:webrtc_common",
9308                 "//common_audio:common_audio",
9309                 "//modules/audio_processing:audio_processing_neon_c",
9310                 "//rtc_base:rtc_base_approved",
9311                 "//system_wrappers:system_wrappers"
9312             ],
9313             "include_dirs": [
9314                 "//",
9315                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
9316                 "//common_audio/resampler/include/",
9317                 "//common_audio/signal_processing/include/",
9318                 "//common_audio/vad/include/"
9319             ],
9320             "libs": [],
9321             "sources": [
9322                 "//modules/audio_processing/agc/legacy/analog_agc.c",
9323                 "//modules/audio_processing/agc/legacy/analog_agc.h",
9324                 "//modules/audio_processing/agc/legacy/digital_agc.c",
9325                 "//modules/audio_processing/agc/legacy/digital_agc.h",
9326                 "//modules/audio_processing/agc/legacy/gain_control.h",
9327                 "//modules/audio_processing/ns/noise_suppression_x.c",
9328                 "//modules/audio_processing/ns/noise_suppression_x.h",
9329                 "//modules/audio_processing/ns/nsx_core.c",
9330                 "//modules/audio_processing/ns/nsx_core.h",
9331                 "//modules/audio_processing/ns/nsx_defines.h",
9332                 "//modules/audio_processing/ns/nsx_core_c.c"
9333             ],
9334             "type": "source_set"
9335         },
9336         "//modules/audio_processing:audio_processing_neon": {
9337             "cflags": [
9338                 "-fno-strict-aliasing",
9339                 "--param=ssp-buffer-size=4",
9340                 "-fstack-protector",
9341                 "-Wno-builtin-macro-redefined",
9342                 "-D__DATE__=",
9343                 "-D__TIME__=",
9344                 "-D__TIMESTAMP__=",
9345                 "-funwind-tables",
9346                 "-fcolor-diagnostics",
9347                 "--target=aarch64-linux-gnu",
9348                 "-Wall",
9349                 "-Werror",
9350                 "-Wextra",
9351                 "-Wno-missing-field-initializers",
9352                 "-Wno-unused-parameter",
9353                 "-Wno-c++11-narrowing",
9354                 "-Wno-covered-switch-default",
9355                 "-Wno-unneeded-internal-declaration",
9356                 "-Wno-inconsistent-missing-override",
9357                 "-Wno-undefined-var-template",
9358                 "-Wno-nonportable-include-path",
9359                 "-Wno-address-of-packed-member",
9360                 "-Wno-unused-lambda-capture",
9361                 "-Wno-user-defined-warnings",
9362                 "-O2",
9363                 "-fno-ident",
9364                 "-fdata-sections",
9365                 "-ffunction-sections",
9366                 "-fno-omit-frame-pointer",
9367                 "-g2",
9368                 "-fvisibility=hidden",
9369                 "-Xclang",
9370                 "-add-plugin",
9371                 "-Xclang",
9372                 "find-bad-constructs",
9373                 "-Xclang",
9374                 "-plugin-arg-find-bad-constructs",
9375                 "-Xclang",
9376                 "check-auto-raw-pointer",
9377                 "-Wheader-hygiene",
9378                 "-Wstring-conversion",
9379                 "-Wtautological-overlap-compare",
9380                 "-Wextra",
9381                 "-Wno-unused-parameter",
9382                 "-Wno-missing-field-initializers",
9383                 "-Wno-strict-overflow",
9384                 "-Wc++11-narrowing",
9385                 "-Wimplicit-fallthrough",
9386                 "-Wthread-safety",
9387                 "-Winconsistent-missing-override",
9388                 "-Wundef",
9389                 "-Wunused-lambda-capture"
9390             ],
9391             "defines": [
9392                 "WEBRTC_APM_DEBUG_DUMP=1",
9393                 "V8_DEPRECATION_WARNINGS",
9394                 "USE_X11=1",
9395                 "CHROMIUM_BUILD",
9396                 "_FILE_OFFSET_BITS=64",
9397                 "_FORTIFY_SOURCE=2",
9398                 "NDEBUG",
9399                 "NVALGRIND",
9400                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9401                 "WEBRTC_ENABLE_PROTOBUF=0",
9402                 "WEBRTC_RESTRICT_LOGGING",
9403                 "WEBRTC_ARCH_ARM64",
9404                 "WEBRTC_HAS_NEON",
9405                 "WEBRTC_MOZILLA_BUILD",
9406                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9407                 "WEBRTC_POSIX",
9408                 "WEBRTC_BSD"
9409             ],
9410             "deps": [
9411                 "//common_audio:common_audio",
9412                 "//modules/audio_processing:audio_processing_neon_c"
9413             ],
9414             "include_dirs": [
9415                 "//",
9416                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
9417                 "//common_audio/resampler/include/",
9418                 "//common_audio/signal_processing/include/",
9419                 "//common_audio/vad/include/"
9420             ],
9421             "libs": [],
9422             "sources": [
9423                 "//modules/audio_processing/aec/aec_core_neon.cc",
9424                 "//modules/audio_processing/aecm/aecm_core_neon.cc",
9425                 "//modules/audio_processing/utility/ooura_fft_neon.cc",
9426                 "//modules/audio_processing/utility/ooura_fft_tables_neon_sse2.h"
9427             ],
9428             "type": "static_library"
9429         },
9430         "//modules/audio_processing:audio_processing_neon_c": {
9431             "cflags": [
9432                 "-fno-strict-aliasing",
9433                 "--param=ssp-buffer-size=4",
9434                 "-fstack-protector",
9435                 "-Wno-builtin-macro-redefined",
9436                 "-D__DATE__=",
9437                 "-D__TIME__=",
9438                 "-D__TIMESTAMP__=",
9439                 "-funwind-tables",
9440                 "-fcolor-diagnostics",
9441                 "--target=aarch64-linux-gnu",
9442                 "-Wall",
9443                 "-Werror",
9444                 "-Wextra",
9445                 "-Wno-missing-field-initializers",
9446                 "-Wno-unused-parameter",
9447                 "-Wno-c++11-narrowing",
9448                 "-Wno-covered-switch-default",
9449                 "-Wno-unneeded-internal-declaration",
9450                 "-Wno-inconsistent-missing-override",
9451                 "-Wno-undefined-var-template",
9452                 "-Wno-nonportable-include-path",
9453                 "-Wno-address-of-packed-member",
9454                 "-Wno-unused-lambda-capture",
9455                 "-Wno-user-defined-warnings",
9456                 "-O2",
9457                 "-fno-ident",
9458                 "-fdata-sections",
9459                 "-ffunction-sections",
9460                 "-fno-omit-frame-pointer",
9461                 "-g2",
9462                 "-fvisibility=hidden",
9463                 "-Xclang",
9464                 "-add-plugin",
9465                 "-Xclang",
9466                 "find-bad-constructs",
9467                 "-Xclang",
9468                 "-plugin-arg-find-bad-constructs",
9469                 "-Xclang",
9470                 "check-auto-raw-pointer",
9471                 "-Wheader-hygiene",
9472                 "-Wstring-conversion",
9473                 "-Wtautological-overlap-compare",
9474                 "-Wextra",
9475                 "-Wno-unused-parameter",
9476                 "-Wno-missing-field-initializers",
9477                 "-Wno-strict-overflow",
9478                 "-Wc++11-narrowing",
9479                 "-Wimplicit-fallthrough",
9480                 "-Wthread-safety",
9481                 "-Winconsistent-missing-override",
9482                 "-Wundef",
9483                 "-Wunused-lambda-capture"
9484             ],
9485             "defines": [
9486                 "V8_DEPRECATION_WARNINGS",
9487                 "USE_X11=1",
9488                 "CHROMIUM_BUILD",
9489                 "_FILE_OFFSET_BITS=64",
9490                 "_FORTIFY_SOURCE=2",
9491                 "NDEBUG",
9492                 "NVALGRIND",
9493                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9494                 "WEBRTC_ENABLE_PROTOBUF=0",
9495                 "WEBRTC_RESTRICT_LOGGING",
9496                 "WEBRTC_ARCH_ARM64",
9497                 "WEBRTC_HAS_NEON",
9498                 "WEBRTC_MOZILLA_BUILD",
9499                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9500                 "WEBRTC_POSIX",
9501                 "WEBRTC_BSD"
9502             ],
9503             "deps": [
9504                 "//rtc_base:rtc_base_approved"
9505             ],
9506             "include_dirs": [
9507                 "//",
9508                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9509             ],
9510             "libs": [],
9511             "sources": [
9512                 "//modules/audio_processing/ns/nsx_core_neon.c"
9513             ],
9514             "type": "static_library"
9515         },
9516         "//modules/audio_processing:audio_processing_statistics": {
9517             "cflags": [
9518                 "-fno-strict-aliasing",
9519                 "--param=ssp-buffer-size=4",
9520                 "-fstack-protector",
9521                 "-Wno-builtin-macro-redefined",
9522                 "-D__DATE__=",
9523                 "-D__TIME__=",
9524                 "-D__TIMESTAMP__=",
9525                 "-funwind-tables",
9526                 "-fcolor-diagnostics",
9527                 "--target=aarch64-linux-gnu",
9528                 "-Wall",
9529                 "-Werror",
9530                 "-Wextra",
9531                 "-Wno-missing-field-initializers",
9532                 "-Wno-unused-parameter",
9533                 "-Wno-c++11-narrowing",
9534                 "-Wno-covered-switch-default",
9535                 "-Wno-unneeded-internal-declaration",
9536                 "-Wno-inconsistent-missing-override",
9537                 "-Wno-undefined-var-template",
9538                 "-Wno-nonportable-include-path",
9539                 "-Wno-address-of-packed-member",
9540                 "-Wno-unused-lambda-capture",
9541                 "-Wno-user-defined-warnings",
9542                 "-O2",
9543                 "-fno-ident",
9544                 "-fdata-sections",
9545                 "-ffunction-sections",
9546                 "-fno-omit-frame-pointer",
9547                 "-g2",
9548                 "-fvisibility=hidden",
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                 "-Wheader-hygiene",
9558                 "-Wstring-conversion",
9559                 "-Wtautological-overlap-compare",
9560                 "-Wextra",
9561                 "-Wno-unused-parameter",
9562                 "-Wno-missing-field-initializers",
9563                 "-Wno-strict-overflow",
9564                 "-Wc++11-narrowing",
9565                 "-Wimplicit-fallthrough",
9566                 "-Wthread-safety",
9567                 "-Winconsistent-missing-override",
9568                 "-Wundef",
9569                 "-Wunused-lambda-capture"
9570             ],
9571             "defines": [
9572                 "V8_DEPRECATION_WARNINGS",
9573                 "USE_X11=1",
9574                 "CHROMIUM_BUILD",
9575                 "_FILE_OFFSET_BITS=64",
9576                 "_FORTIFY_SOURCE=2",
9577                 "NDEBUG",
9578                 "NVALGRIND",
9579                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9580                 "WEBRTC_ENABLE_PROTOBUF=0",
9581                 "WEBRTC_RESTRICT_LOGGING",
9582                 "WEBRTC_ARCH_ARM64",
9583                 "WEBRTC_HAS_NEON",
9584                 "WEBRTC_MOZILLA_BUILD",
9585                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9586                 "WEBRTC_POSIX",
9587                 "WEBRTC_BSD"
9588             ],
9589             "deps": [
9590                 "//api:optional"
9591             ],
9592             "include_dirs": [
9593                 "//",
9594                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9595             ],
9596             "libs": [],
9597             "sources": [
9598                 "//modules/audio_processing/include/audio_processing_statistics.cc",
9599                 "//modules/audio_processing/include/audio_processing_statistics.h"
9600             ],
9601             "type": "source_set"
9602         },
9603         "//modules/bitrate_controller:bitrate_controller": {
9604             "cflags": [
9605                 "-fno-strict-aliasing",
9606                 "--param=ssp-buffer-size=4",
9607                 "-fstack-protector",
9608                 "-Wno-builtin-macro-redefined",
9609                 "-D__DATE__=",
9610                 "-D__TIME__=",
9611                 "-D__TIMESTAMP__=",
9612                 "-funwind-tables",
9613                 "-fcolor-diagnostics",
9614                 "--target=aarch64-linux-gnu",
9615                 "-Wall",
9616                 "-Werror",
9617                 "-Wextra",
9618                 "-Wno-missing-field-initializers",
9619                 "-Wno-unused-parameter",
9620                 "-Wno-c++11-narrowing",
9621                 "-Wno-covered-switch-default",
9622                 "-Wno-unneeded-internal-declaration",
9623                 "-Wno-inconsistent-missing-override",
9624                 "-Wno-undefined-var-template",
9625                 "-Wno-nonportable-include-path",
9626                 "-Wno-address-of-packed-member",
9627                 "-Wno-unused-lambda-capture",
9628                 "-Wno-user-defined-warnings",
9629                 "-O2",
9630                 "-fno-ident",
9631                 "-fdata-sections",
9632                 "-ffunction-sections",
9633                 "-fno-omit-frame-pointer",
9634                 "-g2",
9635                 "-fvisibility=hidden",
9636                 "-Wheader-hygiene",
9637                 "-Wstring-conversion",
9638                 "-Wtautological-overlap-compare",
9639                 "-Wextra",
9640                 "-Wno-unused-parameter",
9641                 "-Wno-missing-field-initializers",
9642                 "-Wno-strict-overflow",
9643                 "-Wc++11-narrowing",
9644                 "-Wimplicit-fallthrough",
9645                 "-Wthread-safety",
9646                 "-Winconsistent-missing-override",
9647                 "-Wundef",
9648                 "-Wunused-lambda-capture"
9649             ],
9650             "defines": [
9651                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
9652                 "V8_DEPRECATION_WARNINGS",
9653                 "USE_X11=1",
9654                 "CHROMIUM_BUILD",
9655                 "_FILE_OFFSET_BITS=64",
9656                 "_FORTIFY_SOURCE=2",
9657                 "NDEBUG",
9658                 "NVALGRIND",
9659                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9660                 "WEBRTC_ENABLE_PROTOBUF=0",
9661                 "WEBRTC_RESTRICT_LOGGING",
9662                 "WEBRTC_ARCH_ARM64",
9663                 "WEBRTC_HAS_NEON",
9664                 "WEBRTC_MOZILLA_BUILD",
9665                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9666                 "WEBRTC_POSIX",
9667                 "WEBRTC_BSD"
9668             ],
9669             "deps": [
9670                 "//modules/rtp_rtcp:rtp_rtcp",
9671                 "//rtc_base:rtc_base_approved",
9672                 "//system_wrappers:system_wrappers"
9673             ],
9674             "include_dirs": [
9675                 "//",
9676                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9677             ],
9678             "libs": [],
9679             "sources": [
9680                 "//modules/bitrate_controller/bitrate_controller_impl.cc",
9681                 "//modules/bitrate_controller/bitrate_controller_impl.h",
9682                 "//modules/bitrate_controller/include/bitrate_controller.h",
9683                 "//modules/bitrate_controller/send_side_bandwidth_estimation.cc",
9684                 "//modules/bitrate_controller/send_side_bandwidth_estimation.h"
9685             ],
9686             "type": "static_library"
9687         },
9688         "//modules/congestion_controller:congestion_controller": {
9689             "cflags": [
9690                 "-fno-strict-aliasing",
9691                 "--param=ssp-buffer-size=4",
9692                 "-fstack-protector",
9693                 "-Wno-builtin-macro-redefined",
9694                 "-D__DATE__=",
9695                 "-D__TIME__=",
9696                 "-D__TIMESTAMP__=",
9697                 "-funwind-tables",
9698                 "-fcolor-diagnostics",
9699                 "--target=aarch64-linux-gnu",
9700                 "-Wall",
9701                 "-Werror",
9702                 "-Wextra",
9703                 "-Wno-missing-field-initializers",
9704                 "-Wno-unused-parameter",
9705                 "-Wno-c++11-narrowing",
9706                 "-Wno-covered-switch-default",
9707                 "-Wno-unneeded-internal-declaration",
9708                 "-Wno-inconsistent-missing-override",
9709                 "-Wno-undefined-var-template",
9710                 "-Wno-nonportable-include-path",
9711                 "-Wno-address-of-packed-member",
9712                 "-Wno-unused-lambda-capture",
9713                 "-Wno-user-defined-warnings",
9714                 "-O2",
9715                 "-fno-ident",
9716                 "-fdata-sections",
9717                 "-ffunction-sections",
9718                 "-fno-omit-frame-pointer",
9719                 "-g2",
9720                 "-fvisibility=hidden",
9721                 "-Wheader-hygiene",
9722                 "-Wstring-conversion",
9723                 "-Wtautological-overlap-compare",
9724                 "-Wextra",
9725                 "-Wno-unused-parameter",
9726                 "-Wno-missing-field-initializers",
9727                 "-Wno-strict-overflow",
9728                 "-Wc++11-narrowing",
9729                 "-Wimplicit-fallthrough",
9730                 "-Wthread-safety",
9731                 "-Winconsistent-missing-override",
9732                 "-Wundef",
9733                 "-Wunused-lambda-capture"
9734             ],
9735             "defines": [
9736                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
9737                 "V8_DEPRECATION_WARNINGS",
9738                 "USE_X11=1",
9739                 "CHROMIUM_BUILD",
9740                 "_FILE_OFFSET_BITS=64",
9741                 "_FORTIFY_SOURCE=2",
9742                 "NDEBUG",
9743                 "NVALGRIND",
9744                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9745                 "WEBRTC_ENABLE_PROTOBUF=0",
9746                 "WEBRTC_RESTRICT_LOGGING",
9747                 "WEBRTC_ARCH_ARM64",
9748                 "WEBRTC_HAS_NEON",
9749                 "WEBRTC_MOZILLA_BUILD",
9750                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9751                 "WEBRTC_POSIX",
9752                 "WEBRTC_BSD"
9753             ],
9754             "deps": [
9755                 "//:webrtc_common",
9756                 "//api:optional",
9757                 "//logging:rtc_event_log_api",
9758                 "//modules:module_api",
9759                 "//modules/bitrate_controller:bitrate_controller",
9760                 "//modules/pacing:pacing",
9761                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
9762                 "//modules/rtp_rtcp:rtp_rtcp",
9763                 "//modules/utility:utility",
9764                 "//rtc_base:rtc_base",
9765                 "//rtc_base:rtc_base_approved",
9766                 "//rtc_base:rtc_numerics",
9767                 "//system_wrappers:system_wrappers"
9768             ],
9769             "include_dirs": [
9770                 "//",
9771                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9772             ],
9773             "libs": [],
9774             "sources": [
9775                 "//modules/congestion_controller/acknowledged_bitrate_estimator.cc",
9776                 "//modules/congestion_controller/acknowledged_bitrate_estimator.h",
9777                 "//modules/congestion_controller/bitrate_estimator.cc",
9778                 "//modules/congestion_controller/bitrate_estimator.h",
9779                 "//modules/congestion_controller/delay_based_bwe.cc",
9780                 "//modules/congestion_controller/delay_based_bwe.h",
9781                 "//modules/congestion_controller/include/receive_side_congestion_controller.h",
9782                 "//modules/congestion_controller/include/send_side_congestion_controller.h",
9783                 "//modules/congestion_controller/median_slope_estimator.cc",
9784                 "//modules/congestion_controller/median_slope_estimator.h",
9785                 "//modules/congestion_controller/probe_bitrate_estimator.cc",
9786                 "//modules/congestion_controller/probe_bitrate_estimator.h",
9787                 "//modules/congestion_controller/probe_controller.cc",
9788                 "//modules/congestion_controller/probe_controller.h",
9789                 "//modules/congestion_controller/receive_side_congestion_controller.cc",
9790                 "//modules/congestion_controller/send_side_congestion_controller.cc",
9791                 "//modules/congestion_controller/transport_feedback_adapter.cc",
9792                 "//modules/congestion_controller/transport_feedback_adapter.h",
9793                 "//modules/congestion_controller/trendline_estimator.cc",
9794                 "//modules/congestion_controller/trendline_estimator.h"
9795             ],
9796             "type": "static_library"
9797         },
9798         "//modules/desktop_capture:desktop_capture": {
9799             "cflags": [
9800                 "-fno-strict-aliasing",
9801                 "--param=ssp-buffer-size=4",
9802                 "-fstack-protector",
9803                 "-Wno-builtin-macro-redefined",
9804                 "-D__DATE__=",
9805                 "-D__TIME__=",
9806                 "-D__TIMESTAMP__=",
9807                 "-funwind-tables",
9808                 "-fcolor-diagnostics",
9809                 "--target=aarch64-linux-gnu",
9810                 "-Wall",
9811                 "-Werror",
9812                 "-Wextra",
9813                 "-Wno-missing-field-initializers",
9814                 "-Wno-unused-parameter",
9815                 "-Wno-c++11-narrowing",
9816                 "-Wno-covered-switch-default",
9817                 "-Wno-unneeded-internal-declaration",
9818                 "-Wno-inconsistent-missing-override",
9819                 "-Wno-undefined-var-template",
9820                 "-Wno-nonportable-include-path",
9821                 "-Wno-address-of-packed-member",
9822                 "-Wno-unused-lambda-capture",
9823                 "-Wno-user-defined-warnings",
9824                 "-O2",
9825                 "-fno-ident",
9826                 "-fdata-sections",
9827                 "-ffunction-sections",
9828                 "-fno-omit-frame-pointer",
9829                 "-g2",
9830                 "-fvisibility=hidden",
9831                 "-Xclang",
9832                 "-add-plugin",
9833                 "-Xclang",
9834                 "find-bad-constructs",
9835                 "-Xclang",
9836                 "-plugin-arg-find-bad-constructs",
9837                 "-Xclang",
9838                 "check-auto-raw-pointer",
9839                 "-Wheader-hygiene",
9840                 "-Wstring-conversion",
9841                 "-Wtautological-overlap-compare",
9842                 "-Wextra",
9843                 "-Wno-unused-parameter",
9844                 "-Wno-missing-field-initializers",
9845                 "-Wno-strict-overflow",
9846                 "-Wc++11-narrowing",
9847                 "-Wimplicit-fallthrough",
9848                 "-Wthread-safety",
9849                 "-Winconsistent-missing-override",
9850                 "-Wundef",
9851                 "-Wunused-lambda-capture"
9852             ],
9853             "defines": [
9854                 "V8_DEPRECATION_WARNINGS",
9855                 "USE_X11=1",
9856                 "CHROMIUM_BUILD",
9857                 "_FILE_OFFSET_BITS=64",
9858                 "_FORTIFY_SOURCE=2",
9859                 "NDEBUG",
9860                 "NVALGRIND",
9861                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9862                 "WEBRTC_ENABLE_PROTOBUF=0",
9863                 "WEBRTC_RESTRICT_LOGGING",
9864                 "WEBRTC_ARCH_ARM64",
9865                 "WEBRTC_HAS_NEON",
9866                 "WEBRTC_MOZILLA_BUILD",
9867                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9868                 "WEBRTC_POSIX",
9869                 "WEBRTC_BSD"
9870             ],
9871             "deps": [
9872                 "//modules/desktop_capture:desktop_capture_generic"
9873             ],
9874             "include_dirs": [
9875                 "//",
9876                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9877             ],
9878             "libs": [
9879                 "X11",
9880                 "X11-xcb",
9881                 "xcb",
9882                 "Xcomposite",
9883                 "Xcursor",
9884                 "Xdamage",
9885                 "Xext",
9886                 "Xfixes",
9887                 "Xi",
9888                 "Xrender"
9889             ],
9890             "sources": [],
9891             "type": "source_set"
9892         },
9893         "//modules/desktop_capture:desktop_capture_generic": {
9894             "cflags": [
9895                 "-fno-strict-aliasing",
9896                 "--param=ssp-buffer-size=4",
9897                 "-fstack-protector",
9898                 "-Wno-builtin-macro-redefined",
9899                 "-D__DATE__=",
9900                 "-D__TIME__=",
9901                 "-D__TIMESTAMP__=",
9902                 "-funwind-tables",
9903                 "-fcolor-diagnostics",
9904                 "--target=aarch64-linux-gnu",
9905                 "-Wall",
9906                 "-Werror",
9907                 "-Wextra",
9908                 "-Wno-missing-field-initializers",
9909                 "-Wno-unused-parameter",
9910                 "-Wno-c++11-narrowing",
9911                 "-Wno-covered-switch-default",
9912                 "-Wno-unneeded-internal-declaration",
9913                 "-Wno-inconsistent-missing-override",
9914                 "-Wno-undefined-var-template",
9915                 "-Wno-nonportable-include-path",
9916                 "-Wno-address-of-packed-member",
9917                 "-Wno-unused-lambda-capture",
9918                 "-Wno-user-defined-warnings",
9919                 "-O2",
9920                 "-fno-ident",
9921                 "-fdata-sections",
9922                 "-ffunction-sections",
9923                 "-fno-omit-frame-pointer",
9924                 "-g2",
9925                 "-fvisibility=hidden",
9926                 "-Xclang",
9927                 "-add-plugin",
9928                 "-Xclang",
9929                 "find-bad-constructs",
9930                 "-Xclang",
9931                 "-plugin-arg-find-bad-constructs",
9932                 "-Xclang",
9933                 "check-auto-raw-pointer",
9934                 "-Wheader-hygiene",
9935                 "-Wstring-conversion",
9936                 "-Wtautological-overlap-compare",
9937                 "-Wextra",
9938                 "-Wno-unused-parameter",
9939                 "-Wno-missing-field-initializers",
9940                 "-Wno-strict-overflow",
9941                 "-Wc++11-narrowing",
9942                 "-Wimplicit-fallthrough",
9943                 "-Wthread-safety",
9944                 "-Winconsistent-missing-override",
9945                 "-Wundef",
9946                 "-Wunused-lambda-capture"
9947             ],
9948             "defines": [
9949                 "MULTI_MONITOR_SCREENSHARE",
9950                 "V8_DEPRECATION_WARNINGS",
9951                 "USE_X11=1",
9952                 "CHROMIUM_BUILD",
9953                 "_FILE_OFFSET_BITS=64",
9954                 "_FORTIFY_SOURCE=2",
9955                 "NDEBUG",
9956                 "NVALGRIND",
9957                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9958                 "WEBRTC_ENABLE_PROTOBUF=0",
9959                 "WEBRTC_RESTRICT_LOGGING",
9960                 "WEBRTC_ARCH_ARM64",
9961                 "WEBRTC_HAS_NEON",
9962                 "WEBRTC_MOZILLA_BUILD",
9963                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9964                 "WEBRTC_POSIX",
9965                 "WEBRTC_BSD"
9966             ],
9967             "deps": [
9968                 "//:webrtc_common",
9969                 "//api:refcountedbase",
9970                 "//modules/desktop_capture:primitives",
9971                 "//rtc_base:rtc_base",
9972                 "//rtc_base:rtc_base_approved",
9973                 "//system_wrappers:system_wrappers"
9974             ],
9975             "include_dirs": [
9976                 "/media/libyuv/libyuv/include/",
9977                 "//",
9978                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9979             ],
9980             "libs": [
9981                 "X11",
9982                 "X11-xcb",
9983                 "xcb",
9984                 "Xcomposite",
9985                 "Xcursor",
9986                 "Xdamage",
9987                 "Xext",
9988                 "Xfixes",
9989                 "Xi",
9990                 "Xrender"
9991             ],
9992             "sources": [
9993                 "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.cc",
9994                 "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.h",
9995                 "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.cc",
9996                 "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.h",
9997                 "//modules/desktop_capture/cropped_desktop_frame.cc",
9998                 "//modules/desktop_capture/cropped_desktop_frame.h",
9999                 "//modules/desktop_capture/cropping_window_capturer.cc",
10000                 "//modules/desktop_capture/cropping_window_capturer.h",
10001                 "//modules/desktop_capture/desktop_and_cursor_composer.cc",
10002                 "//modules/desktop_capture/desktop_and_cursor_composer.h",
10003                 "//modules/desktop_capture/desktop_capture_options.cc",
10004                 "//modules/desktop_capture/desktop_capture_options.h",
10005                 "//modules/desktop_capture/desktop_capturer.cc",
10006                 "//modules/desktop_capture/desktop_capturer.h",
10007                 "//modules/desktop_capture/desktop_capturer_differ_wrapper.cc",
10008                 "//modules/desktop_capture/desktop_capturer_differ_wrapper.h",
10009                 "//modules/desktop_capture/desktop_capturer_wrapper.cc",
10010                 "//modules/desktop_capture/desktop_capturer_wrapper.h",
10011                 "//modules/desktop_capture/desktop_frame_generator.cc",
10012                 "//modules/desktop_capture/desktop_frame_generator.h",
10013                 "//modules/desktop_capture/desktop_frame_rotation.cc",
10014                 "//modules/desktop_capture/desktop_frame_rotation.h",
10015                 "//modules/desktop_capture/differ_block.cc",
10016                 "//modules/desktop_capture/differ_block.h",
10017                 "//modules/desktop_capture/fallback_desktop_capturer_wrapper.cc",
10018                 "//modules/desktop_capture/fallback_desktop_capturer_wrapper.h",
10019                 "//modules/desktop_capture/mouse_cursor.cc",
10020                 "//modules/desktop_capture/mouse_cursor.h",
10021                 "//modules/desktop_capture/mouse_cursor_monitor.h",
10022                 "//modules/desktop_capture/resolution_tracker.cc",
10023                 "//modules/desktop_capture/resolution_tracker.h",
10024                 "//modules/desktop_capture/rgba_color.cc",
10025                 "//modules/desktop_capture/rgba_color.h",
10026                 "//modules/desktop_capture/screen_capture_frame_queue.h",
10027                 "//modules/desktop_capture/screen_capturer_helper.cc",
10028                 "//modules/desktop_capture/screen_capturer_helper.h",
10029                 "//modules/desktop_capture/window_finder.cc",
10030                 "//modules/desktop_capture/window_finder.h",
10031                 "//modules/desktop_capture/desktop_device_info.cc",
10032                 "//modules/desktop_capture/desktop_device_info.h",
10033                 "//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
10034                 "//modules/desktop_capture/screen_capturer_linux.cc",
10035                 "//modules/desktop_capture/window_capturer_linux.cc",
10036                 "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
10037                 "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
10038                 "//modules/desktop_capture/linux/screen_capturer_x11.cc",
10039                 "//modules/desktop_capture/linux/screen_capturer_x11.h",
10040                 "//modules/desktop_capture/linux/shared_x_display.cc",
10041                 "//modules/desktop_capture/linux/shared_x_display.h",
10042                 "//modules/desktop_capture/linux/window_capturer_x11.cc",
10043                 "//modules/desktop_capture/linux/window_capturer_x11.h",
10044                 "//modules/desktop_capture/linux/window_finder_x11.cc",
10045                 "//modules/desktop_capture/linux/window_finder_x11.h",
10046                 "//modules/desktop_capture/linux/window_list_utils.cc",
10047                 "//modules/desktop_capture/linux/window_list_utils.h",
10048                 "//modules/desktop_capture/linux/x_atom_cache.cc",
10049                 "//modules/desktop_capture/linux/x_atom_cache.h",
10050                 "//modules/desktop_capture/linux/x_error_trap.cc",
10051                 "//modules/desktop_capture/linux/x_error_trap.h",
10052                 "//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
10053                 "//modules/desktop_capture/linux/x_server_pixel_buffer.h",
10054                 "//modules/desktop_capture/linux/desktop_device_info_x11.cc",
10055                 "//modules/desktop_capture/linux/desktop_device_info_x11.h",
10056                 "//modules/desktop_capture/linux/shared_x_util.cc",
10057                 "//modules/desktop_capture/linux/shared_x_util.h"
10058             ],
10059             "type": "static_library"
10060         },
10061         "//modules/desktop_capture:primitives": {
10062             "cflags": [
10063                 "-fno-strict-aliasing",
10064                 "--param=ssp-buffer-size=4",
10065                 "-fstack-protector",
10066                 "-Wno-builtin-macro-redefined",
10067                 "-D__DATE__=",
10068                 "-D__TIME__=",
10069                 "-D__TIMESTAMP__=",
10070                 "-funwind-tables",
10071                 "-fcolor-diagnostics",
10072                 "--target=aarch64-linux-gnu",
10073                 "-Wall",
10074                 "-Werror",
10075                 "-Wextra",
10076                 "-Wno-missing-field-initializers",
10077                 "-Wno-unused-parameter",
10078                 "-Wno-c++11-narrowing",
10079                 "-Wno-covered-switch-default",
10080                 "-Wno-unneeded-internal-declaration",
10081                 "-Wno-inconsistent-missing-override",
10082                 "-Wno-undefined-var-template",
10083                 "-Wno-nonportable-include-path",
10084                 "-Wno-address-of-packed-member",
10085                 "-Wno-unused-lambda-capture",
10086                 "-Wno-user-defined-warnings",
10087                 "-O2",
10088                 "-fno-ident",
10089                 "-fdata-sections",
10090                 "-ffunction-sections",
10091                 "-fno-omit-frame-pointer",
10092                 "-g2",
10093                 "-fvisibility=hidden",
10094                 "-Xclang",
10095                 "-add-plugin",
10096                 "-Xclang",
10097                 "find-bad-constructs",
10098                 "-Xclang",
10099                 "-plugin-arg-find-bad-constructs",
10100                 "-Xclang",
10101                 "check-auto-raw-pointer",
10102                 "-Wheader-hygiene",
10103                 "-Wstring-conversion",
10104                 "-Wtautological-overlap-compare",
10105                 "-Wextra",
10106                 "-Wno-unused-parameter",
10107                 "-Wno-missing-field-initializers",
10108                 "-Wno-strict-overflow",
10109                 "-Wc++11-narrowing",
10110                 "-Wimplicit-fallthrough",
10111                 "-Wthread-safety",
10112                 "-Winconsistent-missing-override",
10113                 "-Wundef",
10114                 "-Wunused-lambda-capture"
10115             ],
10116             "defines": [
10117                 "V8_DEPRECATION_WARNINGS",
10118                 "USE_X11=1",
10119                 "CHROMIUM_BUILD",
10120                 "_FILE_OFFSET_BITS=64",
10121                 "_FORTIFY_SOURCE=2",
10122                 "NDEBUG",
10123                 "NVALGRIND",
10124                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10125                 "WEBRTC_ENABLE_PROTOBUF=0",
10126                 "WEBRTC_RESTRICT_LOGGING",
10127                 "WEBRTC_ARCH_ARM64",
10128                 "WEBRTC_HAS_NEON",
10129                 "WEBRTC_MOZILLA_BUILD",
10130                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10131                 "WEBRTC_POSIX",
10132                 "WEBRTC_BSD"
10133             ],
10134             "deps": [
10135                 "//:webrtc_common"
10136             ],
10137             "include_dirs": [
10138                 "//",
10139                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10140             ],
10141             "libs": [],
10142             "sources": [
10143                 "//modules/desktop_capture/desktop_capture_types.h",
10144                 "//modules/desktop_capture/desktop_frame.cc",
10145                 "//modules/desktop_capture/desktop_frame.h",
10146                 "//modules/desktop_capture/desktop_geometry.cc",
10147                 "//modules/desktop_capture/desktop_geometry.h",
10148                 "//modules/desktop_capture/desktop_region.cc",
10149                 "//modules/desktop_capture/desktop_region.h",
10150                 "//modules/desktop_capture/shared_desktop_frame.cc",
10151                 "//modules/desktop_capture/shared_desktop_frame.h",
10152                 "//modules/desktop_capture/shared_memory.cc",
10153                 "//modules/desktop_capture/shared_memory.h"
10154             ],
10155             "type": "static_library"
10156         },
10157         "//modules/media_file:media_file": {
10158             "cflags": [
10159                 "-fno-strict-aliasing",
10160                 "--param=ssp-buffer-size=4",
10161                 "-fstack-protector",
10162                 "-Wno-builtin-macro-redefined",
10163                 "-D__DATE__=",
10164                 "-D__TIME__=",
10165                 "-D__TIMESTAMP__=",
10166                 "-funwind-tables",
10167                 "-fcolor-diagnostics",
10168                 "--target=aarch64-linux-gnu",
10169                 "-Wall",
10170                 "-Werror",
10171                 "-Wextra",
10172                 "-Wno-missing-field-initializers",
10173                 "-Wno-unused-parameter",
10174                 "-Wno-c++11-narrowing",
10175                 "-Wno-covered-switch-default",
10176                 "-Wno-unneeded-internal-declaration",
10177                 "-Wno-inconsistent-missing-override",
10178                 "-Wno-undefined-var-template",
10179                 "-Wno-nonportable-include-path",
10180                 "-Wno-address-of-packed-member",
10181                 "-Wno-unused-lambda-capture",
10182                 "-Wno-user-defined-warnings",
10183                 "-O2",
10184                 "-fno-ident",
10185                 "-fdata-sections",
10186                 "-ffunction-sections",
10187                 "-fno-omit-frame-pointer",
10188                 "-g2",
10189                 "-fvisibility=hidden",
10190                 "-Wheader-hygiene",
10191                 "-Wstring-conversion",
10192                 "-Wtautological-overlap-compare",
10193                 "-Wextra",
10194                 "-Wno-unused-parameter",
10195                 "-Wno-missing-field-initializers",
10196                 "-Wno-strict-overflow",
10197                 "-Wc++11-narrowing",
10198                 "-Wimplicit-fallthrough",
10199                 "-Wthread-safety",
10200                 "-Winconsistent-missing-override",
10201                 "-Wundef",
10202                 "-Wunused-lambda-capture"
10203             ],
10204             "defines": [
10205                 "V8_DEPRECATION_WARNINGS",
10206                 "USE_X11=1",
10207                 "CHROMIUM_BUILD",
10208                 "_FILE_OFFSET_BITS=64",
10209                 "_FORTIFY_SOURCE=2",
10210                 "NDEBUG",
10211                 "NVALGRIND",
10212                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10213                 "WEBRTC_ENABLE_PROTOBUF=0",
10214                 "WEBRTC_RESTRICT_LOGGING",
10215                 "WEBRTC_ARCH_ARM64",
10216                 "WEBRTC_HAS_NEON",
10217                 "WEBRTC_MOZILLA_BUILD",
10218                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10219                 "WEBRTC_POSIX",
10220                 "WEBRTC_BSD"
10221             ],
10222             "deps": [
10223                 "//:webrtc_common",
10224                 "//common_audio:common_audio",
10225                 "//modules:module_api",
10226                 "//rtc_base:rtc_base_approved",
10227                 "//system_wrappers:system_wrappers"
10228             ],
10229             "include_dirs": [
10230                 "//",
10231                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
10232                 "//common_audio/resampler/include/",
10233                 "//common_audio/signal_processing/include/",
10234                 "//common_audio/vad/include/"
10235             ],
10236             "libs": [],
10237             "sources": [
10238                 "//modules/media_file/media_file.h",
10239                 "//modules/media_file/media_file_defines.h",
10240                 "//modules/media_file/media_file_impl.cc",
10241                 "//modules/media_file/media_file_impl.h",
10242                 "//modules/media_file/media_file_utility.cc",
10243                 "//modules/media_file/media_file_utility.h"
10244             ],
10245             "type": "static_library"
10246         },
10247         "//modules/pacing:pacing": {
10248             "cflags": [
10249                 "-fno-strict-aliasing",
10250                 "--param=ssp-buffer-size=4",
10251                 "-fstack-protector",
10252                 "-Wno-builtin-macro-redefined",
10253                 "-D__DATE__=",
10254                 "-D__TIME__=",
10255                 "-D__TIMESTAMP__=",
10256                 "-funwind-tables",
10257                 "-fcolor-diagnostics",
10258                 "--target=aarch64-linux-gnu",
10259                 "-Wall",
10260                 "-Werror",
10261                 "-Wextra",
10262                 "-Wno-missing-field-initializers",
10263                 "-Wno-unused-parameter",
10264                 "-Wno-c++11-narrowing",
10265                 "-Wno-covered-switch-default",
10266                 "-Wno-unneeded-internal-declaration",
10267                 "-Wno-inconsistent-missing-override",
10268                 "-Wno-undefined-var-template",
10269                 "-Wno-nonportable-include-path",
10270                 "-Wno-address-of-packed-member",
10271                 "-Wno-unused-lambda-capture",
10272                 "-Wno-user-defined-warnings",
10273                 "-O2",
10274                 "-fno-ident",
10275                 "-fdata-sections",
10276                 "-ffunction-sections",
10277                 "-fno-omit-frame-pointer",
10278                 "-g2",
10279                 "-fvisibility=hidden",
10280                 "-Wheader-hygiene",
10281                 "-Wstring-conversion",
10282                 "-Wtautological-overlap-compare",
10283                 "-Wextra",
10284                 "-Wno-unused-parameter",
10285                 "-Wno-missing-field-initializers",
10286                 "-Wno-strict-overflow",
10287                 "-Wc++11-narrowing",
10288                 "-Wimplicit-fallthrough",
10289                 "-Wthread-safety",
10290                 "-Winconsistent-missing-override",
10291                 "-Wundef",
10292                 "-Wunused-lambda-capture"
10293             ],
10294             "defines": [
10295                 "V8_DEPRECATION_WARNINGS",
10296                 "USE_X11=1",
10297                 "CHROMIUM_BUILD",
10298                 "_FILE_OFFSET_BITS=64",
10299                 "_FORTIFY_SOURCE=2",
10300                 "NDEBUG",
10301                 "NVALGRIND",
10302                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10303                 "WEBRTC_ENABLE_PROTOBUF=0",
10304                 "WEBRTC_RESTRICT_LOGGING",
10305                 "WEBRTC_ARCH_ARM64",
10306                 "WEBRTC_HAS_NEON",
10307                 "WEBRTC_MOZILLA_BUILD",
10308                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10309                 "WEBRTC_POSIX",
10310                 "WEBRTC_BSD"
10311             ],
10312             "deps": [
10313                 "//:webrtc_common",
10314                 "//api:optional",
10315                 "//logging:rtc_event_log_api",
10316                 "//modules:module_api",
10317                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
10318                 "//modules/rtp_rtcp:rtp_rtcp",
10319                 "//modules/utility:utility",
10320                 "//rtc_base:rtc_base_approved",
10321                 "//system_wrappers:system_wrappers"
10322             ],
10323             "include_dirs": [
10324                 "//",
10325                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10326             ],
10327             "libs": [],
10328             "sources": [
10329                 "//modules/pacing/alr_detector.cc",
10330                 "//modules/pacing/alr_detector.h",
10331                 "//modules/pacing/bitrate_prober.cc",
10332                 "//modules/pacing/bitrate_prober.h",
10333                 "//modules/pacing/interval_budget.cc",
10334                 "//modules/pacing/interval_budget.h",
10335                 "//modules/pacing/paced_sender.cc",
10336                 "//modules/pacing/paced_sender.h",
10337                 "//modules/pacing/pacer.h",
10338                 "//modules/pacing/packet_queue.cc",
10339                 "//modules/pacing/packet_queue.h",
10340                 "//modules/pacing/packet_queue2.cc",
10341                 "//modules/pacing/packet_queue2.h",
10342                 "//modules/pacing/packet_router.cc",
10343                 "//modules/pacing/packet_router.h"
10344             ],
10345             "type": "static_library"
10346         },
10347         "//modules/remote_bitrate_estimator:remote_bitrate_estimator": {
10348             "cflags": [
10349                 "-fno-strict-aliasing",
10350                 "--param=ssp-buffer-size=4",
10351                 "-fstack-protector",
10352                 "-Wno-builtin-macro-redefined",
10353                 "-D__DATE__=",
10354                 "-D__TIME__=",
10355                 "-D__TIMESTAMP__=",
10356                 "-funwind-tables",
10357                 "-fcolor-diagnostics",
10358                 "--target=aarch64-linux-gnu",
10359                 "-Wall",
10360                 "-Werror",
10361                 "-Wextra",
10362                 "-Wno-missing-field-initializers",
10363                 "-Wno-unused-parameter",
10364                 "-Wno-c++11-narrowing",
10365                 "-Wno-covered-switch-default",
10366                 "-Wno-unneeded-internal-declaration",
10367                 "-Wno-inconsistent-missing-override",
10368                 "-Wno-undefined-var-template",
10369                 "-Wno-nonportable-include-path",
10370                 "-Wno-address-of-packed-member",
10371                 "-Wno-unused-lambda-capture",
10372                 "-Wno-user-defined-warnings",
10373                 "-O2",
10374                 "-fno-ident",
10375                 "-fdata-sections",
10376                 "-ffunction-sections",
10377                 "-fno-omit-frame-pointer",
10378                 "-g2",
10379                 "-fvisibility=hidden",
10380                 "-Wheader-hygiene",
10381                 "-Wstring-conversion",
10382                 "-Wtautological-overlap-compare",
10383                 "-Wextra",
10384                 "-Wno-unused-parameter",
10385                 "-Wno-missing-field-initializers",
10386                 "-Wno-strict-overflow",
10387                 "-Wc++11-narrowing",
10388                 "-Wimplicit-fallthrough",
10389                 "-Wthread-safety",
10390                 "-Winconsistent-missing-override",
10391                 "-Wundef",
10392                 "-Wunused-lambda-capture"
10393             ],
10394             "defines": [
10395                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
10396                 "V8_DEPRECATION_WARNINGS",
10397                 "USE_X11=1",
10398                 "CHROMIUM_BUILD",
10399                 "_FILE_OFFSET_BITS=64",
10400                 "_FORTIFY_SOURCE=2",
10401                 "NDEBUG",
10402                 "NVALGRIND",
10403                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10404                 "WEBRTC_ENABLE_PROTOBUF=0",
10405                 "WEBRTC_RESTRICT_LOGGING",
10406                 "WEBRTC_ARCH_ARM64",
10407                 "WEBRTC_HAS_NEON",
10408                 "WEBRTC_MOZILLA_BUILD",
10409                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10410                 "WEBRTC_POSIX",
10411                 "WEBRTC_BSD"
10412             ],
10413             "deps": [
10414                 "//:webrtc_common",
10415                 "//api:optional",
10416                 "//modules:module_api",
10417                 "//modules/rtp_rtcp:rtp_rtcp_format",
10418                 "//rtc_base:rtc_base_approved",
10419                 "//system_wrappers:system_wrappers"
10420             ],
10421             "include_dirs": [
10422                 "//",
10423                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10424             ],
10425             "libs": [],
10426             "sources": [
10427                 "//modules/remote_bitrate_estimator/aimd_rate_control.cc",
10428                 "//modules/remote_bitrate_estimator/aimd_rate_control.h",
10429                 "//modules/remote_bitrate_estimator/bwe_defines.cc",
10430                 "//modules/remote_bitrate_estimator/include/bwe_defines.h",
10431                 "//modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
10432                 "//modules/remote_bitrate_estimator/include/send_time_history.h",
10433                 "//modules/remote_bitrate_estimator/inter_arrival.cc",
10434                 "//modules/remote_bitrate_estimator/inter_arrival.h",
10435                 "//modules/remote_bitrate_estimator/overuse_detector.cc",
10436                 "//modules/remote_bitrate_estimator/overuse_detector.h",
10437                 "//modules/remote_bitrate_estimator/overuse_estimator.cc",
10438                 "//modules/remote_bitrate_estimator/overuse_estimator.h",
10439                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
10440                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h",
10441                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
10442                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h",
10443                 "//modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
10444                 "//modules/remote_bitrate_estimator/remote_estimator_proxy.h",
10445                 "//modules/remote_bitrate_estimator/send_time_history.cc",
10446                 "//modules/remote_bitrate_estimator/test/bwe_test_logging.h"
10447             ],
10448             "type": "static_library"
10449         },
10450         "//modules/rtp_rtcp:rtp_rtcp": {
10451             "cflags": [
10452                 "-fno-strict-aliasing",
10453                 "--param=ssp-buffer-size=4",
10454                 "-fstack-protector",
10455                 "-Wno-builtin-macro-redefined",
10456                 "-D__DATE__=",
10457                 "-D__TIME__=",
10458                 "-D__TIMESTAMP__=",
10459                 "-funwind-tables",
10460                 "-fcolor-diagnostics",
10461                 "--target=aarch64-linux-gnu",
10462                 "-Wall",
10463                 "-Werror",
10464                 "-Wextra",
10465                 "-Wno-missing-field-initializers",
10466                 "-Wno-unused-parameter",
10467                 "-Wno-c++11-narrowing",
10468                 "-Wno-covered-switch-default",
10469                 "-Wno-unneeded-internal-declaration",
10470                 "-Wno-inconsistent-missing-override",
10471                 "-Wno-undefined-var-template",
10472                 "-Wno-nonportable-include-path",
10473                 "-Wno-address-of-packed-member",
10474                 "-Wno-unused-lambda-capture",
10475                 "-Wno-user-defined-warnings",
10476                 "-O2",
10477                 "-fno-ident",
10478                 "-fdata-sections",
10479                 "-ffunction-sections",
10480                 "-fno-omit-frame-pointer",
10481                 "-g2",
10482                 "-fvisibility=hidden",
10483                 "-Wheader-hygiene",
10484                 "-Wstring-conversion",
10485                 "-Wtautological-overlap-compare",
10486                 "-Wextra",
10487                 "-Wno-unused-parameter",
10488                 "-Wno-missing-field-initializers",
10489                 "-Wno-strict-overflow",
10490                 "-Wc++11-narrowing",
10491                 "-Wimplicit-fallthrough",
10492                 "-Wthread-safety",
10493                 "-Winconsistent-missing-override",
10494                 "-Wundef",
10495                 "-Wunused-lambda-capture"
10496             ],
10497             "defines": [
10498                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
10499                 "V8_DEPRECATION_WARNINGS",
10500                 "USE_X11=1",
10501                 "CHROMIUM_BUILD",
10502                 "_FILE_OFFSET_BITS=64",
10503                 "_FORTIFY_SOURCE=2",
10504                 "NDEBUG",
10505                 "NVALGRIND",
10506                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10507                 "WEBRTC_ENABLE_PROTOBUF=0",
10508                 "WEBRTC_RESTRICT_LOGGING",
10509                 "WEBRTC_ARCH_ARM64",
10510                 "WEBRTC_HAS_NEON",
10511                 "WEBRTC_MOZILLA_BUILD",
10512                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10513                 "WEBRTC_POSIX",
10514                 "WEBRTC_BSD"
10515             ],
10516             "deps": [
10517                 "//:webrtc_common",
10518                 "//api:array_view",
10519                 "//api:optional",
10520                 "//api:transport_api",
10521                 "//api/audio_codecs:audio_codecs_api",
10522                 "//common_video:common_video",
10523                 "//logging:rtc_event_log_api",
10524                 "//modules:module_api",
10525                 "//modules/audio_coding:audio_format_conversion",
10526                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
10527                 "//modules/rtp_rtcp:rtp_rtcp_format",
10528                 "//rtc_base:gtest_prod",
10529                 "//rtc_base:rtc_base_approved",
10530                 "//rtc_base:rtc_numerics",
10531                 "//rtc_base:sequenced_task_checker",
10532                 "//system_wrappers:system_wrappers"
10533             ],
10534             "include_dirs": [
10535                 "//",
10536                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
10537                 "//common_video/include/",
10538                 "/media/libyuv/libyuv/include/"
10539             ],
10540             "libs": [],
10541             "sources": [
10542                 "//modules/rtp_rtcp/include/flexfec_receiver.h",
10543                 "//modules/rtp_rtcp/include/flexfec_sender.h",
10544                 "//modules/rtp_rtcp/include/receive_statistics.h",
10545                 "//modules/rtp_rtcp/include/remote_ntp_time_estimator.h",
10546                 "//modules/rtp_rtcp/include/rtp_header_parser.h",
10547                 "//modules/rtp_rtcp/include/rtp_payload_registry.h",
10548                 "//modules/rtp_rtcp/include/rtp_receiver.h",
10549                 "//modules/rtp_rtcp/include/rtp_rtcp.h",
10550                 "//modules/rtp_rtcp/include/ulpfec_receiver.h",
10551                 "//modules/rtp_rtcp/source/dtmf_queue.cc",
10552                 "//modules/rtp_rtcp/source/dtmf_queue.h",
10553                 "//modules/rtp_rtcp/source/fec_private_tables_bursty.h",
10554                 "//modules/rtp_rtcp/source/fec_private_tables_random.h",
10555                 "//modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
10556                 "//modules/rtp_rtcp/source/flexfec_header_reader_writer.h",
10557                 "//modules/rtp_rtcp/source/flexfec_receiver.cc",
10558                 "//modules/rtp_rtcp/source/flexfec_sender.cc",
10559                 "//modules/rtp_rtcp/source/forward_error_correction.cc",
10560                 "//modules/rtp_rtcp/source/forward_error_correction.h",
10561                 "//modules/rtp_rtcp/source/forward_error_correction_internal.cc",
10562                 "//modules/rtp_rtcp/source/forward_error_correction_internal.h",
10563                 "//modules/rtp_rtcp/source/packet_loss_stats.cc",
10564                 "//modules/rtp_rtcp/source/packet_loss_stats.h",
10565                 "//modules/rtp_rtcp/source/playout_delay_oracle.cc",
10566                 "//modules/rtp_rtcp/source/playout_delay_oracle.h",
10567                 "//modules/rtp_rtcp/source/receive_statistics_impl.cc",
10568                 "//modules/rtp_rtcp/source/receive_statistics_impl.h",
10569                 "//modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
10570                 "//modules/rtp_rtcp/source/rtcp_nack_stats.cc",
10571                 "//modules/rtp_rtcp/source/rtcp_nack_stats.h",
10572                 "//modules/rtp_rtcp/source/rtcp_receiver.cc",
10573                 "//modules/rtp_rtcp/source/rtcp_receiver.h",
10574                 "//modules/rtp_rtcp/source/rtcp_sender.cc",
10575                 "//modules/rtp_rtcp/source/rtcp_sender.h",
10576                 "//modules/rtp_rtcp/source/rtp_format.cc",
10577                 "//modules/rtp_rtcp/source/rtp_format.h",
10578                 "//modules/rtp_rtcp/source/rtp_format_h264.cc",
10579                 "//modules/rtp_rtcp/source/rtp_format_h264.h",
10580                 "//modules/rtp_rtcp/source/rtp_format_video_generic.cc",
10581                 "//modules/rtp_rtcp/source/rtp_format_video_generic.h",
10582                 "//modules/rtp_rtcp/source/rtp_format_vp8.cc",
10583                 "//modules/rtp_rtcp/source/rtp_format_vp8.h",
10584                 "//modules/rtp_rtcp/source/rtp_format_vp9.cc",
10585                 "//modules/rtp_rtcp/source/rtp_format_vp9.h",
10586                 "//modules/rtp_rtcp/source/rtp_header_parser.cc",
10587                 "//modules/rtp_rtcp/source/rtp_packet_history.cc",
10588                 "//modules/rtp_rtcp/source/rtp_packet_history.h",
10589                 "//modules/rtp_rtcp/source/rtp_payload_registry.cc",
10590                 "//modules/rtp_rtcp/source/rtp_receiver_audio.cc",
10591                 "//modules/rtp_rtcp/source/rtp_receiver_audio.h",
10592                 "//modules/rtp_rtcp/source/rtp_receiver_impl.cc",
10593                 "//modules/rtp_rtcp/source/rtp_receiver_impl.h",
10594                 "//modules/rtp_rtcp/source/rtp_receiver_strategy.cc",
10595                 "//modules/rtp_rtcp/source/rtp_receiver_strategy.h",
10596                 "//modules/rtp_rtcp/source/rtp_receiver_video.cc",
10597                 "//modules/rtp_rtcp/source/rtp_receiver_video.h",
10598                 "//modules/rtp_rtcp/source/rtp_rtcp_config.h",
10599                 "//modules/rtp_rtcp/source/rtp_rtcp_impl.cc",
10600                 "//modules/rtp_rtcp/source/rtp_rtcp_impl.h",
10601                 "//modules/rtp_rtcp/source/rtp_sender.cc",
10602                 "//modules/rtp_rtcp/source/rtp_sender.h",
10603                 "//modules/rtp_rtcp/source/rtp_sender_audio.cc",
10604                 "//modules/rtp_rtcp/source/rtp_sender_audio.h",
10605                 "//modules/rtp_rtcp/source/rtp_sender_video.cc",
10606                 "//modules/rtp_rtcp/source/rtp_sender_video.h",
10607                 "//modules/rtp_rtcp/source/rtp_utility.cc",
10608                 "//modules/rtp_rtcp/source/rtp_utility.h",
10609                 "//modules/rtp_rtcp/source/time_util.cc",
10610                 "//modules/rtp_rtcp/source/time_util.h",
10611                 "//modules/rtp_rtcp/source/tmmbr_help.cc",
10612                 "//modules/rtp_rtcp/source/tmmbr_help.h",
10613                 "//modules/rtp_rtcp/source/ulpfec_generator.cc",
10614                 "//modules/rtp_rtcp/source/ulpfec_generator.h",
10615                 "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
10616                 "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.h",
10617                 "//modules/rtp_rtcp/source/ulpfec_receiver_impl.cc",
10618                 "//modules/rtp_rtcp/source/ulpfec_receiver_impl.h",
10619                 "//modules/rtp_rtcp/source/video_codec_information.h"
10620             ],
10621             "type": "static_library"
10622         },
10623         "//modules/rtp_rtcp:rtp_rtcp_format": {
10624             "cflags": [
10625                 "-fno-strict-aliasing",
10626                 "--param=ssp-buffer-size=4",
10627                 "-fstack-protector",
10628                 "-Wno-builtin-macro-redefined",
10629                 "-D__DATE__=",
10630                 "-D__TIME__=",
10631                 "-D__TIMESTAMP__=",
10632                 "-funwind-tables",
10633                 "-fcolor-diagnostics",
10634                 "--target=aarch64-linux-gnu",
10635                 "-Wall",
10636                 "-Werror",
10637                 "-Wextra",
10638                 "-Wno-missing-field-initializers",
10639                 "-Wno-unused-parameter",
10640                 "-Wno-c++11-narrowing",
10641                 "-Wno-covered-switch-default",
10642                 "-Wno-unneeded-internal-declaration",
10643                 "-Wno-inconsistent-missing-override",
10644                 "-Wno-undefined-var-template",
10645                 "-Wno-nonportable-include-path",
10646                 "-Wno-address-of-packed-member",
10647                 "-Wno-unused-lambda-capture",
10648                 "-Wno-user-defined-warnings",
10649                 "-O2",
10650                 "-fno-ident",
10651                 "-fdata-sections",
10652                 "-ffunction-sections",
10653                 "-fno-omit-frame-pointer",
10654                 "-g2",
10655                 "-fvisibility=hidden",
10656                 "-Xclang",
10657                 "-add-plugin",
10658                 "-Xclang",
10659                 "find-bad-constructs",
10660                 "-Xclang",
10661                 "-plugin-arg-find-bad-constructs",
10662                 "-Xclang",
10663                 "check-auto-raw-pointer",
10664                 "-Wheader-hygiene",
10665                 "-Wstring-conversion",
10666                 "-Wtautological-overlap-compare",
10667                 "-Wextra",
10668                 "-Wno-unused-parameter",
10669                 "-Wno-missing-field-initializers",
10670                 "-Wno-strict-overflow",
10671                 "-Wc++11-narrowing",
10672                 "-Wimplicit-fallthrough",
10673                 "-Wthread-safety",
10674                 "-Winconsistent-missing-override",
10675                 "-Wundef",
10676                 "-Wunused-lambda-capture"
10677             ],
10678             "defines": [
10679                 "V8_DEPRECATION_WARNINGS",
10680                 "USE_X11=1",
10681                 "CHROMIUM_BUILD",
10682                 "_FILE_OFFSET_BITS=64",
10683                 "_FORTIFY_SOURCE=2",
10684                 "NDEBUG",
10685                 "NVALGRIND",
10686                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10687                 "WEBRTC_ENABLE_PROTOBUF=0",
10688                 "WEBRTC_RESTRICT_LOGGING",
10689                 "WEBRTC_ARCH_ARM64",
10690                 "WEBRTC_HAS_NEON",
10691                 "WEBRTC_MOZILLA_BUILD",
10692                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10693                 "WEBRTC_POSIX",
10694                 "WEBRTC_BSD"
10695             ],
10696             "deps": [
10697                 "//:webrtc_common",
10698                 "//api:array_view",
10699                 "//api:optional",
10700                 "//api/audio_codecs:audio_codecs_api",
10701                 "//common_video:common_video",
10702                 "//modules:module_api",
10703                 "//rtc_base:rtc_base_approved",
10704                 "//system_wrappers:system_wrappers"
10705             ],
10706             "include_dirs": [
10707                 "//",
10708                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
10709                 "//common_video/include/",
10710                 "/media/libyuv/libyuv/include/"
10711             ],
10712             "libs": [],
10713             "sources": [
10714                 "//modules/rtp_rtcp/include/rtp_rtcp_defines.cc",
10715                 "//modules/rtp_rtcp/source/rtcp_packet.cc",
10716                 "//modules/rtp_rtcp/source/rtcp_packet/app.cc",
10717                 "//modules/rtp_rtcp/source/rtcp_packet/bye.cc",
10718                 "//modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
10719                 "//modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
10720                 "//modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
10721                 "//modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc",
10722                 "//modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
10723                 "//modules/rtp_rtcp/source/rtcp_packet/fir.cc",
10724                 "//modules/rtp_rtcp/source/rtcp_packet/nack.cc",
10725                 "//modules/rtp_rtcp/source/rtcp_packet/pli.cc",
10726                 "//modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
10727                 "//modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
10728                 "//modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
10729                 "//modules/rtp_rtcp/source/rtcp_packet/remb.cc",
10730                 "//modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
10731                 "//modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
10732                 "//modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
10733                 "//modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
10734                 "//modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
10735                 "//modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
10736                 "//modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
10737                 "//modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
10738                 "//modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
10739                 "//modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
10740                 "//modules/rtp_rtcp/source/rtcp_packet/voip_metric.cc",
10741                 "//modules/rtp_rtcp/source/rtp_header_extension_map.cc",
10742                 "//modules/rtp_rtcp/source/rtp_header_extensions.cc",
10743                 "//modules/rtp_rtcp/source/rtp_packet.cc",
10744                 "//modules/rtp_rtcp/source/rtp_packet_received.cc"
10745             ],
10746             "type": "source_set"
10747         },
10748         "//modules/utility:utility": {
10749             "cflags": [
10750                 "-fno-strict-aliasing",
10751                 "--param=ssp-buffer-size=4",
10752                 "-fstack-protector",
10753                 "-Wno-builtin-macro-redefined",
10754                 "-D__DATE__=",
10755                 "-D__TIME__=",
10756                 "-D__TIMESTAMP__=",
10757                 "-funwind-tables",
10758                 "-fcolor-diagnostics",
10759                 "--target=aarch64-linux-gnu",
10760                 "-Wall",
10761                 "-Werror",
10762                 "-Wextra",
10763                 "-Wno-missing-field-initializers",
10764                 "-Wno-unused-parameter",
10765                 "-Wno-c++11-narrowing",
10766                 "-Wno-covered-switch-default",
10767                 "-Wno-unneeded-internal-declaration",
10768                 "-Wno-inconsistent-missing-override",
10769                 "-Wno-undefined-var-template",
10770                 "-Wno-nonportable-include-path",
10771                 "-Wno-address-of-packed-member",
10772                 "-Wno-unused-lambda-capture",
10773                 "-Wno-user-defined-warnings",
10774                 "-O2",
10775                 "-fno-ident",
10776                 "-fdata-sections",
10777                 "-ffunction-sections",
10778                 "-fno-omit-frame-pointer",
10779                 "-g2",
10780                 "-fvisibility=hidden",
10781                 "-Wheader-hygiene",
10782                 "-Wstring-conversion",
10783                 "-Wtautological-overlap-compare",
10784                 "-Wextra",
10785                 "-Wno-unused-parameter",
10786                 "-Wno-missing-field-initializers",
10787                 "-Wno-strict-overflow",
10788                 "-Wc++11-narrowing",
10789                 "-Wimplicit-fallthrough",
10790                 "-Wthread-safety",
10791                 "-Winconsistent-missing-override",
10792                 "-Wundef",
10793                 "-Wunused-lambda-capture"
10794             ],
10795             "defines": [
10796                 "V8_DEPRECATION_WARNINGS",
10797                 "USE_X11=1",
10798                 "CHROMIUM_BUILD",
10799                 "_FILE_OFFSET_BITS=64",
10800                 "_FORTIFY_SOURCE=2",
10801                 "NDEBUG",
10802                 "NVALGRIND",
10803                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10804                 "WEBRTC_ENABLE_PROTOBUF=0",
10805                 "WEBRTC_RESTRICT_LOGGING",
10806                 "WEBRTC_ARCH_ARM64",
10807                 "WEBRTC_HAS_NEON",
10808                 "WEBRTC_MOZILLA_BUILD",
10809                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10810                 "WEBRTC_POSIX",
10811                 "WEBRTC_BSD"
10812             ],
10813             "deps": [
10814                 "//:webrtc_common",
10815                 "//audio/utility:audio_frame_operations",
10816                 "//common_audio:common_audio",
10817                 "//modules:module_api",
10818                 "//modules/media_file:media_file",
10819                 "//rtc_base:rtc_base_approved",
10820                 "//rtc_base:rtc_task_queue",
10821                 "//system_wrappers:system_wrappers"
10822             ],
10823             "include_dirs": [
10824                 "//",
10825                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
10826                 "//common_audio/resampler/include/",
10827                 "//common_audio/signal_processing/include/",
10828                 "//common_audio/vad/include/"
10829             ],
10830             "libs": [],
10831             "sources": [
10832                 "//modules/utility/include/audio_frame_operations.h",
10833                 "//modules/utility/include/process_thread.h",
10834                 "//modules/utility/source/process_thread_impl.cc",
10835                 "//modules/utility/source/process_thread_impl.h"
10836             ],
10837             "type": "static_library"
10838         },
10839         "//modules/video_capture:video_capture_internal_impl": {
10840             "cflags": [
10841                 "-fno-strict-aliasing",
10842                 "--param=ssp-buffer-size=4",
10843                 "-fstack-protector",
10844                 "-Wno-builtin-macro-redefined",
10845                 "-D__DATE__=",
10846                 "-D__TIME__=",
10847                 "-D__TIMESTAMP__=",
10848                 "-funwind-tables",
10849                 "-fcolor-diagnostics",
10850                 "--target=aarch64-linux-gnu",
10851                 "-Wall",
10852                 "-Werror",
10853                 "-Wextra",
10854                 "-Wno-missing-field-initializers",
10855                 "-Wno-unused-parameter",
10856                 "-Wno-c++11-narrowing",
10857                 "-Wno-covered-switch-default",
10858                 "-Wno-unneeded-internal-declaration",
10859                 "-Wno-inconsistent-missing-override",
10860                 "-Wno-undefined-var-template",
10861                 "-Wno-nonportable-include-path",
10862                 "-Wno-address-of-packed-member",
10863                 "-Wno-unused-lambda-capture",
10864                 "-Wno-user-defined-warnings",
10865                 "-O2",
10866                 "-fno-ident",
10867                 "-fdata-sections",
10868                 "-ffunction-sections",
10869                 "-fno-omit-frame-pointer",
10870                 "-g2",
10871                 "-fvisibility=hidden",
10872                 "-Wheader-hygiene",
10873                 "-Wstring-conversion",
10874                 "-Wtautological-overlap-compare",
10875                 "-Wextra",
10876                 "-Wno-unused-parameter",
10877                 "-Wno-missing-field-initializers",
10878                 "-Wno-strict-overflow",
10879                 "-Wc++11-narrowing",
10880                 "-Wimplicit-fallthrough",
10881                 "-Wthread-safety",
10882                 "-Winconsistent-missing-override",
10883                 "-Wundef",
10884                 "-Wunused-lambda-capture"
10885             ],
10886             "defines": [
10887                 "V8_DEPRECATION_WARNINGS",
10888                 "USE_X11=1",
10889                 "CHROMIUM_BUILD",
10890                 "_FILE_OFFSET_BITS=64",
10891                 "_FORTIFY_SOURCE=2",
10892                 "NDEBUG",
10893                 "NVALGRIND",
10894                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10895                 "WEBRTC_ENABLE_PROTOBUF=0",
10896                 "WEBRTC_RESTRICT_LOGGING",
10897                 "WEBRTC_ARCH_ARM64",
10898                 "WEBRTC_HAS_NEON",
10899                 "WEBRTC_MOZILLA_BUILD",
10900                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10901                 "WEBRTC_POSIX",
10902                 "WEBRTC_BSD"
10903             ],
10904             "deps": [
10905                 "//:webrtc_common",
10906                 "//media:rtc_media_base",
10907                 "//modules/video_capture:video_capture_module",
10908                 "//rtc_base:rtc_base_approved",
10909                 "//system_wrappers:system_wrappers"
10910             ],
10911             "include_dirs": [
10912                 "//",
10913                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10914             ],
10915             "libs": [],
10916             "sources": [
10917                 "//modules/video_capture/linux/device_info_linux.cc",
10918                 "//modules/video_capture/linux/device_info_linux.h",
10919                 "//modules/video_capture/linux/video_capture_linux.cc",
10920                 "//modules/video_capture/linux/video_capture_linux.h"
10921             ],
10922             "type": "source_set"
10923         },
10924         "//modules/video_capture:video_capture_module": {
10925             "cflags": [
10926                 "-fno-strict-aliasing",
10927                 "--param=ssp-buffer-size=4",
10928                 "-fstack-protector",
10929                 "-Wno-builtin-macro-redefined",
10930                 "-D__DATE__=",
10931                 "-D__TIME__=",
10932                 "-D__TIMESTAMP__=",
10933                 "-funwind-tables",
10934                 "-fcolor-diagnostics",
10935                 "--target=aarch64-linux-gnu",
10936                 "-Wall",
10937                 "-Werror",
10938                 "-Wextra",
10939                 "-Wno-missing-field-initializers",
10940                 "-Wno-unused-parameter",
10941                 "-Wno-c++11-narrowing",
10942                 "-Wno-covered-switch-default",
10943                 "-Wno-unneeded-internal-declaration",
10944                 "-Wno-inconsistent-missing-override",
10945                 "-Wno-undefined-var-template",
10946                 "-Wno-nonportable-include-path",
10947                 "-Wno-address-of-packed-member",
10948                 "-Wno-unused-lambda-capture",
10949                 "-Wno-user-defined-warnings",
10950                 "-O2",
10951                 "-fno-ident",
10952                 "-fdata-sections",
10953                 "-ffunction-sections",
10954                 "-fno-omit-frame-pointer",
10955                 "-g2",
10956                 "-fvisibility=hidden",
10957                 "-Wheader-hygiene",
10958                 "-Wstring-conversion",
10959                 "-Wtautological-overlap-compare",
10960                 "-Wextra",
10961                 "-Wno-unused-parameter",
10962                 "-Wno-missing-field-initializers",
10963                 "-Wno-strict-overflow",
10964                 "-Wc++11-narrowing",
10965                 "-Wimplicit-fallthrough",
10966                 "-Wthread-safety",
10967                 "-Winconsistent-missing-override",
10968                 "-Wundef",
10969                 "-Wunused-lambda-capture"
10970             ],
10971             "defines": [
10972                 "V8_DEPRECATION_WARNINGS",
10973                 "USE_X11=1",
10974                 "CHROMIUM_BUILD",
10975                 "_FILE_OFFSET_BITS=64",
10976                 "_FORTIFY_SOURCE=2",
10977                 "NDEBUG",
10978                 "NVALGRIND",
10979                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10980                 "WEBRTC_ENABLE_PROTOBUF=0",
10981                 "WEBRTC_RESTRICT_LOGGING",
10982                 "WEBRTC_ARCH_ARM64",
10983                 "WEBRTC_HAS_NEON",
10984                 "WEBRTC_MOZILLA_BUILD",
10985                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10986                 "WEBRTC_POSIX",
10987                 "WEBRTC_BSD"
10988             ],
10989             "deps": [
10990                 "//:webrtc_common",
10991                 "//api:video_frame_api_i420",
10992                 "//common_video:common_video",
10993                 "//modules:module_api",
10994                 "//rtc_base:rtc_base_approved",
10995                 "//system_wrappers:system_wrappers"
10996             ],
10997             "include_dirs": [
10998                 "//",
10999                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11000                 "//common_video/include/",
11001                 "/media/libyuv/libyuv/include/"
11002             ],
11003             "libs": [],
11004             "sources": [
11005                 "//modules/video_capture/device_info_impl.cc",
11006                 "//modules/video_capture/device_info_impl.h",
11007                 "//modules/video_capture/video_capture.h",
11008                 "//modules/video_capture/video_capture_config.h",
11009                 "//modules/video_capture/video_capture_defines.h",
11010                 "//modules/video_capture/video_capture_factory.cc",
11011                 "//modules/video_capture/video_capture_factory.h",
11012                 "//modules/video_capture/video_capture_impl.cc",
11013                 "//modules/video_capture/video_capture_impl.h"
11014             ],
11015             "type": "static_library"
11016         },
11017         "//modules/video_coding:codec_globals_headers": {
11018             "cflags": [
11019                 "-fno-strict-aliasing",
11020                 "--param=ssp-buffer-size=4",
11021                 "-fstack-protector",
11022                 "-Wno-builtin-macro-redefined",
11023                 "-D__DATE__=",
11024                 "-D__TIME__=",
11025                 "-D__TIMESTAMP__=",
11026                 "-funwind-tables",
11027                 "-fcolor-diagnostics",
11028                 "--target=aarch64-linux-gnu",
11029                 "-Wall",
11030                 "-Werror",
11031                 "-Wextra",
11032                 "-Wno-missing-field-initializers",
11033                 "-Wno-unused-parameter",
11034                 "-Wno-c++11-narrowing",
11035                 "-Wno-covered-switch-default",
11036                 "-Wno-unneeded-internal-declaration",
11037                 "-Wno-inconsistent-missing-override",
11038                 "-Wno-undefined-var-template",
11039                 "-Wno-nonportable-include-path",
11040                 "-Wno-address-of-packed-member",
11041                 "-Wno-unused-lambda-capture",
11042                 "-Wno-user-defined-warnings",
11043                 "-O2",
11044                 "-fno-ident",
11045                 "-fdata-sections",
11046                 "-ffunction-sections",
11047                 "-fno-omit-frame-pointer",
11048                 "-g2",
11049                 "-fvisibility=hidden",
11050                 "-Xclang",
11051                 "-add-plugin",
11052                 "-Xclang",
11053                 "find-bad-constructs",
11054                 "-Xclang",
11055                 "-plugin-arg-find-bad-constructs",
11056                 "-Xclang",
11057                 "check-auto-raw-pointer",
11058                 "-Wheader-hygiene",
11059                 "-Wstring-conversion",
11060                 "-Wtautological-overlap-compare",
11061                 "-Wextra",
11062                 "-Wno-unused-parameter",
11063                 "-Wno-missing-field-initializers",
11064                 "-Wno-strict-overflow",
11065                 "-Wc++11-narrowing",
11066                 "-Wimplicit-fallthrough",
11067                 "-Wthread-safety",
11068                 "-Winconsistent-missing-override",
11069                 "-Wundef",
11070                 "-Wunused-lambda-capture"
11071             ],
11072             "defines": [
11073                 "V8_DEPRECATION_WARNINGS",
11074                 "USE_X11=1",
11075                 "CHROMIUM_BUILD",
11076                 "_FILE_OFFSET_BITS=64",
11077                 "_FORTIFY_SOURCE=2",
11078                 "NDEBUG",
11079                 "NVALGRIND",
11080                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11081                 "WEBRTC_ENABLE_PROTOBUF=0",
11082                 "WEBRTC_RESTRICT_LOGGING",
11083                 "WEBRTC_ARCH_ARM64",
11084                 "WEBRTC_HAS_NEON",
11085                 "WEBRTC_MOZILLA_BUILD",
11086                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11087                 "WEBRTC_POSIX",
11088                 "WEBRTC_BSD"
11089             ],
11090             "deps": [],
11091             "include_dirs": [
11092                 "//",
11093                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
11094             ],
11095             "libs": [],
11096             "sources": [
11097                 "//modules/video_coding/codecs/h264/include/h264_globals.h",
11098                 "//modules/video_coding/codecs/interface/common_constants.h",
11099                 "//modules/video_coding/codecs/vp8/include/vp8_globals.h",
11100                 "//modules/video_coding/codecs/vp9/include/vp9_globals.h"
11101             ],
11102             "type": "source_set"
11103         },
11104         "//modules/video_coding:video_coding": {
11105             "cflags": [
11106                 "-fno-strict-aliasing",
11107                 "--param=ssp-buffer-size=4",
11108                 "-fstack-protector",
11109                 "-Wno-builtin-macro-redefined",
11110                 "-D__DATE__=",
11111                 "-D__TIME__=",
11112                 "-D__TIMESTAMP__=",
11113                 "-funwind-tables",
11114                 "-fcolor-diagnostics",
11115                 "--target=aarch64-linux-gnu",
11116                 "-Wall",
11117                 "-Werror",
11118                 "-Wextra",
11119                 "-Wno-missing-field-initializers",
11120                 "-Wno-unused-parameter",
11121                 "-Wno-c++11-narrowing",
11122                 "-Wno-covered-switch-default",
11123                 "-Wno-unneeded-internal-declaration",
11124                 "-Wno-inconsistent-missing-override",
11125                 "-Wno-undefined-var-template",
11126                 "-Wno-nonportable-include-path",
11127                 "-Wno-address-of-packed-member",
11128                 "-Wno-unused-lambda-capture",
11129                 "-Wno-user-defined-warnings",
11130                 "-O2",
11131                 "-fno-ident",
11132                 "-fdata-sections",
11133                 "-ffunction-sections",
11134                 "-fno-omit-frame-pointer",
11135                 "-g2",
11136                 "-fvisibility=hidden",
11137                 "-Wheader-hygiene",
11138                 "-Wstring-conversion",
11139                 "-Wtautological-overlap-compare",
11140                 "-Wextra",
11141                 "-Wno-unused-parameter",
11142                 "-Wno-missing-field-initializers",
11143                 "-Wno-strict-overflow",
11144                 "-Wc++11-narrowing",
11145                 "-Wimplicit-fallthrough",
11146                 "-Wthread-safety",
11147                 "-Winconsistent-missing-override",
11148                 "-Wundef",
11149                 "-Wunused-lambda-capture"
11150             ],
11151             "defines": [
11152                 "V8_DEPRECATION_WARNINGS",
11153                 "USE_X11=1",
11154                 "CHROMIUM_BUILD",
11155                 "_FILE_OFFSET_BITS=64",
11156                 "_FORTIFY_SOURCE=2",
11157                 "NDEBUG",
11158                 "NVALGRIND",
11159                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11160                 "WEBRTC_ENABLE_PROTOBUF=0",
11161                 "WEBRTC_RESTRICT_LOGGING",
11162                 "WEBRTC_ARCH_ARM64",
11163                 "WEBRTC_HAS_NEON",
11164                 "WEBRTC_MOZILLA_BUILD",
11165                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11166                 "WEBRTC_POSIX",
11167                 "WEBRTC_BSD"
11168             ],
11169             "deps": [
11170                 "//:webrtc_common",
11171                 "//api:optional",
11172                 "//api:video_frame_api_i420",
11173                 "//call:video_stream_api",
11174                 "//common_video:common_video",
11175                 "//modules:module_api",
11176                 "//modules:module_api_public",
11177                 "//modules/pacing:pacing",
11178                 "//modules/rtp_rtcp:rtp_rtcp",
11179                 "//modules/utility:utility",
11180                 "//modules/video_coding:codec_globals_headers",
11181                 "//modules/video_coding:video_coding_utility",
11182                 "//modules/video_coding:webrtc_h264",
11183                 "//modules/video_coding:webrtc_i420",
11184                 "//modules/video_coding:webrtc_stereo",
11185                 "//modules/video_coding:webrtc_vp8",
11186                 "//modules/video_coding:webrtc_vp9",
11187                 "//rtc_base:rtc_base",
11188                 "//rtc_base:rtc_base_approved",
11189                 "//rtc_base:rtc_numerics",
11190                 "//rtc_base:rtc_task_queue",
11191                 "//rtc_base:sequenced_task_checker",
11192                 "//system_wrappers:system_wrappers"
11193             ],
11194             "include_dirs": [
11195                 "//",
11196                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11197                 "//common_video/include/",
11198                 "/media/libyuv/libyuv/include/"
11199             ],
11200             "libs": [],
11201             "sources": [
11202                 "//modules/video_coding/codec_database.cc",
11203                 "//modules/video_coding/codec_database.h",
11204                 "//modules/video_coding/codec_timer.cc",
11205                 "//modules/video_coding/codec_timer.h",
11206                 "//modules/video_coding/decoding_state.cc",
11207                 "//modules/video_coding/decoding_state.h",
11208                 "//modules/video_coding/encoded_frame.cc",
11209                 "//modules/video_coding/encoded_frame.h",
11210                 "//modules/video_coding/fec_rate_table.h",
11211                 "//modules/video_coding/frame_buffer.cc",
11212                 "//modules/video_coding/frame_buffer.h",
11213                 "//modules/video_coding/frame_buffer2.cc",
11214                 "//modules/video_coding/frame_buffer2.h",
11215                 "//modules/video_coding/frame_object.cc",
11216                 "//modules/video_coding/frame_object.h",
11217                 "//modules/video_coding/generic_decoder.cc",
11218                 "//modules/video_coding/generic_decoder.h",
11219                 "//modules/video_coding/generic_encoder.cc",
11220                 "//modules/video_coding/generic_encoder.h",
11221                 "//modules/video_coding/h264_sprop_parameter_sets.cc",
11222                 "//modules/video_coding/h264_sprop_parameter_sets.h",
11223                 "//modules/video_coding/h264_sps_pps_tracker.cc",
11224                 "//modules/video_coding/h264_sps_pps_tracker.h",
11225                 "//modules/video_coding/histogram.cc",
11226                 "//modules/video_coding/histogram.h",
11227                 "//modules/video_coding/include/video_codec_initializer.h",
11228                 "//modules/video_coding/include/video_coding.h",
11229                 "//modules/video_coding/include/video_coding_defines.h",
11230                 "//modules/video_coding/inter_frame_delay.cc",
11231                 "//modules/video_coding/inter_frame_delay.h",
11232                 "//modules/video_coding/internal_defines.h",
11233                 "//modules/video_coding/jitter_buffer.cc",
11234                 "//modules/video_coding/jitter_buffer.h",
11235                 "//modules/video_coding/jitter_buffer_common.h",
11236                 "//modules/video_coding/jitter_estimator.cc",
11237                 "//modules/video_coding/jitter_estimator.h",
11238                 "//modules/video_coding/media_opt_util.cc",
11239                 "//modules/video_coding/media_opt_util.h",
11240                 "//modules/video_coding/media_optimization.cc",
11241                 "//modules/video_coding/media_optimization.h",
11242                 "//modules/video_coding/nack_fec_tables.h",
11243                 "//modules/video_coding/nack_module.cc",
11244                 "//modules/video_coding/nack_module.h",
11245                 "//modules/video_coding/packet.cc",
11246                 "//modules/video_coding/packet.h",
11247                 "//modules/video_coding/packet_buffer.cc",
11248                 "//modules/video_coding/packet_buffer.h",
11249                 "//modules/video_coding/protection_bitrate_calculator.cc",
11250                 "//modules/video_coding/protection_bitrate_calculator.h",
11251                 "//modules/video_coding/qp_parser.cc",
11252                 "//modules/video_coding/qp_parser.h",
11253                 "//modules/video_coding/receiver.cc",
11254                 "//modules/video_coding/receiver.h",
11255                 "//modules/video_coding/rtp_frame_reference_finder.cc",
11256                 "//modules/video_coding/rtp_frame_reference_finder.h",
11257                 "//modules/video_coding/rtt_filter.cc",
11258                 "//modules/video_coding/rtt_filter.h",
11259                 "//modules/video_coding/session_info.cc",
11260                 "//modules/video_coding/session_info.h",
11261                 "//modules/video_coding/timestamp_map.cc",
11262                 "//modules/video_coding/timestamp_map.h",
11263                 "//modules/video_coding/timing.cc",
11264                 "//modules/video_coding/timing.h",
11265                 "//modules/video_coding/video_codec_initializer.cc",
11266                 "//modules/video_coding/video_coding_impl.cc",
11267                 "//modules/video_coding/video_coding_impl.h",
11268                 "//modules/video_coding/video_receiver.cc",
11269                 "//modules/video_coding/video_sender.cc"
11270             ],
11271             "type": "static_library"
11272         },
11273         "//modules/video_coding:video_coding_utility": {
11274             "cflags": [
11275                 "-fno-strict-aliasing",
11276                 "--param=ssp-buffer-size=4",
11277                 "-fstack-protector",
11278                 "-Wno-builtin-macro-redefined",
11279                 "-D__DATE__=",
11280                 "-D__TIME__=",
11281                 "-D__TIMESTAMP__=",
11282                 "-funwind-tables",
11283                 "-fcolor-diagnostics",
11284                 "--target=aarch64-linux-gnu",
11285                 "-Wall",
11286                 "-Werror",
11287                 "-Wextra",
11288                 "-Wno-missing-field-initializers",
11289                 "-Wno-unused-parameter",
11290                 "-Wno-c++11-narrowing",
11291                 "-Wno-covered-switch-default",
11292                 "-Wno-unneeded-internal-declaration",
11293                 "-Wno-inconsistent-missing-override",
11294                 "-Wno-undefined-var-template",
11295                 "-Wno-nonportable-include-path",
11296                 "-Wno-address-of-packed-member",
11297                 "-Wno-unused-lambda-capture",
11298                 "-Wno-user-defined-warnings",
11299                 "-O2",
11300                 "-fno-ident",
11301                 "-fdata-sections",
11302                 "-ffunction-sections",
11303                 "-fno-omit-frame-pointer",
11304                 "-g2",
11305                 "-fvisibility=hidden",
11306                 "-Wheader-hygiene",
11307                 "-Wstring-conversion",
11308                 "-Wtautological-overlap-compare",
11309                 "-Wextra",
11310                 "-Wno-unused-parameter",
11311                 "-Wno-missing-field-initializers",
11312                 "-Wno-strict-overflow",
11313                 "-Wc++11-narrowing",
11314                 "-Wimplicit-fallthrough",
11315                 "-Wthread-safety",
11316                 "-Winconsistent-missing-override",
11317                 "-Wundef",
11318                 "-Wunused-lambda-capture"
11319             ],
11320             "defines": [
11321                 "V8_DEPRECATION_WARNINGS",
11322                 "USE_X11=1",
11323                 "CHROMIUM_BUILD",
11324                 "_FILE_OFFSET_BITS=64",
11325                 "_FORTIFY_SOURCE=2",
11326                 "NDEBUG",
11327                 "NVALGRIND",
11328                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11329                 "WEBRTC_ENABLE_PROTOBUF=0",
11330                 "WEBRTC_RESTRICT_LOGGING",
11331                 "WEBRTC_ARCH_ARM64",
11332                 "WEBRTC_HAS_NEON",
11333                 "WEBRTC_MOZILLA_BUILD",
11334                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11335                 "WEBRTC_POSIX",
11336                 "WEBRTC_BSD"
11337             ],
11338             "deps": [
11339                 "//:webrtc_common",
11340                 "//api:optional",
11341                 "//api/video_codecs:video_codecs_api",
11342                 "//common_video:common_video",
11343                 "//modules:module_api",
11344                 "//modules/rtp_rtcp:rtp_rtcp",
11345                 "//rtc_base:rtc_base_approved",
11346                 "//rtc_base:rtc_numerics",
11347                 "//rtc_base:rtc_task_queue",
11348                 "//rtc_base:sequenced_task_checker",
11349                 "//system_wrappers:system_wrappers"
11350             ],
11351             "include_dirs": [
11352                 "//",
11353                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11354                 "//common_video/include/",
11355                 "/media/libyuv/libyuv/include/"
11356             ],
11357             "libs": [],
11358             "sources": [
11359                 "//modules/video_coding/codecs/interface/video_codec_interface.h",
11360                 "//modules/video_coding/codecs/interface/video_error_codes.h",
11361                 "//modules/video_coding/utility/default_video_bitrate_allocator.cc",
11362                 "//modules/video_coding/utility/default_video_bitrate_allocator.h",
11363                 "//modules/video_coding/utility/frame_dropper.cc",
11364                 "//modules/video_coding/utility/frame_dropper.h",
11365                 "//modules/video_coding/utility/ivf_file_writer.cc",
11366                 "//modules/video_coding/utility/ivf_file_writer.h",
11367                 "//modules/video_coding/utility/moving_average.cc",
11368                 "//modules/video_coding/utility/moving_average.h",
11369                 "//modules/video_coding/utility/quality_scaler.cc",
11370                 "//modules/video_coding/utility/quality_scaler.h",
11371                 "//modules/video_coding/utility/vp8_header_parser.cc",
11372                 "//modules/video_coding/utility/vp8_header_parser.h",
11373                 "//modules/video_coding/utility/vp9_uncompressed_header_parser.cc",
11374                 "//modules/video_coding/utility/vp9_uncompressed_header_parser.h"
11375             ],
11376             "type": "source_set"
11377         },
11378         "//modules/video_coding:webrtc_h264": {
11379             "cflags": [
11380                 "-fno-strict-aliasing",
11381                 "--param=ssp-buffer-size=4",
11382                 "-fstack-protector",
11383                 "-Wno-builtin-macro-redefined",
11384                 "-D__DATE__=",
11385                 "-D__TIME__=",
11386                 "-D__TIMESTAMP__=",
11387                 "-funwind-tables",
11388                 "-fcolor-diagnostics",
11389                 "--target=aarch64-linux-gnu",
11390                 "-Wall",
11391                 "-Werror",
11392                 "-Wextra",
11393                 "-Wno-missing-field-initializers",
11394                 "-Wno-unused-parameter",
11395                 "-Wno-c++11-narrowing",
11396                 "-Wno-covered-switch-default",
11397                 "-Wno-unneeded-internal-declaration",
11398                 "-Wno-inconsistent-missing-override",
11399                 "-Wno-undefined-var-template",
11400                 "-Wno-nonportable-include-path",
11401                 "-Wno-address-of-packed-member",
11402                 "-Wno-unused-lambda-capture",
11403                 "-Wno-user-defined-warnings",
11404                 "-O2",
11405                 "-fno-ident",
11406                 "-fdata-sections",
11407                 "-ffunction-sections",
11408                 "-fno-omit-frame-pointer",
11409                 "-g2",
11410                 "-fvisibility=hidden",
11411                 "-Wheader-hygiene",
11412                 "-Wstring-conversion",
11413                 "-Wtautological-overlap-compare",
11414                 "-Wextra",
11415                 "-Wno-unused-parameter",
11416                 "-Wno-missing-field-initializers",
11417                 "-Wno-strict-overflow",
11418                 "-Wc++11-narrowing",
11419                 "-Wimplicit-fallthrough",
11420                 "-Wthread-safety",
11421                 "-Winconsistent-missing-override",
11422                 "-Wundef",
11423                 "-Wunused-lambda-capture"
11424             ],
11425             "defines": [
11426                 "V8_DEPRECATION_WARNINGS",
11427                 "USE_X11=1",
11428                 "CHROMIUM_BUILD",
11429                 "_FILE_OFFSET_BITS=64",
11430                 "_FORTIFY_SOURCE=2",
11431                 "NDEBUG",
11432                 "NVALGRIND",
11433                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11434                 "WEBRTC_ENABLE_PROTOBUF=0",
11435                 "WEBRTC_RESTRICT_LOGGING",
11436                 "WEBRTC_ARCH_ARM64",
11437                 "WEBRTC_HAS_NEON",
11438                 "WEBRTC_MOZILLA_BUILD",
11439                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11440                 "WEBRTC_POSIX",
11441                 "WEBRTC_BSD"
11442             ],
11443             "deps": [
11444                 "//api:video_frame_api_i420",
11445                 "//api/video_codecs:video_codecs_api",
11446                 "//media:rtc_media_base",
11447                 "//modules/video_coding:video_coding_utility",
11448                 "//rtc_base:rtc_base_approved",
11449                 "//system_wrappers:system_wrappers"
11450             ],
11451             "include_dirs": [
11452                 "//",
11453                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
11454             ],
11455             "libs": [],
11456             "sources": [
11457                 "//modules/video_coding/codecs/h264/h264.cc",
11458                 "//modules/video_coding/codecs/h264/include/h264.h"
11459             ],
11460             "type": "static_library"
11461         },
11462         "//modules/video_coding:webrtc_i420": {
11463             "cflags": [
11464                 "-fno-strict-aliasing",
11465                 "--param=ssp-buffer-size=4",
11466                 "-fstack-protector",
11467                 "-Wno-builtin-macro-redefined",
11468                 "-D__DATE__=",
11469                 "-D__TIME__=",
11470                 "-D__TIMESTAMP__=",
11471                 "-funwind-tables",
11472                 "-fcolor-diagnostics",
11473                 "--target=aarch64-linux-gnu",
11474                 "-Wall",
11475                 "-Werror",
11476                 "-Wextra",
11477                 "-Wno-missing-field-initializers",
11478                 "-Wno-unused-parameter",
11479                 "-Wno-c++11-narrowing",
11480                 "-Wno-covered-switch-default",
11481                 "-Wno-unneeded-internal-declaration",
11482                 "-Wno-inconsistent-missing-override",
11483                 "-Wno-undefined-var-template",
11484                 "-Wno-nonportable-include-path",
11485                 "-Wno-address-of-packed-member",
11486                 "-Wno-unused-lambda-capture",
11487                 "-Wno-user-defined-warnings",
11488                 "-O2",
11489                 "-fno-ident",
11490                 "-fdata-sections",
11491                 "-ffunction-sections",
11492                 "-fno-omit-frame-pointer",
11493                 "-g2",
11494                 "-fvisibility=hidden",
11495                 "-Wheader-hygiene",
11496                 "-Wstring-conversion",
11497                 "-Wtautological-overlap-compare",
11498                 "-Wextra",
11499                 "-Wno-unused-parameter",
11500                 "-Wno-missing-field-initializers",
11501                 "-Wno-strict-overflow",
11502                 "-Wc++11-narrowing",
11503                 "-Wimplicit-fallthrough",
11504                 "-Wthread-safety",
11505                 "-Winconsistent-missing-override",
11506                 "-Wundef",
11507                 "-Wunused-lambda-capture"
11508             ],
11509             "defines": [
11510                 "V8_DEPRECATION_WARNINGS",
11511                 "USE_X11=1",
11512                 "CHROMIUM_BUILD",
11513                 "_FILE_OFFSET_BITS=64",
11514                 "_FORTIFY_SOURCE=2",
11515                 "NDEBUG",
11516                 "NVALGRIND",
11517                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11518                 "WEBRTC_ENABLE_PROTOBUF=0",
11519                 "WEBRTC_RESTRICT_LOGGING",
11520                 "WEBRTC_ARCH_ARM64",
11521                 "WEBRTC_HAS_NEON",
11522                 "WEBRTC_MOZILLA_BUILD",
11523                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11524                 "WEBRTC_POSIX",
11525                 "WEBRTC_BSD"
11526             ],
11527             "deps": [
11528                 "//:webrtc_common",
11529                 "//api:video_frame_api_i420",
11530                 "//common_video:common_video",
11531                 "//modules/video_coding:video_coding_utility",
11532                 "//rtc_base:rtc_base_approved",
11533                 "//system_wrappers:system_wrappers"
11534             ],
11535             "include_dirs": [
11536                 "//",
11537                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11538                 "//common_video/include/",
11539                 "/media/libyuv/libyuv/include/"
11540             ],
11541             "libs": [],
11542             "sources": [
11543                 "//modules/video_coding/codecs/i420/i420.cc",
11544                 "//modules/video_coding/codecs/i420/include/i420.h"
11545             ],
11546             "type": "static_library"
11547         },
11548         "//modules/video_coding:webrtc_stereo": {
11549             "cflags": [
11550                 "-fno-strict-aliasing",
11551                 "--param=ssp-buffer-size=4",
11552                 "-fstack-protector",
11553                 "-Wno-builtin-macro-redefined",
11554                 "-D__DATE__=",
11555                 "-D__TIME__=",
11556                 "-D__TIMESTAMP__=",
11557                 "-funwind-tables",
11558                 "-fcolor-diagnostics",
11559                 "--target=aarch64-linux-gnu",
11560                 "-Wall",
11561                 "-Werror",
11562                 "-Wextra",
11563                 "-Wno-missing-field-initializers",
11564                 "-Wno-unused-parameter",
11565                 "-Wno-c++11-narrowing",
11566                 "-Wno-covered-switch-default",
11567                 "-Wno-unneeded-internal-declaration",
11568                 "-Wno-inconsistent-missing-override",
11569                 "-Wno-undefined-var-template",
11570                 "-Wno-nonportable-include-path",
11571                 "-Wno-address-of-packed-member",
11572                 "-Wno-unused-lambda-capture",
11573                 "-Wno-user-defined-warnings",
11574                 "-O2",
11575                 "-fno-ident",
11576                 "-fdata-sections",
11577                 "-ffunction-sections",
11578                 "-fno-omit-frame-pointer",
11579                 "-g2",
11580                 "-fvisibility=hidden",
11581                 "-Wheader-hygiene",
11582                 "-Wstring-conversion",
11583                 "-Wtautological-overlap-compare",
11584                 "-Wextra",
11585                 "-Wno-unused-parameter",
11586                 "-Wno-missing-field-initializers",
11587                 "-Wno-strict-overflow",
11588                 "-Wc++11-narrowing",
11589                 "-Wimplicit-fallthrough",
11590                 "-Wthread-safety",
11591                 "-Winconsistent-missing-override",
11592                 "-Wundef",
11593                 "-Wunused-lambda-capture"
11594             ],
11595             "defines": [
11596                 "V8_DEPRECATION_WARNINGS",
11597                 "USE_X11=1",
11598                 "CHROMIUM_BUILD",
11599                 "_FILE_OFFSET_BITS=64",
11600                 "_FORTIFY_SOURCE=2",
11601                 "NDEBUG",
11602                 "NVALGRIND",
11603                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11604                 "WEBRTC_ENABLE_PROTOBUF=0",
11605                 "WEBRTC_RESTRICT_LOGGING",
11606                 "WEBRTC_ARCH_ARM64",
11607                 "WEBRTC_HAS_NEON",
11608                 "WEBRTC_MOZILLA_BUILD",
11609                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11610                 "WEBRTC_POSIX",
11611                 "WEBRTC_BSD"
11612             ],
11613             "deps": [
11614                 "//:webrtc_common",
11615                 "//api:video_frame_api_i420",
11616                 "//api/video_codecs:video_codecs_api",
11617                 "//common_video:common_video",
11618                 "//modules:module_api",
11619                 "//modules/video_coding:video_coding_utility",
11620                 "//rtc_base:rtc_base_approved",
11621                 "//system_wrappers:system_wrappers"
11622             ],
11623             "include_dirs": [
11624                 "//",
11625                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11626                 "//common_video/include/",
11627                 "/media/libyuv/libyuv/include/"
11628             ],
11629             "libs": [],
11630             "sources": [
11631                 "//modules/video_coding/codecs/stereo/include/stereo_decoder_adapter.h",
11632                 "//modules/video_coding/codecs/stereo/include/stereo_encoder_adapter.h",
11633                 "//modules/video_coding/codecs/stereo/stereo_decoder_adapter.cc",
11634                 "//modules/video_coding/codecs/stereo/stereo_encoder_adapter.cc"
11635             ],
11636             "type": "static_library"
11637         },
11638         "//modules/video_coding:webrtc_vp8": {
11639             "cflags": [
11640                 "-fno-strict-aliasing",
11641                 "--param=ssp-buffer-size=4",
11642                 "-fstack-protector",
11643                 "-Wno-builtin-macro-redefined",
11644                 "-D__DATE__=",
11645                 "-D__TIME__=",
11646                 "-D__TIMESTAMP__=",
11647                 "-funwind-tables",
11648                 "-fcolor-diagnostics",
11649                 "--target=aarch64-linux-gnu",
11650                 "-Wall",
11651                 "-Werror",
11652                 "-Wextra",
11653                 "-Wno-missing-field-initializers",
11654                 "-Wno-unused-parameter",
11655                 "-Wno-c++11-narrowing",
11656                 "-Wno-covered-switch-default",
11657                 "-Wno-unneeded-internal-declaration",
11658                 "-Wno-inconsistent-missing-override",
11659                 "-Wno-undefined-var-template",
11660                 "-Wno-nonportable-include-path",
11661                 "-Wno-address-of-packed-member",
11662                 "-Wno-unused-lambda-capture",
11663                 "-Wno-user-defined-warnings",
11664                 "-O2",
11665                 "-fno-ident",
11666                 "-fdata-sections",
11667                 "-ffunction-sections",
11668                 "-fno-omit-frame-pointer",
11669                 "-g2",
11670                 "-fvisibility=hidden",
11671                 "-Wheader-hygiene",
11672                 "-Wstring-conversion",
11673                 "-Wtautological-overlap-compare",
11674                 "-Wextra",
11675                 "-Wno-unused-parameter",
11676                 "-Wno-missing-field-initializers",
11677                 "-Wno-strict-overflow",
11678                 "-Wc++11-narrowing",
11679                 "-Wimplicit-fallthrough",
11680                 "-Wthread-safety",
11681                 "-Winconsistent-missing-override",
11682                 "-Wundef",
11683                 "-Wunused-lambda-capture"
11684             ],
11685             "defines": [
11686                 "V8_DEPRECATION_WARNINGS",
11687                 "USE_X11=1",
11688                 "CHROMIUM_BUILD",
11689                 "_FILE_OFFSET_BITS=64",
11690                 "_FORTIFY_SOURCE=2",
11691                 "NDEBUG",
11692                 "NVALGRIND",
11693                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11694                 "WEBRTC_ENABLE_PROTOBUF=0",
11695                 "WEBRTC_RESTRICT_LOGGING",
11696                 "WEBRTC_ARCH_ARM64",
11697                 "WEBRTC_HAS_NEON",
11698                 "WEBRTC_MOZILLA_BUILD",
11699                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11700                 "WEBRTC_POSIX",
11701                 "WEBRTC_BSD"
11702             ],
11703             "deps": [
11704                 "//:webrtc_common",
11705                 "//api:optional",
11706                 "//api/video_codecs:video_codecs_api",
11707                 "//common_video:common_video",
11708                 "//modules:module_api",
11709                 "//modules/video_coding:video_coding_utility",
11710                 "//rtc_base:rtc_base_approved",
11711                 "//rtc_base:rtc_numerics",
11712                 "//rtc_base:sequenced_task_checker",
11713                 "//system_wrappers:system_wrappers"
11714             ],
11715             "include_dirs": [
11716                 "//",
11717                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11718                 "//common_video/include/",
11719                 "/media/libyuv/libyuv/include/"
11720             ],
11721             "libs": [],
11722             "sources": [
11723                 "//modules/video_coding/codecs/vp8/default_temporal_layers.cc",
11724                 "//modules/video_coding/codecs/vp8/default_temporal_layers.h",
11725                 "//modules/video_coding/codecs/vp8/include/vp8.h",
11726                 "//modules/video_coding/codecs/vp8/include/vp8_common_types.h",
11727                 "//modules/video_coding/codecs/vp8/screenshare_layers.cc",
11728                 "//modules/video_coding/codecs/vp8/screenshare_layers.h",
11729                 "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.cc",
11730                 "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.h",
11731                 "//modules/video_coding/codecs/vp8/temporal_layers.cc",
11732                 "//modules/video_coding/codecs/vp8/temporal_layers.h",
11733                 "//modules/video_coding/codecs/vp8/vp8_impl.cc",
11734                 "//modules/video_coding/codecs/vp8/vp8_impl.h"
11735             ],
11736             "type": "static_library"
11737         },
11738         "//modules/video_coding:webrtc_vp9": {
11739             "cflags": [
11740                 "-fno-strict-aliasing",
11741                 "--param=ssp-buffer-size=4",
11742                 "-fstack-protector",
11743                 "-Wno-builtin-macro-redefined",
11744                 "-D__DATE__=",
11745                 "-D__TIME__=",
11746                 "-D__TIMESTAMP__=",
11747                 "-funwind-tables",
11748                 "-fcolor-diagnostics",
11749                 "--target=aarch64-linux-gnu",
11750                 "-Wall",
11751                 "-Werror",
11752                 "-Wextra",
11753                 "-Wno-missing-field-initializers",
11754                 "-Wno-unused-parameter",
11755                 "-Wno-c++11-narrowing",
11756                 "-Wno-covered-switch-default",
11757                 "-Wno-unneeded-internal-declaration",
11758                 "-Wno-inconsistent-missing-override",
11759                 "-Wno-undefined-var-template",
11760                 "-Wno-nonportable-include-path",
11761                 "-Wno-address-of-packed-member",
11762                 "-Wno-unused-lambda-capture",
11763                 "-Wno-user-defined-warnings",
11764                 "-O2",
11765                 "-fno-ident",
11766                 "-fdata-sections",
11767                 "-ffunction-sections",
11768                 "-fno-omit-frame-pointer",
11769                 "-g2",
11770                 "-fvisibility=hidden",
11771                 "-Wheader-hygiene",
11772                 "-Wstring-conversion",
11773                 "-Wtautological-overlap-compare",
11774                 "-Wextra",
11775                 "-Wno-unused-parameter",
11776                 "-Wno-missing-field-initializers",
11777                 "-Wno-strict-overflow",
11778                 "-Wc++11-narrowing",
11779                 "-Wimplicit-fallthrough",
11780                 "-Wthread-safety",
11781                 "-Winconsistent-missing-override",
11782                 "-Wundef",
11783                 "-Wunused-lambda-capture"
11784             ],
11785             "defines": [
11786                 "V8_DEPRECATION_WARNINGS",
11787                 "USE_X11=1",
11788                 "CHROMIUM_BUILD",
11789                 "_FILE_OFFSET_BITS=64",
11790                 "_FORTIFY_SOURCE=2",
11791                 "NDEBUG",
11792                 "NVALGRIND",
11793                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11794                 "WEBRTC_ENABLE_PROTOBUF=0",
11795                 "WEBRTC_RESTRICT_LOGGING",
11796                 "WEBRTC_ARCH_ARM64",
11797                 "WEBRTC_HAS_NEON",
11798                 "WEBRTC_MOZILLA_BUILD",
11799                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11800                 "WEBRTC_POSIX",
11801                 "WEBRTC_BSD"
11802             ],
11803             "deps": [
11804                 "//common_video:common_video",
11805                 "//modules:module_api",
11806                 "//modules/video_coding:video_coding_utility",
11807                 "//rtc_base:rtc_base_approved",
11808                 "//system_wrappers:system_wrappers"
11809             ],
11810             "include_dirs": [
11811                 "//",
11812                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11813                 "//common_video/include/",
11814                 "/media/libyuv/libyuv/include/"
11815             ],
11816             "libs": [],
11817             "sources": [
11818                 "//modules/video_coding/codecs/vp9/include/vp9.h",
11819                 "//modules/video_coding/codecs/vp9/screenshare_layers.cc",
11820                 "//modules/video_coding/codecs/vp9/screenshare_layers.h",
11821                 "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
11822                 "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h",
11823                 "//modules/video_coding/codecs/vp9/vp9_impl.cc",
11824                 "//modules/video_coding/codecs/vp9/vp9_impl.h"
11825             ],
11826             "type": "static_library"
11827         },
11828         "//modules/video_processing:denoiser_filter": {
11829             "cflags": [
11830                 "-fno-strict-aliasing",
11831                 "--param=ssp-buffer-size=4",
11832                 "-fstack-protector",
11833                 "-Wno-builtin-macro-redefined",
11834                 "-D__DATE__=",
11835                 "-D__TIME__=",
11836                 "-D__TIMESTAMP__=",
11837                 "-funwind-tables",
11838                 "-fcolor-diagnostics",
11839                 "--target=aarch64-linux-gnu",
11840                 "-Wall",
11841                 "-Werror",
11842                 "-Wextra",
11843                 "-Wno-missing-field-initializers",
11844                 "-Wno-unused-parameter",
11845                 "-Wno-c++11-narrowing",
11846                 "-Wno-covered-switch-default",
11847                 "-Wno-unneeded-internal-declaration",
11848                 "-Wno-inconsistent-missing-override",
11849                 "-Wno-undefined-var-template",
11850                 "-Wno-nonportable-include-path",
11851                 "-Wno-address-of-packed-member",
11852                 "-Wno-unused-lambda-capture",
11853                 "-Wno-user-defined-warnings",
11854                 "-O2",
11855                 "-fno-ident",
11856                 "-fdata-sections",
11857                 "-ffunction-sections",
11858                 "-fno-omit-frame-pointer",
11859                 "-g2",
11860                 "-fvisibility=hidden",
11861                 "-Xclang",
11862                 "-add-plugin",
11863                 "-Xclang",
11864                 "find-bad-constructs",
11865                 "-Xclang",
11866                 "-plugin-arg-find-bad-constructs",
11867                 "-Xclang",
11868                 "check-auto-raw-pointer",
11869                 "-Wheader-hygiene",
11870                 "-Wstring-conversion",
11871                 "-Wtautological-overlap-compare",
11872                 "-Wextra",
11873                 "-Wno-unused-parameter",
11874                 "-Wno-missing-field-initializers",
11875                 "-Wno-strict-overflow",
11876                 "-Wc++11-narrowing",
11877                 "-Wimplicit-fallthrough",
11878                 "-Wthread-safety",
11879                 "-Winconsistent-missing-override",
11880                 "-Wundef",
11881                 "-Wunused-lambda-capture"
11882             ],
11883             "defines": [
11884                 "V8_DEPRECATION_WARNINGS",
11885                 "USE_X11=1",
11886                 "CHROMIUM_BUILD",
11887                 "_FILE_OFFSET_BITS=64",
11888                 "_FORTIFY_SOURCE=2",
11889                 "NDEBUG",
11890                 "NVALGRIND",
11891                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11892                 "WEBRTC_ENABLE_PROTOBUF=0",
11893                 "WEBRTC_RESTRICT_LOGGING",
11894                 "WEBRTC_ARCH_ARM64",
11895                 "WEBRTC_HAS_NEON",
11896                 "WEBRTC_MOZILLA_BUILD",
11897                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11898                 "WEBRTC_POSIX",
11899                 "WEBRTC_BSD"
11900             ],
11901             "deps": [
11902                 "//modules:module_api"
11903             ],
11904             "include_dirs": [
11905                 "//",
11906                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
11907             ],
11908             "libs": [],
11909             "sources": [
11910                 "//modules/video_processing/util/denoiser_filter.h"
11911             ],
11912             "type": "source_set"
11913         },
11914         "//modules/video_processing:video_processing": {
11915             "cflags": [
11916                 "-fno-strict-aliasing",
11917                 "--param=ssp-buffer-size=4",
11918                 "-fstack-protector",
11919                 "-Wno-builtin-macro-redefined",
11920                 "-D__DATE__=",
11921                 "-D__TIME__=",
11922                 "-D__TIMESTAMP__=",
11923                 "-funwind-tables",
11924                 "-fcolor-diagnostics",
11925                 "--target=aarch64-linux-gnu",
11926                 "-Wall",
11927                 "-Werror",
11928                 "-Wextra",
11929                 "-Wno-missing-field-initializers",
11930                 "-Wno-unused-parameter",
11931                 "-Wno-c++11-narrowing",
11932                 "-Wno-covered-switch-default",
11933                 "-Wno-unneeded-internal-declaration",
11934                 "-Wno-inconsistent-missing-override",
11935                 "-Wno-undefined-var-template",
11936                 "-Wno-nonportable-include-path",
11937                 "-Wno-address-of-packed-member",
11938                 "-Wno-unused-lambda-capture",
11939                 "-Wno-user-defined-warnings",
11940                 "-O2",
11941                 "-fno-ident",
11942                 "-fdata-sections",
11943                 "-ffunction-sections",
11944                 "-fno-omit-frame-pointer",
11945                 "-g2",
11946                 "-fvisibility=hidden",
11947                 "-Wheader-hygiene",
11948                 "-Wstring-conversion",
11949                 "-Wtautological-overlap-compare",
11950                 "-Wextra",
11951                 "-Wno-unused-parameter",
11952                 "-Wno-missing-field-initializers",
11953                 "-Wno-strict-overflow",
11954                 "-Wc++11-narrowing",
11955                 "-Wimplicit-fallthrough",
11956                 "-Wthread-safety",
11957                 "-Winconsistent-missing-override",
11958                 "-Wundef",
11959                 "-Wunused-lambda-capture"
11960             ],
11961             "defines": [
11962                 "V8_DEPRECATION_WARNINGS",
11963                 "USE_X11=1",
11964                 "CHROMIUM_BUILD",
11965                 "_FILE_OFFSET_BITS=64",
11966                 "_FORTIFY_SOURCE=2",
11967                 "NDEBUG",
11968                 "NVALGRIND",
11969                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11970                 "WEBRTC_ENABLE_PROTOBUF=0",
11971                 "WEBRTC_RESTRICT_LOGGING",
11972                 "WEBRTC_ARCH_ARM64",
11973                 "WEBRTC_HAS_NEON",
11974                 "WEBRTC_MOZILLA_BUILD",
11975                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11976                 "WEBRTC_POSIX",
11977                 "WEBRTC_BSD"
11978             ],
11979             "deps": [
11980                 "//common_audio:common_audio",
11981                 "//common_video:common_video",
11982                 "//modules:module_api",
11983                 "//modules/utility:utility",
11984                 "//modules/video_processing:denoiser_filter",
11985                 "//modules/video_processing:video_processing_neon",
11986                 "//rtc_base:rtc_base_approved",
11987                 "//system_wrappers:system_wrappers"
11988             ],
11989             "include_dirs": [
11990                 "/media/libyuv/libyuv/include/",
11991                 "//",
11992                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11993                 "//common_audio/resampler/include/",
11994                 "//common_audio/signal_processing/include/",
11995                 "//common_audio/vad/include/",
11996                 "//common_video/include/",
11997                 "/media/libyuv/libyuv/include/"
11998             ],
11999             "libs": [],
12000             "sources": [
12001                 "//modules/video_processing/util/denoiser_filter.cc",
12002                 "//modules/video_processing/util/denoiser_filter_c.cc",
12003                 "//modules/video_processing/util/denoiser_filter_c.h",
12004                 "//modules/video_processing/util/noise_estimation.cc",
12005                 "//modules/video_processing/util/noise_estimation.h",
12006                 "//modules/video_processing/util/skin_detection.cc",
12007                 "//modules/video_processing/util/skin_detection.h",
12008                 "//modules/video_processing/video_denoiser.cc",
12009                 "//modules/video_processing/video_denoiser.h"
12010             ],
12011             "type": "static_library"
12012         },
12013         "//modules/video_processing:video_processing_neon": {
12014             "cflags": [
12015                 "-fno-strict-aliasing",
12016                 "--param=ssp-buffer-size=4",
12017                 "-fstack-protector",
12018                 "-Wno-builtin-macro-redefined",
12019                 "-D__DATE__=",
12020                 "-D__TIME__=",
12021                 "-D__TIMESTAMP__=",
12022                 "-funwind-tables",
12023                 "-fcolor-diagnostics",
12024                 "--target=aarch64-linux-gnu",
12025                 "-Wall",
12026                 "-Werror",
12027                 "-Wextra",
12028                 "-Wno-missing-field-initializers",
12029                 "-Wno-unused-parameter",
12030                 "-Wno-c++11-narrowing",
12031                 "-Wno-covered-switch-default",
12032                 "-Wno-unneeded-internal-declaration",
12033                 "-Wno-inconsistent-missing-override",
12034                 "-Wno-undefined-var-template",
12035                 "-Wno-nonportable-include-path",
12036                 "-Wno-address-of-packed-member",
12037                 "-Wno-unused-lambda-capture",
12038                 "-Wno-user-defined-warnings",
12039                 "-O2",
12040                 "-fno-ident",
12041                 "-fdata-sections",
12042                 "-ffunction-sections",
12043                 "-fno-omit-frame-pointer",
12044                 "-g2",
12045                 "-fvisibility=hidden",
12046                 "-Xclang",
12047                 "-add-plugin",
12048                 "-Xclang",
12049                 "find-bad-constructs",
12050                 "-Xclang",
12051                 "-plugin-arg-find-bad-constructs",
12052                 "-Xclang",
12053                 "check-auto-raw-pointer",
12054                 "-Wheader-hygiene",
12055                 "-Wstring-conversion",
12056                 "-Wtautological-overlap-compare",
12057                 "-Wextra",
12058                 "-Wno-unused-parameter",
12059                 "-Wno-missing-field-initializers",
12060                 "-Wno-strict-overflow",
12061                 "-Wc++11-narrowing",
12062                 "-Wimplicit-fallthrough",
12063                 "-Wthread-safety",
12064                 "-Winconsistent-missing-override",
12065                 "-Wundef",
12066                 "-Wunused-lambda-capture"
12067             ],
12068             "defines": [
12069                 "V8_DEPRECATION_WARNINGS",
12070                 "USE_X11=1",
12071                 "CHROMIUM_BUILD",
12072                 "_FILE_OFFSET_BITS=64",
12073                 "_FORTIFY_SOURCE=2",
12074                 "NDEBUG",
12075                 "NVALGRIND",
12076                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12077                 "WEBRTC_ENABLE_PROTOBUF=0",
12078                 "WEBRTC_RESTRICT_LOGGING",
12079                 "WEBRTC_ARCH_ARM64",
12080                 "WEBRTC_HAS_NEON",
12081                 "WEBRTC_MOZILLA_BUILD",
12082                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12083                 "WEBRTC_POSIX",
12084                 "WEBRTC_BSD"
12085             ],
12086             "deps": [
12087                 "//modules/video_processing:denoiser_filter"
12088             ],
12089             "include_dirs": [
12090                 "//",
12091                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12092             ],
12093             "libs": [],
12094             "sources": [
12095                 "//modules/video_processing/util/denoiser_filter_neon.cc",
12096                 "//modules/video_processing/util/denoiser_filter_neon.h"
12097             ],
12098             "type": "static_library"
12099         },
12100         "//modules:module_api": {
12101             "cflags": [
12102                 "-fno-strict-aliasing",
12103                 "--param=ssp-buffer-size=4",
12104                 "-fstack-protector",
12105                 "-Wno-builtin-macro-redefined",
12106                 "-D__DATE__=",
12107                 "-D__TIME__=",
12108                 "-D__TIMESTAMP__=",
12109                 "-funwind-tables",
12110                 "-fcolor-diagnostics",
12111                 "--target=aarch64-linux-gnu",
12112                 "-Wall",
12113                 "-Werror",
12114                 "-Wextra",
12115                 "-Wno-missing-field-initializers",
12116                 "-Wno-unused-parameter",
12117                 "-Wno-c++11-narrowing",
12118                 "-Wno-covered-switch-default",
12119                 "-Wno-unneeded-internal-declaration",
12120                 "-Wno-inconsistent-missing-override",
12121                 "-Wno-undefined-var-template",
12122                 "-Wno-nonportable-include-path",
12123                 "-Wno-address-of-packed-member",
12124                 "-Wno-unused-lambda-capture",
12125                 "-Wno-user-defined-warnings",
12126                 "-O2",
12127                 "-fno-ident",
12128                 "-fdata-sections",
12129                 "-ffunction-sections",
12130                 "-fno-omit-frame-pointer",
12131                 "-g2",
12132                 "-fvisibility=hidden",
12133                 "-Xclang",
12134                 "-add-plugin",
12135                 "-Xclang",
12136                 "find-bad-constructs",
12137                 "-Xclang",
12138                 "-plugin-arg-find-bad-constructs",
12139                 "-Xclang",
12140                 "check-auto-raw-pointer",
12141                 "-Wheader-hygiene",
12142                 "-Wstring-conversion",
12143                 "-Wtautological-overlap-compare",
12144                 "-Wextra",
12145                 "-Wno-unused-parameter",
12146                 "-Wno-missing-field-initializers",
12147                 "-Wno-strict-overflow",
12148                 "-Wc++11-narrowing",
12149                 "-Wimplicit-fallthrough",
12150                 "-Wthread-safety",
12151                 "-Winconsistent-missing-override",
12152                 "-Wundef",
12153                 "-Wunused-lambda-capture"
12154             ],
12155             "defines": [
12156                 "V8_DEPRECATION_WARNINGS",
12157                 "USE_X11=1",
12158                 "CHROMIUM_BUILD",
12159                 "_FILE_OFFSET_BITS=64",
12160                 "_FORTIFY_SOURCE=2",
12161                 "NDEBUG",
12162                 "NVALGRIND",
12163                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12164                 "WEBRTC_ENABLE_PROTOBUF=0",
12165                 "WEBRTC_RESTRICT_LOGGING",
12166                 "WEBRTC_ARCH_ARM64",
12167                 "WEBRTC_HAS_NEON",
12168                 "WEBRTC_MOZILLA_BUILD",
12169                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12170                 "WEBRTC_POSIX",
12171                 "WEBRTC_BSD"
12172             ],
12173             "deps": [
12174                 "//:webrtc_common",
12175                 "//api:optional",
12176                 "//api:video_frame_api",
12177                 "//api:video_frame_api_i420",
12178                 "//modules:module_api_public",
12179                 "//modules/video_coding:codec_globals_headers",
12180                 "//rtc_base:rtc_base_approved"
12181             ],
12182             "include_dirs": [
12183                 "//",
12184                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12185             ],
12186             "libs": [],
12187             "sources": [
12188                 "//modules/include/module.h",
12189                 "//modules/include/module_common_types.h"
12190             ],
12191             "type": "source_set"
12192         },
12193         "//modules:module_api_public": {
12194             "cflags": [
12195                 "-fno-strict-aliasing",
12196                 "--param=ssp-buffer-size=4",
12197                 "-fstack-protector",
12198                 "-Wno-builtin-macro-redefined",
12199                 "-D__DATE__=",
12200                 "-D__TIME__=",
12201                 "-D__TIMESTAMP__=",
12202                 "-funwind-tables",
12203                 "-fcolor-diagnostics",
12204                 "--target=aarch64-linux-gnu",
12205                 "-Wall",
12206                 "-Werror",
12207                 "-Wextra",
12208                 "-Wno-missing-field-initializers",
12209                 "-Wno-unused-parameter",
12210                 "-Wno-c++11-narrowing",
12211                 "-Wno-covered-switch-default",
12212                 "-Wno-unneeded-internal-declaration",
12213                 "-Wno-inconsistent-missing-override",
12214                 "-Wno-undefined-var-template",
12215                 "-Wno-nonportable-include-path",
12216                 "-Wno-address-of-packed-member",
12217                 "-Wno-unused-lambda-capture",
12218                 "-Wno-user-defined-warnings",
12219                 "-O2",
12220                 "-fno-ident",
12221                 "-fdata-sections",
12222                 "-ffunction-sections",
12223                 "-fno-omit-frame-pointer",
12224                 "-g2",
12225                 "-fvisibility=hidden",
12226                 "-Xclang",
12227                 "-add-plugin",
12228                 "-Xclang",
12229                 "find-bad-constructs",
12230                 "-Xclang",
12231                 "-plugin-arg-find-bad-constructs",
12232                 "-Xclang",
12233                 "check-auto-raw-pointer",
12234                 "-Wheader-hygiene",
12235                 "-Wstring-conversion",
12236                 "-Wtautological-overlap-compare",
12237                 "-Wextra",
12238                 "-Wno-unused-parameter",
12239                 "-Wno-missing-field-initializers",
12240                 "-Wno-strict-overflow",
12241                 "-Wc++11-narrowing",
12242                 "-Wimplicit-fallthrough",
12243                 "-Wthread-safety",
12244                 "-Winconsistent-missing-override",
12245                 "-Wundef",
12246                 "-Wunused-lambda-capture"
12247             ],
12248             "defines": [
12249                 "V8_DEPRECATION_WARNINGS",
12250                 "USE_X11=1",
12251                 "CHROMIUM_BUILD",
12252                 "_FILE_OFFSET_BITS=64",
12253                 "_FORTIFY_SOURCE=2",
12254                 "NDEBUG",
12255                 "NVALGRIND",
12256                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12257                 "WEBRTC_ENABLE_PROTOBUF=0",
12258                 "WEBRTC_RESTRICT_LOGGING",
12259                 "WEBRTC_ARCH_ARM64",
12260                 "WEBRTC_HAS_NEON",
12261                 "WEBRTC_MOZILLA_BUILD",
12262                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12263                 "WEBRTC_POSIX",
12264                 "WEBRTC_BSD"
12265             ],
12266             "deps": [
12267                 "//:webrtc_common",
12268                 "//api:optional"
12269             ],
12270             "include_dirs": [
12271                 "//",
12272                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12273             ],
12274             "libs": [],
12275             "sources": [
12276                 "//modules/include/module_common_types_public.h"
12277             ],
12278             "type": "source_set"
12279         },
12280         "//rtc_base:compile_assert_c": {
12281             "cflags": [
12282                 "-fno-strict-aliasing",
12283                 "--param=ssp-buffer-size=4",
12284                 "-fstack-protector",
12285                 "-Wno-builtin-macro-redefined",
12286                 "-D__DATE__=",
12287                 "-D__TIME__=",
12288                 "-D__TIMESTAMP__=",
12289                 "-funwind-tables",
12290                 "-fcolor-diagnostics",
12291                 "--target=aarch64-linux-gnu",
12292                 "-Wall",
12293                 "-Werror",
12294                 "-Wextra",
12295                 "-Wno-missing-field-initializers",
12296                 "-Wno-unused-parameter",
12297                 "-Wno-c++11-narrowing",
12298                 "-Wno-covered-switch-default",
12299                 "-Wno-unneeded-internal-declaration",
12300                 "-Wno-inconsistent-missing-override",
12301                 "-Wno-undefined-var-template",
12302                 "-Wno-nonportable-include-path",
12303                 "-Wno-address-of-packed-member",
12304                 "-Wno-unused-lambda-capture",
12305                 "-Wno-user-defined-warnings",
12306                 "-O2",
12307                 "-fno-ident",
12308                 "-fdata-sections",
12309                 "-ffunction-sections",
12310                 "-fno-omit-frame-pointer",
12311                 "-g2",
12312                 "-fvisibility=hidden",
12313                 "-Xclang",
12314                 "-add-plugin",
12315                 "-Xclang",
12316                 "find-bad-constructs",
12317                 "-Xclang",
12318                 "-plugin-arg-find-bad-constructs",
12319                 "-Xclang",
12320                 "check-auto-raw-pointer",
12321                 "-Wheader-hygiene",
12322                 "-Wstring-conversion",
12323                 "-Wtautological-overlap-compare"
12324             ],
12325             "defines": [
12326                 "V8_DEPRECATION_WARNINGS",
12327                 "USE_X11=1",
12328                 "CHROMIUM_BUILD",
12329                 "_FILE_OFFSET_BITS=64",
12330                 "_FORTIFY_SOURCE=2",
12331                 "NDEBUG",
12332                 "NVALGRIND",
12333                 "DYNAMIC_ANNOTATIONS_ENABLED=0"
12334             ],
12335             "deps": [],
12336             "include_dirs": [
12337                 "//",
12338                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12339             ],
12340             "libs": [],
12341             "sources": [
12342                 "//rtc_base/compile_assert_c.h"
12343             ],
12344             "type": "source_set"
12345         },
12346         "//rtc_base:gtest_prod": {
12347             "cflags": [
12348                 "-fno-strict-aliasing",
12349                 "--param=ssp-buffer-size=4",
12350                 "-fstack-protector",
12351                 "-Wno-builtin-macro-redefined",
12352                 "-D__DATE__=",
12353                 "-D__TIME__=",
12354                 "-D__TIMESTAMP__=",
12355                 "-funwind-tables",
12356                 "-fcolor-diagnostics",
12357                 "--target=aarch64-linux-gnu",
12358                 "-Wall",
12359                 "-Werror",
12360                 "-Wextra",
12361                 "-Wno-missing-field-initializers",
12362                 "-Wno-unused-parameter",
12363                 "-Wno-c++11-narrowing",
12364                 "-Wno-covered-switch-default",
12365                 "-Wno-unneeded-internal-declaration",
12366                 "-Wno-inconsistent-missing-override",
12367                 "-Wno-undefined-var-template",
12368                 "-Wno-nonportable-include-path",
12369                 "-Wno-address-of-packed-member",
12370                 "-Wno-unused-lambda-capture",
12371                 "-Wno-user-defined-warnings",
12372                 "-O2",
12373                 "-fno-ident",
12374                 "-fdata-sections",
12375                 "-ffunction-sections",
12376                 "-fno-omit-frame-pointer",
12377                 "-g2",
12378                 "-fvisibility=hidden",
12379                 "-Xclang",
12380                 "-add-plugin",
12381                 "-Xclang",
12382                 "find-bad-constructs",
12383                 "-Xclang",
12384                 "-plugin-arg-find-bad-constructs",
12385                 "-Xclang",
12386                 "check-auto-raw-pointer",
12387                 "-Wheader-hygiene",
12388                 "-Wstring-conversion",
12389                 "-Wtautological-overlap-compare",
12390                 "-Wextra",
12391                 "-Wno-unused-parameter",
12392                 "-Wno-missing-field-initializers",
12393                 "-Wno-strict-overflow",
12394                 "-Wc++11-narrowing",
12395                 "-Wimplicit-fallthrough",
12396                 "-Wthread-safety",
12397                 "-Winconsistent-missing-override",
12398                 "-Wundef",
12399                 "-Wunused-lambda-capture"
12400             ],
12401             "defines": [
12402                 "V8_DEPRECATION_WARNINGS",
12403                 "USE_X11=1",
12404                 "CHROMIUM_BUILD",
12405                 "_FILE_OFFSET_BITS=64",
12406                 "_FORTIFY_SOURCE=2",
12407                 "NDEBUG",
12408                 "NVALGRIND",
12409                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12410                 "WEBRTC_ENABLE_PROTOBUF=0",
12411                 "WEBRTC_RESTRICT_LOGGING",
12412                 "WEBRTC_ARCH_ARM64",
12413                 "WEBRTC_HAS_NEON",
12414                 "WEBRTC_MOZILLA_BUILD",
12415                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12416                 "WEBRTC_POSIX",
12417                 "WEBRTC_BSD"
12418             ],
12419             "deps": [],
12420             "include_dirs": [
12421                 "//",
12422                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12423             ],
12424             "libs": [],
12425             "sources": [
12426                 "//rtc_base/gtest_prod_util.h"
12427             ],
12428             "type": "source_set"
12429         },
12430         "//rtc_base:protobuf_utils": {
12431             "cflags": [
12432                 "-fno-strict-aliasing",
12433                 "--param=ssp-buffer-size=4",
12434                 "-fstack-protector",
12435                 "-Wno-builtin-macro-redefined",
12436                 "-D__DATE__=",
12437                 "-D__TIME__=",
12438                 "-D__TIMESTAMP__=",
12439                 "-funwind-tables",
12440                 "-fcolor-diagnostics",
12441                 "--target=aarch64-linux-gnu",
12442                 "-Wall",
12443                 "-Werror",
12444                 "-Wextra",
12445                 "-Wno-missing-field-initializers",
12446                 "-Wno-unused-parameter",
12447                 "-Wno-c++11-narrowing",
12448                 "-Wno-covered-switch-default",
12449                 "-Wno-unneeded-internal-declaration",
12450                 "-Wno-inconsistent-missing-override",
12451                 "-Wno-undefined-var-template",
12452                 "-Wno-nonportable-include-path",
12453                 "-Wno-address-of-packed-member",
12454                 "-Wno-unused-lambda-capture",
12455                 "-Wno-user-defined-warnings",
12456                 "-O2",
12457                 "-fno-ident",
12458                 "-fdata-sections",
12459                 "-ffunction-sections",
12460                 "-fno-omit-frame-pointer",
12461                 "-g2",
12462                 "-fvisibility=hidden",
12463                 "-Xclang",
12464                 "-add-plugin",
12465                 "-Xclang",
12466                 "find-bad-constructs",
12467                 "-Xclang",
12468                 "-plugin-arg-find-bad-constructs",
12469                 "-Xclang",
12470                 "check-auto-raw-pointer",
12471                 "-Wheader-hygiene",
12472                 "-Wstring-conversion",
12473                 "-Wtautological-overlap-compare"
12474             ],
12475             "defines": [
12476                 "V8_DEPRECATION_WARNINGS",
12477                 "USE_X11=1",
12478                 "CHROMIUM_BUILD",
12479                 "_FILE_OFFSET_BITS=64",
12480                 "_FORTIFY_SOURCE=2",
12481                 "NDEBUG",
12482                 "NVALGRIND",
12483                 "DYNAMIC_ANNOTATIONS_ENABLED=0"
12484             ],
12485             "deps": [],
12486             "include_dirs": [
12487                 "//",
12488                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12489             ],
12490             "libs": [],
12491             "sources": [
12492                 "//rtc_base/protobuf_utils.h"
12493             ],
12494             "type": "source_set"
12495         },
12496         "//rtc_base:rtc_base": {
12497             "cflags": [
12498                 "-fno-strict-aliasing",
12499                 "--param=ssp-buffer-size=4",
12500                 "-fstack-protector",
12501                 "-Wno-builtin-macro-redefined",
12502                 "-D__DATE__=",
12503                 "-D__TIME__=",
12504                 "-D__TIMESTAMP__=",
12505                 "-funwind-tables",
12506                 "-fcolor-diagnostics",
12507                 "--target=aarch64-linux-gnu",
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                 "-fno-omit-frame-pointer",
12527                 "-g2",
12528                 "-fvisibility=hidden",
12529                 "-Xclang",
12530                 "-add-plugin",
12531                 "-Xclang",
12532                 "find-bad-constructs",
12533                 "-Xclang",
12534                 "-plugin-arg-find-bad-constructs",
12535                 "-Xclang",
12536                 "check-auto-raw-pointer",
12537                 "-Wheader-hygiene",
12538                 "-Wstring-conversion",
12539                 "-Wtautological-overlap-compare",
12540                 "-Wextra",
12541                 "-Wno-unused-parameter",
12542                 "-Wno-missing-field-initializers",
12543                 "-Wno-strict-overflow",
12544                 "-Wc++11-narrowing",
12545                 "-Wimplicit-fallthrough",
12546                 "-Wthread-safety",
12547                 "-Winconsistent-missing-override",
12548                 "-Wundef",
12549                 "-Wunused-lambda-capture"
12550             ],
12551             "defines": [
12552                 "V8_DEPRECATION_WARNINGS",
12553                 "USE_X11=1",
12554                 "CHROMIUM_BUILD",
12555                 "_FILE_OFFSET_BITS=64",
12556                 "_FORTIFY_SOURCE=2",
12557                 "NDEBUG",
12558                 "NVALGRIND",
12559                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12560                 "WEBRTC_ENABLE_PROTOBUF=0",
12561                 "WEBRTC_RESTRICT_LOGGING",
12562                 "WEBRTC_ARCH_ARM64",
12563                 "WEBRTC_HAS_NEON",
12564                 "WEBRTC_MOZILLA_BUILD",
12565                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12566                 "WEBRTC_POSIX",
12567                 "WEBRTC_BSD"
12568             ],
12569             "deps": [],
12570             "include_dirs": [
12571                 "//",
12572                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12573             ],
12574             "libs": [],
12575             "sources": [],
12576             "type": "static_library"
12577         },
12578         "//rtc_base:rtc_base_approved": {
12579             "cflags": [
12580                 "-fno-strict-aliasing",
12581                 "--param=ssp-buffer-size=4",
12582                 "-fstack-protector",
12583                 "-Wno-builtin-macro-redefined",
12584                 "-D__DATE__=",
12585                 "-D__TIME__=",
12586                 "-D__TIMESTAMP__=",
12587                 "-funwind-tables",
12588                 "-fcolor-diagnostics",
12589                 "--target=aarch64-linux-gnu",
12590                 "-Wall",
12591                 "-Werror",
12592                 "-Wextra",
12593                 "-Wno-missing-field-initializers",
12594                 "-Wno-unused-parameter",
12595                 "-Wno-c++11-narrowing",
12596                 "-Wno-covered-switch-default",
12597                 "-Wno-unneeded-internal-declaration",
12598                 "-Wno-inconsistent-missing-override",
12599                 "-Wno-undefined-var-template",
12600                 "-Wno-nonportable-include-path",
12601                 "-Wno-address-of-packed-member",
12602                 "-Wno-unused-lambda-capture",
12603                 "-Wno-user-defined-warnings",
12604                 "-O2",
12605                 "-fno-ident",
12606                 "-fdata-sections",
12607                 "-ffunction-sections",
12608                 "-fno-omit-frame-pointer",
12609                 "-g2",
12610                 "-fvisibility=hidden",
12611                 "-Xclang",
12612                 "-add-plugin",
12613                 "-Xclang",
12614                 "find-bad-constructs",
12615                 "-Xclang",
12616                 "-plugin-arg-find-bad-constructs",
12617                 "-Xclang",
12618                 "check-auto-raw-pointer",
12619                 "-Wheader-hygiene",
12620                 "-Wstring-conversion",
12621                 "-Wtautological-overlap-compare",
12622                 "-Wextra",
12623                 "-Wno-unused-parameter",
12624                 "-Wno-missing-field-initializers",
12625                 "-Wno-strict-overflow",
12626                 "-Wc++11-narrowing",
12627                 "-Wimplicit-fallthrough",
12628                 "-Wthread-safety",
12629                 "-Winconsistent-missing-override",
12630                 "-Wundef",
12631                 "-Wunused-lambda-capture"
12632             ],
12633             "defines": [
12634                 "V8_DEPRECATION_WARNINGS",
12635                 "USE_X11=1",
12636                 "CHROMIUM_BUILD",
12637                 "_FILE_OFFSET_BITS=64",
12638                 "_FORTIFY_SOURCE=2",
12639                 "NDEBUG",
12640                 "NVALGRIND",
12641                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12642                 "WEBRTC_ENABLE_PROTOBUF=0",
12643                 "WEBRTC_RESTRICT_LOGGING",
12644                 "WEBRTC_ARCH_ARM64",
12645                 "WEBRTC_HAS_NEON",
12646                 "WEBRTC_MOZILLA_BUILD",
12647                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12648                 "WEBRTC_POSIX",
12649                 "WEBRTC_BSD"
12650             ],
12651             "deps": [
12652                 "//rtc_base:rtc_base_approved_generic"
12653             ],
12654             "include_dirs": [
12655                 "//",
12656                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12657             ],
12658             "libs": [],
12659             "sources": [],
12660             "type": "source_set"
12661         },
12662         "//rtc_base:rtc_base_approved_generic": {
12663             "cflags": [
12664                 "-fno-strict-aliasing",
12665                 "--param=ssp-buffer-size=4",
12666                 "-fstack-protector",
12667                 "-Wno-builtin-macro-redefined",
12668                 "-D__DATE__=",
12669                 "-D__TIME__=",
12670                 "-D__TIMESTAMP__=",
12671                 "-funwind-tables",
12672                 "-fcolor-diagnostics",
12673                 "--target=aarch64-linux-gnu",
12674                 "-Wall",
12675                 "-Werror",
12676                 "-Wextra",
12677                 "-Wno-missing-field-initializers",
12678                 "-Wno-unused-parameter",
12679                 "-Wno-c++11-narrowing",
12680                 "-Wno-covered-switch-default",
12681                 "-Wno-unneeded-internal-declaration",
12682                 "-Wno-inconsistent-missing-override",
12683                 "-Wno-undefined-var-template",
12684                 "-Wno-nonportable-include-path",
12685                 "-Wno-address-of-packed-member",
12686                 "-Wno-unused-lambda-capture",
12687                 "-Wno-user-defined-warnings",
12688                 "-O2",
12689                 "-fno-ident",
12690                 "-fdata-sections",
12691                 "-ffunction-sections",
12692                 "-fno-omit-frame-pointer",
12693                 "-g2",
12694                 "-fvisibility=hidden",
12695                 "-Xclang",
12696                 "-add-plugin",
12697                 "-Xclang",
12698                 "find-bad-constructs",
12699                 "-Xclang",
12700                 "-plugin-arg-find-bad-constructs",
12701                 "-Xclang",
12702                 "check-auto-raw-pointer",
12703                 "-Wheader-hygiene",
12704                 "-Wstring-conversion",
12705                 "-Wtautological-overlap-compare",
12706                 "-Wextra",
12707                 "-Wno-unused-parameter",
12708                 "-Wno-missing-field-initializers",
12709                 "-Wno-strict-overflow",
12710                 "-Wc++11-narrowing",
12711                 "-Wimplicit-fallthrough",
12712                 "-Wthread-safety",
12713                 "-Winconsistent-missing-override",
12714                 "-Wundef",
12715                 "-Wunused-lambda-capture"
12716             ],
12717             "defines": [
12718                 "V8_DEPRECATION_WARNINGS",
12719                 "USE_X11=1",
12720                 "CHROMIUM_BUILD",
12721                 "_FILE_OFFSET_BITS=64",
12722                 "_FORTIFY_SOURCE=2",
12723                 "NDEBUG",
12724                 "NVALGRIND",
12725                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12726                 "WEBRTC_ENABLE_PROTOBUF=0",
12727                 "WEBRTC_RESTRICT_LOGGING",
12728                 "WEBRTC_ARCH_ARM64",
12729                 "WEBRTC_HAS_NEON",
12730                 "WEBRTC_MOZILLA_BUILD",
12731                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12732                 "WEBRTC_POSIX",
12733                 "WEBRTC_BSD"
12734             ],
12735             "deps": [
12736                 "//:webrtc_common"
12737             ],
12738             "include_dirs": [
12739                 "//",
12740                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12741             ],
12742             "libs": [],
12743             "sources": [
12744                 "//rtc_base/arraysize.h",
12745                 "//rtc_base/atomicops.h",
12746                 "//rtc_base/base64.cc",
12747                 "//rtc_base/base64.h",
12748                 "//rtc_base/basictypes.h",
12749                 "//rtc_base/bind.h",
12750                 "//rtc_base/bitbuffer.cc",
12751                 "//rtc_base/bitbuffer.h",
12752                 "//rtc_base/bitrateallocationstrategy.cc",
12753                 "//rtc_base/bitrateallocationstrategy.h",
12754                 "//rtc_base/buffer.h",
12755                 "//rtc_base/bufferqueue.cc",
12756                 "//rtc_base/bufferqueue.h",
12757                 "//rtc_base/bytebuffer.cc",
12758                 "//rtc_base/bytebuffer.h",
12759                 "//rtc_base/byteorder.h",
12760                 "//rtc_base/checks.cc",
12761                 "//rtc_base/checks.h",
12762                 "//rtc_base/constructormagic.h",
12763                 "//rtc_base/copyonwritebuffer.cc",
12764                 "//rtc_base/copyonwritebuffer.h",
12765                 "//rtc_base/criticalsection.cc",
12766                 "//rtc_base/criticalsection.h",
12767                 "//rtc_base/deprecation.h",
12768                 "//rtc_base/event_tracer.cc",
12769                 "//rtc_base/event_tracer.h",
12770                 "//rtc_base/file.cc",
12771                 "//rtc_base/file.h",
12772                 "//rtc_base/flags.cc",
12773                 "//rtc_base/flags.h",
12774                 "//rtc_base/format_macros.h",
12775                 "//rtc_base/function_view.h",
12776                 "//rtc_base/ignore_wundef.h",
12777                 "//rtc_base/location.cc",
12778                 "//rtc_base/location.h",
12779                 "//rtc_base/numerics/histogram_percentile_counter.cc",
12780                 "//rtc_base/numerics/histogram_percentile_counter.h",
12781                 "//rtc_base/numerics/mod_ops.h",
12782                 "//rtc_base/numerics/moving_max_counter.h",
12783                 "//rtc_base/numerics/safe_compare.h",
12784                 "//rtc_base/numerics/safe_conversions.h",
12785                 "//rtc_base/numerics/safe_conversions_impl.h",
12786                 "//rtc_base/numerics/safe_minmax.h",
12787                 "//rtc_base/onetimeevent.h",
12788                 "//rtc_base/pathutils.cc",
12789                 "//rtc_base/pathutils.h",
12790                 "//rtc_base/platform_file.cc",
12791                 "//rtc_base/platform_file.h",
12792                 "//rtc_base/platform_thread.cc",
12793                 "//rtc_base/platform_thread.h",
12794                 "//rtc_base/platform_thread_types.h",
12795                 "//rtc_base/ptr_util.h",
12796                 "//rtc_base/race_checker.cc",
12797                 "//rtc_base/race_checker.h",
12798                 "//rtc_base/random.cc",
12799                 "//rtc_base/random.h",
12800                 "//rtc_base/rate_limiter.cc",
12801                 "//rtc_base/rate_limiter.h",
12802                 "//rtc_base/rate_statistics.cc",
12803                 "//rtc_base/rate_statistics.h",
12804                 "//rtc_base/ratetracker.cc",
12805                 "//rtc_base/ratetracker.h",
12806                 "//rtc_base/refcount.h",
12807                 "//rtc_base/refcountedobject.h",
12808                 "//rtc_base/refcounter.h",
12809                 "//rtc_base/sanitizer.h",
12810                 "//rtc_base/scoped_ref_ptr.h",
12811                 "//rtc_base/string_to_number.cc",
12812                 "//rtc_base/string_to_number.h",
12813                 "//rtc_base/stringencode.cc",
12814                 "//rtc_base/stringencode.h",
12815                 "//rtc_base/stringize_macros.h",
12816                 "//rtc_base/stringutils.cc",
12817                 "//rtc_base/stringutils.h",
12818                 "//rtc_base/swap_queue.h",
12819                 "//rtc_base/template_util.h",
12820                 "//rtc_base/thread_annotations.h",
12821                 "//rtc_base/thread_checker.h",
12822                 "//rtc_base/thread_checker_impl.cc",
12823                 "//rtc_base/thread_checker_impl.h",
12824                 "//rtc_base/timestampaligner.cc",
12825                 "//rtc_base/timestampaligner.h",
12826                 "//rtc_base/timeutils.cc",
12827                 "//rtc_base/timeutils.h",
12828                 "//rtc_base/trace_event.h",
12829                 "//rtc_base/type_traits.h",
12830                 "//rtc_base/file_posix.cc",
12831                 "//rtc_base/event.cc",
12832                 "//rtc_base/event.h",
12833                 "//rtc_base/logging.cc",
12834                 "//rtc_base/logging.h",
12835                 "//rtc_base/asyncresolverinterface.cc",
12836                 "//rtc_base/asyncresolverinterface.h",
12837                 "//rtc_base/asyncsocket.cc",
12838                 "//rtc_base/asyncsocket.h",
12839                 "//rtc_base/ipaddress.cc",
12840                 "//rtc_base/ipaddress.h",
12841                 "//rtc_base/messagehandler.cc",
12842                 "//rtc_base/messagehandler.h",
12843                 "//rtc_base/messagequeue.cc",
12844                 "//rtc_base/messagequeue.h",
12845                 "//rtc_base/nethelpers.cc",
12846                 "//rtc_base/nethelpers.h",
12847                 "//rtc_base/physicalsocketserver.cc",
12848                 "//rtc_base/physicalsocketserver.h",
12849                 "//rtc_base/nullsocketserver.cc",
12850                 "//rtc_base/nullsocketserver.h",
12851                 "//rtc_base/signalthread.cc",
12852                 "//rtc_base/signalthread.h",
12853                 "//rtc_base/socketaddress.cc",
12854                 "//rtc_base/socketaddress.h",
12855                 "//rtc_base/thread.cc",
12856                 "//rtc_base/thread.h"
12857             ],
12858             "type": "source_set"
12859         },
12860         "//rtc_base:rtc_numerics": {
12861             "cflags": [
12862                 "-fno-strict-aliasing",
12863                 "--param=ssp-buffer-size=4",
12864                 "-fstack-protector",
12865                 "-Wno-builtin-macro-redefined",
12866                 "-D__DATE__=",
12867                 "-D__TIME__=",
12868                 "-D__TIMESTAMP__=",
12869                 "-funwind-tables",
12870                 "-fcolor-diagnostics",
12871                 "--target=aarch64-linux-gnu",
12872                 "-Wall",
12873                 "-Werror",
12874                 "-Wextra",
12875                 "-Wno-missing-field-initializers",
12876                 "-Wno-unused-parameter",
12877                 "-Wno-c++11-narrowing",
12878                 "-Wno-covered-switch-default",
12879                 "-Wno-unneeded-internal-declaration",
12880                 "-Wno-inconsistent-missing-override",
12881                 "-Wno-undefined-var-template",
12882                 "-Wno-nonportable-include-path",
12883                 "-Wno-address-of-packed-member",
12884                 "-Wno-unused-lambda-capture",
12885                 "-Wno-user-defined-warnings",
12886                 "-O2",
12887                 "-fno-ident",
12888                 "-fdata-sections",
12889                 "-ffunction-sections",
12890                 "-fno-omit-frame-pointer",
12891                 "-g2",
12892                 "-fvisibility=hidden",
12893                 "-Xclang",
12894                 "-add-plugin",
12895                 "-Xclang",
12896                 "find-bad-constructs",
12897                 "-Xclang",
12898                 "-plugin-arg-find-bad-constructs",
12899                 "-Xclang",
12900                 "check-auto-raw-pointer",
12901                 "-Wheader-hygiene",
12902                 "-Wstring-conversion",
12903                 "-Wtautological-overlap-compare",
12904                 "-Wextra",
12905                 "-Wno-unused-parameter",
12906                 "-Wno-missing-field-initializers",
12907                 "-Wno-strict-overflow",
12908                 "-Wc++11-narrowing",
12909                 "-Wimplicit-fallthrough",
12910                 "-Wthread-safety",
12911                 "-Winconsistent-missing-override",
12912                 "-Wundef",
12913                 "-Wunused-lambda-capture"
12914             ],
12915             "defines": [
12916                 "V8_DEPRECATION_WARNINGS",
12917                 "USE_X11=1",
12918                 "CHROMIUM_BUILD",
12919                 "_FILE_OFFSET_BITS=64",
12920                 "_FORTIFY_SOURCE=2",
12921                 "NDEBUG",
12922                 "NVALGRIND",
12923                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12924                 "WEBRTC_ENABLE_PROTOBUF=0",
12925                 "WEBRTC_RESTRICT_LOGGING",
12926                 "WEBRTC_ARCH_ARM64",
12927                 "WEBRTC_HAS_NEON",
12928                 "WEBRTC_MOZILLA_BUILD",
12929                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12930                 "WEBRTC_POSIX",
12931                 "WEBRTC_BSD"
12932             ],
12933             "deps": [
12934                 "//api:optional",
12935                 "//rtc_base:rtc_base_approved"
12936             ],
12937             "include_dirs": [
12938                 "//",
12939                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12940             ],
12941             "libs": [],
12942             "sources": [
12943                 "//rtc_base/numerics/exp_filter.cc",
12944                 "//rtc_base/numerics/exp_filter.h",
12945                 "//rtc_base/numerics/moving_median_filter.h",
12946                 "//rtc_base/numerics/percentile_filter.h",
12947                 "//rtc_base/numerics/sequence_number_util.h"
12948             ],
12949             "type": "static_library"
12950         },
12951         "//rtc_base:rtc_task_queue": {
12952             "cflags": [
12953                 "-fno-strict-aliasing",
12954                 "--param=ssp-buffer-size=4",
12955                 "-fstack-protector",
12956                 "-Wno-builtin-macro-redefined",
12957                 "-D__DATE__=",
12958                 "-D__TIME__=",
12959                 "-D__TIMESTAMP__=",
12960                 "-funwind-tables",
12961                 "-fcolor-diagnostics",
12962                 "--target=aarch64-linux-gnu",
12963                 "-Wall",
12964                 "-Werror",
12965                 "-Wextra",
12966                 "-Wno-missing-field-initializers",
12967                 "-Wno-unused-parameter",
12968                 "-Wno-c++11-narrowing",
12969                 "-Wno-covered-switch-default",
12970                 "-Wno-unneeded-internal-declaration",
12971                 "-Wno-inconsistent-missing-override",
12972                 "-Wno-undefined-var-template",
12973                 "-Wno-nonportable-include-path",
12974                 "-Wno-address-of-packed-member",
12975                 "-Wno-unused-lambda-capture",
12976                 "-Wno-user-defined-warnings",
12977                 "-O2",
12978                 "-fno-ident",
12979                 "-fdata-sections",
12980                 "-ffunction-sections",
12981                 "-fno-omit-frame-pointer",
12982                 "-g2",
12983                 "-fvisibility=hidden",
12984                 "-Xclang",
12985                 "-add-plugin",
12986                 "-Xclang",
12987                 "find-bad-constructs",
12988                 "-Xclang",
12989                 "-plugin-arg-find-bad-constructs",
12990                 "-Xclang",
12991                 "check-auto-raw-pointer",
12992                 "-Wheader-hygiene",
12993                 "-Wstring-conversion",
12994                 "-Wtautological-overlap-compare",
12995                 "-Wextra",
12996                 "-Wno-unused-parameter",
12997                 "-Wno-missing-field-initializers",
12998                 "-Wno-strict-overflow",
12999                 "-Wc++11-narrowing",
13000                 "-Wimplicit-fallthrough",
13001                 "-Wthread-safety",
13002                 "-Winconsistent-missing-override",
13003                 "-Wundef",
13004                 "-Wunused-lambda-capture"
13005             ],
13006             "defines": [
13007                 "V8_DEPRECATION_WARNINGS",
13008                 "USE_X11=1",
13009                 "CHROMIUM_BUILD",
13010                 "_FILE_OFFSET_BITS=64",
13011                 "_FORTIFY_SOURCE=2",
13012                 "NDEBUG",
13013                 "NVALGRIND",
13014                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13015                 "WEBRTC_ENABLE_PROTOBUF=0",
13016                 "WEBRTC_RESTRICT_LOGGING",
13017                 "WEBRTC_ARCH_ARM64",
13018                 "WEBRTC_HAS_NEON",
13019                 "WEBRTC_MOZILLA_BUILD",
13020                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13021                 "WEBRTC_POSIX",
13022                 "WEBRTC_BSD"
13023             ],
13024             "deps": [
13025                 "//rtc_base:rtc_base_approved",
13026                 "//rtc_base:rtc_task_queue_api",
13027                 "//rtc_base:rtc_task_queue_impl"
13028             ],
13029             "include_dirs": [
13030                 "//",
13031                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13032             ],
13033             "libs": [],
13034             "sources": [],
13035             "type": "source_set"
13036         },
13037         "//rtc_base:rtc_task_queue_api": {
13038             "cflags": [
13039                 "-fno-strict-aliasing",
13040                 "--param=ssp-buffer-size=4",
13041                 "-fstack-protector",
13042                 "-Wno-builtin-macro-redefined",
13043                 "-D__DATE__=",
13044                 "-D__TIME__=",
13045                 "-D__TIMESTAMP__=",
13046                 "-funwind-tables",
13047                 "-fcolor-diagnostics",
13048                 "--target=aarch64-linux-gnu",
13049                 "-Wall",
13050                 "-Werror",
13051                 "-Wextra",
13052                 "-Wno-missing-field-initializers",
13053                 "-Wno-unused-parameter",
13054                 "-Wno-c++11-narrowing",
13055                 "-Wno-covered-switch-default",
13056                 "-Wno-unneeded-internal-declaration",
13057                 "-Wno-inconsistent-missing-override",
13058                 "-Wno-undefined-var-template",
13059                 "-Wno-nonportable-include-path",
13060                 "-Wno-address-of-packed-member",
13061                 "-Wno-unused-lambda-capture",
13062                 "-Wno-user-defined-warnings",
13063                 "-O2",
13064                 "-fno-ident",
13065                 "-fdata-sections",
13066                 "-ffunction-sections",
13067                 "-fno-omit-frame-pointer",
13068                 "-g2",
13069                 "-fvisibility=hidden",
13070                 "-Xclang",
13071                 "-add-plugin",
13072                 "-Xclang",
13073                 "find-bad-constructs",
13074                 "-Xclang",
13075                 "-plugin-arg-find-bad-constructs",
13076                 "-Xclang",
13077                 "check-auto-raw-pointer",
13078                 "-Wheader-hygiene",
13079                 "-Wstring-conversion",
13080                 "-Wtautological-overlap-compare",
13081                 "-Wextra",
13082                 "-Wno-unused-parameter",
13083                 "-Wno-missing-field-initializers",
13084                 "-Wno-strict-overflow",
13085                 "-Wc++11-narrowing",
13086                 "-Wimplicit-fallthrough",
13087                 "-Wthread-safety",
13088                 "-Winconsistent-missing-override",
13089                 "-Wundef",
13090                 "-Wunused-lambda-capture"
13091             ],
13092             "defines": [
13093                 "V8_DEPRECATION_WARNINGS",
13094                 "USE_X11=1",
13095                 "CHROMIUM_BUILD",
13096                 "_FILE_OFFSET_BITS=64",
13097                 "_FORTIFY_SOURCE=2",
13098                 "NDEBUG",
13099                 "NVALGRIND",
13100                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13101                 "WEBRTC_ENABLE_PROTOBUF=0",
13102                 "WEBRTC_RESTRICT_LOGGING",
13103                 "WEBRTC_ARCH_ARM64",
13104                 "WEBRTC_HAS_NEON",
13105                 "WEBRTC_MOZILLA_BUILD",
13106                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13107                 "WEBRTC_POSIX",
13108                 "WEBRTC_BSD"
13109             ],
13110             "deps": [
13111                 "//rtc_base:rtc_base_approved"
13112             ],
13113             "include_dirs": [
13114                 "//",
13115                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13116             ],
13117             "libs": [],
13118             "sources": [
13119                 "//rtc_base/task_queue.h"
13120             ],
13121             "type": "source_set"
13122         },
13123         "//rtc_base:rtc_task_queue_impl": {
13124             "cflags": [
13125                 "-fno-strict-aliasing",
13126                 "--param=ssp-buffer-size=4",
13127                 "-fstack-protector",
13128                 "-Wno-builtin-macro-redefined",
13129                 "-D__DATE__=",
13130                 "-D__TIME__=",
13131                 "-D__TIMESTAMP__=",
13132                 "-funwind-tables",
13133                 "-fcolor-diagnostics",
13134                 "--target=aarch64-linux-gnu",
13135                 "-Wall",
13136                 "-Werror",
13137                 "-Wextra",
13138                 "-Wno-missing-field-initializers",
13139                 "-Wno-unused-parameter",
13140                 "-Wno-c++11-narrowing",
13141                 "-Wno-covered-switch-default",
13142                 "-Wno-unneeded-internal-declaration",
13143                 "-Wno-inconsistent-missing-override",
13144                 "-Wno-undefined-var-template",
13145                 "-Wno-nonportable-include-path",
13146                 "-Wno-address-of-packed-member",
13147                 "-Wno-unused-lambda-capture",
13148                 "-Wno-user-defined-warnings",
13149                 "-O2",
13150                 "-fno-ident",
13151                 "-fdata-sections",
13152                 "-ffunction-sections",
13153                 "-fno-omit-frame-pointer",
13154                 "-g2",
13155                 "-fvisibility=hidden",
13156                 "-Xclang",
13157                 "-add-plugin",
13158                 "-Xclang",
13159                 "find-bad-constructs",
13160                 "-Xclang",
13161                 "-plugin-arg-find-bad-constructs",
13162                 "-Xclang",
13163                 "check-auto-raw-pointer",
13164                 "-Wheader-hygiene",
13165                 "-Wstring-conversion",
13166                 "-Wtautological-overlap-compare",
13167                 "-Wextra",
13168                 "-Wno-unused-parameter",
13169                 "-Wno-missing-field-initializers",
13170                 "-Wno-strict-overflow",
13171                 "-Wc++11-narrowing",
13172                 "-Wimplicit-fallthrough",
13173                 "-Wthread-safety",
13174                 "-Winconsistent-missing-override",
13175                 "-Wundef",
13176                 "-Wunused-lambda-capture"
13177             ],
13178             "defines": [
13179                 "V8_DEPRECATION_WARNINGS",
13180                 "USE_X11=1",
13181                 "CHROMIUM_BUILD",
13182                 "_FILE_OFFSET_BITS=64",
13183                 "_FORTIFY_SOURCE=2",
13184                 "NDEBUG",
13185                 "NVALGRIND",
13186                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13187                 "WEBRTC_ENABLE_PROTOBUF=0",
13188                 "WEBRTC_RESTRICT_LOGGING",
13189                 "WEBRTC_ARCH_ARM64",
13190                 "WEBRTC_HAS_NEON",
13191                 "WEBRTC_MOZILLA_BUILD",
13192                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13193                 "WEBRTC_POSIX",
13194                 "WEBRTC_BSD"
13195             ],
13196             "deps": [
13197                 "//rtc_base:rtc_base_approved",
13198                 "//rtc_base:rtc_task_queue_api"
13199             ],
13200             "include_dirs": [
13201                 "/ipc/chromium/src/third_party/libevent/include/",
13202                 "/ipc/chromium/src/third_party/libevent/bsd/",
13203                 "//",
13204                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13205             ],
13206             "libs": [],
13207             "sources": [
13208                 "//rtc_base/task_queue_libevent.cc",
13209                 "//rtc_base/task_queue_posix.cc",
13210                 "//rtc_base/task_queue_posix.h"
13211             ],
13212             "type": "source_set"
13213         },
13214         "//rtc_base:sequenced_task_checker": {
13215             "cflags": [
13216                 "-fno-strict-aliasing",
13217                 "--param=ssp-buffer-size=4",
13218                 "-fstack-protector",
13219                 "-Wno-builtin-macro-redefined",
13220                 "-D__DATE__=",
13221                 "-D__TIME__=",
13222                 "-D__TIMESTAMP__=",
13223                 "-funwind-tables",
13224                 "-fcolor-diagnostics",
13225                 "--target=aarch64-linux-gnu",
13226                 "-Wall",
13227                 "-Werror",
13228                 "-Wextra",
13229                 "-Wno-missing-field-initializers",
13230                 "-Wno-unused-parameter",
13231                 "-Wno-c++11-narrowing",
13232                 "-Wno-covered-switch-default",
13233                 "-Wno-unneeded-internal-declaration",
13234                 "-Wno-inconsistent-missing-override",
13235                 "-Wno-undefined-var-template",
13236                 "-Wno-nonportable-include-path",
13237                 "-Wno-address-of-packed-member",
13238                 "-Wno-unused-lambda-capture",
13239                 "-Wno-user-defined-warnings",
13240                 "-O2",
13241                 "-fno-ident",
13242                 "-fdata-sections",
13243                 "-ffunction-sections",
13244                 "-fno-omit-frame-pointer",
13245                 "-g2",
13246                 "-fvisibility=hidden",
13247                 "-Xclang",
13248                 "-add-plugin",
13249                 "-Xclang",
13250                 "find-bad-constructs",
13251                 "-Xclang",
13252                 "-plugin-arg-find-bad-constructs",
13253                 "-Xclang",
13254                 "check-auto-raw-pointer",
13255                 "-Wheader-hygiene",
13256                 "-Wstring-conversion",
13257                 "-Wtautological-overlap-compare",
13258                 "-Wextra",
13259                 "-Wno-unused-parameter",
13260                 "-Wno-missing-field-initializers",
13261                 "-Wno-strict-overflow",
13262                 "-Wc++11-narrowing",
13263                 "-Wimplicit-fallthrough",
13264                 "-Wthread-safety",
13265                 "-Winconsistent-missing-override",
13266                 "-Wundef",
13267                 "-Wunused-lambda-capture"
13268             ],
13269             "defines": [
13270                 "V8_DEPRECATION_WARNINGS",
13271                 "USE_X11=1",
13272                 "CHROMIUM_BUILD",
13273                 "_FILE_OFFSET_BITS=64",
13274                 "_FORTIFY_SOURCE=2",
13275                 "NDEBUG",
13276                 "NVALGRIND",
13277                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13278                 "WEBRTC_ENABLE_PROTOBUF=0",
13279                 "WEBRTC_RESTRICT_LOGGING",
13280                 "WEBRTC_ARCH_ARM64",
13281                 "WEBRTC_HAS_NEON",
13282                 "WEBRTC_MOZILLA_BUILD",
13283                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13284                 "WEBRTC_POSIX",
13285                 "WEBRTC_BSD"
13286             ],
13287             "deps": [
13288                 "//rtc_base:rtc_base_approved",
13289                 "//rtc_base:rtc_task_queue"
13290             ],
13291             "include_dirs": [
13292                 "//",
13293                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13294             ],
13295             "libs": [],
13296             "sources": [
13297                 "//rtc_base/sequenced_task_checker.h",
13298                 "//rtc_base/sequenced_task_checker_impl.cc",
13299                 "//rtc_base/sequenced_task_checker_impl.h"
13300             ],
13301             "type": "static_library"
13302         },
13303         "//rtc_base:weak_ptr": {
13304             "cflags": [
13305                 "-fno-strict-aliasing",
13306                 "--param=ssp-buffer-size=4",
13307                 "-fstack-protector",
13308                 "-Wno-builtin-macro-redefined",
13309                 "-D__DATE__=",
13310                 "-D__TIME__=",
13311                 "-D__TIMESTAMP__=",
13312                 "-funwind-tables",
13313                 "-fcolor-diagnostics",
13314                 "--target=aarch64-linux-gnu",
13315                 "-Wall",
13316                 "-Werror",
13317                 "-Wextra",
13318                 "-Wno-missing-field-initializers",
13319                 "-Wno-unused-parameter",
13320                 "-Wno-c++11-narrowing",
13321                 "-Wno-covered-switch-default",
13322                 "-Wno-unneeded-internal-declaration",
13323                 "-Wno-inconsistent-missing-override",
13324                 "-Wno-undefined-var-template",
13325                 "-Wno-nonportable-include-path",
13326                 "-Wno-address-of-packed-member",
13327                 "-Wno-unused-lambda-capture",
13328                 "-Wno-user-defined-warnings",
13329                 "-O2",
13330                 "-fno-ident",
13331                 "-fdata-sections",
13332                 "-ffunction-sections",
13333                 "-fno-omit-frame-pointer",
13334                 "-g2",
13335                 "-fvisibility=hidden",
13336                 "-Xclang",
13337                 "-add-plugin",
13338                 "-Xclang",
13339                 "find-bad-constructs",
13340                 "-Xclang",
13341                 "-plugin-arg-find-bad-constructs",
13342                 "-Xclang",
13343                 "check-auto-raw-pointer",
13344                 "-Wheader-hygiene",
13345                 "-Wstring-conversion",
13346                 "-Wtautological-overlap-compare",
13347                 "-Wextra",
13348                 "-Wno-unused-parameter",
13349                 "-Wno-missing-field-initializers",
13350                 "-Wno-strict-overflow",
13351                 "-Wc++11-narrowing",
13352                 "-Wimplicit-fallthrough",
13353                 "-Wthread-safety",
13354                 "-Winconsistent-missing-override",
13355                 "-Wundef",
13356                 "-Wunused-lambda-capture"
13357             ],
13358             "defines": [
13359                 "V8_DEPRECATION_WARNINGS",
13360                 "USE_X11=1",
13361                 "CHROMIUM_BUILD",
13362                 "_FILE_OFFSET_BITS=64",
13363                 "_FORTIFY_SOURCE=2",
13364                 "NDEBUG",
13365                 "NVALGRIND",
13366                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13367                 "WEBRTC_ENABLE_PROTOBUF=0",
13368                 "WEBRTC_RESTRICT_LOGGING",
13369                 "WEBRTC_ARCH_ARM64",
13370                 "WEBRTC_HAS_NEON",
13371                 "WEBRTC_MOZILLA_BUILD",
13372                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13373                 "WEBRTC_POSIX",
13374                 "WEBRTC_BSD"
13375             ],
13376             "deps": [
13377                 "//rtc_base:rtc_base_approved",
13378                 "//rtc_base:sequenced_task_checker"
13379             ],
13380             "include_dirs": [
13381                 "//",
13382                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13383             ],
13384             "libs": [],
13385             "sources": [
13386                 "//rtc_base/weak_ptr.cc",
13387                 "//rtc_base/weak_ptr.h"
13388             ],
13389             "type": "static_library"
13390         },
13391         "//system_wrappers:cpu_features_api": {
13392             "cflags": [
13393                 "-fno-strict-aliasing",
13394                 "--param=ssp-buffer-size=4",
13395                 "-fstack-protector",
13396                 "-Wno-builtin-macro-redefined",
13397                 "-D__DATE__=",
13398                 "-D__TIME__=",
13399                 "-D__TIMESTAMP__=",
13400                 "-funwind-tables",
13401                 "-fcolor-diagnostics",
13402                 "--target=aarch64-linux-gnu",
13403                 "-Wall",
13404                 "-Werror",
13405                 "-Wextra",
13406                 "-Wno-missing-field-initializers",
13407                 "-Wno-unused-parameter",
13408                 "-Wno-c++11-narrowing",
13409                 "-Wno-covered-switch-default",
13410                 "-Wno-unneeded-internal-declaration",
13411                 "-Wno-inconsistent-missing-override",
13412                 "-Wno-undefined-var-template",
13413                 "-Wno-nonportable-include-path",
13414                 "-Wno-address-of-packed-member",
13415                 "-Wno-unused-lambda-capture",
13416                 "-Wno-user-defined-warnings",
13417                 "-O2",
13418                 "-fno-ident",
13419                 "-fdata-sections",
13420                 "-ffunction-sections",
13421                 "-fno-omit-frame-pointer",
13422                 "-g2",
13423                 "-fvisibility=hidden",
13424                 "-Xclang",
13425                 "-add-plugin",
13426                 "-Xclang",
13427                 "find-bad-constructs",
13428                 "-Xclang",
13429                 "-plugin-arg-find-bad-constructs",
13430                 "-Xclang",
13431                 "check-auto-raw-pointer",
13432                 "-Wheader-hygiene",
13433                 "-Wstring-conversion",
13434                 "-Wtautological-overlap-compare",
13435                 "-Wextra",
13436                 "-Wno-unused-parameter",
13437                 "-Wno-missing-field-initializers",
13438                 "-Wno-strict-overflow",
13439                 "-Wc++11-narrowing",
13440                 "-Wimplicit-fallthrough",
13441                 "-Wthread-safety",
13442                 "-Winconsistent-missing-override",
13443                 "-Wundef",
13444                 "-Wunused-lambda-capture"
13445             ],
13446             "defines": [
13447                 "V8_DEPRECATION_WARNINGS",
13448                 "USE_X11=1",
13449                 "CHROMIUM_BUILD",
13450                 "_FILE_OFFSET_BITS=64",
13451                 "_FORTIFY_SOURCE=2",
13452                 "NDEBUG",
13453                 "NVALGRIND",
13454                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13455                 "WEBRTC_ENABLE_PROTOBUF=0",
13456                 "WEBRTC_RESTRICT_LOGGING",
13457                 "WEBRTC_ARCH_ARM64",
13458                 "WEBRTC_HAS_NEON",
13459                 "WEBRTC_MOZILLA_BUILD",
13460                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13461                 "WEBRTC_POSIX",
13462                 "WEBRTC_BSD"
13463             ],
13464             "deps": [
13465                 "//:webrtc_common"
13466             ],
13467             "include_dirs": [
13468                 "//",
13469                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13470             ],
13471             "libs": [],
13472             "sources": [
13473                 "//system_wrappers/include/cpu_features_wrapper.h"
13474             ],
13475             "type": "source_set"
13476         },
13477         "//system_wrappers:field_trial_api": {
13478             "cflags": [
13479                 "-fno-strict-aliasing",
13480                 "--param=ssp-buffer-size=4",
13481                 "-fstack-protector",
13482                 "-Wno-builtin-macro-redefined",
13483                 "-D__DATE__=",
13484                 "-D__TIME__=",
13485                 "-D__TIMESTAMP__=",
13486                 "-funwind-tables",
13487                 "-fcolor-diagnostics",
13488                 "--target=aarch64-linux-gnu",
13489                 "-Wall",
13490                 "-Werror",
13491                 "-Wextra",
13492                 "-Wno-missing-field-initializers",
13493                 "-Wno-unused-parameter",
13494                 "-Wno-c++11-narrowing",
13495                 "-Wno-covered-switch-default",
13496                 "-Wno-unneeded-internal-declaration",
13497                 "-Wno-inconsistent-missing-override",
13498                 "-Wno-undefined-var-template",
13499                 "-Wno-nonportable-include-path",
13500                 "-Wno-address-of-packed-member",
13501                 "-Wno-unused-lambda-capture",
13502                 "-Wno-user-defined-warnings",
13503                 "-O2",
13504                 "-fno-ident",
13505                 "-fdata-sections",
13506                 "-ffunction-sections",
13507                 "-fno-omit-frame-pointer",
13508                 "-g2",
13509                 "-fvisibility=hidden",
13510                 "-Xclang",
13511                 "-add-plugin",
13512                 "-Xclang",
13513                 "find-bad-constructs",
13514                 "-Xclang",
13515                 "-plugin-arg-find-bad-constructs",
13516                 "-Xclang",
13517                 "check-auto-raw-pointer",
13518                 "-Wheader-hygiene",
13519                 "-Wstring-conversion",
13520                 "-Wtautological-overlap-compare",
13521                 "-Wextra",
13522                 "-Wno-unused-parameter",
13523                 "-Wno-missing-field-initializers",
13524                 "-Wno-strict-overflow",
13525                 "-Wc++11-narrowing",
13526                 "-Wimplicit-fallthrough",
13527                 "-Wthread-safety",
13528                 "-Winconsistent-missing-override",
13529                 "-Wundef",
13530                 "-Wunused-lambda-capture"
13531             ],
13532             "defines": [
13533                 "V8_DEPRECATION_WARNINGS",
13534                 "USE_X11=1",
13535                 "CHROMIUM_BUILD",
13536                 "_FILE_OFFSET_BITS=64",
13537                 "_FORTIFY_SOURCE=2",
13538                 "NDEBUG",
13539                 "NVALGRIND",
13540                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13541                 "WEBRTC_ENABLE_PROTOBUF=0",
13542                 "WEBRTC_RESTRICT_LOGGING",
13543                 "WEBRTC_ARCH_ARM64",
13544                 "WEBRTC_HAS_NEON",
13545                 "WEBRTC_MOZILLA_BUILD",
13546                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13547                 "WEBRTC_POSIX",
13548                 "WEBRTC_BSD"
13549             ],
13550             "deps": [],
13551             "include_dirs": [
13552                 "//",
13553                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13554             ],
13555             "libs": [],
13556             "sources": [
13557                 "//system_wrappers/include/field_trial.h"
13558             ],
13559             "type": "source_set"
13560         },
13561         "//system_wrappers:field_trial_default": {
13562             "cflags": [
13563                 "-fno-strict-aliasing",
13564                 "--param=ssp-buffer-size=4",
13565                 "-fstack-protector",
13566                 "-Wno-builtin-macro-redefined",
13567                 "-D__DATE__=",
13568                 "-D__TIME__=",
13569                 "-D__TIMESTAMP__=",
13570                 "-funwind-tables",
13571                 "-fcolor-diagnostics",
13572                 "--target=aarch64-linux-gnu",
13573                 "-Wall",
13574                 "-Werror",
13575                 "-Wextra",
13576                 "-Wno-missing-field-initializers",
13577                 "-Wno-unused-parameter",
13578                 "-Wno-c++11-narrowing",
13579                 "-Wno-covered-switch-default",
13580                 "-Wno-unneeded-internal-declaration",
13581                 "-Wno-inconsistent-missing-override",
13582                 "-Wno-undefined-var-template",
13583                 "-Wno-nonportable-include-path",
13584                 "-Wno-address-of-packed-member",
13585                 "-Wno-unused-lambda-capture",
13586                 "-Wno-user-defined-warnings",
13587                 "-O2",
13588                 "-fno-ident",
13589                 "-fdata-sections",
13590                 "-ffunction-sections",
13591                 "-fno-omit-frame-pointer",
13592                 "-g2",
13593                 "-fvisibility=hidden",
13594                 "-Xclang",
13595                 "-add-plugin",
13596                 "-Xclang",
13597                 "find-bad-constructs",
13598                 "-Xclang",
13599                 "-plugin-arg-find-bad-constructs",
13600                 "-Xclang",
13601                 "check-auto-raw-pointer",
13602                 "-Wheader-hygiene",
13603                 "-Wstring-conversion",
13604                 "-Wtautological-overlap-compare",
13605                 "-Wextra",
13606                 "-Wno-unused-parameter",
13607                 "-Wno-missing-field-initializers",
13608                 "-Wno-strict-overflow",
13609                 "-Wc++11-narrowing",
13610                 "-Wimplicit-fallthrough",
13611                 "-Wthread-safety",
13612                 "-Winconsistent-missing-override",
13613                 "-Wundef",
13614                 "-Wunused-lambda-capture"
13615             ],
13616             "defines": [
13617                 "V8_DEPRECATION_WARNINGS",
13618                 "USE_X11=1",
13619                 "CHROMIUM_BUILD",
13620                 "_FILE_OFFSET_BITS=64",
13621                 "_FORTIFY_SOURCE=2",
13622                 "NDEBUG",
13623                 "NVALGRIND",
13624                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13625                 "WEBRTC_ENABLE_PROTOBUF=0",
13626                 "WEBRTC_RESTRICT_LOGGING",
13627                 "WEBRTC_ARCH_ARM64",
13628                 "WEBRTC_HAS_NEON",
13629                 "WEBRTC_MOZILLA_BUILD",
13630                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13631                 "WEBRTC_POSIX",
13632                 "WEBRTC_BSD"
13633             ],
13634             "deps": [
13635                 "//system_wrappers:field_trial_api"
13636             ],
13637             "include_dirs": [
13638                 "//",
13639                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13640             ],
13641             "libs": [],
13642             "sources": [
13643                 "//system_wrappers/include/field_trial_default.h",
13644                 "//system_wrappers/source/field_trial_default.cc"
13645             ],
13646             "type": "source_set"
13647         },
13648         "//system_wrappers:metrics_api": {
13649             "cflags": [
13650                 "-fno-strict-aliasing",
13651                 "--param=ssp-buffer-size=4",
13652                 "-fstack-protector",
13653                 "-Wno-builtin-macro-redefined",
13654                 "-D__DATE__=",
13655                 "-D__TIME__=",
13656                 "-D__TIMESTAMP__=",
13657                 "-funwind-tables",
13658                 "-fcolor-diagnostics",
13659                 "--target=aarch64-linux-gnu",
13660                 "-Wall",
13661                 "-Werror",
13662                 "-Wextra",
13663                 "-Wno-missing-field-initializers",
13664                 "-Wno-unused-parameter",
13665                 "-Wno-c++11-narrowing",
13666                 "-Wno-covered-switch-default",
13667                 "-Wno-unneeded-internal-declaration",
13668                 "-Wno-inconsistent-missing-override",
13669                 "-Wno-undefined-var-template",
13670                 "-Wno-nonportable-include-path",
13671                 "-Wno-address-of-packed-member",
13672                 "-Wno-unused-lambda-capture",
13673                 "-Wno-user-defined-warnings",
13674                 "-O2",
13675                 "-fno-ident",
13676                 "-fdata-sections",
13677                 "-ffunction-sections",
13678                 "-fno-omit-frame-pointer",
13679                 "-g2",
13680                 "-fvisibility=hidden",
13681                 "-Xclang",
13682                 "-add-plugin",
13683                 "-Xclang",
13684                 "find-bad-constructs",
13685                 "-Xclang",
13686                 "-plugin-arg-find-bad-constructs",
13687                 "-Xclang",
13688                 "check-auto-raw-pointer",
13689                 "-Wheader-hygiene",
13690                 "-Wstring-conversion",
13691                 "-Wtautological-overlap-compare",
13692                 "-Wextra",
13693                 "-Wno-unused-parameter",
13694                 "-Wno-missing-field-initializers",
13695                 "-Wno-strict-overflow",
13696                 "-Wc++11-narrowing",
13697                 "-Wimplicit-fallthrough",
13698                 "-Wthread-safety",
13699                 "-Winconsistent-missing-override",
13700                 "-Wundef",
13701                 "-Wunused-lambda-capture"
13702             ],
13703             "defines": [
13704                 "V8_DEPRECATION_WARNINGS",
13705                 "USE_X11=1",
13706                 "CHROMIUM_BUILD",
13707                 "_FILE_OFFSET_BITS=64",
13708                 "_FORTIFY_SOURCE=2",
13709                 "NDEBUG",
13710                 "NVALGRIND",
13711                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13712                 "WEBRTC_ENABLE_PROTOBUF=0",
13713                 "WEBRTC_RESTRICT_LOGGING",
13714                 "WEBRTC_ARCH_ARM64",
13715                 "WEBRTC_HAS_NEON",
13716                 "WEBRTC_MOZILLA_BUILD",
13717                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13718                 "WEBRTC_POSIX",
13719                 "WEBRTC_BSD"
13720             ],
13721             "deps": [
13722                 "//:webrtc_common",
13723                 "//rtc_base:rtc_base_approved"
13724             ],
13725             "include_dirs": [
13726                 "//",
13727                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13728             ],
13729             "libs": [],
13730             "sources": [
13731                 "//system_wrappers/include/metrics.h"
13732             ],
13733             "type": "source_set"
13734         },
13735         "//system_wrappers:metrics_default": {
13736             "cflags": [
13737                 "-fno-strict-aliasing",
13738                 "--param=ssp-buffer-size=4",
13739                 "-fstack-protector",
13740                 "-Wno-builtin-macro-redefined",
13741                 "-D__DATE__=",
13742                 "-D__TIME__=",
13743                 "-D__TIMESTAMP__=",
13744                 "-funwind-tables",
13745                 "-fcolor-diagnostics",
13746                 "--target=aarch64-linux-gnu",
13747                 "-Wall",
13748                 "-Werror",
13749                 "-Wextra",
13750                 "-Wno-missing-field-initializers",
13751                 "-Wno-unused-parameter",
13752                 "-Wno-c++11-narrowing",
13753                 "-Wno-covered-switch-default",
13754                 "-Wno-unneeded-internal-declaration",
13755                 "-Wno-inconsistent-missing-override",
13756                 "-Wno-undefined-var-template",
13757                 "-Wno-nonportable-include-path",
13758                 "-Wno-address-of-packed-member",
13759                 "-Wno-unused-lambda-capture",
13760                 "-Wno-user-defined-warnings",
13761                 "-O2",
13762                 "-fno-ident",
13763                 "-fdata-sections",
13764                 "-ffunction-sections",
13765                 "-fno-omit-frame-pointer",
13766                 "-g2",
13767                 "-fvisibility=hidden",
13768                 "-Xclang",
13769                 "-add-plugin",
13770                 "-Xclang",
13771                 "find-bad-constructs",
13772                 "-Xclang",
13773                 "-plugin-arg-find-bad-constructs",
13774                 "-Xclang",
13775                 "check-auto-raw-pointer",
13776                 "-Wheader-hygiene",
13777                 "-Wstring-conversion",
13778                 "-Wtautological-overlap-compare",
13779                 "-Wextra",
13780                 "-Wno-unused-parameter",
13781                 "-Wno-missing-field-initializers",
13782                 "-Wno-strict-overflow",
13783                 "-Wc++11-narrowing",
13784                 "-Wimplicit-fallthrough",
13785                 "-Wthread-safety",
13786                 "-Winconsistent-missing-override",
13787                 "-Wundef",
13788                 "-Wunused-lambda-capture"
13789             ],
13790             "defines": [
13791                 "V8_DEPRECATION_WARNINGS",
13792                 "USE_X11=1",
13793                 "CHROMIUM_BUILD",
13794                 "_FILE_OFFSET_BITS=64",
13795                 "_FORTIFY_SOURCE=2",
13796                 "NDEBUG",
13797                 "NVALGRIND",
13798                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13799                 "WEBRTC_ENABLE_PROTOBUF=0",
13800                 "WEBRTC_RESTRICT_LOGGING",
13801                 "WEBRTC_ARCH_ARM64",
13802                 "WEBRTC_HAS_NEON",
13803                 "WEBRTC_MOZILLA_BUILD",
13804                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13805                 "WEBRTC_POSIX",
13806                 "WEBRTC_BSD"
13807             ],
13808             "deps": [
13809                 "//rtc_base:rtc_base_approved",
13810                 "//system_wrappers:metrics_api"
13811             ],
13812             "include_dirs": [
13813                 "//",
13814                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13815             ],
13816             "libs": [],
13817             "sources": [
13818                 "//system_wrappers/include/metrics_default.h",
13819                 "//system_wrappers/source/metrics_default.cc"
13820             ],
13821             "type": "source_set"
13822         },
13823         "//system_wrappers:system_wrappers": {
13824             "cflags": [
13825                 "-fno-strict-aliasing",
13826                 "--param=ssp-buffer-size=4",
13827                 "-fstack-protector",
13828                 "-Wno-builtin-macro-redefined",
13829                 "-D__DATE__=",
13830                 "-D__TIME__=",
13831                 "-D__TIMESTAMP__=",
13832                 "-funwind-tables",
13833                 "-fcolor-diagnostics",
13834                 "--target=aarch64-linux-gnu",
13835                 "-Wall",
13836                 "-Werror",
13837                 "-Wextra",
13838                 "-Wno-missing-field-initializers",
13839                 "-Wno-unused-parameter",
13840                 "-Wno-c++11-narrowing",
13841                 "-Wno-covered-switch-default",
13842                 "-Wno-unneeded-internal-declaration",
13843                 "-Wno-inconsistent-missing-override",
13844                 "-Wno-undefined-var-template",
13845                 "-Wno-nonportable-include-path",
13846                 "-Wno-address-of-packed-member",
13847                 "-Wno-unused-lambda-capture",
13848                 "-Wno-user-defined-warnings",
13849                 "-O2",
13850                 "-fno-ident",
13851                 "-fdata-sections",
13852                 "-ffunction-sections",
13853                 "-fno-omit-frame-pointer",
13854                 "-g2",
13855                 "-fvisibility=hidden",
13856                 "-Xclang",
13857                 "-add-plugin",
13858                 "-Xclang",
13859                 "find-bad-constructs",
13860                 "-Xclang",
13861                 "-plugin-arg-find-bad-constructs",
13862                 "-Xclang",
13863                 "check-auto-raw-pointer",
13864                 "-Wheader-hygiene",
13865                 "-Wstring-conversion",
13866                 "-Wtautological-overlap-compare",
13867                 "-Wextra",
13868                 "-Wno-unused-parameter",
13869                 "-Wno-missing-field-initializers",
13870                 "-Wno-strict-overflow",
13871                 "-Wc++11-narrowing",
13872                 "-Wimplicit-fallthrough",
13873                 "-Wthread-safety",
13874                 "-Winconsistent-missing-override",
13875                 "-Wundef",
13876                 "-Wunused-lambda-capture"
13877             ],
13878             "defines": [
13879                 "WEBRTC_THREAD_RR",
13880                 "V8_DEPRECATION_WARNINGS",
13881                 "USE_X11=1",
13882                 "CHROMIUM_BUILD",
13883                 "_FILE_OFFSET_BITS=64",
13884                 "_FORTIFY_SOURCE=2",
13885                 "NDEBUG",
13886                 "NVALGRIND",
13887                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13888                 "WEBRTC_ENABLE_PROTOBUF=0",
13889                 "WEBRTC_RESTRICT_LOGGING",
13890                 "WEBRTC_ARCH_ARM64",
13891                 "WEBRTC_HAS_NEON",
13892                 "WEBRTC_MOZILLA_BUILD",
13893                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13894                 "WEBRTC_POSIX",
13895                 "WEBRTC_BSD"
13896             ],
13897             "deps": [
13898                 "//:webrtc_common",
13899                 "//api:optional",
13900                 "//modules:module_api_public",
13901                 "//rtc_base:rtc_base_approved",
13902                 "//rtc_base:rtc_numerics",
13903                 "//system_wrappers:cpu_features_api",
13904                 "//system_wrappers:field_trial_api",
13905                 "//system_wrappers:metrics_api"
13906             ],
13907             "include_dirs": [
13908                 "//",
13909                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13910             ],
13911             "libs": [],
13912             "sources": [
13913                 "//system_wrappers/include/aligned_array.h",
13914                 "//system_wrappers/include/aligned_malloc.h",
13915                 "//system_wrappers/include/atomic32.h",
13916                 "//system_wrappers/include/clock.h",
13917                 "//system_wrappers/include/cpu_info.h",
13918                 "//system_wrappers/include/event_wrapper.h",
13919                 "//system_wrappers/include/file_wrapper.h",
13920                 "//system_wrappers/include/ntp_time.h",
13921                 "//system_wrappers/include/rtp_to_ntp_estimator.h",
13922                 "//system_wrappers/include/rw_lock_wrapper.h",
13923                 "//system_wrappers/include/sleep.h",
13924                 "//system_wrappers/include/timestamp_extrapolator.h",
13925                 "//system_wrappers/source/aligned_malloc.cc",
13926                 "//system_wrappers/source/atomic32.cc",
13927                 "//system_wrappers/source/clock.cc",
13928                 "//system_wrappers/source/cpu_features.cc",
13929                 "//system_wrappers/source/cpu_info.cc",
13930                 "//system_wrappers/source/event.cc",
13931                 "//system_wrappers/source/event_timer_posix.cc",
13932                 "//system_wrappers/source/event_timer_posix.h",
13933                 "//system_wrappers/source/file_impl.cc",
13934                 "//system_wrappers/source/rtp_to_ntp_estimator.cc",
13935                 "//system_wrappers/source/rw_lock.cc",
13936                 "//system_wrappers/source/rw_lock_posix.cc",
13937                 "//system_wrappers/source/rw_lock_posix.h",
13938                 "//system_wrappers/source/sleep.cc",
13939                 "//system_wrappers/source/timestamp_extrapolator.cc"
13940             ],
13941             "type": "static_library"
13942         },
13943         "//video:video": {
13944             "cflags": [
13945                 "-fno-strict-aliasing",
13946                 "--param=ssp-buffer-size=4",
13947                 "-fstack-protector",
13948                 "-Wno-builtin-macro-redefined",
13949                 "-D__DATE__=",
13950                 "-D__TIME__=",
13951                 "-D__TIMESTAMP__=",
13952                 "-funwind-tables",
13953                 "-fcolor-diagnostics",
13954                 "--target=aarch64-linux-gnu",
13955                 "-Wall",
13956                 "-Werror",
13957                 "-Wextra",
13958                 "-Wno-missing-field-initializers",
13959                 "-Wno-unused-parameter",
13960                 "-Wno-c++11-narrowing",
13961                 "-Wno-covered-switch-default",
13962                 "-Wno-unneeded-internal-declaration",
13963                 "-Wno-inconsistent-missing-override",
13964                 "-Wno-undefined-var-template",
13965                 "-Wno-nonportable-include-path",
13966                 "-Wno-address-of-packed-member",
13967                 "-Wno-unused-lambda-capture",
13968                 "-Wno-user-defined-warnings",
13969                 "-O2",
13970                 "-fno-ident",
13971                 "-fdata-sections",
13972                 "-ffunction-sections",
13973                 "-fno-omit-frame-pointer",
13974                 "-g2",
13975                 "-fvisibility=hidden",
13976                 "-Wheader-hygiene",
13977                 "-Wstring-conversion",
13978                 "-Wtautological-overlap-compare",
13979                 "-Wextra",
13980                 "-Wno-unused-parameter",
13981                 "-Wno-missing-field-initializers",
13982                 "-Wno-strict-overflow",
13983                 "-Wc++11-narrowing",
13984                 "-Wimplicit-fallthrough",
13985                 "-Wthread-safety",
13986                 "-Winconsistent-missing-override",
13987                 "-Wundef",
13988                 "-Wunused-lambda-capture"
13989             ],
13990             "defines": [
13991                 "V8_DEPRECATION_WARNINGS",
13992                 "USE_X11=1",
13993                 "CHROMIUM_BUILD",
13994                 "_FILE_OFFSET_BITS=64",
13995                 "_FORTIFY_SOURCE=2",
13996                 "NDEBUG",
13997                 "NVALGRIND",
13998                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13999                 "WEBRTC_ENABLE_PROTOBUF=0",
14000                 "WEBRTC_RESTRICT_LOGGING",
14001                 "WEBRTC_ARCH_ARM64",
14002                 "WEBRTC_HAS_NEON",
14003                 "WEBRTC_MOZILLA_BUILD",
14004                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14005                 "WEBRTC_POSIX",
14006                 "WEBRTC_BSD"
14007             ],
14008             "deps": [
14009                 "//:webrtc_common",
14010                 "//api:optional",
14011                 "//api:transport_api",
14012                 "//api:video_frame_api_i420",
14013                 "//api/video_codecs:video_codecs_api",
14014                 "//call:bitrate_allocator",
14015                 "//call:call_interfaces",
14016                 "//call:rtp_interfaces",
14017                 "//call:rtp_receiver",
14018                 "//call:video_stream_api",
14019                 "//common_video:common_video",
14020                 "//logging:rtc_event_log_api",
14021                 "//modules:module_api",
14022                 "//modules/bitrate_controller:bitrate_controller",
14023                 "//modules/congestion_controller:congestion_controller",
14024                 "//modules/pacing:pacing",
14025                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
14026                 "//modules/rtp_rtcp:rtp_rtcp",
14027                 "//modules/utility:utility",
14028                 "//modules/video_coding:video_coding",
14029                 "//modules/video_coding:video_coding_utility",
14030                 "//modules/video_coding:webrtc_vp8",
14031                 "//modules/video_processing:video_processing",
14032                 "//rtc_base:rtc_base_approved",
14033                 "//rtc_base:rtc_numerics",
14034                 "//rtc_base:rtc_task_queue",
14035                 "//rtc_base:sequenced_task_checker",
14036                 "//rtc_base:weak_ptr",
14037                 "//system_wrappers:system_wrappers",
14038                 "//voice_engine:voice_engine"
14039             ],
14040             "include_dirs": [
14041                 "//",
14042                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
14043                 "//common_video/include/",
14044                 "/media/libyuv/libyuv/include/",
14045                 "//modules/audio_coding/include/",
14046                 "//modules/include/"
14047             ],
14048             "libs": [],
14049             "sources": [
14050                 "//video/call_stats.cc",
14051                 "//video/call_stats.h",
14052                 "//video/encoder_rtcp_feedback.cc",
14053                 "//video/encoder_rtcp_feedback.h",
14054                 "//video/overuse_frame_detector.cc",
14055                 "//video/overuse_frame_detector.h",
14056                 "//video/payload_router.cc",
14057                 "//video/payload_router.h",
14058                 "//video/quality_threshold.cc",
14059                 "//video/quality_threshold.h",
14060                 "//video/receive_statistics_proxy.cc",
14061                 "//video/receive_statistics_proxy.h",
14062                 "//video/report_block_stats.cc",
14063                 "//video/report_block_stats.h",
14064                 "//video/rtp_streams_synchronizer.cc",
14065                 "//video/rtp_streams_synchronizer.h",
14066                 "//video/rtp_video_stream_receiver.cc",
14067                 "//video/rtp_video_stream_receiver.h",
14068                 "//video/send_delay_stats.cc",
14069                 "//video/send_delay_stats.h",
14070                 "//video/send_statistics_proxy.cc",
14071                 "//video/send_statistics_proxy.h",
14072                 "//video/stats_counter.cc",
14073                 "//video/stats_counter.h",
14074                 "//video/stream_synchronization.cc",
14075                 "//video/stream_synchronization.h",
14076                 "//video/transport_adapter.cc",
14077                 "//video/transport_adapter.h",
14078                 "//video/video_receive_stream.cc",
14079                 "//video/video_receive_stream.h",
14080                 "//video/video_send_stream.cc",
14081                 "//video/video_send_stream.h",
14082                 "//video/video_stream_decoder.cc",
14083                 "//video/video_stream_decoder.h",
14084                 "//video/video_stream_encoder.cc",
14085                 "//video/video_stream_encoder.h"
14086             ],
14087             "type": "static_library"
14088         },
14089         "//voice_engine:audio_level": {
14090             "cflags": [
14091                 "-fno-strict-aliasing",
14092                 "--param=ssp-buffer-size=4",
14093                 "-fstack-protector",
14094                 "-Wno-builtin-macro-redefined",
14095                 "-D__DATE__=",
14096                 "-D__TIME__=",
14097                 "-D__TIMESTAMP__=",
14098                 "-funwind-tables",
14099                 "-fcolor-diagnostics",
14100                 "--target=aarch64-linux-gnu",
14101                 "-Wall",
14102                 "-Werror",
14103                 "-Wextra",
14104                 "-Wno-missing-field-initializers",
14105                 "-Wno-unused-parameter",
14106                 "-Wno-c++11-narrowing",
14107                 "-Wno-covered-switch-default",
14108                 "-Wno-unneeded-internal-declaration",
14109                 "-Wno-inconsistent-missing-override",
14110                 "-Wno-undefined-var-template",
14111                 "-Wno-nonportable-include-path",
14112                 "-Wno-address-of-packed-member",
14113                 "-Wno-unused-lambda-capture",
14114                 "-Wno-user-defined-warnings",
14115                 "-O2",
14116                 "-fno-ident",
14117                 "-fdata-sections",
14118                 "-ffunction-sections",
14119                 "-fno-omit-frame-pointer",
14120                 "-g2",
14121                 "-fvisibility=hidden",
14122                 "-Xclang",
14123                 "-add-plugin",
14124                 "-Xclang",
14125                 "find-bad-constructs",
14126                 "-Xclang",
14127                 "-plugin-arg-find-bad-constructs",
14128                 "-Xclang",
14129                 "check-auto-raw-pointer",
14130                 "-Wheader-hygiene",
14131                 "-Wstring-conversion",
14132                 "-Wtautological-overlap-compare",
14133                 "-Wextra",
14134                 "-Wno-unused-parameter",
14135                 "-Wno-missing-field-initializers",
14136                 "-Wno-strict-overflow",
14137                 "-Wc++11-narrowing",
14138                 "-Wimplicit-fallthrough",
14139                 "-Wthread-safety",
14140                 "-Winconsistent-missing-override",
14141                 "-Wundef",
14142                 "-Wunused-lambda-capture"
14143             ],
14144             "defines": [
14145                 "V8_DEPRECATION_WARNINGS",
14146                 "USE_X11=1",
14147                 "CHROMIUM_BUILD",
14148                 "_FILE_OFFSET_BITS=64",
14149                 "_FORTIFY_SOURCE=2",
14150                 "NDEBUG",
14151                 "NVALGRIND",
14152                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14153                 "WEBRTC_ENABLE_PROTOBUF=0",
14154                 "WEBRTC_RESTRICT_LOGGING",
14155                 "WEBRTC_ARCH_ARM64",
14156                 "WEBRTC_HAS_NEON",
14157                 "WEBRTC_MOZILLA_BUILD",
14158                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14159                 "WEBRTC_POSIX",
14160                 "WEBRTC_BSD"
14161             ],
14162             "deps": [
14163                 "//:webrtc_common",
14164                 "//common_audio:common_audio",
14165                 "//modules:module_api",
14166                 "//rtc_base:rtc_base_approved"
14167             ],
14168             "include_dirs": [
14169                 "//",
14170                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
14171                 "//common_audio/resampler/include/",
14172                 "//common_audio/signal_processing/include/",
14173                 "//common_audio/vad/include/"
14174             ],
14175             "libs": [],
14176             "sources": [
14177                 "//voice_engine/audio_level.cc",
14178                 "//voice_engine/audio_level.h"
14179             ],
14180             "type": "static_library"
14181         },
14182         "//voice_engine:voice_engine": {
14183             "cflags": [
14184                 "-fno-strict-aliasing",
14185                 "--param=ssp-buffer-size=4",
14186                 "-fstack-protector",
14187                 "-Wno-builtin-macro-redefined",
14188                 "-D__DATE__=",
14189                 "-D__TIME__=",
14190                 "-D__TIMESTAMP__=",
14191                 "-funwind-tables",
14192                 "-fcolor-diagnostics",
14193                 "--target=aarch64-linux-gnu",
14194                 "-Wall",
14195                 "-Werror",
14196                 "-Wextra",
14197                 "-Wno-missing-field-initializers",
14198                 "-Wno-unused-parameter",
14199                 "-Wno-c++11-narrowing",
14200                 "-Wno-covered-switch-default",
14201                 "-Wno-unneeded-internal-declaration",
14202                 "-Wno-inconsistent-missing-override",
14203                 "-Wno-undefined-var-template",
14204                 "-Wno-nonportable-include-path",
14205                 "-Wno-address-of-packed-member",
14206                 "-Wno-unused-lambda-capture",
14207                 "-Wno-user-defined-warnings",
14208                 "-O2",
14209                 "-fno-ident",
14210                 "-fdata-sections",
14211                 "-ffunction-sections",
14212                 "-fno-omit-frame-pointer",
14213                 "-g2",
14214                 "-fvisibility=hidden",
14215                 "-Wheader-hygiene",
14216                 "-Wstring-conversion",
14217                 "-Wtautological-overlap-compare",
14218                 "-Wextra",
14219                 "-Wno-unused-parameter",
14220                 "-Wno-missing-field-initializers",
14221                 "-Wno-strict-overflow",
14222                 "-Wc++11-narrowing",
14223                 "-Wimplicit-fallthrough",
14224                 "-Wthread-safety",
14225                 "-Winconsistent-missing-override",
14226                 "-Wundef",
14227                 "-Wunused-lambda-capture"
14228             ],
14229             "defines": [
14230                 "V8_DEPRECATION_WARNINGS",
14231                 "USE_X11=1",
14232                 "CHROMIUM_BUILD",
14233                 "_FILE_OFFSET_BITS=64",
14234                 "_FORTIFY_SOURCE=2",
14235                 "NDEBUG",
14236                 "NVALGRIND",
14237                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14238                 "WEBRTC_ENABLE_PROTOBUF=0",
14239                 "WEBRTC_RESTRICT_LOGGING",
14240                 "WEBRTC_ARCH_ARM64",
14241                 "WEBRTC_HAS_NEON",
14242                 "WEBRTC_MOZILLA_BUILD",
14243                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14244                 "WEBRTC_POSIX",
14245                 "WEBRTC_BSD"
14246             ],
14247             "deps": [
14248                 "//:webrtc_common",
14249                 "//api:array_view",
14250                 "//api:audio_mixer_api",
14251                 "//api:call_api",
14252                 "//api:optional",
14253                 "//api:refcountedbase",
14254                 "//api:transport_api",
14255                 "//api/audio_codecs:audio_codecs_api",
14256                 "//audio/utility:audio_frame_operations",
14257                 "//call:rtp_interfaces",
14258                 "//common_audio:common_audio",
14259                 "//logging:rtc_event_log_api",
14260                 "//modules:module_api",
14261                 "//modules/audio_coding:audio_coding",
14262                 "//modules/audio_coding:audio_format_conversion",
14263                 "//modules/audio_coding:audio_network_adaptor_config",
14264                 "//modules/audio_device:audio_device",
14265                 "//modules/audio_processing:audio_processing",
14266                 "//modules/bitrate_controller:bitrate_controller",
14267                 "//modules/media_file:media_file",
14268                 "//modules/pacing:pacing",
14269                 "//modules/rtp_rtcp:rtp_rtcp",
14270                 "//modules/utility:utility",
14271                 "//rtc_base:rtc_base_approved",
14272                 "//rtc_base:rtc_task_queue",
14273                 "//system_wrappers:system_wrappers",
14274                 "//voice_engine:audio_level"
14275             ],
14276             "include_dirs": [
14277                 "//",
14278                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
14279                 "//modules/audio_coding/include/",
14280                 "//modules/include/",
14281                 "//common_audio/resampler/include/",
14282                 "//common_audio/signal_processing/include/",
14283                 "//common_audio/vad/include/",
14284                 "//modules/include/",
14285                 "//modules/audio_device/include/",
14286                 "//modules/audio_device/dummy/"
14287             ],
14288             "libs": [],
14289             "sources": [
14290                 "//voice_engine/channel.cc",
14291                 "//voice_engine/channel.h",
14292                 "//voice_engine/channel_manager.cc",
14293                 "//voice_engine/channel_manager.h",
14294                 "//voice_engine/channel_proxy.cc",
14295                 "//voice_engine/channel_proxy.h",
14296                 "//voice_engine/include/voe_base.h",
14297                 "//voice_engine/include/voe_errors.h",
14298                 "//voice_engine/shared_data.cc",
14299                 "//voice_engine/shared_data.h",
14300                 "//voice_engine/transmit_mixer.cc",
14301                 "//voice_engine/transmit_mixer.h",
14302                 "//voice_engine/transport_feedback_packet_loss_tracker.cc",
14303                 "//voice_engine/transport_feedback_packet_loss_tracker.h",
14304                 "//voice_engine/utility.cc",
14305                 "//voice_engine/utility.h",
14306                 "//voice_engine/voe_base_impl.cc",
14307                 "//voice_engine/voe_base_impl.h",
14308                 "//voice_engine/voice_engine_impl.cc",
14309                 "//voice_engine/voice_engine_impl.h"
14310             ],
14311             "type": "static_library"
14312         }
14313     }