Bug 1649121: part 26) Move `CollectTopMostChildContentsCompletelyInRange`. r=masayuki
[gecko.git] / media / webrtc / gn-configs / arm_False_arm_freebsd.json
blob108264d1e65c5aea6e2017730912df83ab95a7c1
2     "gn_gen_args": {
3         "host_cpu": "arm",
4         "is_debug": false,
5         "target_cpu": "arm",
6         "target_os": "freebsd"
7     },
8     "mozbuild_args": {
9         "CPU_ARCH": "arm",
10         "HOST_CPU_ARCH": "arm",
11         "MOZ_DEBUG": null,
12         "OS_TARGET": "FreeBSD"
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=arm-linux-gnueabihf",
33                 "-march=armv7-a",
34                 "-mfloat-abi=hard",
35                 "-mtune=generic-armv7-a",
36                 "-mfpu=neon",
37                 "-mthumb",
38                 "-Wall",
39                 "-Werror",
40                 "-Wextra",
41                 "-Wno-missing-field-initializers",
42                 "-Wno-unused-parameter",
43                 "-Wno-c++11-narrowing",
44                 "-Wno-covered-switch-default",
45                 "-Wno-unneeded-internal-declaration",
46                 "-Wno-inconsistent-missing-override",
47                 "-Wno-undefined-var-template",
48                 "-Wno-nonportable-include-path",
49                 "-Wno-address-of-packed-member",
50                 "-Wno-unused-lambda-capture",
51                 "-Wno-user-defined-warnings",
52                 "-O2",
53                 "-fno-ident",
54                 "-fdata-sections",
55                 "-ffunction-sections",
56                 "-fomit-frame-pointer",
57                 "-g2",
58                 "-fvisibility=hidden",
59                 "-Xclang",
60                 "-add-plugin",
61                 "-Xclang",
62                 "find-bad-constructs",
63                 "-Xclang",
64                 "-plugin-arg-find-bad-constructs",
65                 "-Xclang",
66                 "check-auto-raw-pointer",
67                 "-Wheader-hygiene",
68                 "-Wstring-conversion",
69                 "-Wtautological-overlap-compare",
70                 "-Wextra",
71                 "-Wno-unused-parameter",
72                 "-Wno-missing-field-initializers",
73                 "-Wno-strict-overflow",
74                 "-Wc++11-narrowing",
75                 "-Wimplicit-fallthrough",
76                 "-Wthread-safety",
77                 "-Winconsistent-missing-override",
78                 "-Wundef",
79                 "-Wunused-lambda-capture"
80             ],
81             "defines": [
82                 "V8_DEPRECATION_WARNINGS",
83                 "USE_X11=1",
84                 "CHROMIUM_BUILD",
85                 "_FILE_OFFSET_BITS=64",
86                 "_FORTIFY_SOURCE=2",
87                 "NDEBUG",
88                 "NVALGRIND",
89                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
90                 "WEBRTC_ENABLE_PROTOBUF=0",
91                 "WEBRTC_RESTRICT_LOGGING",
92                 "WEBRTC_ARCH_ARM",
93                 "WEBRTC_ARCH_ARM_V7",
94                 "WEBRTC_HAS_NEON",
95                 "WEBRTC_MOZILLA_BUILD",
96                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
97                 "WEBRTC_POSIX",
98                 "WEBRTC_BSD",
99                 "HAVE_WEBRTC_VIDEO",
100                 "HAVE_WEBRTC_VOICE"
101             ],
102             "deps": [
103                 "//:webrtc_common",
104                 "//api:base_peerconnection_api",
105                 "//api:transport_api",
106                 "//api:video_frame_api",
107                 "//audio:audio",
108                 "//call:call",
109                 "//common_audio:common_audio",
110                 "//common_video:common_video",
111                 "//media:media",
112                 "//modules:modules",
113                 "//modules/video_capture:video_capture_internal_impl",
114                 "//rtc_base:rtc_base",
115                 "//system_wrappers:field_trial_default",
116                 "//system_wrappers:metrics_default",
117                 "//system_wrappers:system_wrappers_default",
118                 "//video:video",
119                 "//voice_engine:voice_engine"
120             ],
121             "include_dirs": [
122                 "//",
123                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
124                 "//common_audio/resampler/include/",
125                 "//common_audio/signal_processing/include/",
126                 "//common_audio/vad/include/",
127                 "//common_video/include/",
128                 "/media/libyuv/libyuv/include/",
129                 "//modules/audio_coding/include/",
130                 "//modules/include/",
131                 "//modules/include/",
132                 "//modules/audio_device/include/",
133                 "//modules/audio_device/dummy/"
134             ],
135             "libs": [
136                 "X11",
137                 "X11-xcb",
138                 "xcb",
139                 "Xcomposite",
140                 "Xcursor",
141                 "Xdamage",
142                 "Xext",
143                 "Xfixes",
144                 "Xi",
145                 "Xrender"
146             ],
147             "sources": [],
148             "type": "static_library"
149         },
150         "//:webrtc_common": {
151             "cflags": [
152                 "-fno-strict-aliasing",
153                 "--param=ssp-buffer-size=4",
154                 "-fstack-protector",
155                 "-Wno-builtin-macro-redefined",
156                 "-D__DATE__=",
157                 "-D__TIME__=",
158                 "-D__TIMESTAMP__=",
159                 "-funwind-tables",
160                 "-fcolor-diagnostics",
161                 "--target=arm-linux-gnueabihf",
162                 "-march=armv7-a",
163                 "-mfloat-abi=hard",
164                 "-mtune=generic-armv7-a",
165                 "-mfpu=neon",
166                 "-mthumb",
167                 "-Wall",
168                 "-Werror",
169                 "-Wextra",
170                 "-Wno-missing-field-initializers",
171                 "-Wno-unused-parameter",
172                 "-Wno-c++11-narrowing",
173                 "-Wno-covered-switch-default",
174                 "-Wno-unneeded-internal-declaration",
175                 "-Wno-inconsistent-missing-override",
176                 "-Wno-undefined-var-template",
177                 "-Wno-nonportable-include-path",
178                 "-Wno-address-of-packed-member",
179                 "-Wno-unused-lambda-capture",
180                 "-Wno-user-defined-warnings",
181                 "-O2",
182                 "-fno-ident",
183                 "-fdata-sections",
184                 "-ffunction-sections",
185                 "-fomit-frame-pointer",
186                 "-g2",
187                 "-fvisibility=hidden",
188                 "-Wheader-hygiene",
189                 "-Wstring-conversion",
190                 "-Wtautological-overlap-compare",
191                 "-Wextra",
192                 "-Wno-unused-parameter",
193                 "-Wno-missing-field-initializers",
194                 "-Wno-strict-overflow",
195                 "-Wc++11-narrowing",
196                 "-Wimplicit-fallthrough",
197                 "-Wthread-safety",
198                 "-Winconsistent-missing-override",
199                 "-Wundef",
200                 "-Wunused-lambda-capture"
201             ],
202             "defines": [
203                 "V8_DEPRECATION_WARNINGS",
204                 "USE_X11=1",
205                 "CHROMIUM_BUILD",
206                 "_FILE_OFFSET_BITS=64",
207                 "_FORTIFY_SOURCE=2",
208                 "NDEBUG",
209                 "NVALGRIND",
210                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
211                 "WEBRTC_ENABLE_PROTOBUF=0",
212                 "WEBRTC_RESTRICT_LOGGING",
213                 "WEBRTC_ARCH_ARM",
214                 "WEBRTC_ARCH_ARM_V7",
215                 "WEBRTC_HAS_NEON",
216                 "WEBRTC_MOZILLA_BUILD",
217                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
218                 "WEBRTC_POSIX",
219                 "WEBRTC_BSD"
220             ],
221             "deps": [],
222             "include_dirs": [
223                 "//",
224                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
225             ],
226             "libs": [],
227             "sources": [
228                 "//common_types.cc",
229                 "//common_types.h",
230                 "//typedefs.h"
231             ],
232             "type": "static_library"
233         },
234         "//api/audio_codecs/L16:audio_decoder_L16": {
235             "cflags": [
236                 "-fno-strict-aliasing",
237                 "--param=ssp-buffer-size=4",
238                 "-fstack-protector",
239                 "-Wno-builtin-macro-redefined",
240                 "-D__DATE__=",
241                 "-D__TIME__=",
242                 "-D__TIMESTAMP__=",
243                 "-funwind-tables",
244                 "-fcolor-diagnostics",
245                 "--target=arm-linux-gnueabihf",
246                 "-march=armv7-a",
247                 "-mfloat-abi=hard",
248                 "-mtune=generic-armv7-a",
249                 "-mfpu=neon",
250                 "-mthumb",
251                 "-Wall",
252                 "-Werror",
253                 "-Wextra",
254                 "-Wno-missing-field-initializers",
255                 "-Wno-unused-parameter",
256                 "-Wno-c++11-narrowing",
257                 "-Wno-covered-switch-default",
258                 "-Wno-unneeded-internal-declaration",
259                 "-Wno-inconsistent-missing-override",
260                 "-Wno-undefined-var-template",
261                 "-Wno-nonportable-include-path",
262                 "-Wno-address-of-packed-member",
263                 "-Wno-unused-lambda-capture",
264                 "-Wno-user-defined-warnings",
265                 "-O2",
266                 "-fno-ident",
267                 "-fdata-sections",
268                 "-ffunction-sections",
269                 "-fomit-frame-pointer",
270                 "-g2",
271                 "-fvisibility=hidden",
272                 "-Xclang",
273                 "-add-plugin",
274                 "-Xclang",
275                 "find-bad-constructs",
276                 "-Xclang",
277                 "-plugin-arg-find-bad-constructs",
278                 "-Xclang",
279                 "check-auto-raw-pointer",
280                 "-Wheader-hygiene",
281                 "-Wstring-conversion",
282                 "-Wtautological-overlap-compare",
283                 "-Wextra",
284                 "-Wno-unused-parameter",
285                 "-Wno-missing-field-initializers",
286                 "-Wno-strict-overflow",
287                 "-Wc++11-narrowing",
288                 "-Wimplicit-fallthrough",
289                 "-Wthread-safety",
290                 "-Winconsistent-missing-override",
291                 "-Wundef",
292                 "-Wunused-lambda-capture"
293             ],
294             "defines": [
295                 "V8_DEPRECATION_WARNINGS",
296                 "USE_X11=1",
297                 "CHROMIUM_BUILD",
298                 "_FILE_OFFSET_BITS=64",
299                 "_FORTIFY_SOURCE=2",
300                 "NDEBUG",
301                 "NVALGRIND",
302                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
303                 "WEBRTC_ENABLE_PROTOBUF=0",
304                 "WEBRTC_RESTRICT_LOGGING",
305                 "WEBRTC_ARCH_ARM",
306                 "WEBRTC_ARCH_ARM_V7",
307                 "WEBRTC_HAS_NEON",
308                 "WEBRTC_MOZILLA_BUILD",
309                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
310                 "WEBRTC_POSIX",
311                 "WEBRTC_BSD"
312             ],
313             "deps": [
314                 "//:webrtc_common",
315                 "//api:optional",
316                 "//api/audio_codecs:audio_codecs_api",
317                 "//modules/audio_coding:pcm16b",
318                 "//rtc_base:rtc_base_approved"
319             ],
320             "include_dirs": [
321                 "//",
322                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
323                 "//modules/audio_coding/codecs/pcm16b/include/"
324             ],
325             "libs": [],
326             "sources": [
327                 "//api/audio_codecs/L16/audio_decoder_L16.cc",
328                 "//api/audio_codecs/L16/audio_decoder_L16.h"
329             ],
330             "type": "static_library"
331         },
332         "//api/audio_codecs/L16:audio_encoder_L16": {
333             "cflags": [
334                 "-fno-strict-aliasing",
335                 "--param=ssp-buffer-size=4",
336                 "-fstack-protector",
337                 "-Wno-builtin-macro-redefined",
338                 "-D__DATE__=",
339                 "-D__TIME__=",
340                 "-D__TIMESTAMP__=",
341                 "-funwind-tables",
342                 "-fcolor-diagnostics",
343                 "--target=arm-linux-gnueabihf",
344                 "-march=armv7-a",
345                 "-mfloat-abi=hard",
346                 "-mtune=generic-armv7-a",
347                 "-mfpu=neon",
348                 "-mthumb",
349                 "-Wall",
350                 "-Werror",
351                 "-Wextra",
352                 "-Wno-missing-field-initializers",
353                 "-Wno-unused-parameter",
354                 "-Wno-c++11-narrowing",
355                 "-Wno-covered-switch-default",
356                 "-Wno-unneeded-internal-declaration",
357                 "-Wno-inconsistent-missing-override",
358                 "-Wno-undefined-var-template",
359                 "-Wno-nonportable-include-path",
360                 "-Wno-address-of-packed-member",
361                 "-Wno-unused-lambda-capture",
362                 "-Wno-user-defined-warnings",
363                 "-O2",
364                 "-fno-ident",
365                 "-fdata-sections",
366                 "-ffunction-sections",
367                 "-fomit-frame-pointer",
368                 "-g2",
369                 "-fvisibility=hidden",
370                 "-Xclang",
371                 "-add-plugin",
372                 "-Xclang",
373                 "find-bad-constructs",
374                 "-Xclang",
375                 "-plugin-arg-find-bad-constructs",
376                 "-Xclang",
377                 "check-auto-raw-pointer",
378                 "-Wheader-hygiene",
379                 "-Wstring-conversion",
380                 "-Wtautological-overlap-compare",
381                 "-Wextra",
382                 "-Wno-unused-parameter",
383                 "-Wno-missing-field-initializers",
384                 "-Wno-strict-overflow",
385                 "-Wc++11-narrowing",
386                 "-Wimplicit-fallthrough",
387                 "-Wthread-safety",
388                 "-Winconsistent-missing-override",
389                 "-Wundef",
390                 "-Wunused-lambda-capture"
391             ],
392             "defines": [
393                 "V8_DEPRECATION_WARNINGS",
394                 "USE_X11=1",
395                 "CHROMIUM_BUILD",
396                 "_FILE_OFFSET_BITS=64",
397                 "_FORTIFY_SOURCE=2",
398                 "NDEBUG",
399                 "NVALGRIND",
400                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
401                 "WEBRTC_ENABLE_PROTOBUF=0",
402                 "WEBRTC_RESTRICT_LOGGING",
403                 "WEBRTC_ARCH_ARM",
404                 "WEBRTC_ARCH_ARM_V7",
405                 "WEBRTC_HAS_NEON",
406                 "WEBRTC_MOZILLA_BUILD",
407                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
408                 "WEBRTC_POSIX",
409                 "WEBRTC_BSD"
410             ],
411             "deps": [
412                 "//:webrtc_common",
413                 "//api:optional",
414                 "//api/audio_codecs:audio_codecs_api",
415                 "//modules/audio_coding:pcm16b",
416                 "//rtc_base:rtc_base_approved"
417             ],
418             "include_dirs": [
419                 "//",
420                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
421                 "//modules/audio_coding/codecs/pcm16b/include/"
422             ],
423             "libs": [],
424             "sources": [
425                 "//api/audio_codecs/L16/audio_encoder_L16.cc",
426                 "//api/audio_codecs/L16/audio_encoder_L16.h"
427             ],
428             "type": "static_library"
429         },
430         "//api/audio_codecs/g711:audio_decoder_g711": {
431             "cflags": [
432                 "-fno-strict-aliasing",
433                 "--param=ssp-buffer-size=4",
434                 "-fstack-protector",
435                 "-Wno-builtin-macro-redefined",
436                 "-D__DATE__=",
437                 "-D__TIME__=",
438                 "-D__TIMESTAMP__=",
439                 "-funwind-tables",
440                 "-fcolor-diagnostics",
441                 "--target=arm-linux-gnueabihf",
442                 "-march=armv7-a",
443                 "-mfloat-abi=hard",
444                 "-mtune=generic-armv7-a",
445                 "-mfpu=neon",
446                 "-mthumb",
447                 "-Wall",
448                 "-Werror",
449                 "-Wextra",
450                 "-Wno-missing-field-initializers",
451                 "-Wno-unused-parameter",
452                 "-Wno-c++11-narrowing",
453                 "-Wno-covered-switch-default",
454                 "-Wno-unneeded-internal-declaration",
455                 "-Wno-inconsistent-missing-override",
456                 "-Wno-undefined-var-template",
457                 "-Wno-nonportable-include-path",
458                 "-Wno-address-of-packed-member",
459                 "-Wno-unused-lambda-capture",
460                 "-Wno-user-defined-warnings",
461                 "-O2",
462                 "-fno-ident",
463                 "-fdata-sections",
464                 "-ffunction-sections",
465                 "-fomit-frame-pointer",
466                 "-g2",
467                 "-fvisibility=hidden",
468                 "-Xclang",
469                 "-add-plugin",
470                 "-Xclang",
471                 "find-bad-constructs",
472                 "-Xclang",
473                 "-plugin-arg-find-bad-constructs",
474                 "-Xclang",
475                 "check-auto-raw-pointer",
476                 "-Wheader-hygiene",
477                 "-Wstring-conversion",
478                 "-Wtautological-overlap-compare",
479                 "-Wextra",
480                 "-Wno-unused-parameter",
481                 "-Wno-missing-field-initializers",
482                 "-Wno-strict-overflow",
483                 "-Wc++11-narrowing",
484                 "-Wimplicit-fallthrough",
485                 "-Wthread-safety",
486                 "-Winconsistent-missing-override",
487                 "-Wundef",
488                 "-Wunused-lambda-capture"
489             ],
490             "defines": [
491                 "V8_DEPRECATION_WARNINGS",
492                 "USE_X11=1",
493                 "CHROMIUM_BUILD",
494                 "_FILE_OFFSET_BITS=64",
495                 "_FORTIFY_SOURCE=2",
496                 "NDEBUG",
497                 "NVALGRIND",
498                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
499                 "WEBRTC_ENABLE_PROTOBUF=0",
500                 "WEBRTC_RESTRICT_LOGGING",
501                 "WEBRTC_ARCH_ARM",
502                 "WEBRTC_ARCH_ARM_V7",
503                 "WEBRTC_HAS_NEON",
504                 "WEBRTC_MOZILLA_BUILD",
505                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
506                 "WEBRTC_POSIX",
507                 "WEBRTC_BSD"
508             ],
509             "deps": [
510                 "//:webrtc_common",
511                 "//api:optional",
512                 "//api/audio_codecs:audio_codecs_api",
513                 "//modules/audio_coding:g711",
514                 "//rtc_base:rtc_base_approved"
515             ],
516             "include_dirs": [
517                 "//",
518                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
519                 "//modules/audio_coding/codecs/g711/include/"
520             ],
521             "libs": [],
522             "sources": [
523                 "//api/audio_codecs/g711/audio_decoder_g711.cc",
524                 "//api/audio_codecs/g711/audio_decoder_g711.h"
525             ],
526             "type": "static_library"
527         },
528         "//api/audio_codecs/g711:audio_encoder_g711": {
529             "cflags": [
530                 "-fno-strict-aliasing",
531                 "--param=ssp-buffer-size=4",
532                 "-fstack-protector",
533                 "-Wno-builtin-macro-redefined",
534                 "-D__DATE__=",
535                 "-D__TIME__=",
536                 "-D__TIMESTAMP__=",
537                 "-funwind-tables",
538                 "-fcolor-diagnostics",
539                 "--target=arm-linux-gnueabihf",
540                 "-march=armv7-a",
541                 "-mfloat-abi=hard",
542                 "-mtune=generic-armv7-a",
543                 "-mfpu=neon",
544                 "-mthumb",
545                 "-Wall",
546                 "-Werror",
547                 "-Wextra",
548                 "-Wno-missing-field-initializers",
549                 "-Wno-unused-parameter",
550                 "-Wno-c++11-narrowing",
551                 "-Wno-covered-switch-default",
552                 "-Wno-unneeded-internal-declaration",
553                 "-Wno-inconsistent-missing-override",
554                 "-Wno-undefined-var-template",
555                 "-Wno-nonportable-include-path",
556                 "-Wno-address-of-packed-member",
557                 "-Wno-unused-lambda-capture",
558                 "-Wno-user-defined-warnings",
559                 "-O2",
560                 "-fno-ident",
561                 "-fdata-sections",
562                 "-ffunction-sections",
563                 "-fomit-frame-pointer",
564                 "-g2",
565                 "-fvisibility=hidden",
566                 "-Xclang",
567                 "-add-plugin",
568                 "-Xclang",
569                 "find-bad-constructs",
570                 "-Xclang",
571                 "-plugin-arg-find-bad-constructs",
572                 "-Xclang",
573                 "check-auto-raw-pointer",
574                 "-Wheader-hygiene",
575                 "-Wstring-conversion",
576                 "-Wtautological-overlap-compare",
577                 "-Wextra",
578                 "-Wno-unused-parameter",
579                 "-Wno-missing-field-initializers",
580                 "-Wno-strict-overflow",
581                 "-Wc++11-narrowing",
582                 "-Wimplicit-fallthrough",
583                 "-Wthread-safety",
584                 "-Winconsistent-missing-override",
585                 "-Wundef",
586                 "-Wunused-lambda-capture"
587             ],
588             "defines": [
589                 "V8_DEPRECATION_WARNINGS",
590                 "USE_X11=1",
591                 "CHROMIUM_BUILD",
592                 "_FILE_OFFSET_BITS=64",
593                 "_FORTIFY_SOURCE=2",
594                 "NDEBUG",
595                 "NVALGRIND",
596                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
597                 "WEBRTC_ENABLE_PROTOBUF=0",
598                 "WEBRTC_RESTRICT_LOGGING",
599                 "WEBRTC_ARCH_ARM",
600                 "WEBRTC_ARCH_ARM_V7",
601                 "WEBRTC_HAS_NEON",
602                 "WEBRTC_MOZILLA_BUILD",
603                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
604                 "WEBRTC_POSIX",
605                 "WEBRTC_BSD"
606             ],
607             "deps": [
608                 "//:webrtc_common",
609                 "//api:optional",
610                 "//api/audio_codecs:audio_codecs_api",
611                 "//modules/audio_coding:g711",
612                 "//rtc_base:rtc_base_approved"
613             ],
614             "include_dirs": [
615                 "//",
616                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
617                 "//modules/audio_coding/codecs/g711/include/"
618             ],
619             "libs": [],
620             "sources": [
621                 "//api/audio_codecs/g711/audio_encoder_g711.cc",
622                 "//api/audio_codecs/g711/audio_encoder_g711.h"
623             ],
624             "type": "static_library"
625         },
626         "//api/audio_codecs/g722:audio_decoder_g722": {
627             "cflags": [
628                 "-fno-strict-aliasing",
629                 "--param=ssp-buffer-size=4",
630                 "-fstack-protector",
631                 "-Wno-builtin-macro-redefined",
632                 "-D__DATE__=",
633                 "-D__TIME__=",
634                 "-D__TIMESTAMP__=",
635                 "-funwind-tables",
636                 "-fcolor-diagnostics",
637                 "--target=arm-linux-gnueabihf",
638                 "-march=armv7-a",
639                 "-mfloat-abi=hard",
640                 "-mtune=generic-armv7-a",
641                 "-mfpu=neon",
642                 "-mthumb",
643                 "-Wall",
644                 "-Werror",
645                 "-Wextra",
646                 "-Wno-missing-field-initializers",
647                 "-Wno-unused-parameter",
648                 "-Wno-c++11-narrowing",
649                 "-Wno-covered-switch-default",
650                 "-Wno-unneeded-internal-declaration",
651                 "-Wno-inconsistent-missing-override",
652                 "-Wno-undefined-var-template",
653                 "-Wno-nonportable-include-path",
654                 "-Wno-address-of-packed-member",
655                 "-Wno-unused-lambda-capture",
656                 "-Wno-user-defined-warnings",
657                 "-O2",
658                 "-fno-ident",
659                 "-fdata-sections",
660                 "-ffunction-sections",
661                 "-fomit-frame-pointer",
662                 "-g2",
663                 "-fvisibility=hidden",
664                 "-Xclang",
665                 "-add-plugin",
666                 "-Xclang",
667                 "find-bad-constructs",
668                 "-Xclang",
669                 "-plugin-arg-find-bad-constructs",
670                 "-Xclang",
671                 "check-auto-raw-pointer",
672                 "-Wheader-hygiene",
673                 "-Wstring-conversion",
674                 "-Wtautological-overlap-compare",
675                 "-Wextra",
676                 "-Wno-unused-parameter",
677                 "-Wno-missing-field-initializers",
678                 "-Wno-strict-overflow",
679                 "-Wc++11-narrowing",
680                 "-Wimplicit-fallthrough",
681                 "-Wthread-safety",
682                 "-Winconsistent-missing-override",
683                 "-Wundef",
684                 "-Wunused-lambda-capture"
685             ],
686             "defines": [
687                 "V8_DEPRECATION_WARNINGS",
688                 "USE_X11=1",
689                 "CHROMIUM_BUILD",
690                 "_FILE_OFFSET_BITS=64",
691                 "_FORTIFY_SOURCE=2",
692                 "NDEBUG",
693                 "NVALGRIND",
694                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
695                 "WEBRTC_ENABLE_PROTOBUF=0",
696                 "WEBRTC_RESTRICT_LOGGING",
697                 "WEBRTC_ARCH_ARM",
698                 "WEBRTC_ARCH_ARM_V7",
699                 "WEBRTC_HAS_NEON",
700                 "WEBRTC_MOZILLA_BUILD",
701                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
702                 "WEBRTC_POSIX",
703                 "WEBRTC_BSD"
704             ],
705             "deps": [
706                 "//:webrtc_common",
707                 "//api:optional",
708                 "//api/audio_codecs:audio_codecs_api",
709                 "//modules/audio_coding:g722",
710                 "//rtc_base:rtc_base_approved"
711             ],
712             "include_dirs": [
713                 "//",
714                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
715                 "//modules/audio_coding/codecs/g722/include/"
716             ],
717             "libs": [],
718             "sources": [
719                 "//api/audio_codecs/g722/audio_decoder_g722.cc",
720                 "//api/audio_codecs/g722/audio_decoder_g722.h"
721             ],
722             "type": "static_library"
723         },
724         "//api/audio_codecs/g722:audio_encoder_g722": {
725             "cflags": [
726                 "-fno-strict-aliasing",
727                 "--param=ssp-buffer-size=4",
728                 "-fstack-protector",
729                 "-Wno-builtin-macro-redefined",
730                 "-D__DATE__=",
731                 "-D__TIME__=",
732                 "-D__TIMESTAMP__=",
733                 "-funwind-tables",
734                 "-fcolor-diagnostics",
735                 "--target=arm-linux-gnueabihf",
736                 "-march=armv7-a",
737                 "-mfloat-abi=hard",
738                 "-mtune=generic-armv7-a",
739                 "-mfpu=neon",
740                 "-mthumb",
741                 "-Wall",
742                 "-Werror",
743                 "-Wextra",
744                 "-Wno-missing-field-initializers",
745                 "-Wno-unused-parameter",
746                 "-Wno-c++11-narrowing",
747                 "-Wno-covered-switch-default",
748                 "-Wno-unneeded-internal-declaration",
749                 "-Wno-inconsistent-missing-override",
750                 "-Wno-undefined-var-template",
751                 "-Wno-nonportable-include-path",
752                 "-Wno-address-of-packed-member",
753                 "-Wno-unused-lambda-capture",
754                 "-Wno-user-defined-warnings",
755                 "-O2",
756                 "-fno-ident",
757                 "-fdata-sections",
758                 "-ffunction-sections",
759                 "-fomit-frame-pointer",
760                 "-g2",
761                 "-fvisibility=hidden",
762                 "-Xclang",
763                 "-add-plugin",
764                 "-Xclang",
765                 "find-bad-constructs",
766                 "-Xclang",
767                 "-plugin-arg-find-bad-constructs",
768                 "-Xclang",
769                 "check-auto-raw-pointer",
770                 "-Wheader-hygiene",
771                 "-Wstring-conversion",
772                 "-Wtautological-overlap-compare",
773                 "-Wextra",
774                 "-Wno-unused-parameter",
775                 "-Wno-missing-field-initializers",
776                 "-Wno-strict-overflow",
777                 "-Wc++11-narrowing",
778                 "-Wimplicit-fallthrough",
779                 "-Wthread-safety",
780                 "-Winconsistent-missing-override",
781                 "-Wundef",
782                 "-Wunused-lambda-capture"
783             ],
784             "defines": [
785                 "V8_DEPRECATION_WARNINGS",
786                 "USE_X11=1",
787                 "CHROMIUM_BUILD",
788                 "_FILE_OFFSET_BITS=64",
789                 "_FORTIFY_SOURCE=2",
790                 "NDEBUG",
791                 "NVALGRIND",
792                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
793                 "WEBRTC_ENABLE_PROTOBUF=0",
794                 "WEBRTC_RESTRICT_LOGGING",
795                 "WEBRTC_ARCH_ARM",
796                 "WEBRTC_ARCH_ARM_V7",
797                 "WEBRTC_HAS_NEON",
798                 "WEBRTC_MOZILLA_BUILD",
799                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
800                 "WEBRTC_POSIX",
801                 "WEBRTC_BSD"
802             ],
803             "deps": [
804                 "//:webrtc_common",
805                 "//api:optional",
806                 "//api/audio_codecs:audio_codecs_api",
807                 "//api/audio_codecs/g722:audio_encoder_g722_config",
808                 "//modules/audio_coding:g722",
809                 "//rtc_base:rtc_base_approved"
810             ],
811             "include_dirs": [
812                 "//",
813                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
814                 "//modules/audio_coding/codecs/g722/include/"
815             ],
816             "libs": [],
817             "sources": [
818                 "//api/audio_codecs/g722/audio_encoder_g722.cc",
819                 "//api/audio_codecs/g722/audio_encoder_g722.h"
820             ],
821             "type": "static_library"
822         },
823         "//api/audio_codecs/g722:audio_encoder_g722_config": {
824             "cflags": [
825                 "-fno-strict-aliasing",
826                 "--param=ssp-buffer-size=4",
827                 "-fstack-protector",
828                 "-Wno-builtin-macro-redefined",
829                 "-D__DATE__=",
830                 "-D__TIME__=",
831                 "-D__TIMESTAMP__=",
832                 "-funwind-tables",
833                 "-fcolor-diagnostics",
834                 "--target=arm-linux-gnueabihf",
835                 "-march=armv7-a",
836                 "-mfloat-abi=hard",
837                 "-mtune=generic-armv7-a",
838                 "-mfpu=neon",
839                 "-mthumb",
840                 "-Wall",
841                 "-Werror",
842                 "-Wextra",
843                 "-Wno-missing-field-initializers",
844                 "-Wno-unused-parameter",
845                 "-Wno-c++11-narrowing",
846                 "-Wno-covered-switch-default",
847                 "-Wno-unneeded-internal-declaration",
848                 "-Wno-inconsistent-missing-override",
849                 "-Wno-undefined-var-template",
850                 "-Wno-nonportable-include-path",
851                 "-Wno-address-of-packed-member",
852                 "-Wno-unused-lambda-capture",
853                 "-Wno-user-defined-warnings",
854                 "-O2",
855                 "-fno-ident",
856                 "-fdata-sections",
857                 "-ffunction-sections",
858                 "-fomit-frame-pointer",
859                 "-g2",
860                 "-fvisibility=hidden",
861                 "-Xclang",
862                 "-add-plugin",
863                 "-Xclang",
864                 "find-bad-constructs",
865                 "-Xclang",
866                 "-plugin-arg-find-bad-constructs",
867                 "-Xclang",
868                 "check-auto-raw-pointer",
869                 "-Wheader-hygiene",
870                 "-Wstring-conversion",
871                 "-Wtautological-overlap-compare",
872                 "-Wextra",
873                 "-Wno-unused-parameter",
874                 "-Wno-missing-field-initializers",
875                 "-Wno-strict-overflow",
876                 "-Wc++11-narrowing",
877                 "-Wimplicit-fallthrough",
878                 "-Wthread-safety",
879                 "-Winconsistent-missing-override",
880                 "-Wundef",
881                 "-Wunused-lambda-capture"
882             ],
883             "defines": [
884                 "V8_DEPRECATION_WARNINGS",
885                 "USE_X11=1",
886                 "CHROMIUM_BUILD",
887                 "_FILE_OFFSET_BITS=64",
888                 "_FORTIFY_SOURCE=2",
889                 "NDEBUG",
890                 "NVALGRIND",
891                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
892                 "WEBRTC_ENABLE_PROTOBUF=0",
893                 "WEBRTC_RESTRICT_LOGGING",
894                 "WEBRTC_ARCH_ARM",
895                 "WEBRTC_ARCH_ARM_V7",
896                 "WEBRTC_HAS_NEON",
897                 "WEBRTC_MOZILLA_BUILD",
898                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
899                 "WEBRTC_POSIX",
900                 "WEBRTC_BSD"
901             ],
902             "deps": [],
903             "include_dirs": [
904                 "//",
905                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
906             ],
907             "libs": [],
908             "sources": [
909                 "//api/audio_codecs/g722/audio_encoder_g722_config.h"
910             ],
911             "type": "source_set"
912         },
913         "//api/audio_codecs/ilbc:audio_decoder_ilbc": {
914             "cflags": [
915                 "-fno-strict-aliasing",
916                 "--param=ssp-buffer-size=4",
917                 "-fstack-protector",
918                 "-Wno-builtin-macro-redefined",
919                 "-D__DATE__=",
920                 "-D__TIME__=",
921                 "-D__TIMESTAMP__=",
922                 "-funwind-tables",
923                 "-fcolor-diagnostics",
924                 "--target=arm-linux-gnueabihf",
925                 "-march=armv7-a",
926                 "-mfloat-abi=hard",
927                 "-mtune=generic-armv7-a",
928                 "-mfpu=neon",
929                 "-mthumb",
930                 "-Wall",
931                 "-Werror",
932                 "-Wextra",
933                 "-Wno-missing-field-initializers",
934                 "-Wno-unused-parameter",
935                 "-Wno-c++11-narrowing",
936                 "-Wno-covered-switch-default",
937                 "-Wno-unneeded-internal-declaration",
938                 "-Wno-inconsistent-missing-override",
939                 "-Wno-undefined-var-template",
940                 "-Wno-nonportable-include-path",
941                 "-Wno-address-of-packed-member",
942                 "-Wno-unused-lambda-capture",
943                 "-Wno-user-defined-warnings",
944                 "-O2",
945                 "-fno-ident",
946                 "-fdata-sections",
947                 "-ffunction-sections",
948                 "-fomit-frame-pointer",
949                 "-g2",
950                 "-fvisibility=hidden",
951                 "-Xclang",
952                 "-add-plugin",
953                 "-Xclang",
954                 "find-bad-constructs",
955                 "-Xclang",
956                 "-plugin-arg-find-bad-constructs",
957                 "-Xclang",
958                 "check-auto-raw-pointer",
959                 "-Wheader-hygiene",
960                 "-Wstring-conversion",
961                 "-Wtautological-overlap-compare",
962                 "-Wextra",
963                 "-Wno-unused-parameter",
964                 "-Wno-missing-field-initializers",
965                 "-Wno-strict-overflow",
966                 "-Wc++11-narrowing",
967                 "-Wimplicit-fallthrough",
968                 "-Wthread-safety",
969                 "-Winconsistent-missing-override",
970                 "-Wundef",
971                 "-Wunused-lambda-capture"
972             ],
973             "defines": [
974                 "V8_DEPRECATION_WARNINGS",
975                 "USE_X11=1",
976                 "CHROMIUM_BUILD",
977                 "_FILE_OFFSET_BITS=64",
978                 "_FORTIFY_SOURCE=2",
979                 "NDEBUG",
980                 "NVALGRIND",
981                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
982                 "WEBRTC_ENABLE_PROTOBUF=0",
983                 "WEBRTC_RESTRICT_LOGGING",
984                 "WEBRTC_ARCH_ARM",
985                 "WEBRTC_ARCH_ARM_V7",
986                 "WEBRTC_HAS_NEON",
987                 "WEBRTC_MOZILLA_BUILD",
988                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
989                 "WEBRTC_POSIX",
990                 "WEBRTC_BSD"
991             ],
992             "deps": [
993                 "//:webrtc_common",
994                 "//api:optional",
995                 "//api/audio_codecs:audio_codecs_api",
996                 "//modules/audio_coding:ilbc",
997                 "//rtc_base:rtc_base_approved"
998             ],
999             "include_dirs": [
1000                 "//",
1001                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
1002                 "//modules/audio_coding/codecs/ilbc/include/"
1003             ],
1004             "libs": [],
1005             "sources": [
1006                 "//api/audio_codecs/ilbc/audio_decoder_ilbc.cc",
1007                 "//api/audio_codecs/ilbc/audio_decoder_ilbc.h"
1008             ],
1009             "type": "static_library"
1010         },
1011         "//api/audio_codecs/ilbc:audio_encoder_ilbc": {
1012             "cflags": [
1013                 "-fno-strict-aliasing",
1014                 "--param=ssp-buffer-size=4",
1015                 "-fstack-protector",
1016                 "-Wno-builtin-macro-redefined",
1017                 "-D__DATE__=",
1018                 "-D__TIME__=",
1019                 "-D__TIMESTAMP__=",
1020                 "-funwind-tables",
1021                 "-fcolor-diagnostics",
1022                 "--target=arm-linux-gnueabihf",
1023                 "-march=armv7-a",
1024                 "-mfloat-abi=hard",
1025                 "-mtune=generic-armv7-a",
1026                 "-mfpu=neon",
1027                 "-mthumb",
1028                 "-Wall",
1029                 "-Werror",
1030                 "-Wextra",
1031                 "-Wno-missing-field-initializers",
1032                 "-Wno-unused-parameter",
1033                 "-Wno-c++11-narrowing",
1034                 "-Wno-covered-switch-default",
1035                 "-Wno-unneeded-internal-declaration",
1036                 "-Wno-inconsistent-missing-override",
1037                 "-Wno-undefined-var-template",
1038                 "-Wno-nonportable-include-path",
1039                 "-Wno-address-of-packed-member",
1040                 "-Wno-unused-lambda-capture",
1041                 "-Wno-user-defined-warnings",
1042                 "-O2",
1043                 "-fno-ident",
1044                 "-fdata-sections",
1045                 "-ffunction-sections",
1046                 "-fomit-frame-pointer",
1047                 "-g2",
1048                 "-fvisibility=hidden",
1049                 "-Xclang",
1050                 "-add-plugin",
1051                 "-Xclang",
1052                 "find-bad-constructs",
1053                 "-Xclang",
1054                 "-plugin-arg-find-bad-constructs",
1055                 "-Xclang",
1056                 "check-auto-raw-pointer",
1057                 "-Wheader-hygiene",
1058                 "-Wstring-conversion",
1059                 "-Wtautological-overlap-compare",
1060                 "-Wextra",
1061                 "-Wno-unused-parameter",
1062                 "-Wno-missing-field-initializers",
1063                 "-Wno-strict-overflow",
1064                 "-Wc++11-narrowing",
1065                 "-Wimplicit-fallthrough",
1066                 "-Wthread-safety",
1067                 "-Winconsistent-missing-override",
1068                 "-Wundef",
1069                 "-Wunused-lambda-capture"
1070             ],
1071             "defines": [
1072                 "V8_DEPRECATION_WARNINGS",
1073                 "USE_X11=1",
1074                 "CHROMIUM_BUILD",
1075                 "_FILE_OFFSET_BITS=64",
1076                 "_FORTIFY_SOURCE=2",
1077                 "NDEBUG",
1078                 "NVALGRIND",
1079                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1080                 "WEBRTC_ENABLE_PROTOBUF=0",
1081                 "WEBRTC_RESTRICT_LOGGING",
1082                 "WEBRTC_ARCH_ARM",
1083                 "WEBRTC_ARCH_ARM_V7",
1084                 "WEBRTC_HAS_NEON",
1085                 "WEBRTC_MOZILLA_BUILD",
1086                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1087                 "WEBRTC_POSIX",
1088                 "WEBRTC_BSD"
1089             ],
1090             "deps": [
1091                 "//:webrtc_common",
1092                 "//api:optional",
1093                 "//api/audio_codecs:audio_codecs_api",
1094                 "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
1095                 "//modules/audio_coding:ilbc",
1096                 "//rtc_base:rtc_base_approved"
1097             ],
1098             "include_dirs": [
1099                 "//",
1100                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
1101                 "//modules/audio_coding/codecs/ilbc/include/"
1102             ],
1103             "libs": [],
1104             "sources": [
1105                 "//api/audio_codecs/ilbc/audio_encoder_ilbc.cc",
1106                 "//api/audio_codecs/ilbc/audio_encoder_ilbc.h"
1107             ],
1108             "type": "static_library"
1109         },
1110         "//api/audio_codecs/ilbc:audio_encoder_ilbc_config": {
1111             "cflags": [
1112                 "-fno-strict-aliasing",
1113                 "--param=ssp-buffer-size=4",
1114                 "-fstack-protector",
1115                 "-Wno-builtin-macro-redefined",
1116                 "-D__DATE__=",
1117                 "-D__TIME__=",
1118                 "-D__TIMESTAMP__=",
1119                 "-funwind-tables",
1120                 "-fcolor-diagnostics",
1121                 "--target=arm-linux-gnueabihf",
1122                 "-march=armv7-a",
1123                 "-mfloat-abi=hard",
1124                 "-mtune=generic-armv7-a",
1125                 "-mfpu=neon",
1126                 "-mthumb",
1127                 "-Wall",
1128                 "-Werror",
1129                 "-Wextra",
1130                 "-Wno-missing-field-initializers",
1131                 "-Wno-unused-parameter",
1132                 "-Wno-c++11-narrowing",
1133                 "-Wno-covered-switch-default",
1134                 "-Wno-unneeded-internal-declaration",
1135                 "-Wno-inconsistent-missing-override",
1136                 "-Wno-undefined-var-template",
1137                 "-Wno-nonportable-include-path",
1138                 "-Wno-address-of-packed-member",
1139                 "-Wno-unused-lambda-capture",
1140                 "-Wno-user-defined-warnings",
1141                 "-O2",
1142                 "-fno-ident",
1143                 "-fdata-sections",
1144                 "-ffunction-sections",
1145                 "-fomit-frame-pointer",
1146                 "-g2",
1147                 "-fvisibility=hidden",
1148                 "-Xclang",
1149                 "-add-plugin",
1150                 "-Xclang",
1151                 "find-bad-constructs",
1152                 "-Xclang",
1153                 "-plugin-arg-find-bad-constructs",
1154                 "-Xclang",
1155                 "check-auto-raw-pointer",
1156                 "-Wheader-hygiene",
1157                 "-Wstring-conversion",
1158                 "-Wtautological-overlap-compare",
1159                 "-Wextra",
1160                 "-Wno-unused-parameter",
1161                 "-Wno-missing-field-initializers",
1162                 "-Wno-strict-overflow",
1163                 "-Wc++11-narrowing",
1164                 "-Wimplicit-fallthrough",
1165                 "-Wthread-safety",
1166                 "-Winconsistent-missing-override",
1167                 "-Wundef",
1168                 "-Wunused-lambda-capture"
1169             ],
1170             "defines": [
1171                 "V8_DEPRECATION_WARNINGS",
1172                 "USE_X11=1",
1173                 "CHROMIUM_BUILD",
1174                 "_FILE_OFFSET_BITS=64",
1175                 "_FORTIFY_SOURCE=2",
1176                 "NDEBUG",
1177                 "NVALGRIND",
1178                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1179                 "WEBRTC_ENABLE_PROTOBUF=0",
1180                 "WEBRTC_RESTRICT_LOGGING",
1181                 "WEBRTC_ARCH_ARM",
1182                 "WEBRTC_ARCH_ARM_V7",
1183                 "WEBRTC_HAS_NEON",
1184                 "WEBRTC_MOZILLA_BUILD",
1185                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1186                 "WEBRTC_POSIX",
1187                 "WEBRTC_BSD"
1188             ],
1189             "deps": [],
1190             "include_dirs": [
1191                 "//",
1192                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1193             ],
1194             "libs": [],
1195             "sources": [
1196                 "//api/audio_codecs/ilbc/audio_encoder_ilbc_config.h"
1197             ],
1198             "type": "source_set"
1199         },
1200         "//api/audio_codecs/isac:audio_decoder_isac": {
1201             "cflags": [
1202                 "-fno-strict-aliasing",
1203                 "--param=ssp-buffer-size=4",
1204                 "-fstack-protector",
1205                 "-Wno-builtin-macro-redefined",
1206                 "-D__DATE__=",
1207                 "-D__TIME__=",
1208                 "-D__TIMESTAMP__=",
1209                 "-funwind-tables",
1210                 "-fcolor-diagnostics",
1211                 "--target=arm-linux-gnueabihf",
1212                 "-march=armv7-a",
1213                 "-mfloat-abi=hard",
1214                 "-mtune=generic-armv7-a",
1215                 "-mfpu=neon",
1216                 "-mthumb",
1217                 "-Wall",
1218                 "-Werror",
1219                 "-Wextra",
1220                 "-Wno-missing-field-initializers",
1221                 "-Wno-unused-parameter",
1222                 "-Wno-c++11-narrowing",
1223                 "-Wno-covered-switch-default",
1224                 "-Wno-unneeded-internal-declaration",
1225                 "-Wno-inconsistent-missing-override",
1226                 "-Wno-undefined-var-template",
1227                 "-Wno-nonportable-include-path",
1228                 "-Wno-address-of-packed-member",
1229                 "-Wno-unused-lambda-capture",
1230                 "-Wno-user-defined-warnings",
1231                 "-O2",
1232                 "-fno-ident",
1233                 "-fdata-sections",
1234                 "-ffunction-sections",
1235                 "-fomit-frame-pointer",
1236                 "-g2",
1237                 "-fvisibility=hidden",
1238                 "-Xclang",
1239                 "-add-plugin",
1240                 "-Xclang",
1241                 "find-bad-constructs",
1242                 "-Xclang",
1243                 "-plugin-arg-find-bad-constructs",
1244                 "-Xclang",
1245                 "check-auto-raw-pointer",
1246                 "-Wheader-hygiene",
1247                 "-Wstring-conversion",
1248                 "-Wtautological-overlap-compare",
1249                 "-Wextra",
1250                 "-Wno-unused-parameter",
1251                 "-Wno-missing-field-initializers",
1252                 "-Wno-strict-overflow",
1253                 "-Wc++11-narrowing",
1254                 "-Wimplicit-fallthrough",
1255                 "-Wthread-safety",
1256                 "-Winconsistent-missing-override",
1257                 "-Wundef",
1258                 "-Wunused-lambda-capture"
1259             ],
1260             "defines": [
1261                 "V8_DEPRECATION_WARNINGS",
1262                 "USE_X11=1",
1263                 "CHROMIUM_BUILD",
1264                 "_FILE_OFFSET_BITS=64",
1265                 "_FORTIFY_SOURCE=2",
1266                 "NDEBUG",
1267                 "NVALGRIND",
1268                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1269                 "WEBRTC_ENABLE_PROTOBUF=0",
1270                 "WEBRTC_RESTRICT_LOGGING",
1271                 "WEBRTC_ARCH_ARM",
1272                 "WEBRTC_ARCH_ARM_V7",
1273                 "WEBRTC_HAS_NEON",
1274                 "WEBRTC_MOZILLA_BUILD",
1275                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1276                 "WEBRTC_POSIX",
1277                 "WEBRTC_BSD",
1278                 "WEBRTC_USE_BUILTIN_ISAC_FIX=1",
1279                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=0"
1280             ],
1281             "deps": [
1282                 "//api/audio_codecs/isac:audio_decoder_isac_fix"
1283             ],
1284             "include_dirs": [
1285                 "//",
1286                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1287             ],
1288             "libs": [],
1289             "sources": [],
1290             "type": "source_set"
1291         },
1292         "//api/audio_codecs/isac:audio_decoder_isac_fix": {
1293             "cflags": [
1294                 "-fno-strict-aliasing",
1295                 "--param=ssp-buffer-size=4",
1296                 "-fstack-protector",
1297                 "-Wno-builtin-macro-redefined",
1298                 "-D__DATE__=",
1299                 "-D__TIME__=",
1300                 "-D__TIMESTAMP__=",
1301                 "-funwind-tables",
1302                 "-fcolor-diagnostics",
1303                 "--target=arm-linux-gnueabihf",
1304                 "-march=armv7-a",
1305                 "-mfloat-abi=hard",
1306                 "-mtune=generic-armv7-a",
1307                 "-mfpu=neon",
1308                 "-mthumb",
1309                 "-Wall",
1310                 "-Werror",
1311                 "-Wextra",
1312                 "-Wno-missing-field-initializers",
1313                 "-Wno-unused-parameter",
1314                 "-Wno-c++11-narrowing",
1315                 "-Wno-covered-switch-default",
1316                 "-Wno-unneeded-internal-declaration",
1317                 "-Wno-inconsistent-missing-override",
1318                 "-Wno-undefined-var-template",
1319                 "-Wno-nonportable-include-path",
1320                 "-Wno-address-of-packed-member",
1321                 "-Wno-unused-lambda-capture",
1322                 "-Wno-user-defined-warnings",
1323                 "-O2",
1324                 "-fno-ident",
1325                 "-fdata-sections",
1326                 "-ffunction-sections",
1327                 "-fomit-frame-pointer",
1328                 "-g2",
1329                 "-fvisibility=hidden",
1330                 "-Xclang",
1331                 "-add-plugin",
1332                 "-Xclang",
1333                 "find-bad-constructs",
1334                 "-Xclang",
1335                 "-plugin-arg-find-bad-constructs",
1336                 "-Xclang",
1337                 "check-auto-raw-pointer",
1338                 "-Wheader-hygiene",
1339                 "-Wstring-conversion",
1340                 "-Wtautological-overlap-compare",
1341                 "-Wextra",
1342                 "-Wno-unused-parameter",
1343                 "-Wno-missing-field-initializers",
1344                 "-Wno-strict-overflow",
1345                 "-Wc++11-narrowing",
1346                 "-Wimplicit-fallthrough",
1347                 "-Wthread-safety",
1348                 "-Winconsistent-missing-override",
1349                 "-Wundef",
1350                 "-Wunused-lambda-capture"
1351             ],
1352             "defines": [
1353                 "V8_DEPRECATION_WARNINGS",
1354                 "USE_X11=1",
1355                 "CHROMIUM_BUILD",
1356                 "_FILE_OFFSET_BITS=64",
1357                 "_FORTIFY_SOURCE=2",
1358                 "NDEBUG",
1359                 "NVALGRIND",
1360                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1361                 "WEBRTC_ENABLE_PROTOBUF=0",
1362                 "WEBRTC_RESTRICT_LOGGING",
1363                 "WEBRTC_ARCH_ARM",
1364                 "WEBRTC_ARCH_ARM_V7",
1365                 "WEBRTC_HAS_NEON",
1366                 "WEBRTC_MOZILLA_BUILD",
1367                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1368                 "WEBRTC_POSIX",
1369                 "WEBRTC_BSD"
1370             ],
1371             "deps": [
1372                 "//:webrtc_common",
1373                 "//api:optional",
1374                 "//api/audio_codecs:audio_codecs_api",
1375                 "//modules/audio_coding:isac_fix",
1376                 "//rtc_base:rtc_base_approved"
1377             ],
1378             "include_dirs": [
1379                 "//",
1380                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
1381                 "//modules/audio_coding/codecs/isac/fix/include/"
1382             ],
1383             "libs": [],
1384             "sources": [
1385                 "//api/audio_codecs/isac/audio_decoder_isac_fix.cc",
1386                 "//api/audio_codecs/isac/audio_decoder_isac_fix.h"
1387             ],
1388             "type": "static_library"
1389         },
1390         "//api/audio_codecs/isac:audio_encoder_isac": {
1391             "cflags": [
1392                 "-fno-strict-aliasing",
1393                 "--param=ssp-buffer-size=4",
1394                 "-fstack-protector",
1395                 "-Wno-builtin-macro-redefined",
1396                 "-D__DATE__=",
1397                 "-D__TIME__=",
1398                 "-D__TIMESTAMP__=",
1399                 "-funwind-tables",
1400                 "-fcolor-diagnostics",
1401                 "--target=arm-linux-gnueabihf",
1402                 "-march=armv7-a",
1403                 "-mfloat-abi=hard",
1404                 "-mtune=generic-armv7-a",
1405                 "-mfpu=neon",
1406                 "-mthumb",
1407                 "-Wall",
1408                 "-Werror",
1409                 "-Wextra",
1410                 "-Wno-missing-field-initializers",
1411                 "-Wno-unused-parameter",
1412                 "-Wno-c++11-narrowing",
1413                 "-Wno-covered-switch-default",
1414                 "-Wno-unneeded-internal-declaration",
1415                 "-Wno-inconsistent-missing-override",
1416                 "-Wno-undefined-var-template",
1417                 "-Wno-nonportable-include-path",
1418                 "-Wno-address-of-packed-member",
1419                 "-Wno-unused-lambda-capture",
1420                 "-Wno-user-defined-warnings",
1421                 "-O2",
1422                 "-fno-ident",
1423                 "-fdata-sections",
1424                 "-ffunction-sections",
1425                 "-fomit-frame-pointer",
1426                 "-g2",
1427                 "-fvisibility=hidden",
1428                 "-Xclang",
1429                 "-add-plugin",
1430                 "-Xclang",
1431                 "find-bad-constructs",
1432                 "-Xclang",
1433                 "-plugin-arg-find-bad-constructs",
1434                 "-Xclang",
1435                 "check-auto-raw-pointer",
1436                 "-Wheader-hygiene",
1437                 "-Wstring-conversion",
1438                 "-Wtautological-overlap-compare",
1439                 "-Wextra",
1440                 "-Wno-unused-parameter",
1441                 "-Wno-missing-field-initializers",
1442                 "-Wno-strict-overflow",
1443                 "-Wc++11-narrowing",
1444                 "-Wimplicit-fallthrough",
1445                 "-Wthread-safety",
1446                 "-Winconsistent-missing-override",
1447                 "-Wundef",
1448                 "-Wunused-lambda-capture"
1449             ],
1450             "defines": [
1451                 "V8_DEPRECATION_WARNINGS",
1452                 "USE_X11=1",
1453                 "CHROMIUM_BUILD",
1454                 "_FILE_OFFSET_BITS=64",
1455                 "_FORTIFY_SOURCE=2",
1456                 "NDEBUG",
1457                 "NVALGRIND",
1458                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1459                 "WEBRTC_ENABLE_PROTOBUF=0",
1460                 "WEBRTC_RESTRICT_LOGGING",
1461                 "WEBRTC_ARCH_ARM",
1462                 "WEBRTC_ARCH_ARM_V7",
1463                 "WEBRTC_HAS_NEON",
1464                 "WEBRTC_MOZILLA_BUILD",
1465                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1466                 "WEBRTC_POSIX",
1467                 "WEBRTC_BSD",
1468                 "WEBRTC_USE_BUILTIN_ISAC_FIX=1",
1469                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=0"
1470             ],
1471             "deps": [
1472                 "//api/audio_codecs/isac:audio_encoder_isac_fix"
1473             ],
1474             "include_dirs": [
1475                 "//",
1476                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1477             ],
1478             "libs": [],
1479             "sources": [],
1480             "type": "source_set"
1481         },
1482         "//api/audio_codecs/isac:audio_encoder_isac_fix": {
1483             "cflags": [
1484                 "-fno-strict-aliasing",
1485                 "--param=ssp-buffer-size=4",
1486                 "-fstack-protector",
1487                 "-Wno-builtin-macro-redefined",
1488                 "-D__DATE__=",
1489                 "-D__TIME__=",
1490                 "-D__TIMESTAMP__=",
1491                 "-funwind-tables",
1492                 "-fcolor-diagnostics",
1493                 "--target=arm-linux-gnueabihf",
1494                 "-march=armv7-a",
1495                 "-mfloat-abi=hard",
1496                 "-mtune=generic-armv7-a",
1497                 "-mfpu=neon",
1498                 "-mthumb",
1499                 "-Wall",
1500                 "-Werror",
1501                 "-Wextra",
1502                 "-Wno-missing-field-initializers",
1503                 "-Wno-unused-parameter",
1504                 "-Wno-c++11-narrowing",
1505                 "-Wno-covered-switch-default",
1506                 "-Wno-unneeded-internal-declaration",
1507                 "-Wno-inconsistent-missing-override",
1508                 "-Wno-undefined-var-template",
1509                 "-Wno-nonportable-include-path",
1510                 "-Wno-address-of-packed-member",
1511                 "-Wno-unused-lambda-capture",
1512                 "-Wno-user-defined-warnings",
1513                 "-O2",
1514                 "-fno-ident",
1515                 "-fdata-sections",
1516                 "-ffunction-sections",
1517                 "-fomit-frame-pointer",
1518                 "-g2",
1519                 "-fvisibility=hidden",
1520                 "-Xclang",
1521                 "-add-plugin",
1522                 "-Xclang",
1523                 "find-bad-constructs",
1524                 "-Xclang",
1525                 "-plugin-arg-find-bad-constructs",
1526                 "-Xclang",
1527                 "check-auto-raw-pointer",
1528                 "-Wheader-hygiene",
1529                 "-Wstring-conversion",
1530                 "-Wtautological-overlap-compare",
1531                 "-Wextra",
1532                 "-Wno-unused-parameter",
1533                 "-Wno-missing-field-initializers",
1534                 "-Wno-strict-overflow",
1535                 "-Wc++11-narrowing",
1536                 "-Wimplicit-fallthrough",
1537                 "-Wthread-safety",
1538                 "-Winconsistent-missing-override",
1539                 "-Wundef",
1540                 "-Wunused-lambda-capture"
1541             ],
1542             "defines": [
1543                 "V8_DEPRECATION_WARNINGS",
1544                 "USE_X11=1",
1545                 "CHROMIUM_BUILD",
1546                 "_FILE_OFFSET_BITS=64",
1547                 "_FORTIFY_SOURCE=2",
1548                 "NDEBUG",
1549                 "NVALGRIND",
1550                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1551                 "WEBRTC_ENABLE_PROTOBUF=0",
1552                 "WEBRTC_RESTRICT_LOGGING",
1553                 "WEBRTC_ARCH_ARM",
1554                 "WEBRTC_ARCH_ARM_V7",
1555                 "WEBRTC_HAS_NEON",
1556                 "WEBRTC_MOZILLA_BUILD",
1557                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1558                 "WEBRTC_POSIX",
1559                 "WEBRTC_BSD"
1560             ],
1561             "deps": [
1562                 "//:webrtc_common",
1563                 "//api:optional",
1564                 "//api/audio_codecs:audio_codecs_api",
1565                 "//modules/audio_coding:isac_fix",
1566                 "//rtc_base:rtc_base_approved"
1567             ],
1568             "include_dirs": [
1569                 "//",
1570                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
1571                 "//modules/audio_coding/codecs/isac/fix/include/"
1572             ],
1573             "libs": [],
1574             "sources": [
1575                 "//api/audio_codecs/isac/audio_encoder_isac_fix.cc",
1576                 "//api/audio_codecs/isac/audio_encoder_isac_fix.h"
1577             ],
1578             "type": "static_library"
1579         },
1580         "//api/audio_codecs/opus:audio_decoder_opus": {
1581             "cflags": [
1582                 "-fno-strict-aliasing",
1583                 "--param=ssp-buffer-size=4",
1584                 "-fstack-protector",
1585                 "-Wno-builtin-macro-redefined",
1586                 "-D__DATE__=",
1587                 "-D__TIME__=",
1588                 "-D__TIMESTAMP__=",
1589                 "-funwind-tables",
1590                 "-fcolor-diagnostics",
1591                 "--target=arm-linux-gnueabihf",
1592                 "-march=armv7-a",
1593                 "-mfloat-abi=hard",
1594                 "-mtune=generic-armv7-a",
1595                 "-mfpu=neon",
1596                 "-mthumb",
1597                 "-Wall",
1598                 "-Werror",
1599                 "-Wextra",
1600                 "-Wno-missing-field-initializers",
1601                 "-Wno-unused-parameter",
1602                 "-Wno-c++11-narrowing",
1603                 "-Wno-covered-switch-default",
1604                 "-Wno-unneeded-internal-declaration",
1605                 "-Wno-inconsistent-missing-override",
1606                 "-Wno-undefined-var-template",
1607                 "-Wno-nonportable-include-path",
1608                 "-Wno-address-of-packed-member",
1609                 "-Wno-unused-lambda-capture",
1610                 "-Wno-user-defined-warnings",
1611                 "-O2",
1612                 "-fno-ident",
1613                 "-fdata-sections",
1614                 "-ffunction-sections",
1615                 "-fomit-frame-pointer",
1616                 "-g2",
1617                 "-fvisibility=hidden",
1618                 "-Xclang",
1619                 "-add-plugin",
1620                 "-Xclang",
1621                 "find-bad-constructs",
1622                 "-Xclang",
1623                 "-plugin-arg-find-bad-constructs",
1624                 "-Xclang",
1625                 "check-auto-raw-pointer",
1626                 "-Wheader-hygiene",
1627                 "-Wstring-conversion",
1628                 "-Wtautological-overlap-compare",
1629                 "-Wextra",
1630                 "-Wno-unused-parameter",
1631                 "-Wno-missing-field-initializers",
1632                 "-Wno-strict-overflow",
1633                 "-Wc++11-narrowing",
1634                 "-Wimplicit-fallthrough",
1635                 "-Wthread-safety",
1636                 "-Winconsistent-missing-override",
1637                 "-Wundef",
1638                 "-Wunused-lambda-capture"
1639             ],
1640             "defines": [
1641                 "V8_DEPRECATION_WARNINGS",
1642                 "USE_X11=1",
1643                 "CHROMIUM_BUILD",
1644                 "_FILE_OFFSET_BITS=64",
1645                 "_FORTIFY_SOURCE=2",
1646                 "NDEBUG",
1647                 "NVALGRIND",
1648                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1649                 "WEBRTC_ENABLE_PROTOBUF=0",
1650                 "WEBRTC_RESTRICT_LOGGING",
1651                 "WEBRTC_ARCH_ARM",
1652                 "WEBRTC_ARCH_ARM_V7",
1653                 "WEBRTC_HAS_NEON",
1654                 "WEBRTC_MOZILLA_BUILD",
1655                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1656                 "WEBRTC_POSIX",
1657                 "WEBRTC_BSD"
1658             ],
1659             "deps": [
1660                 "//:webrtc_common",
1661                 "//api:optional",
1662                 "//api/audio_codecs:audio_codecs_api",
1663                 "//modules/audio_coding:webrtc_opus",
1664                 "//rtc_base:rtc_base_approved"
1665             ],
1666             "include_dirs": [
1667                 "/media/libopus/include/",
1668                 "//",
1669                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1670             ],
1671             "libs": [],
1672             "sources": [
1673                 "//api/audio_codecs/opus/audio_decoder_opus.cc",
1674                 "//api/audio_codecs/opus/audio_decoder_opus.h"
1675             ],
1676             "type": "static_library"
1677         },
1678         "//api/audio_codecs/opus:audio_encoder_opus": {
1679             "cflags": [
1680                 "-fno-strict-aliasing",
1681                 "--param=ssp-buffer-size=4",
1682                 "-fstack-protector",
1683                 "-Wno-builtin-macro-redefined",
1684                 "-D__DATE__=",
1685                 "-D__TIME__=",
1686                 "-D__TIMESTAMP__=",
1687                 "-funwind-tables",
1688                 "-fcolor-diagnostics",
1689                 "--target=arm-linux-gnueabihf",
1690                 "-march=armv7-a",
1691                 "-mfloat-abi=hard",
1692                 "-mtune=generic-armv7-a",
1693                 "-mfpu=neon",
1694                 "-mthumb",
1695                 "-Wall",
1696                 "-Werror",
1697                 "-Wextra",
1698                 "-Wno-missing-field-initializers",
1699                 "-Wno-unused-parameter",
1700                 "-Wno-c++11-narrowing",
1701                 "-Wno-covered-switch-default",
1702                 "-Wno-unneeded-internal-declaration",
1703                 "-Wno-inconsistent-missing-override",
1704                 "-Wno-undefined-var-template",
1705                 "-Wno-nonportable-include-path",
1706                 "-Wno-address-of-packed-member",
1707                 "-Wno-unused-lambda-capture",
1708                 "-Wno-user-defined-warnings",
1709                 "-O2",
1710                 "-fno-ident",
1711                 "-fdata-sections",
1712                 "-ffunction-sections",
1713                 "-fomit-frame-pointer",
1714                 "-g2",
1715                 "-fvisibility=hidden",
1716                 "-Xclang",
1717                 "-add-plugin",
1718                 "-Xclang",
1719                 "find-bad-constructs",
1720                 "-Xclang",
1721                 "-plugin-arg-find-bad-constructs",
1722                 "-Xclang",
1723                 "check-auto-raw-pointer",
1724                 "-Wheader-hygiene",
1725                 "-Wstring-conversion",
1726                 "-Wtautological-overlap-compare",
1727                 "-Wextra",
1728                 "-Wno-unused-parameter",
1729                 "-Wno-missing-field-initializers",
1730                 "-Wno-strict-overflow",
1731                 "-Wc++11-narrowing",
1732                 "-Wimplicit-fallthrough",
1733                 "-Wthread-safety",
1734                 "-Winconsistent-missing-override",
1735                 "-Wundef",
1736                 "-Wunused-lambda-capture"
1737             ],
1738             "defines": [
1739                 "V8_DEPRECATION_WARNINGS",
1740                 "USE_X11=1",
1741                 "CHROMIUM_BUILD",
1742                 "_FILE_OFFSET_BITS=64",
1743                 "_FORTIFY_SOURCE=2",
1744                 "NDEBUG",
1745                 "NVALGRIND",
1746                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1747                 "WEBRTC_ENABLE_PROTOBUF=0",
1748                 "WEBRTC_RESTRICT_LOGGING",
1749                 "WEBRTC_ARCH_ARM",
1750                 "WEBRTC_ARCH_ARM_V7",
1751                 "WEBRTC_HAS_NEON",
1752                 "WEBRTC_MOZILLA_BUILD",
1753                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1754                 "WEBRTC_POSIX",
1755                 "WEBRTC_BSD"
1756             ],
1757             "deps": [
1758                 "//api:optional",
1759                 "//api/audio_codecs:audio_codecs_api",
1760                 "//api/audio_codecs/opus:audio_encoder_opus_config",
1761                 "//modules/audio_coding:webrtc_opus",
1762                 "//rtc_base:protobuf_utils",
1763                 "//rtc_base:rtc_base_approved"
1764             ],
1765             "include_dirs": [
1766                 "/media/libopus/include/",
1767                 "//",
1768                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1769             ],
1770             "libs": [],
1771             "sources": [
1772                 "//api/audio_codecs/opus/audio_encoder_opus.cc"
1773             ],
1774             "type": "source_set"
1775         },
1776         "//api/audio_codecs/opus:audio_encoder_opus_config": {
1777             "cflags": [
1778                 "-fno-strict-aliasing",
1779                 "--param=ssp-buffer-size=4",
1780                 "-fstack-protector",
1781                 "-Wno-builtin-macro-redefined",
1782                 "-D__DATE__=",
1783                 "-D__TIME__=",
1784                 "-D__TIMESTAMP__=",
1785                 "-funwind-tables",
1786                 "-fcolor-diagnostics",
1787                 "--target=arm-linux-gnueabihf",
1788                 "-march=armv7-a",
1789                 "-mfloat-abi=hard",
1790                 "-mtune=generic-armv7-a",
1791                 "-mfpu=neon",
1792                 "-mthumb",
1793                 "-Wall",
1794                 "-Werror",
1795                 "-Wextra",
1796                 "-Wno-missing-field-initializers",
1797                 "-Wno-unused-parameter",
1798                 "-Wno-c++11-narrowing",
1799                 "-Wno-covered-switch-default",
1800                 "-Wno-unneeded-internal-declaration",
1801                 "-Wno-inconsistent-missing-override",
1802                 "-Wno-undefined-var-template",
1803                 "-Wno-nonportable-include-path",
1804                 "-Wno-address-of-packed-member",
1805                 "-Wno-unused-lambda-capture",
1806                 "-Wno-user-defined-warnings",
1807                 "-O2",
1808                 "-fno-ident",
1809                 "-fdata-sections",
1810                 "-ffunction-sections",
1811                 "-fomit-frame-pointer",
1812                 "-g2",
1813                 "-fvisibility=hidden",
1814                 "-Xclang",
1815                 "-add-plugin",
1816                 "-Xclang",
1817                 "find-bad-constructs",
1818                 "-Xclang",
1819                 "-plugin-arg-find-bad-constructs",
1820                 "-Xclang",
1821                 "check-auto-raw-pointer",
1822                 "-Wheader-hygiene",
1823                 "-Wstring-conversion",
1824                 "-Wtautological-overlap-compare",
1825                 "-Wextra",
1826                 "-Wno-unused-parameter",
1827                 "-Wno-missing-field-initializers",
1828                 "-Wno-strict-overflow",
1829                 "-Wc++11-narrowing",
1830                 "-Wimplicit-fallthrough",
1831                 "-Wthread-safety",
1832                 "-Winconsistent-missing-override",
1833                 "-Wundef",
1834                 "-Wunused-lambda-capture"
1835             ],
1836             "defines": [
1837                 "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0",
1838                 "V8_DEPRECATION_WARNINGS",
1839                 "USE_X11=1",
1840                 "CHROMIUM_BUILD",
1841                 "_FILE_OFFSET_BITS=64",
1842                 "_FORTIFY_SOURCE=2",
1843                 "NDEBUG",
1844                 "NVALGRIND",
1845                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1846                 "WEBRTC_ENABLE_PROTOBUF=0",
1847                 "WEBRTC_RESTRICT_LOGGING",
1848                 "WEBRTC_ARCH_ARM",
1849                 "WEBRTC_ARCH_ARM_V7",
1850                 "WEBRTC_HAS_NEON",
1851                 "WEBRTC_MOZILLA_BUILD",
1852                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1853                 "WEBRTC_POSIX",
1854                 "WEBRTC_BSD"
1855             ],
1856             "deps": [
1857                 "//api:optional",
1858                 "//rtc_base:rtc_base_approved"
1859             ],
1860             "include_dirs": [
1861                 "/media/libopus/include/",
1862                 "//",
1863                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1864             ],
1865             "libs": [],
1866             "sources": [
1867                 "//api/audio_codecs/opus/audio_encoder_opus_config.cc",
1868                 "//api/audio_codecs/opus/audio_encoder_opus_config.h"
1869             ],
1870             "type": "static_library"
1871         },
1872         "//api/audio_codecs:audio_codecs_api": {
1873             "cflags": [
1874                 "-fno-strict-aliasing",
1875                 "--param=ssp-buffer-size=4",
1876                 "-fstack-protector",
1877                 "-Wno-builtin-macro-redefined",
1878                 "-D__DATE__=",
1879                 "-D__TIME__=",
1880                 "-D__TIMESTAMP__=",
1881                 "-funwind-tables",
1882                 "-fcolor-diagnostics",
1883                 "--target=arm-linux-gnueabihf",
1884                 "-march=armv7-a",
1885                 "-mfloat-abi=hard",
1886                 "-mtune=generic-armv7-a",
1887                 "-mfpu=neon",
1888                 "-mthumb",
1889                 "-Wall",
1890                 "-Werror",
1891                 "-Wextra",
1892                 "-Wno-missing-field-initializers",
1893                 "-Wno-unused-parameter",
1894                 "-Wno-c++11-narrowing",
1895                 "-Wno-covered-switch-default",
1896                 "-Wno-unneeded-internal-declaration",
1897                 "-Wno-inconsistent-missing-override",
1898                 "-Wno-undefined-var-template",
1899                 "-Wno-nonportable-include-path",
1900                 "-Wno-address-of-packed-member",
1901                 "-Wno-unused-lambda-capture",
1902                 "-Wno-user-defined-warnings",
1903                 "-O2",
1904                 "-fno-ident",
1905                 "-fdata-sections",
1906                 "-ffunction-sections",
1907                 "-fomit-frame-pointer",
1908                 "-g2",
1909                 "-fvisibility=hidden",
1910                 "-Xclang",
1911                 "-add-plugin",
1912                 "-Xclang",
1913                 "find-bad-constructs",
1914                 "-Xclang",
1915                 "-plugin-arg-find-bad-constructs",
1916                 "-Xclang",
1917                 "check-auto-raw-pointer",
1918                 "-Wheader-hygiene",
1919                 "-Wstring-conversion",
1920                 "-Wtautological-overlap-compare",
1921                 "-Wextra",
1922                 "-Wno-unused-parameter",
1923                 "-Wno-missing-field-initializers",
1924                 "-Wno-strict-overflow",
1925                 "-Wc++11-narrowing",
1926                 "-Wimplicit-fallthrough",
1927                 "-Wthread-safety",
1928                 "-Winconsistent-missing-override",
1929                 "-Wundef",
1930                 "-Wunused-lambda-capture"
1931             ],
1932             "defines": [
1933                 "V8_DEPRECATION_WARNINGS",
1934                 "USE_X11=1",
1935                 "CHROMIUM_BUILD",
1936                 "_FILE_OFFSET_BITS=64",
1937                 "_FORTIFY_SOURCE=2",
1938                 "NDEBUG",
1939                 "NVALGRIND",
1940                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1941                 "WEBRTC_ENABLE_PROTOBUF=0",
1942                 "WEBRTC_RESTRICT_LOGGING",
1943                 "WEBRTC_ARCH_ARM",
1944                 "WEBRTC_ARCH_ARM_V7",
1945                 "WEBRTC_HAS_NEON",
1946                 "WEBRTC_MOZILLA_BUILD",
1947                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1948                 "WEBRTC_POSIX",
1949                 "WEBRTC_BSD"
1950             ],
1951             "deps": [
1952                 "//:webrtc_common",
1953                 "//api:array_view",
1954                 "//api:optional",
1955                 "//rtc_base:rtc_base_approved"
1956             ],
1957             "include_dirs": [
1958                 "//",
1959                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
1960             ],
1961             "libs": [],
1962             "sources": [
1963                 "//api/audio_codecs/audio_decoder.cc",
1964                 "//api/audio_codecs/audio_decoder.h",
1965                 "//api/audio_codecs/audio_decoder_factory.h",
1966                 "//api/audio_codecs/audio_decoder_factory_template.h",
1967                 "//api/audio_codecs/audio_encoder.cc",
1968                 "//api/audio_codecs/audio_encoder.h",
1969                 "//api/audio_codecs/audio_encoder_factory.h",
1970                 "//api/audio_codecs/audio_encoder_factory_template.h",
1971                 "//api/audio_codecs/audio_format.cc",
1972                 "//api/audio_codecs/audio_format.h"
1973             ],
1974             "type": "source_set"
1975         },
1976         "//api/audio_codecs:builtin_audio_decoder_factory": {
1977             "cflags": [
1978                 "-fno-strict-aliasing",
1979                 "--param=ssp-buffer-size=4",
1980                 "-fstack-protector",
1981                 "-Wno-builtin-macro-redefined",
1982                 "-D__DATE__=",
1983                 "-D__TIME__=",
1984                 "-D__TIMESTAMP__=",
1985                 "-funwind-tables",
1986                 "-fcolor-diagnostics",
1987                 "--target=arm-linux-gnueabihf",
1988                 "-march=armv7-a",
1989                 "-mfloat-abi=hard",
1990                 "-mtune=generic-armv7-a",
1991                 "-mfpu=neon",
1992                 "-mthumb",
1993                 "-Wall",
1994                 "-Werror",
1995                 "-Wextra",
1996                 "-Wno-missing-field-initializers",
1997                 "-Wno-unused-parameter",
1998                 "-Wno-c++11-narrowing",
1999                 "-Wno-covered-switch-default",
2000                 "-Wno-unneeded-internal-declaration",
2001                 "-Wno-inconsistent-missing-override",
2002                 "-Wno-undefined-var-template",
2003                 "-Wno-nonportable-include-path",
2004                 "-Wno-address-of-packed-member",
2005                 "-Wno-unused-lambda-capture",
2006                 "-Wno-user-defined-warnings",
2007                 "-O2",
2008                 "-fno-ident",
2009                 "-fdata-sections",
2010                 "-ffunction-sections",
2011                 "-fomit-frame-pointer",
2012                 "-g2",
2013                 "-fvisibility=hidden",
2014                 "-Xclang",
2015                 "-add-plugin",
2016                 "-Xclang",
2017                 "find-bad-constructs",
2018                 "-Xclang",
2019                 "-plugin-arg-find-bad-constructs",
2020                 "-Xclang",
2021                 "check-auto-raw-pointer",
2022                 "-Wheader-hygiene",
2023                 "-Wstring-conversion",
2024                 "-Wtautological-overlap-compare",
2025                 "-Wextra",
2026                 "-Wno-unused-parameter",
2027                 "-Wno-missing-field-initializers",
2028                 "-Wno-strict-overflow",
2029                 "-Wc++11-narrowing",
2030                 "-Wimplicit-fallthrough",
2031                 "-Wthread-safety",
2032                 "-Winconsistent-missing-override",
2033                 "-Wundef",
2034                 "-Wunused-lambda-capture"
2035             ],
2036             "defines": [
2037                 "WEBRTC_USE_BUILTIN_ILBC=1",
2038                 "WEBRTC_USE_BUILTIN_OPUS=1",
2039                 "V8_DEPRECATION_WARNINGS",
2040                 "USE_X11=1",
2041                 "CHROMIUM_BUILD",
2042                 "_FILE_OFFSET_BITS=64",
2043                 "_FORTIFY_SOURCE=2",
2044                 "NDEBUG",
2045                 "NVALGRIND",
2046                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2047                 "WEBRTC_ENABLE_PROTOBUF=0",
2048                 "WEBRTC_RESTRICT_LOGGING",
2049                 "WEBRTC_ARCH_ARM",
2050                 "WEBRTC_ARCH_ARM_V7",
2051                 "WEBRTC_HAS_NEON",
2052                 "WEBRTC_MOZILLA_BUILD",
2053                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2054                 "WEBRTC_POSIX",
2055                 "WEBRTC_BSD",
2056                 "WEBRTC_USE_BUILTIN_ISAC_FIX=1",
2057                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=0"
2058             ],
2059             "deps": [
2060                 "//api/audio_codecs:audio_codecs_api",
2061                 "//api/audio_codecs/L16:audio_decoder_L16",
2062                 "//api/audio_codecs/g711:audio_decoder_g711",
2063                 "//api/audio_codecs/g722:audio_decoder_g722",
2064                 "//api/audio_codecs/ilbc:audio_decoder_ilbc",
2065                 "//api/audio_codecs/isac:audio_decoder_isac",
2066                 "//api/audio_codecs/opus:audio_decoder_opus",
2067                 "//rtc_base:rtc_base_approved"
2068             ],
2069             "include_dirs": [
2070                 "//",
2071                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2072             ],
2073             "libs": [],
2074             "sources": [
2075                 "//api/audio_codecs/builtin_audio_decoder_factory.cc",
2076                 "//api/audio_codecs/builtin_audio_decoder_factory.h"
2077             ],
2078             "type": "static_library"
2079         },
2080         "//api/audio_codecs:builtin_audio_encoder_factory": {
2081             "cflags": [
2082                 "-fno-strict-aliasing",
2083                 "--param=ssp-buffer-size=4",
2084                 "-fstack-protector",
2085                 "-Wno-builtin-macro-redefined",
2086                 "-D__DATE__=",
2087                 "-D__TIME__=",
2088                 "-D__TIMESTAMP__=",
2089                 "-funwind-tables",
2090                 "-fcolor-diagnostics",
2091                 "--target=arm-linux-gnueabihf",
2092                 "-march=armv7-a",
2093                 "-mfloat-abi=hard",
2094                 "-mtune=generic-armv7-a",
2095                 "-mfpu=neon",
2096                 "-mthumb",
2097                 "-Wall",
2098                 "-Werror",
2099                 "-Wextra",
2100                 "-Wno-missing-field-initializers",
2101                 "-Wno-unused-parameter",
2102                 "-Wno-c++11-narrowing",
2103                 "-Wno-covered-switch-default",
2104                 "-Wno-unneeded-internal-declaration",
2105                 "-Wno-inconsistent-missing-override",
2106                 "-Wno-undefined-var-template",
2107                 "-Wno-nonportable-include-path",
2108                 "-Wno-address-of-packed-member",
2109                 "-Wno-unused-lambda-capture",
2110                 "-Wno-user-defined-warnings",
2111                 "-O2",
2112                 "-fno-ident",
2113                 "-fdata-sections",
2114                 "-ffunction-sections",
2115                 "-fomit-frame-pointer",
2116                 "-g2",
2117                 "-fvisibility=hidden",
2118                 "-Xclang",
2119                 "-add-plugin",
2120                 "-Xclang",
2121                 "find-bad-constructs",
2122                 "-Xclang",
2123                 "-plugin-arg-find-bad-constructs",
2124                 "-Xclang",
2125                 "check-auto-raw-pointer",
2126                 "-Wheader-hygiene",
2127                 "-Wstring-conversion",
2128                 "-Wtautological-overlap-compare",
2129                 "-Wextra",
2130                 "-Wno-unused-parameter",
2131                 "-Wno-missing-field-initializers",
2132                 "-Wno-strict-overflow",
2133                 "-Wc++11-narrowing",
2134                 "-Wimplicit-fallthrough",
2135                 "-Wthread-safety",
2136                 "-Winconsistent-missing-override",
2137                 "-Wundef",
2138                 "-Wunused-lambda-capture"
2139             ],
2140             "defines": [
2141                 "WEBRTC_USE_BUILTIN_ILBC=1",
2142                 "WEBRTC_USE_BUILTIN_OPUS=1",
2143                 "V8_DEPRECATION_WARNINGS",
2144                 "USE_X11=1",
2145                 "CHROMIUM_BUILD",
2146                 "_FILE_OFFSET_BITS=64",
2147                 "_FORTIFY_SOURCE=2",
2148                 "NDEBUG",
2149                 "NVALGRIND",
2150                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2151                 "WEBRTC_ENABLE_PROTOBUF=0",
2152                 "WEBRTC_RESTRICT_LOGGING",
2153                 "WEBRTC_ARCH_ARM",
2154                 "WEBRTC_ARCH_ARM_V7",
2155                 "WEBRTC_HAS_NEON",
2156                 "WEBRTC_MOZILLA_BUILD",
2157                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2158                 "WEBRTC_POSIX",
2159                 "WEBRTC_BSD",
2160                 "WEBRTC_USE_BUILTIN_ISAC_FIX=1",
2161                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=0"
2162             ],
2163             "deps": [
2164                 "//api/audio_codecs:audio_codecs_api",
2165                 "//api/audio_codecs/L16:audio_encoder_L16",
2166                 "//api/audio_codecs/g711:audio_encoder_g711",
2167                 "//api/audio_codecs/g722:audio_encoder_g722",
2168                 "//api/audio_codecs/ilbc:audio_encoder_ilbc",
2169                 "//api/audio_codecs/isac:audio_encoder_isac",
2170                 "//api/audio_codecs/opus:audio_encoder_opus",
2171                 "//rtc_base:rtc_base_approved"
2172             ],
2173             "include_dirs": [
2174                 "//",
2175                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2176             ],
2177             "libs": [],
2178             "sources": [
2179                 "//api/audio_codecs/builtin_audio_encoder_factory.cc",
2180                 "//api/audio_codecs/builtin_audio_encoder_factory.h"
2181             ],
2182             "type": "static_library"
2183         },
2184         "//api/video_codecs:video_codecs_api": {
2185             "cflags": [
2186                 "-fno-strict-aliasing",
2187                 "--param=ssp-buffer-size=4",
2188                 "-fstack-protector",
2189                 "-Wno-builtin-macro-redefined",
2190                 "-D__DATE__=",
2191                 "-D__TIME__=",
2192                 "-D__TIMESTAMP__=",
2193                 "-funwind-tables",
2194                 "-fcolor-diagnostics",
2195                 "--target=arm-linux-gnueabihf",
2196                 "-march=armv7-a",
2197                 "-mfloat-abi=hard",
2198                 "-mtune=generic-armv7-a",
2199                 "-mfpu=neon",
2200                 "-mthumb",
2201                 "-Wall",
2202                 "-Werror",
2203                 "-Wextra",
2204                 "-Wno-missing-field-initializers",
2205                 "-Wno-unused-parameter",
2206                 "-Wno-c++11-narrowing",
2207                 "-Wno-covered-switch-default",
2208                 "-Wno-unneeded-internal-declaration",
2209                 "-Wno-inconsistent-missing-override",
2210                 "-Wno-undefined-var-template",
2211                 "-Wno-nonportable-include-path",
2212                 "-Wno-address-of-packed-member",
2213                 "-Wno-unused-lambda-capture",
2214                 "-Wno-user-defined-warnings",
2215                 "-O2",
2216                 "-fno-ident",
2217                 "-fdata-sections",
2218                 "-ffunction-sections",
2219                 "-fomit-frame-pointer",
2220                 "-g2",
2221                 "-fvisibility=hidden",
2222                 "-Xclang",
2223                 "-add-plugin",
2224                 "-Xclang",
2225                 "find-bad-constructs",
2226                 "-Xclang",
2227                 "-plugin-arg-find-bad-constructs",
2228                 "-Xclang",
2229                 "check-auto-raw-pointer",
2230                 "-Wheader-hygiene",
2231                 "-Wstring-conversion",
2232                 "-Wtautological-overlap-compare",
2233                 "-Wextra",
2234                 "-Wno-unused-parameter",
2235                 "-Wno-missing-field-initializers",
2236                 "-Wno-strict-overflow",
2237                 "-Wc++11-narrowing",
2238                 "-Wimplicit-fallthrough",
2239                 "-Wthread-safety",
2240                 "-Winconsistent-missing-override",
2241                 "-Wundef",
2242                 "-Wunused-lambda-capture"
2243             ],
2244             "defines": [
2245                 "V8_DEPRECATION_WARNINGS",
2246                 "USE_X11=1",
2247                 "CHROMIUM_BUILD",
2248                 "_FILE_OFFSET_BITS=64",
2249                 "_FORTIFY_SOURCE=2",
2250                 "NDEBUG",
2251                 "NVALGRIND",
2252                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2253                 "WEBRTC_ENABLE_PROTOBUF=0",
2254                 "WEBRTC_RESTRICT_LOGGING",
2255                 "WEBRTC_ARCH_ARM",
2256                 "WEBRTC_ARCH_ARM_V7",
2257                 "WEBRTC_HAS_NEON",
2258                 "WEBRTC_MOZILLA_BUILD",
2259                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2260                 "WEBRTC_POSIX",
2261                 "WEBRTC_BSD"
2262             ],
2263             "deps": [
2264                 "//:webrtc_common",
2265                 "//api:optional",
2266                 "//api:video_frame_api",
2267                 "//common_video:common_video",
2268                 "//rtc_base:rtc_base_approved"
2269             ],
2270             "include_dirs": [
2271                 "//",
2272                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
2273                 "//common_video/include/",
2274                 "/media/libyuv/libyuv/include/"
2275             ],
2276             "libs": [],
2277             "sources": [
2278                 "//api/video_codecs/sdp_video_format.h",
2279                 "//api/video_codecs/video_decoder.h",
2280                 "//api/video_codecs/video_decoder_factory.h",
2281                 "//api/video_codecs/video_encoder.cc",
2282                 "//api/video_codecs/video_encoder.h",
2283                 "//api/video_codecs/video_encoder_factory.h"
2284             ],
2285             "type": "source_set"
2286         },
2287         "//api:array_view": {
2288             "cflags": [
2289                 "-fno-strict-aliasing",
2290                 "--param=ssp-buffer-size=4",
2291                 "-fstack-protector",
2292                 "-Wno-builtin-macro-redefined",
2293                 "-D__DATE__=",
2294                 "-D__TIME__=",
2295                 "-D__TIMESTAMP__=",
2296                 "-funwind-tables",
2297                 "-fcolor-diagnostics",
2298                 "--target=arm-linux-gnueabihf",
2299                 "-march=armv7-a",
2300                 "-mfloat-abi=hard",
2301                 "-mtune=generic-armv7-a",
2302                 "-mfpu=neon",
2303                 "-mthumb",
2304                 "-Wall",
2305                 "-Werror",
2306                 "-Wextra",
2307                 "-Wno-missing-field-initializers",
2308                 "-Wno-unused-parameter",
2309                 "-Wno-c++11-narrowing",
2310                 "-Wno-covered-switch-default",
2311                 "-Wno-unneeded-internal-declaration",
2312                 "-Wno-inconsistent-missing-override",
2313                 "-Wno-undefined-var-template",
2314                 "-Wno-nonportable-include-path",
2315                 "-Wno-address-of-packed-member",
2316                 "-Wno-unused-lambda-capture",
2317                 "-Wno-user-defined-warnings",
2318                 "-O2",
2319                 "-fno-ident",
2320                 "-fdata-sections",
2321                 "-ffunction-sections",
2322                 "-fomit-frame-pointer",
2323                 "-g2",
2324                 "-fvisibility=hidden",
2325                 "-Xclang",
2326                 "-add-plugin",
2327                 "-Xclang",
2328                 "find-bad-constructs",
2329                 "-Xclang",
2330                 "-plugin-arg-find-bad-constructs",
2331                 "-Xclang",
2332                 "check-auto-raw-pointer",
2333                 "-Wheader-hygiene",
2334                 "-Wstring-conversion",
2335                 "-Wtautological-overlap-compare",
2336                 "-Wextra",
2337                 "-Wno-unused-parameter",
2338                 "-Wno-missing-field-initializers",
2339                 "-Wno-strict-overflow",
2340                 "-Wc++11-narrowing",
2341                 "-Wimplicit-fallthrough",
2342                 "-Wthread-safety",
2343                 "-Winconsistent-missing-override",
2344                 "-Wundef",
2345                 "-Wunused-lambda-capture"
2346             ],
2347             "defines": [
2348                 "V8_DEPRECATION_WARNINGS",
2349                 "USE_X11=1",
2350                 "CHROMIUM_BUILD",
2351                 "_FILE_OFFSET_BITS=64",
2352                 "_FORTIFY_SOURCE=2",
2353                 "NDEBUG",
2354                 "NVALGRIND",
2355                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2356                 "WEBRTC_ENABLE_PROTOBUF=0",
2357                 "WEBRTC_RESTRICT_LOGGING",
2358                 "WEBRTC_ARCH_ARM",
2359                 "WEBRTC_ARCH_ARM_V7",
2360                 "WEBRTC_HAS_NEON",
2361                 "WEBRTC_MOZILLA_BUILD",
2362                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2363                 "WEBRTC_POSIX",
2364                 "WEBRTC_BSD"
2365             ],
2366             "deps": [
2367                 "//rtc_base:rtc_base_approved"
2368             ],
2369             "include_dirs": [
2370                 "//",
2371                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2372             ],
2373             "libs": [],
2374             "sources": [
2375                 "//api/array_view.h"
2376             ],
2377             "type": "source_set"
2378         },
2379         "//api:audio_mixer_api": {
2380             "cflags": [
2381                 "-fno-strict-aliasing",
2382                 "--param=ssp-buffer-size=4",
2383                 "-fstack-protector",
2384                 "-Wno-builtin-macro-redefined",
2385                 "-D__DATE__=",
2386                 "-D__TIME__=",
2387                 "-D__TIMESTAMP__=",
2388                 "-funwind-tables",
2389                 "-fcolor-diagnostics",
2390                 "--target=arm-linux-gnueabihf",
2391                 "-march=armv7-a",
2392                 "-mfloat-abi=hard",
2393                 "-mtune=generic-armv7-a",
2394                 "-mfpu=neon",
2395                 "-mthumb",
2396                 "-Wall",
2397                 "-Werror",
2398                 "-Wextra",
2399                 "-Wno-missing-field-initializers",
2400                 "-Wno-unused-parameter",
2401                 "-Wno-c++11-narrowing",
2402                 "-Wno-covered-switch-default",
2403                 "-Wno-unneeded-internal-declaration",
2404                 "-Wno-inconsistent-missing-override",
2405                 "-Wno-undefined-var-template",
2406                 "-Wno-nonportable-include-path",
2407                 "-Wno-address-of-packed-member",
2408                 "-Wno-unused-lambda-capture",
2409                 "-Wno-user-defined-warnings",
2410                 "-O2",
2411                 "-fno-ident",
2412                 "-fdata-sections",
2413                 "-ffunction-sections",
2414                 "-fomit-frame-pointer",
2415                 "-g2",
2416                 "-fvisibility=hidden",
2417                 "-Xclang",
2418                 "-add-plugin",
2419                 "-Xclang",
2420                 "find-bad-constructs",
2421                 "-Xclang",
2422                 "-plugin-arg-find-bad-constructs",
2423                 "-Xclang",
2424                 "check-auto-raw-pointer",
2425                 "-Wheader-hygiene",
2426                 "-Wstring-conversion",
2427                 "-Wtautological-overlap-compare",
2428                 "-Wextra",
2429                 "-Wno-unused-parameter",
2430                 "-Wno-missing-field-initializers",
2431                 "-Wno-strict-overflow",
2432                 "-Wc++11-narrowing",
2433                 "-Wimplicit-fallthrough",
2434                 "-Wthread-safety",
2435                 "-Winconsistent-missing-override",
2436                 "-Wundef",
2437                 "-Wunused-lambda-capture"
2438             ],
2439             "defines": [
2440                 "V8_DEPRECATION_WARNINGS",
2441                 "USE_X11=1",
2442                 "CHROMIUM_BUILD",
2443                 "_FILE_OFFSET_BITS=64",
2444                 "_FORTIFY_SOURCE=2",
2445                 "NDEBUG",
2446                 "NVALGRIND",
2447                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2448                 "WEBRTC_ENABLE_PROTOBUF=0",
2449                 "WEBRTC_RESTRICT_LOGGING",
2450                 "WEBRTC_ARCH_ARM",
2451                 "WEBRTC_ARCH_ARM_V7",
2452                 "WEBRTC_HAS_NEON",
2453                 "WEBRTC_MOZILLA_BUILD",
2454                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2455                 "WEBRTC_POSIX",
2456                 "WEBRTC_BSD"
2457             ],
2458             "deps": [
2459                 "//modules:module_api",
2460                 "//rtc_base:rtc_base_approved"
2461             ],
2462             "include_dirs": [
2463                 "//",
2464                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2465             ],
2466             "libs": [],
2467             "sources": [
2468                 "//api/audio/audio_mixer.h"
2469             ],
2470             "type": "source_set"
2471         },
2472         "//api:base_peerconnection_api": {
2473             "cflags": [
2474                 "-fno-strict-aliasing",
2475                 "--param=ssp-buffer-size=4",
2476                 "-fstack-protector",
2477                 "-Wno-builtin-macro-redefined",
2478                 "-D__DATE__=",
2479                 "-D__TIME__=",
2480                 "-D__TIMESTAMP__=",
2481                 "-funwind-tables",
2482                 "-fcolor-diagnostics",
2483                 "--target=arm-linux-gnueabihf",
2484                 "-march=armv7-a",
2485                 "-mfloat-abi=hard",
2486                 "-mtune=generic-armv7-a",
2487                 "-mfpu=neon",
2488                 "-mthumb",
2489                 "-Wall",
2490                 "-Werror",
2491                 "-Wextra",
2492                 "-Wno-missing-field-initializers",
2493                 "-Wno-unused-parameter",
2494                 "-Wno-c++11-narrowing",
2495                 "-Wno-covered-switch-default",
2496                 "-Wno-unneeded-internal-declaration",
2497                 "-Wno-inconsistent-missing-override",
2498                 "-Wno-undefined-var-template",
2499                 "-Wno-nonportable-include-path",
2500                 "-Wno-address-of-packed-member",
2501                 "-Wno-unused-lambda-capture",
2502                 "-Wno-user-defined-warnings",
2503                 "-O2",
2504                 "-fno-ident",
2505                 "-fdata-sections",
2506                 "-ffunction-sections",
2507                 "-fomit-frame-pointer",
2508                 "-g2",
2509                 "-fvisibility=hidden",
2510                 "-Xclang",
2511                 "-add-plugin",
2512                 "-Xclang",
2513                 "find-bad-constructs",
2514                 "-Xclang",
2515                 "-plugin-arg-find-bad-constructs",
2516                 "-Xclang",
2517                 "check-auto-raw-pointer",
2518                 "-Wheader-hygiene",
2519                 "-Wstring-conversion",
2520                 "-Wtautological-overlap-compare",
2521                 "-Wextra",
2522                 "-Wno-unused-parameter",
2523                 "-Wno-missing-field-initializers",
2524                 "-Wno-strict-overflow",
2525                 "-Wc++11-narrowing",
2526                 "-Wimplicit-fallthrough",
2527                 "-Wthread-safety",
2528                 "-Winconsistent-missing-override",
2529                 "-Wundef",
2530                 "-Wunused-lambda-capture"
2531             ],
2532             "defines": [
2533                 "V8_DEPRECATION_WARNINGS",
2534                 "USE_X11=1",
2535                 "CHROMIUM_BUILD",
2536                 "_FILE_OFFSET_BITS=64",
2537                 "_FORTIFY_SOURCE=2",
2538                 "NDEBUG",
2539                 "NVALGRIND",
2540                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2541                 "WEBRTC_ENABLE_PROTOBUF=0",
2542                 "WEBRTC_RESTRICT_LOGGING",
2543                 "WEBRTC_ARCH_ARM",
2544                 "WEBRTC_ARCH_ARM_V7",
2545                 "WEBRTC_HAS_NEON",
2546                 "WEBRTC_MOZILLA_BUILD",
2547                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2548                 "WEBRTC_POSIX",
2549                 "WEBRTC_BSD"
2550             ],
2551             "deps": [],
2552             "include_dirs": [
2553                 "//",
2554                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2555             ],
2556             "libs": [],
2557             "sources": [
2558                 "//api/rtpparameters.cc",
2559                 "//api/rtpparameters.h"
2560             ],
2561             "type": "static_library"
2562         },
2563         "//api:call_api": {
2564             "cflags": [
2565                 "-fno-strict-aliasing",
2566                 "--param=ssp-buffer-size=4",
2567                 "-fstack-protector",
2568                 "-Wno-builtin-macro-redefined",
2569                 "-D__DATE__=",
2570                 "-D__TIME__=",
2571                 "-D__TIMESTAMP__=",
2572                 "-funwind-tables",
2573                 "-fcolor-diagnostics",
2574                 "--target=arm-linux-gnueabihf",
2575                 "-march=armv7-a",
2576                 "-mfloat-abi=hard",
2577                 "-mtune=generic-armv7-a",
2578                 "-mfpu=neon",
2579                 "-mthumb",
2580                 "-Wall",
2581                 "-Werror",
2582                 "-Wextra",
2583                 "-Wno-missing-field-initializers",
2584                 "-Wno-unused-parameter",
2585                 "-Wno-c++11-narrowing",
2586                 "-Wno-covered-switch-default",
2587                 "-Wno-unneeded-internal-declaration",
2588                 "-Wno-inconsistent-missing-override",
2589                 "-Wno-undefined-var-template",
2590                 "-Wno-nonportable-include-path",
2591                 "-Wno-address-of-packed-member",
2592                 "-Wno-unused-lambda-capture",
2593                 "-Wno-user-defined-warnings",
2594                 "-O2",
2595                 "-fno-ident",
2596                 "-fdata-sections",
2597                 "-ffunction-sections",
2598                 "-fomit-frame-pointer",
2599                 "-g2",
2600                 "-fvisibility=hidden",
2601                 "-Xclang",
2602                 "-add-plugin",
2603                 "-Xclang",
2604                 "find-bad-constructs",
2605                 "-Xclang",
2606                 "-plugin-arg-find-bad-constructs",
2607                 "-Xclang",
2608                 "check-auto-raw-pointer",
2609                 "-Wheader-hygiene",
2610                 "-Wstring-conversion",
2611                 "-Wtautological-overlap-compare",
2612                 "-Wextra",
2613                 "-Wno-unused-parameter",
2614                 "-Wno-missing-field-initializers",
2615                 "-Wno-strict-overflow",
2616                 "-Wc++11-narrowing",
2617                 "-Wimplicit-fallthrough",
2618                 "-Wthread-safety",
2619                 "-Winconsistent-missing-override",
2620                 "-Wundef",
2621                 "-Wunused-lambda-capture"
2622             ],
2623             "defines": [
2624                 "V8_DEPRECATION_WARNINGS",
2625                 "USE_X11=1",
2626                 "CHROMIUM_BUILD",
2627                 "_FILE_OFFSET_BITS=64",
2628                 "_FORTIFY_SOURCE=2",
2629                 "NDEBUG",
2630                 "NVALGRIND",
2631                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2632                 "WEBRTC_ENABLE_PROTOBUF=0",
2633                 "WEBRTC_RESTRICT_LOGGING",
2634                 "WEBRTC_ARCH_ARM",
2635                 "WEBRTC_ARCH_ARM_V7",
2636                 "WEBRTC_HAS_NEON",
2637                 "WEBRTC_MOZILLA_BUILD",
2638                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2639                 "WEBRTC_POSIX",
2640                 "WEBRTC_BSD"
2641             ],
2642             "deps": [
2643                 "//:webrtc_common",
2644                 "//api:audio_mixer_api",
2645                 "//api:transport_api",
2646                 "//api/audio_codecs:audio_codecs_api",
2647                 "//rtc_base:rtc_base_approved"
2648             ],
2649             "include_dirs": [
2650                 "//",
2651                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2652             ],
2653             "libs": [],
2654             "sources": [
2655                 "//api/call/audio_sink.h"
2656             ],
2657             "type": "source_set"
2658         },
2659         "//api:optional": {
2660             "cflags": [
2661                 "-fno-strict-aliasing",
2662                 "--param=ssp-buffer-size=4",
2663                 "-fstack-protector",
2664                 "-Wno-builtin-macro-redefined",
2665                 "-D__DATE__=",
2666                 "-D__TIME__=",
2667                 "-D__TIMESTAMP__=",
2668                 "-funwind-tables",
2669                 "-fcolor-diagnostics",
2670                 "--target=arm-linux-gnueabihf",
2671                 "-march=armv7-a",
2672                 "-mfloat-abi=hard",
2673                 "-mtune=generic-armv7-a",
2674                 "-mfpu=neon",
2675                 "-mthumb",
2676                 "-Wall",
2677                 "-Werror",
2678                 "-Wextra",
2679                 "-Wno-missing-field-initializers",
2680                 "-Wno-unused-parameter",
2681                 "-Wno-c++11-narrowing",
2682                 "-Wno-covered-switch-default",
2683                 "-Wno-unneeded-internal-declaration",
2684                 "-Wno-inconsistent-missing-override",
2685                 "-Wno-undefined-var-template",
2686                 "-Wno-nonportable-include-path",
2687                 "-Wno-address-of-packed-member",
2688                 "-Wno-unused-lambda-capture",
2689                 "-Wno-user-defined-warnings",
2690                 "-O2",
2691                 "-fno-ident",
2692                 "-fdata-sections",
2693                 "-ffunction-sections",
2694                 "-fomit-frame-pointer",
2695                 "-g2",
2696                 "-fvisibility=hidden",
2697                 "-Xclang",
2698                 "-add-plugin",
2699                 "-Xclang",
2700                 "find-bad-constructs",
2701                 "-Xclang",
2702                 "-plugin-arg-find-bad-constructs",
2703                 "-Xclang",
2704                 "check-auto-raw-pointer",
2705                 "-Wheader-hygiene",
2706                 "-Wstring-conversion",
2707                 "-Wtautological-overlap-compare",
2708                 "-Wextra",
2709                 "-Wno-unused-parameter",
2710                 "-Wno-missing-field-initializers",
2711                 "-Wno-strict-overflow",
2712                 "-Wc++11-narrowing",
2713                 "-Wimplicit-fallthrough",
2714                 "-Wthread-safety",
2715                 "-Winconsistent-missing-override",
2716                 "-Wundef",
2717                 "-Wunused-lambda-capture"
2718             ],
2719             "defines": [
2720                 "V8_DEPRECATION_WARNINGS",
2721                 "USE_X11=1",
2722                 "CHROMIUM_BUILD",
2723                 "_FILE_OFFSET_BITS=64",
2724                 "_FORTIFY_SOURCE=2",
2725                 "NDEBUG",
2726                 "NVALGRIND",
2727                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2728                 "WEBRTC_ENABLE_PROTOBUF=0",
2729                 "WEBRTC_RESTRICT_LOGGING",
2730                 "WEBRTC_ARCH_ARM",
2731                 "WEBRTC_ARCH_ARM_V7",
2732                 "WEBRTC_HAS_NEON",
2733                 "WEBRTC_MOZILLA_BUILD",
2734                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2735                 "WEBRTC_POSIX",
2736                 "WEBRTC_BSD"
2737             ],
2738             "deps": [
2739                 "//api:array_view",
2740                 "//rtc_base:rtc_base_approved"
2741             ],
2742             "include_dirs": [
2743                 "//",
2744                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2745             ],
2746             "libs": [],
2747             "sources": [
2748                 "//api/optional.cc",
2749                 "//api/optional.h"
2750             ],
2751             "type": "source_set"
2752         },
2753         "//api:refcountedbase": {
2754             "cflags": [
2755                 "-fno-strict-aliasing",
2756                 "--param=ssp-buffer-size=4",
2757                 "-fstack-protector",
2758                 "-Wno-builtin-macro-redefined",
2759                 "-D__DATE__=",
2760                 "-D__TIME__=",
2761                 "-D__TIMESTAMP__=",
2762                 "-funwind-tables",
2763                 "-fcolor-diagnostics",
2764                 "--target=arm-linux-gnueabihf",
2765                 "-march=armv7-a",
2766                 "-mfloat-abi=hard",
2767                 "-mtune=generic-armv7-a",
2768                 "-mfpu=neon",
2769                 "-mthumb",
2770                 "-Wall",
2771                 "-Werror",
2772                 "-Wextra",
2773                 "-Wno-missing-field-initializers",
2774                 "-Wno-unused-parameter",
2775                 "-Wno-c++11-narrowing",
2776                 "-Wno-covered-switch-default",
2777                 "-Wno-unneeded-internal-declaration",
2778                 "-Wno-inconsistent-missing-override",
2779                 "-Wno-undefined-var-template",
2780                 "-Wno-nonportable-include-path",
2781                 "-Wno-address-of-packed-member",
2782                 "-Wno-unused-lambda-capture",
2783                 "-Wno-user-defined-warnings",
2784                 "-O2",
2785                 "-fno-ident",
2786                 "-fdata-sections",
2787                 "-ffunction-sections",
2788                 "-fomit-frame-pointer",
2789                 "-g2",
2790                 "-fvisibility=hidden",
2791                 "-Xclang",
2792                 "-add-plugin",
2793                 "-Xclang",
2794                 "find-bad-constructs",
2795                 "-Xclang",
2796                 "-plugin-arg-find-bad-constructs",
2797                 "-Xclang",
2798                 "check-auto-raw-pointer",
2799                 "-Wheader-hygiene",
2800                 "-Wstring-conversion",
2801                 "-Wtautological-overlap-compare",
2802                 "-Wextra",
2803                 "-Wno-unused-parameter",
2804                 "-Wno-missing-field-initializers",
2805                 "-Wno-strict-overflow",
2806                 "-Wc++11-narrowing",
2807                 "-Wimplicit-fallthrough",
2808                 "-Wthread-safety",
2809                 "-Winconsistent-missing-override",
2810                 "-Wundef",
2811                 "-Wunused-lambda-capture"
2812             ],
2813             "defines": [
2814                 "V8_DEPRECATION_WARNINGS",
2815                 "USE_X11=1",
2816                 "CHROMIUM_BUILD",
2817                 "_FILE_OFFSET_BITS=64",
2818                 "_FORTIFY_SOURCE=2",
2819                 "NDEBUG",
2820                 "NVALGRIND",
2821                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2822                 "WEBRTC_ENABLE_PROTOBUF=0",
2823                 "WEBRTC_RESTRICT_LOGGING",
2824                 "WEBRTC_ARCH_ARM",
2825                 "WEBRTC_ARCH_ARM_V7",
2826                 "WEBRTC_HAS_NEON",
2827                 "WEBRTC_MOZILLA_BUILD",
2828                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2829                 "WEBRTC_POSIX",
2830                 "WEBRTC_BSD"
2831             ],
2832             "deps": [
2833                 "//rtc_base:rtc_base_approved"
2834             ],
2835             "include_dirs": [
2836                 "//",
2837                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2838             ],
2839             "libs": [],
2840             "sources": [
2841                 "//api/refcountedbase.h"
2842             ],
2843             "type": "source_set"
2844         },
2845         "//api:transport_api": {
2846             "cflags": [
2847                 "-fno-strict-aliasing",
2848                 "--param=ssp-buffer-size=4",
2849                 "-fstack-protector",
2850                 "-Wno-builtin-macro-redefined",
2851                 "-D__DATE__=",
2852                 "-D__TIME__=",
2853                 "-D__TIMESTAMP__=",
2854                 "-funwind-tables",
2855                 "-fcolor-diagnostics",
2856                 "--target=arm-linux-gnueabihf",
2857                 "-march=armv7-a",
2858                 "-mfloat-abi=hard",
2859                 "-mtune=generic-armv7-a",
2860                 "-mfpu=neon",
2861                 "-mthumb",
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                 "-fomit-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_ARM",
2917                 "WEBRTC_ARCH_ARM_V7",
2918                 "WEBRTC_HAS_NEON",
2919                 "WEBRTC_MOZILLA_BUILD",
2920                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2921                 "WEBRTC_POSIX",
2922                 "WEBRTC_BSD"
2923             ],
2924             "deps": [],
2925             "include_dirs": [
2926                 "//",
2927                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
2928             ],
2929             "libs": [],
2930             "sources": [
2931                 "//api/call/transport.h"
2932             ],
2933             "type": "source_set"
2934         },
2935         "//api:video_frame_api": {
2936             "cflags": [
2937                 "-fno-strict-aliasing",
2938                 "--param=ssp-buffer-size=4",
2939                 "-fstack-protector",
2940                 "-Wno-builtin-macro-redefined",
2941                 "-D__DATE__=",
2942                 "-D__TIME__=",
2943                 "-D__TIMESTAMP__=",
2944                 "-funwind-tables",
2945                 "-fcolor-diagnostics",
2946                 "--target=arm-linux-gnueabihf",
2947                 "-march=armv7-a",
2948                 "-mfloat-abi=hard",
2949                 "-mtune=generic-armv7-a",
2950                 "-mfpu=neon",
2951                 "-mthumb",
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                 "-fomit-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_ARM",
3007                 "WEBRTC_ARCH_ARM_V7",
3008                 "WEBRTC_HAS_NEON",
3009                 "WEBRTC_MOZILLA_BUILD",
3010                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3011                 "WEBRTC_POSIX",
3012                 "WEBRTC_BSD"
3013             ],
3014             "deps": [
3015                 "//rtc_base:rtc_base_approved"
3016             ],
3017             "include_dirs": [
3018                 "/media/libyuv/libyuv/include/",
3019                 "//",
3020                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3021             ],
3022             "libs": [],
3023             "sources": [
3024                 "//api/video/video_content_type.cc",
3025                 "//api/video/video_content_type.h",
3026                 "//api/video/video_frame.cc",
3027                 "//api/video/video_frame.h",
3028                 "//api/video/video_frame_buffer.cc",
3029                 "//api/video/video_frame_buffer.h",
3030                 "//api/video/video_rotation.h",
3031                 "//api/video/video_timing.cc",
3032                 "//api/video/video_timing.h"
3033             ],
3034             "type": "source_set"
3035         },
3036         "//api:video_frame_api_i420": {
3037             "cflags": [
3038                 "-fno-strict-aliasing",
3039                 "--param=ssp-buffer-size=4",
3040                 "-fstack-protector",
3041                 "-Wno-builtin-macro-redefined",
3042                 "-D__DATE__=",
3043                 "-D__TIME__=",
3044                 "-D__TIMESTAMP__=",
3045                 "-funwind-tables",
3046                 "-fcolor-diagnostics",
3047                 "--target=arm-linux-gnueabihf",
3048                 "-march=armv7-a",
3049                 "-mfloat-abi=hard",
3050                 "-mtune=generic-armv7-a",
3051                 "-mfpu=neon",
3052                 "-mthumb",
3053                 "-Wall",
3054                 "-Werror",
3055                 "-Wextra",
3056                 "-Wno-missing-field-initializers",
3057                 "-Wno-unused-parameter",
3058                 "-Wno-c++11-narrowing",
3059                 "-Wno-covered-switch-default",
3060                 "-Wno-unneeded-internal-declaration",
3061                 "-Wno-inconsistent-missing-override",
3062                 "-Wno-undefined-var-template",
3063                 "-Wno-nonportable-include-path",
3064                 "-Wno-address-of-packed-member",
3065                 "-Wno-unused-lambda-capture",
3066                 "-Wno-user-defined-warnings",
3067                 "-O2",
3068                 "-fno-ident",
3069                 "-fdata-sections",
3070                 "-ffunction-sections",
3071                 "-fomit-frame-pointer",
3072                 "-g2",
3073                 "-fvisibility=hidden",
3074                 "-Xclang",
3075                 "-add-plugin",
3076                 "-Xclang",
3077                 "find-bad-constructs",
3078                 "-Xclang",
3079                 "-plugin-arg-find-bad-constructs",
3080                 "-Xclang",
3081                 "check-auto-raw-pointer",
3082                 "-Wheader-hygiene",
3083                 "-Wstring-conversion",
3084                 "-Wtautological-overlap-compare",
3085                 "-Wextra",
3086                 "-Wno-unused-parameter",
3087                 "-Wno-missing-field-initializers",
3088                 "-Wno-strict-overflow",
3089                 "-Wc++11-narrowing",
3090                 "-Wimplicit-fallthrough",
3091                 "-Wthread-safety",
3092                 "-Winconsistent-missing-override",
3093                 "-Wundef",
3094                 "-Wunused-lambda-capture"
3095             ],
3096             "defines": [
3097                 "V8_DEPRECATION_WARNINGS",
3098                 "USE_X11=1",
3099                 "CHROMIUM_BUILD",
3100                 "_FILE_OFFSET_BITS=64",
3101                 "_FORTIFY_SOURCE=2",
3102                 "NDEBUG",
3103                 "NVALGRIND",
3104                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3105                 "WEBRTC_ENABLE_PROTOBUF=0",
3106                 "WEBRTC_RESTRICT_LOGGING",
3107                 "WEBRTC_ARCH_ARM",
3108                 "WEBRTC_ARCH_ARM_V7",
3109                 "WEBRTC_HAS_NEON",
3110                 "WEBRTC_MOZILLA_BUILD",
3111                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3112                 "WEBRTC_POSIX",
3113                 "WEBRTC_BSD"
3114             ],
3115             "deps": [
3116                 "//api:video_frame_api",
3117                 "//rtc_base:rtc_base_approved",
3118                 "//system_wrappers:system_wrappers"
3119             ],
3120             "include_dirs": [
3121                 "/media/libyuv/libyuv/include/",
3122                 "//",
3123                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3124             ],
3125             "libs": [],
3126             "sources": [
3127                 "//api/video/i420_buffer.cc",
3128                 "//api/video/i420_buffer.h"
3129             ],
3130             "type": "source_set"
3131         },
3132         "//audio/utility:audio_frame_operations": {
3133             "cflags": [
3134                 "-fno-strict-aliasing",
3135                 "--param=ssp-buffer-size=4",
3136                 "-fstack-protector",
3137                 "-Wno-builtin-macro-redefined",
3138                 "-D__DATE__=",
3139                 "-D__TIME__=",
3140                 "-D__TIMESTAMP__=",
3141                 "-funwind-tables",
3142                 "-fcolor-diagnostics",
3143                 "--target=arm-linux-gnueabihf",
3144                 "-march=armv7-a",
3145                 "-mfloat-abi=hard",
3146                 "-mtune=generic-armv7-a",
3147                 "-mfpu=neon",
3148                 "-mthumb",
3149                 "-Wall",
3150                 "-Werror",
3151                 "-Wextra",
3152                 "-Wno-missing-field-initializers",
3153                 "-Wno-unused-parameter",
3154                 "-Wno-c++11-narrowing",
3155                 "-Wno-covered-switch-default",
3156                 "-Wno-unneeded-internal-declaration",
3157                 "-Wno-inconsistent-missing-override",
3158                 "-Wno-undefined-var-template",
3159                 "-Wno-nonportable-include-path",
3160                 "-Wno-address-of-packed-member",
3161                 "-Wno-unused-lambda-capture",
3162                 "-Wno-user-defined-warnings",
3163                 "-O2",
3164                 "-fno-ident",
3165                 "-fdata-sections",
3166                 "-ffunction-sections",
3167                 "-fomit-frame-pointer",
3168                 "-g2",
3169                 "-fvisibility=hidden",
3170                 "-Xclang",
3171                 "-add-plugin",
3172                 "-Xclang",
3173                 "find-bad-constructs",
3174                 "-Xclang",
3175                 "-plugin-arg-find-bad-constructs",
3176                 "-Xclang",
3177                 "check-auto-raw-pointer",
3178                 "-Wheader-hygiene",
3179                 "-Wstring-conversion",
3180                 "-Wtautological-overlap-compare",
3181                 "-Wextra",
3182                 "-Wno-unused-parameter",
3183                 "-Wno-missing-field-initializers",
3184                 "-Wno-strict-overflow",
3185                 "-Wc++11-narrowing",
3186                 "-Wimplicit-fallthrough",
3187                 "-Wthread-safety",
3188                 "-Winconsistent-missing-override",
3189                 "-Wundef",
3190                 "-Wunused-lambda-capture"
3191             ],
3192             "defines": [
3193                 "V8_DEPRECATION_WARNINGS",
3194                 "USE_X11=1",
3195                 "CHROMIUM_BUILD",
3196                 "_FILE_OFFSET_BITS=64",
3197                 "_FORTIFY_SOURCE=2",
3198                 "NDEBUG",
3199                 "NVALGRIND",
3200                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3201                 "WEBRTC_ENABLE_PROTOBUF=0",
3202                 "WEBRTC_RESTRICT_LOGGING",
3203                 "WEBRTC_ARCH_ARM",
3204                 "WEBRTC_ARCH_ARM_V7",
3205                 "WEBRTC_HAS_NEON",
3206                 "WEBRTC_MOZILLA_BUILD",
3207                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3208                 "WEBRTC_POSIX",
3209                 "WEBRTC_BSD"
3210             ],
3211             "deps": [
3212                 "//:webrtc_common",
3213                 "//modules:module_api",
3214                 "//modules/audio_coding:audio_format_conversion",
3215                 "//rtc_base:rtc_base_approved"
3216             ],
3217             "include_dirs": [
3218                 "//",
3219                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3220             ],
3221             "libs": [],
3222             "sources": [
3223                 "//audio/utility/audio_frame_operations.cc",
3224                 "//audio/utility/audio_frame_operations.h"
3225             ],
3226             "type": "static_library"
3227         },
3228         "//audio:audio": {
3229             "cflags": [
3230                 "-fno-strict-aliasing",
3231                 "--param=ssp-buffer-size=4",
3232                 "-fstack-protector",
3233                 "-Wno-builtin-macro-redefined",
3234                 "-D__DATE__=",
3235                 "-D__TIME__=",
3236                 "-D__TIMESTAMP__=",
3237                 "-funwind-tables",
3238                 "-fcolor-diagnostics",
3239                 "--target=arm-linux-gnueabihf",
3240                 "-march=armv7-a",
3241                 "-mfloat-abi=hard",
3242                 "-mtune=generic-armv7-a",
3243                 "-mfpu=neon",
3244                 "-mthumb",
3245                 "-Wall",
3246                 "-Werror",
3247                 "-Wextra",
3248                 "-Wno-missing-field-initializers",
3249                 "-Wno-unused-parameter",
3250                 "-Wno-c++11-narrowing",
3251                 "-Wno-covered-switch-default",
3252                 "-Wno-unneeded-internal-declaration",
3253                 "-Wno-inconsistent-missing-override",
3254                 "-Wno-undefined-var-template",
3255                 "-Wno-nonportable-include-path",
3256                 "-Wno-address-of-packed-member",
3257                 "-Wno-unused-lambda-capture",
3258                 "-Wno-user-defined-warnings",
3259                 "-O2",
3260                 "-fno-ident",
3261                 "-fdata-sections",
3262                 "-ffunction-sections",
3263                 "-fomit-frame-pointer",
3264                 "-g2",
3265                 "-fvisibility=hidden",
3266                 "-Wheader-hygiene",
3267                 "-Wstring-conversion",
3268                 "-Wtautological-overlap-compare",
3269                 "-Wextra",
3270                 "-Wno-unused-parameter",
3271                 "-Wno-missing-field-initializers",
3272                 "-Wno-strict-overflow",
3273                 "-Wc++11-narrowing",
3274                 "-Wimplicit-fallthrough",
3275                 "-Wthread-safety",
3276                 "-Winconsistent-missing-override",
3277                 "-Wundef",
3278                 "-Wunused-lambda-capture"
3279             ],
3280             "defines": [
3281                 "V8_DEPRECATION_WARNINGS",
3282                 "USE_X11=1",
3283                 "CHROMIUM_BUILD",
3284                 "_FILE_OFFSET_BITS=64",
3285                 "_FORTIFY_SOURCE=2",
3286                 "NDEBUG",
3287                 "NVALGRIND",
3288                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3289                 "WEBRTC_ENABLE_PROTOBUF=0",
3290                 "WEBRTC_RESTRICT_LOGGING",
3291                 "WEBRTC_ARCH_ARM",
3292                 "WEBRTC_ARCH_ARM_V7",
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:audio_mixer_api",
3302                 "//api:call_api",
3303                 "//api:optional",
3304                 "//api/audio_codecs:audio_codecs_api",
3305                 "//api/audio_codecs:builtin_audio_encoder_factory",
3306                 "//call:bitrate_allocator",
3307                 "//call:call_interfaces",
3308                 "//call:rtp_interfaces",
3309                 "//common_audio:common_audio",
3310                 "//modules/audio_coding:cng",
3311                 "//modules/audio_device:audio_device",
3312                 "//modules/audio_processing:audio_processing",
3313                 "//modules/bitrate_controller:bitrate_controller",
3314                 "//modules/congestion_controller:congestion_controller",
3315                 "//modules/pacing:pacing",
3316                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
3317                 "//modules/rtp_rtcp:rtp_rtcp",
3318                 "//rtc_base:rtc_base",
3319                 "//rtc_base:rtc_base_approved",
3320                 "//rtc_base:rtc_task_queue",
3321                 "//system_wrappers:system_wrappers",
3322                 "//voice_engine:voice_engine"
3323             ],
3324             "include_dirs": [
3325                 "//",
3326                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
3327                 "//common_audio/resampler/include/",
3328                 "//common_audio/signal_processing/include/",
3329                 "//common_audio/vad/include/",
3330                 "//modules/audio_coding/codecs/cng/include/",
3331                 "//modules/include/",
3332                 "//modules/audio_device/include/",
3333                 "//modules/audio_device/dummy/",
3334                 "//modules/audio_coding/include/",
3335                 "//modules/include/"
3336             ],
3337             "libs": [],
3338             "sources": [
3339                 "//audio/audio_receive_stream.cc",
3340                 "//audio/audio_receive_stream.h",
3341                 "//audio/audio_send_stream.cc",
3342                 "//audio/audio_send_stream.h",
3343                 "//audio/audio_state.cc",
3344                 "//audio/audio_state.h",
3345                 "//audio/audio_transport_proxy.cc",
3346                 "//audio/audio_transport_proxy.h",
3347                 "//audio/conversion.h",
3348                 "//audio/null_audio_poller.cc",
3349                 "//audio/null_audio_poller.h",
3350                 "//audio/scoped_voe_interface.h",
3351                 "//audio/time_interval.cc",
3352                 "//audio/time_interval.h"
3353             ],
3354             "type": "static_library"
3355         },
3356         "//call:bitrate_allocator": {
3357             "cflags": [
3358                 "-fno-strict-aliasing",
3359                 "--param=ssp-buffer-size=4",
3360                 "-fstack-protector",
3361                 "-Wno-builtin-macro-redefined",
3362                 "-D__DATE__=",
3363                 "-D__TIME__=",
3364                 "-D__TIMESTAMP__=",
3365                 "-funwind-tables",
3366                 "-fcolor-diagnostics",
3367                 "--target=arm-linux-gnueabihf",
3368                 "-march=armv7-a",
3369                 "-mfloat-abi=hard",
3370                 "-mtune=generic-armv7-a",
3371                 "-mfpu=neon",
3372                 "-mthumb",
3373                 "-Wall",
3374                 "-Werror",
3375                 "-Wextra",
3376                 "-Wno-missing-field-initializers",
3377                 "-Wno-unused-parameter",
3378                 "-Wno-c++11-narrowing",
3379                 "-Wno-covered-switch-default",
3380                 "-Wno-unneeded-internal-declaration",
3381                 "-Wno-inconsistent-missing-override",
3382                 "-Wno-undefined-var-template",
3383                 "-Wno-nonportable-include-path",
3384                 "-Wno-address-of-packed-member",
3385                 "-Wno-unused-lambda-capture",
3386                 "-Wno-user-defined-warnings",
3387                 "-O2",
3388                 "-fno-ident",
3389                 "-fdata-sections",
3390                 "-ffunction-sections",
3391                 "-fomit-frame-pointer",
3392                 "-g2",
3393                 "-fvisibility=hidden",
3394                 "-Wheader-hygiene",
3395                 "-Wstring-conversion",
3396                 "-Wtautological-overlap-compare",
3397                 "-Wextra",
3398                 "-Wno-unused-parameter",
3399                 "-Wno-missing-field-initializers",
3400                 "-Wno-strict-overflow",
3401                 "-Wc++11-narrowing",
3402                 "-Wimplicit-fallthrough",
3403                 "-Wthread-safety",
3404                 "-Winconsistent-missing-override",
3405                 "-Wundef",
3406                 "-Wunused-lambda-capture"
3407             ],
3408             "defines": [
3409                 "V8_DEPRECATION_WARNINGS",
3410                 "USE_X11=1",
3411                 "CHROMIUM_BUILD",
3412                 "_FILE_OFFSET_BITS=64",
3413                 "_FORTIFY_SOURCE=2",
3414                 "NDEBUG",
3415                 "NVALGRIND",
3416                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3417                 "WEBRTC_ENABLE_PROTOBUF=0",
3418                 "WEBRTC_RESTRICT_LOGGING",
3419                 "WEBRTC_ARCH_ARM",
3420                 "WEBRTC_ARCH_ARM_V7",
3421                 "WEBRTC_HAS_NEON",
3422                 "WEBRTC_MOZILLA_BUILD",
3423                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3424                 "WEBRTC_POSIX",
3425                 "WEBRTC_BSD"
3426             ],
3427             "deps": [
3428                 "//modules/bitrate_controller:bitrate_controller",
3429                 "//rtc_base:rtc_base_approved",
3430                 "//rtc_base:sequenced_task_checker",
3431                 "//system_wrappers:system_wrappers"
3432             ],
3433             "include_dirs": [
3434                 "//",
3435                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3436             ],
3437             "libs": [],
3438             "sources": [
3439                 "//call/bitrate_allocator.cc",
3440                 "//call/bitrate_allocator.h"
3441             ],
3442             "type": "source_set"
3443         },
3444         "//call:call": {
3445             "cflags": [
3446                 "-fno-strict-aliasing",
3447                 "--param=ssp-buffer-size=4",
3448                 "-fstack-protector",
3449                 "-Wno-builtin-macro-redefined",
3450                 "-D__DATE__=",
3451                 "-D__TIME__=",
3452                 "-D__TIMESTAMP__=",
3453                 "-funwind-tables",
3454                 "-fcolor-diagnostics",
3455                 "--target=arm-linux-gnueabihf",
3456                 "-march=armv7-a",
3457                 "-mfloat-abi=hard",
3458                 "-mtune=generic-armv7-a",
3459                 "-mfpu=neon",
3460                 "-mthumb",
3461                 "-Wall",
3462                 "-Werror",
3463                 "-Wextra",
3464                 "-Wno-missing-field-initializers",
3465                 "-Wno-unused-parameter",
3466                 "-Wno-c++11-narrowing",
3467                 "-Wno-covered-switch-default",
3468                 "-Wno-unneeded-internal-declaration",
3469                 "-Wno-inconsistent-missing-override",
3470                 "-Wno-undefined-var-template",
3471                 "-Wno-nonportable-include-path",
3472                 "-Wno-address-of-packed-member",
3473                 "-Wno-unused-lambda-capture",
3474                 "-Wno-user-defined-warnings",
3475                 "-O2",
3476                 "-fno-ident",
3477                 "-fdata-sections",
3478                 "-ffunction-sections",
3479                 "-fomit-frame-pointer",
3480                 "-g2",
3481                 "-fvisibility=hidden",
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_ARM",
3508                 "WEBRTC_ARCH_ARM_V7",
3509                 "WEBRTC_HAS_NEON",
3510                 "WEBRTC_MOZILLA_BUILD",
3511                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3512                 "WEBRTC_POSIX",
3513                 "WEBRTC_BSD"
3514             ],
3515             "deps": [
3516                 "//:webrtc_common",
3517                 "//api:call_api",
3518                 "//api:optional",
3519                 "//api:transport_api",
3520                 "//audio:audio",
3521                 "//call:bitrate_allocator",
3522                 "//call:call_interfaces",
3523                 "//call:rtp_interfaces",
3524                 "//call:rtp_receiver",
3525                 "//call:rtp_sender",
3526                 "//call:video_stream_api",
3527                 "//logging:rtc_event_log_api",
3528                 "//logging:rtc_event_log_impl",
3529                 "//modules/bitrate_controller:bitrate_controller",
3530                 "//modules/congestion_controller:congestion_controller",
3531                 "//modules/pacing:pacing",
3532                 "//modules/rtp_rtcp:rtp_rtcp",
3533                 "//modules/utility:utility",
3534                 "//rtc_base:rtc_base_approved",
3535                 "//rtc_base:rtc_task_queue",
3536                 "//rtc_base:sequenced_task_checker",
3537                 "//system_wrappers:system_wrappers",
3538                 "//video:video"
3539             ],
3540             "include_dirs": [
3541                 "//",
3542                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3543             ],
3544             "libs": [],
3545             "sources": [
3546                 "//call/call.cc",
3547                 "//call/callfactory.cc",
3548                 "//call/callfactory.h",
3549                 "//call/flexfec_receive_stream_impl.cc",
3550                 "//call/flexfec_receive_stream_impl.h"
3551             ],
3552             "type": "static_library"
3553         },
3554         "//call:call_interfaces": {
3555             "cflags": [
3556                 "-fno-strict-aliasing",
3557                 "--param=ssp-buffer-size=4",
3558                 "-fstack-protector",
3559                 "-Wno-builtin-macro-redefined",
3560                 "-D__DATE__=",
3561                 "-D__TIME__=",
3562                 "-D__TIMESTAMP__=",
3563                 "-funwind-tables",
3564                 "-fcolor-diagnostics",
3565                 "--target=arm-linux-gnueabihf",
3566                 "-march=armv7-a",
3567                 "-mfloat-abi=hard",
3568                 "-mtune=generic-armv7-a",
3569                 "-mfpu=neon",
3570                 "-mthumb",
3571                 "-Wall",
3572                 "-Werror",
3573                 "-Wextra",
3574                 "-Wno-missing-field-initializers",
3575                 "-Wno-unused-parameter",
3576                 "-Wno-c++11-narrowing",
3577                 "-Wno-covered-switch-default",
3578                 "-Wno-unneeded-internal-declaration",
3579                 "-Wno-inconsistent-missing-override",
3580                 "-Wno-undefined-var-template",
3581                 "-Wno-nonportable-include-path",
3582                 "-Wno-address-of-packed-member",
3583                 "-Wno-unused-lambda-capture",
3584                 "-Wno-user-defined-warnings",
3585                 "-O2",
3586                 "-fno-ident",
3587                 "-fdata-sections",
3588                 "-ffunction-sections",
3589                 "-fomit-frame-pointer",
3590                 "-g2",
3591                 "-fvisibility=hidden",
3592                 "-Xclang",
3593                 "-add-plugin",
3594                 "-Xclang",
3595                 "find-bad-constructs",
3596                 "-Xclang",
3597                 "-plugin-arg-find-bad-constructs",
3598                 "-Xclang",
3599                 "check-auto-raw-pointer",
3600                 "-Wheader-hygiene",
3601                 "-Wstring-conversion",
3602                 "-Wtautological-overlap-compare",
3603                 "-Wextra",
3604                 "-Wno-unused-parameter",
3605                 "-Wno-missing-field-initializers",
3606                 "-Wno-strict-overflow",
3607                 "-Wc++11-narrowing",
3608                 "-Wimplicit-fallthrough",
3609                 "-Wthread-safety",
3610                 "-Winconsistent-missing-override",
3611                 "-Wundef",
3612                 "-Wunused-lambda-capture"
3613             ],
3614             "defines": [
3615                 "V8_DEPRECATION_WARNINGS",
3616                 "USE_X11=1",
3617                 "CHROMIUM_BUILD",
3618                 "_FILE_OFFSET_BITS=64",
3619                 "_FORTIFY_SOURCE=2",
3620                 "NDEBUG",
3621                 "NVALGRIND",
3622                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3623                 "WEBRTC_ENABLE_PROTOBUF=0",
3624                 "WEBRTC_RESTRICT_LOGGING",
3625                 "WEBRTC_ARCH_ARM",
3626                 "WEBRTC_ARCH_ARM_V7",
3627                 "WEBRTC_HAS_NEON",
3628                 "WEBRTC_MOZILLA_BUILD",
3629                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3630                 "WEBRTC_POSIX",
3631                 "WEBRTC_BSD"
3632             ],
3633             "deps": [
3634                 "//:webrtc_common",
3635                 "//api:audio_mixer_api",
3636                 "//api:optional",
3637                 "//api:transport_api",
3638                 "//api/audio_codecs:audio_codecs_api",
3639                 "//call:rtp_interfaces",
3640                 "//call:video_stream_api",
3641                 "//modules/audio_processing:audio_processing_statistics",
3642                 "//rtc_base:rtc_base",
3643                 "//rtc_base:rtc_base_approved"
3644             ],
3645             "include_dirs": [
3646                 "//",
3647                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3648             ],
3649             "libs": [],
3650             "sources": [
3651                 "//call/audio_receive_stream.h",
3652                 "//call/audio_send_stream.h",
3653                 "//call/audio_state.h",
3654                 "//call/call.h",
3655                 "//call/callfactoryinterface.h",
3656                 "//call/flexfec_receive_stream.h",
3657                 "//call/syncable.cc",
3658                 "//call/syncable.h",
3659                 "//call/audio_send_stream_call.cc"
3660             ],
3661             "type": "source_set"
3662         },
3663         "//call:rtp_interfaces": {
3664             "cflags": [
3665                 "-fno-strict-aliasing",
3666                 "--param=ssp-buffer-size=4",
3667                 "-fstack-protector",
3668                 "-Wno-builtin-macro-redefined",
3669                 "-D__DATE__=",
3670                 "-D__TIME__=",
3671                 "-D__TIMESTAMP__=",
3672                 "-funwind-tables",
3673                 "-fcolor-diagnostics",
3674                 "--target=arm-linux-gnueabihf",
3675                 "-march=armv7-a",
3676                 "-mfloat-abi=hard",
3677                 "-mtune=generic-armv7-a",
3678                 "-mfpu=neon",
3679                 "-mthumb",
3680                 "-Wall",
3681                 "-Werror",
3682                 "-Wextra",
3683                 "-Wno-missing-field-initializers",
3684                 "-Wno-unused-parameter",
3685                 "-Wno-c++11-narrowing",
3686                 "-Wno-covered-switch-default",
3687                 "-Wno-unneeded-internal-declaration",
3688                 "-Wno-inconsistent-missing-override",
3689                 "-Wno-undefined-var-template",
3690                 "-Wno-nonportable-include-path",
3691                 "-Wno-address-of-packed-member",
3692                 "-Wno-unused-lambda-capture",
3693                 "-Wno-user-defined-warnings",
3694                 "-O2",
3695                 "-fno-ident",
3696                 "-fdata-sections",
3697                 "-ffunction-sections",
3698                 "-fomit-frame-pointer",
3699                 "-g2",
3700                 "-fvisibility=hidden",
3701                 "-Xclang",
3702                 "-add-plugin",
3703                 "-Xclang",
3704                 "find-bad-constructs",
3705                 "-Xclang",
3706                 "-plugin-arg-find-bad-constructs",
3707                 "-Xclang",
3708                 "check-auto-raw-pointer",
3709                 "-Wheader-hygiene",
3710                 "-Wstring-conversion",
3711                 "-Wtautological-overlap-compare",
3712                 "-Wextra",
3713                 "-Wno-unused-parameter",
3714                 "-Wno-missing-field-initializers",
3715                 "-Wno-strict-overflow",
3716                 "-Wc++11-narrowing",
3717                 "-Wimplicit-fallthrough",
3718                 "-Wthread-safety",
3719                 "-Winconsistent-missing-override",
3720                 "-Wundef",
3721                 "-Wunused-lambda-capture"
3722             ],
3723             "defines": [
3724                 "V8_DEPRECATION_WARNINGS",
3725                 "USE_X11=1",
3726                 "CHROMIUM_BUILD",
3727                 "_FILE_OFFSET_BITS=64",
3728                 "_FORTIFY_SOURCE=2",
3729                 "NDEBUG",
3730                 "NVALGRIND",
3731                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3732                 "WEBRTC_ENABLE_PROTOBUF=0",
3733                 "WEBRTC_RESTRICT_LOGGING",
3734                 "WEBRTC_ARCH_ARM",
3735                 "WEBRTC_ARCH_ARM_V7",
3736                 "WEBRTC_HAS_NEON",
3737                 "WEBRTC_MOZILLA_BUILD",
3738                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3739                 "WEBRTC_POSIX",
3740                 "WEBRTC_BSD"
3741             ],
3742             "deps": [
3743                 "//api:array_view",
3744                 "//rtc_base:rtc_base_approved"
3745             ],
3746             "include_dirs": [
3747                 "//",
3748                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3749             ],
3750             "libs": [],
3751             "sources": [
3752                 "//call/rtcp_packet_sink_interface.h",
3753                 "//call/rtp_config.cc",
3754                 "//call/rtp_config.h",
3755                 "//call/rtp_packet_sink_interface.h",
3756                 "//call/rtp_stream_receiver_controller_interface.h",
3757                 "//call/rtp_transport_controller_send_interface.h"
3758             ],
3759             "type": "source_set"
3760         },
3761         "//call:rtp_receiver": {
3762             "cflags": [
3763                 "-fno-strict-aliasing",
3764                 "--param=ssp-buffer-size=4",
3765                 "-fstack-protector",
3766                 "-Wno-builtin-macro-redefined",
3767                 "-D__DATE__=",
3768                 "-D__TIME__=",
3769                 "-D__TIMESTAMP__=",
3770                 "-funwind-tables",
3771                 "-fcolor-diagnostics",
3772                 "--target=arm-linux-gnueabihf",
3773                 "-march=armv7-a",
3774                 "-mfloat-abi=hard",
3775                 "-mtune=generic-armv7-a",
3776                 "-mfpu=neon",
3777                 "-mthumb",
3778                 "-Wall",
3779                 "-Werror",
3780                 "-Wextra",
3781                 "-Wno-missing-field-initializers",
3782                 "-Wno-unused-parameter",
3783                 "-Wno-c++11-narrowing",
3784                 "-Wno-covered-switch-default",
3785                 "-Wno-unneeded-internal-declaration",
3786                 "-Wno-inconsistent-missing-override",
3787                 "-Wno-undefined-var-template",
3788                 "-Wno-nonportable-include-path",
3789                 "-Wno-address-of-packed-member",
3790                 "-Wno-unused-lambda-capture",
3791                 "-Wno-user-defined-warnings",
3792                 "-O2",
3793                 "-fno-ident",
3794                 "-fdata-sections",
3795                 "-ffunction-sections",
3796                 "-fomit-frame-pointer",
3797                 "-g2",
3798                 "-fvisibility=hidden",
3799                 "-Xclang",
3800                 "-add-plugin",
3801                 "-Xclang",
3802                 "find-bad-constructs",
3803                 "-Xclang",
3804                 "-plugin-arg-find-bad-constructs",
3805                 "-Xclang",
3806                 "check-auto-raw-pointer",
3807                 "-Wheader-hygiene",
3808                 "-Wstring-conversion",
3809                 "-Wtautological-overlap-compare",
3810                 "-Wextra",
3811                 "-Wno-unused-parameter",
3812                 "-Wno-missing-field-initializers",
3813                 "-Wno-strict-overflow",
3814                 "-Wc++11-narrowing",
3815                 "-Wimplicit-fallthrough",
3816                 "-Wthread-safety",
3817                 "-Winconsistent-missing-override",
3818                 "-Wundef",
3819                 "-Wunused-lambda-capture"
3820             ],
3821             "defines": [
3822                 "V8_DEPRECATION_WARNINGS",
3823                 "USE_X11=1",
3824                 "CHROMIUM_BUILD",
3825                 "_FILE_OFFSET_BITS=64",
3826                 "_FORTIFY_SOURCE=2",
3827                 "NDEBUG",
3828                 "NVALGRIND",
3829                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3830                 "WEBRTC_ENABLE_PROTOBUF=0",
3831                 "WEBRTC_RESTRICT_LOGGING",
3832                 "WEBRTC_ARCH_ARM",
3833                 "WEBRTC_ARCH_ARM_V7",
3834                 "WEBRTC_HAS_NEON",
3835                 "WEBRTC_MOZILLA_BUILD",
3836                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3837                 "WEBRTC_POSIX",
3838                 "WEBRTC_BSD"
3839             ],
3840             "deps": [
3841                 "//:webrtc_common",
3842                 "//api:array_view",
3843                 "//api:optional",
3844                 "//call:rtp_interfaces",
3845                 "//modules/rtp_rtcp:rtp_rtcp",
3846                 "//rtc_base:rtc_base_approved"
3847             ],
3848             "include_dirs": [
3849                 "//",
3850                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3851             ],
3852             "libs": [],
3853             "sources": [
3854                 "//call/rtcp_demuxer.cc",
3855                 "//call/rtcp_demuxer.h",
3856                 "//call/rtp_demuxer.cc",
3857                 "//call/rtp_demuxer.h",
3858                 "//call/rtp_rtcp_demuxer_helper.cc",
3859                 "//call/rtp_rtcp_demuxer_helper.h",
3860                 "//call/rtp_stream_receiver_controller.cc",
3861                 "//call/rtp_stream_receiver_controller.h",
3862                 "//call/rtx_receive_stream.cc",
3863                 "//call/rtx_receive_stream.h",
3864                 "//call/ssrc_binding_observer.h"
3865             ],
3866             "type": "source_set"
3867         },
3868         "//call:rtp_sender": {
3869             "cflags": [
3870                 "-fno-strict-aliasing",
3871                 "--param=ssp-buffer-size=4",
3872                 "-fstack-protector",
3873                 "-Wno-builtin-macro-redefined",
3874                 "-D__DATE__=",
3875                 "-D__TIME__=",
3876                 "-D__TIMESTAMP__=",
3877                 "-funwind-tables",
3878                 "-fcolor-diagnostics",
3879                 "--target=arm-linux-gnueabihf",
3880                 "-march=armv7-a",
3881                 "-mfloat-abi=hard",
3882                 "-mtune=generic-armv7-a",
3883                 "-mfpu=neon",
3884                 "-mthumb",
3885                 "-Wall",
3886                 "-Werror",
3887                 "-Wextra",
3888                 "-Wno-missing-field-initializers",
3889                 "-Wno-unused-parameter",
3890                 "-Wno-c++11-narrowing",
3891                 "-Wno-covered-switch-default",
3892                 "-Wno-unneeded-internal-declaration",
3893                 "-Wno-inconsistent-missing-override",
3894                 "-Wno-undefined-var-template",
3895                 "-Wno-nonportable-include-path",
3896                 "-Wno-address-of-packed-member",
3897                 "-Wno-unused-lambda-capture",
3898                 "-Wno-user-defined-warnings",
3899                 "-O2",
3900                 "-fno-ident",
3901                 "-fdata-sections",
3902                 "-ffunction-sections",
3903                 "-fomit-frame-pointer",
3904                 "-g2",
3905                 "-fvisibility=hidden",
3906                 "-Xclang",
3907                 "-add-plugin",
3908                 "-Xclang",
3909                 "find-bad-constructs",
3910                 "-Xclang",
3911                 "-plugin-arg-find-bad-constructs",
3912                 "-Xclang",
3913                 "check-auto-raw-pointer",
3914                 "-Wheader-hygiene",
3915                 "-Wstring-conversion",
3916                 "-Wtautological-overlap-compare",
3917                 "-Wextra",
3918                 "-Wno-unused-parameter",
3919                 "-Wno-missing-field-initializers",
3920                 "-Wno-strict-overflow",
3921                 "-Wc++11-narrowing",
3922                 "-Wimplicit-fallthrough",
3923                 "-Wthread-safety",
3924                 "-Winconsistent-missing-override",
3925                 "-Wundef",
3926                 "-Wunused-lambda-capture"
3927             ],
3928             "defines": [
3929                 "V8_DEPRECATION_WARNINGS",
3930                 "USE_X11=1",
3931                 "CHROMIUM_BUILD",
3932                 "_FILE_OFFSET_BITS=64",
3933                 "_FORTIFY_SOURCE=2",
3934                 "NDEBUG",
3935                 "NVALGRIND",
3936                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3937                 "WEBRTC_ENABLE_PROTOBUF=0",
3938                 "WEBRTC_RESTRICT_LOGGING",
3939                 "WEBRTC_ARCH_ARM",
3940                 "WEBRTC_ARCH_ARM_V7",
3941                 "WEBRTC_HAS_NEON",
3942                 "WEBRTC_MOZILLA_BUILD",
3943                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3944                 "WEBRTC_POSIX",
3945                 "WEBRTC_BSD"
3946             ],
3947             "deps": [
3948                 "//:webrtc_common",
3949                 "//call:rtp_interfaces",
3950                 "//modules/congestion_controller:congestion_controller",
3951                 "//modules/pacing:pacing",
3952                 "//rtc_base:rtc_base_approved"
3953             ],
3954             "include_dirs": [
3955                 "//",
3956                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
3957             ],
3958             "libs": [],
3959             "sources": [
3960                 "//call/rtp_transport_controller_send.cc",
3961                 "//call/rtp_transport_controller_send.h"
3962             ],
3963             "type": "source_set"
3964         },
3965         "//call:video_stream_api": {
3966             "cflags": [
3967                 "-fno-strict-aliasing",
3968                 "--param=ssp-buffer-size=4",
3969                 "-fstack-protector",
3970                 "-Wno-builtin-macro-redefined",
3971                 "-D__DATE__=",
3972                 "-D__TIME__=",
3973                 "-D__TIMESTAMP__=",
3974                 "-funwind-tables",
3975                 "-fcolor-diagnostics",
3976                 "--target=arm-linux-gnueabihf",
3977                 "-march=armv7-a",
3978                 "-mfloat-abi=hard",
3979                 "-mtune=generic-armv7-a",
3980                 "-mfpu=neon",
3981                 "-mthumb",
3982                 "-Wall",
3983                 "-Werror",
3984                 "-Wextra",
3985                 "-Wno-missing-field-initializers",
3986                 "-Wno-unused-parameter",
3987                 "-Wno-c++11-narrowing",
3988                 "-Wno-covered-switch-default",
3989                 "-Wno-unneeded-internal-declaration",
3990                 "-Wno-inconsistent-missing-override",
3991                 "-Wno-undefined-var-template",
3992                 "-Wno-nonportable-include-path",
3993                 "-Wno-address-of-packed-member",
3994                 "-Wno-unused-lambda-capture",
3995                 "-Wno-user-defined-warnings",
3996                 "-O2",
3997                 "-fno-ident",
3998                 "-fdata-sections",
3999                 "-ffunction-sections",
4000                 "-fomit-frame-pointer",
4001                 "-g2",
4002                 "-fvisibility=hidden",
4003                 "-Xclang",
4004                 "-add-plugin",
4005                 "-Xclang",
4006                 "find-bad-constructs",
4007                 "-Xclang",
4008                 "-plugin-arg-find-bad-constructs",
4009                 "-Xclang",
4010                 "check-auto-raw-pointer",
4011                 "-Wheader-hygiene",
4012                 "-Wstring-conversion",
4013                 "-Wtautological-overlap-compare",
4014                 "-Wextra",
4015                 "-Wno-unused-parameter",
4016                 "-Wno-missing-field-initializers",
4017                 "-Wno-strict-overflow",
4018                 "-Wc++11-narrowing",
4019                 "-Wimplicit-fallthrough",
4020                 "-Wthread-safety",
4021                 "-Winconsistent-missing-override",
4022                 "-Wundef",
4023                 "-Wunused-lambda-capture"
4024             ],
4025             "defines": [
4026                 "V8_DEPRECATION_WARNINGS",
4027                 "USE_X11=1",
4028                 "CHROMIUM_BUILD",
4029                 "_FILE_OFFSET_BITS=64",
4030                 "_FORTIFY_SOURCE=2",
4031                 "NDEBUG",
4032                 "NVALGRIND",
4033                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4034                 "WEBRTC_ENABLE_PROTOBUF=0",
4035                 "WEBRTC_RESTRICT_LOGGING",
4036                 "WEBRTC_ARCH_ARM",
4037                 "WEBRTC_ARCH_ARM_V7",
4038                 "WEBRTC_HAS_NEON",
4039                 "WEBRTC_MOZILLA_BUILD",
4040                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4041                 "WEBRTC_POSIX",
4042                 "WEBRTC_BSD"
4043             ],
4044             "deps": [
4045                 "//:webrtc_common",
4046                 "//api:optional",
4047                 "//api:transport_api",
4048                 "//call:rtp_interfaces",
4049                 "//common_video:common_video",
4050                 "//rtc_base:rtc_base_approved"
4051             ],
4052             "include_dirs": [
4053                 "//",
4054                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4055                 "//common_video/include/",
4056                 "/media/libyuv/libyuv/include/"
4057             ],
4058             "libs": [],
4059             "sources": [
4060                 "//call/video_config.cc",
4061                 "//call/video_config.h",
4062                 "//call/video_receive_stream.cc",
4063                 "//call/video_receive_stream.h",
4064                 "//call/video_send_stream.cc",
4065                 "//call/video_send_stream.h"
4066             ],
4067             "type": "source_set"
4068         },
4069         "//common_audio:common_audio": {
4070             "cflags": [
4071                 "-fno-strict-aliasing",
4072                 "--param=ssp-buffer-size=4",
4073                 "-fstack-protector",
4074                 "-Wno-builtin-macro-redefined",
4075                 "-D__DATE__=",
4076                 "-D__TIME__=",
4077                 "-D__TIMESTAMP__=",
4078                 "-funwind-tables",
4079                 "-fcolor-diagnostics",
4080                 "--target=arm-linux-gnueabihf",
4081                 "-march=armv7-a",
4082                 "-mfloat-abi=hard",
4083                 "-mtune=generic-armv7-a",
4084                 "-mfpu=neon",
4085                 "-mthumb",
4086                 "-Wall",
4087                 "-Werror",
4088                 "-Wextra",
4089                 "-Wno-missing-field-initializers",
4090                 "-Wno-unused-parameter",
4091                 "-Wno-c++11-narrowing",
4092                 "-Wno-covered-switch-default",
4093                 "-Wno-unneeded-internal-declaration",
4094                 "-Wno-inconsistent-missing-override",
4095                 "-Wno-undefined-var-template",
4096                 "-Wno-nonportable-include-path",
4097                 "-Wno-address-of-packed-member",
4098                 "-Wno-unused-lambda-capture",
4099                 "-Wno-user-defined-warnings",
4100                 "-O2",
4101                 "-fno-ident",
4102                 "-fdata-sections",
4103                 "-ffunction-sections",
4104                 "-fomit-frame-pointer",
4105                 "-g2",
4106                 "-fvisibility=hidden",
4107                 "-Wheader-hygiene",
4108                 "-Wstring-conversion",
4109                 "-Wtautological-overlap-compare",
4110                 "-Wextra",
4111                 "-Wno-unused-parameter",
4112                 "-Wno-missing-field-initializers",
4113                 "-Wno-strict-overflow",
4114                 "-Wc++11-narrowing",
4115                 "-Wimplicit-fallthrough",
4116                 "-Wthread-safety",
4117                 "-Winconsistent-missing-override",
4118                 "-Wundef",
4119                 "-Wunused-lambda-capture"
4120             ],
4121             "defines": [
4122                 "V8_DEPRECATION_WARNINGS",
4123                 "USE_X11=1",
4124                 "CHROMIUM_BUILD",
4125                 "_FILE_OFFSET_BITS=64",
4126                 "_FORTIFY_SOURCE=2",
4127                 "NDEBUG",
4128                 "NVALGRIND",
4129                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4130                 "WEBRTC_ENABLE_PROTOBUF=0",
4131                 "WEBRTC_RESTRICT_LOGGING",
4132                 "WEBRTC_ARCH_ARM",
4133                 "WEBRTC_ARCH_ARM_V7",
4134                 "WEBRTC_HAS_NEON",
4135                 "WEBRTC_MOZILLA_BUILD",
4136                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4137                 "WEBRTC_POSIX",
4138                 "WEBRTC_BSD"
4139             ],
4140             "deps": [
4141                 "//:webrtc_common",
4142                 "//api:optional",
4143                 "//common_audio:common_audio_c",
4144                 "//common_audio:common_audio_neon",
4145                 "//common_audio:sinc_resampler",
4146                 "//rtc_base:gtest_prod",
4147                 "//rtc_base:rtc_base_approved",
4148                 "//system_wrappers:system_wrappers"
4149             ],
4150             "include_dirs": [
4151                 "//",
4152                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4153                 "//common_audio/resampler/include/",
4154                 "//common_audio/signal_processing/include/",
4155                 "//common_audio/vad/include/"
4156             ],
4157             "libs": [],
4158             "sources": [
4159                 "//common_audio/audio_converter.cc",
4160                 "//common_audio/audio_converter.h",
4161                 "//common_audio/audio_ring_buffer.cc",
4162                 "//common_audio/audio_ring_buffer.h",
4163                 "//common_audio/audio_util.cc",
4164                 "//common_audio/blocker.cc",
4165                 "//common_audio/blocker.h",
4166                 "//common_audio/channel_buffer.cc",
4167                 "//common_audio/channel_buffer.h",
4168                 "//common_audio/include/audio_util.h",
4169                 "//common_audio/lapped_transform.cc",
4170                 "//common_audio/lapped_transform.h",
4171                 "//common_audio/real_fourier.cc",
4172                 "//common_audio/real_fourier.h",
4173                 "//common_audio/real_fourier_ooura.cc",
4174                 "//common_audio/real_fourier_ooura.h",
4175                 "//common_audio/resampler/include/push_resampler.h",
4176                 "//common_audio/resampler/include/resampler.h",
4177                 "//common_audio/resampler/push_resampler.cc",
4178                 "//common_audio/resampler/push_sinc_resampler.cc",
4179                 "//common_audio/resampler/push_sinc_resampler.h",
4180                 "//common_audio/resampler/resampler.cc",
4181                 "//common_audio/resampler/sinc_resampler.cc",
4182                 "//common_audio/smoothing_filter.cc",
4183                 "//common_audio/smoothing_filter.h",
4184                 "//common_audio/sparse_fir_filter.cc",
4185                 "//common_audio/sparse_fir_filter.h",
4186                 "//common_audio/vad/include/vad.h",
4187                 "//common_audio/vad/vad.cc",
4188                 "//common_audio/wav_file.cc",
4189                 "//common_audio/wav_file.h",
4190                 "//common_audio/wav_header.cc",
4191                 "//common_audio/wav_header.h",
4192                 "//common_audio/window_generator.cc",
4193                 "//common_audio/window_generator.h"
4194             ],
4195             "type": "static_library"
4196         },
4197         "//common_audio:common_audio_c": {
4198             "cflags": [
4199                 "-fno-strict-aliasing",
4200                 "--param=ssp-buffer-size=4",
4201                 "-fstack-protector",
4202                 "-Wno-builtin-macro-redefined",
4203                 "-D__DATE__=",
4204                 "-D__TIME__=",
4205                 "-D__TIMESTAMP__=",
4206                 "-funwind-tables",
4207                 "-fcolor-diagnostics",
4208                 "--target=arm-linux-gnueabihf",
4209                 "-march=armv7-a",
4210                 "-mfloat-abi=hard",
4211                 "-mtune=generic-armv7-a",
4212                 "-mfpu=neon",
4213                 "-mthumb",
4214                 "-Wall",
4215                 "-Werror",
4216                 "-Wextra",
4217                 "-Wno-missing-field-initializers",
4218                 "-Wno-unused-parameter",
4219                 "-Wno-c++11-narrowing",
4220                 "-Wno-covered-switch-default",
4221                 "-Wno-unneeded-internal-declaration",
4222                 "-Wno-inconsistent-missing-override",
4223                 "-Wno-undefined-var-template",
4224                 "-Wno-nonportable-include-path",
4225                 "-Wno-address-of-packed-member",
4226                 "-Wno-unused-lambda-capture",
4227                 "-Wno-user-defined-warnings",
4228                 "-O2",
4229                 "-fno-ident",
4230                 "-fdata-sections",
4231                 "-ffunction-sections",
4232                 "-fomit-frame-pointer",
4233                 "-g2",
4234                 "-fvisibility=hidden",
4235                 "-Xclang",
4236                 "-add-plugin",
4237                 "-Xclang",
4238                 "find-bad-constructs",
4239                 "-Xclang",
4240                 "-plugin-arg-find-bad-constructs",
4241                 "-Xclang",
4242                 "check-auto-raw-pointer",
4243                 "-Wheader-hygiene",
4244                 "-Wstring-conversion",
4245                 "-Wtautological-overlap-compare",
4246                 "-Wextra",
4247                 "-Wno-unused-parameter",
4248                 "-Wno-missing-field-initializers",
4249                 "-Wno-strict-overflow",
4250                 "-Wc++11-narrowing",
4251                 "-Wimplicit-fallthrough",
4252                 "-Wthread-safety",
4253                 "-Winconsistent-missing-override",
4254                 "-Wundef",
4255                 "-Wunused-lambda-capture"
4256             ],
4257             "defines": [
4258                 "V8_DEPRECATION_WARNINGS",
4259                 "USE_X11=1",
4260                 "CHROMIUM_BUILD",
4261                 "_FILE_OFFSET_BITS=64",
4262                 "_FORTIFY_SOURCE=2",
4263                 "NDEBUG",
4264                 "NVALGRIND",
4265                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4266                 "WEBRTC_ENABLE_PROTOBUF=0",
4267                 "WEBRTC_RESTRICT_LOGGING",
4268                 "WEBRTC_ARCH_ARM",
4269                 "WEBRTC_ARCH_ARM_V7",
4270                 "WEBRTC_HAS_NEON",
4271                 "WEBRTC_MOZILLA_BUILD",
4272                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4273                 "WEBRTC_POSIX",
4274                 "WEBRTC_BSD"
4275             ],
4276             "deps": [
4277                 "//:webrtc_common",
4278                 "//common_audio:common_audio_c_arm_asm",
4279                 "//common_audio:common_audio_cc",
4280                 "//rtc_base:compile_assert_c",
4281                 "//rtc_base:rtc_base_approved",
4282                 "//system_wrappers:system_wrappers"
4283             ],
4284             "include_dirs": [
4285                 "//",
4286                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4287                 "//common_audio/resampler/include/",
4288                 "//common_audio/signal_processing/include/",
4289                 "//common_audio/vad/include/"
4290             ],
4291             "libs": [],
4292             "sources": [
4293                 "//common_audio/fft4g.c",
4294                 "//common_audio/fft4g.h",
4295                 "//common_audio/ring_buffer.c",
4296                 "//common_audio/ring_buffer.h",
4297                 "//common_audio/signal_processing/auto_corr_to_refl_coef.c",
4298                 "//common_audio/signal_processing/auto_correlation.c",
4299                 "//common_audio/signal_processing/complex_fft_tables.h",
4300                 "//common_audio/signal_processing/copy_set_operations.c",
4301                 "//common_audio/signal_processing/cross_correlation.c",
4302                 "//common_audio/signal_processing/division_operations.c",
4303                 "//common_audio/signal_processing/downsample_fast.c",
4304                 "//common_audio/signal_processing/energy.c",
4305                 "//common_audio/signal_processing/filter_ar.c",
4306                 "//common_audio/signal_processing/filter_ma_fast_q12.c",
4307                 "//common_audio/signal_processing/get_hanning_window.c",
4308                 "//common_audio/signal_processing/get_scaling_square.c",
4309                 "//common_audio/signal_processing/ilbc_specific_functions.c",
4310                 "//common_audio/signal_processing/include/real_fft.h",
4311                 "//common_audio/signal_processing/include/signal_processing_library.h",
4312                 "//common_audio/signal_processing/include/spl_inl.h",
4313                 "//common_audio/signal_processing/include/spl_inl_armv7.h",
4314                 "//common_audio/signal_processing/levinson_durbin.c",
4315                 "//common_audio/signal_processing/lpc_to_refl_coef.c",
4316                 "//common_audio/signal_processing/min_max_operations.c",
4317                 "//common_audio/signal_processing/randomization_functions.c",
4318                 "//common_audio/signal_processing/real_fft.c",
4319                 "//common_audio/signal_processing/refl_coef_to_lpc.c",
4320                 "//common_audio/signal_processing/resample.c",
4321                 "//common_audio/signal_processing/resample_48khz.c",
4322                 "//common_audio/signal_processing/resample_by_2.c",
4323                 "//common_audio/signal_processing/resample_by_2_internal.c",
4324                 "//common_audio/signal_processing/resample_by_2_internal.h",
4325                 "//common_audio/signal_processing/resample_fractional.c",
4326                 "//common_audio/signal_processing/spl_init.c",
4327                 "//common_audio/signal_processing/spl_inl.c",
4328                 "//common_audio/signal_processing/spl_sqrt.c",
4329                 "//common_audio/signal_processing/splitting_filter.c",
4330                 "//common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
4331                 "//common_audio/signal_processing/vector_scaling_operations.c",
4332                 "//common_audio/vad/include/webrtc_vad.h",
4333                 "//common_audio/vad/vad_core.c",
4334                 "//common_audio/vad/vad_core.h",
4335                 "//common_audio/vad/vad_filterbank.c",
4336                 "//common_audio/vad/vad_filterbank.h",
4337                 "//common_audio/vad/vad_gmm.c",
4338                 "//common_audio/vad/vad_gmm.h",
4339                 "//common_audio/vad/vad_sp.c",
4340                 "//common_audio/vad/vad_sp.h",
4341                 "//common_audio/vad/webrtc_vad.c",
4342                 "//common_audio/signal_processing/complex_fft.c"
4343             ],
4344             "type": "source_set"
4345         },
4346         "//common_audio:common_audio_c_arm_asm": {
4347             "cflags": [
4348                 "-fno-strict-aliasing",
4349                 "--param=ssp-buffer-size=4",
4350                 "-fstack-protector",
4351                 "-Wno-builtin-macro-redefined",
4352                 "-D__DATE__=",
4353                 "-D__TIME__=",
4354                 "-D__TIMESTAMP__=",
4355                 "-funwind-tables",
4356                 "-fcolor-diagnostics",
4357                 "--target=arm-linux-gnueabihf",
4358                 "-march=armv7-a",
4359                 "-mfloat-abi=hard",
4360                 "-mtune=generic-armv7-a",
4361                 "-mfpu=neon",
4362                 "-mthumb",
4363                 "-Wall",
4364                 "-Werror",
4365                 "-Wextra",
4366                 "-Wno-missing-field-initializers",
4367                 "-Wno-unused-parameter",
4368                 "-Wno-c++11-narrowing",
4369                 "-Wno-covered-switch-default",
4370                 "-Wno-unneeded-internal-declaration",
4371                 "-Wno-inconsistent-missing-override",
4372                 "-Wno-undefined-var-template",
4373                 "-Wno-nonportable-include-path",
4374                 "-Wno-address-of-packed-member",
4375                 "-Wno-unused-lambda-capture",
4376                 "-Wno-user-defined-warnings",
4377                 "-O2",
4378                 "-fno-ident",
4379                 "-fdata-sections",
4380                 "-ffunction-sections",
4381                 "-fomit-frame-pointer",
4382                 "-g2",
4383                 "-fvisibility=hidden",
4384                 "-Xclang",
4385                 "-add-plugin",
4386                 "-Xclang",
4387                 "find-bad-constructs",
4388                 "-Xclang",
4389                 "-plugin-arg-find-bad-constructs",
4390                 "-Xclang",
4391                 "check-auto-raw-pointer",
4392                 "-Wheader-hygiene",
4393                 "-Wstring-conversion",
4394                 "-Wtautological-overlap-compare",
4395                 "-Wextra",
4396                 "-Wno-unused-parameter",
4397                 "-Wno-missing-field-initializers",
4398                 "-Wno-strict-overflow",
4399                 "-Wc++11-narrowing",
4400                 "-Wimplicit-fallthrough",
4401                 "-Wthread-safety",
4402                 "-Winconsistent-missing-override",
4403                 "-Wundef",
4404                 "-Wunused-lambda-capture"
4405             ],
4406             "defines": [
4407                 "V8_DEPRECATION_WARNINGS",
4408                 "USE_X11=1",
4409                 "CHROMIUM_BUILD",
4410                 "_FILE_OFFSET_BITS=64",
4411                 "_FORTIFY_SOURCE=2",
4412                 "NDEBUG",
4413                 "NVALGRIND",
4414                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4415                 "WEBRTC_ENABLE_PROTOBUF=0",
4416                 "WEBRTC_RESTRICT_LOGGING",
4417                 "WEBRTC_ARCH_ARM",
4418                 "WEBRTC_ARCH_ARM_V7",
4419                 "WEBRTC_HAS_NEON",
4420                 "WEBRTC_MOZILLA_BUILD",
4421                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4422                 "WEBRTC_POSIX",
4423                 "WEBRTC_BSD"
4424             ],
4425             "deps": [],
4426             "include_dirs": [
4427                 "//",
4428                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4429             ],
4430             "libs": [],
4431             "sources": [
4432                 "//common_audio/signal_processing/complex_bit_reverse_arm.S",
4433                 "//common_audio/signal_processing/spl_sqrt_floor_arm.S",
4434                 "//common_audio/signal_processing/filter_ar_fast_q12_armv7.S"
4435             ],
4436             "type": "source_set"
4437         },
4438         "//common_audio:common_audio_cc": {
4439             "cflags": [
4440                 "-fno-strict-aliasing",
4441                 "--param=ssp-buffer-size=4",
4442                 "-fstack-protector",
4443                 "-Wno-builtin-macro-redefined",
4444                 "-D__DATE__=",
4445                 "-D__TIME__=",
4446                 "-D__TIMESTAMP__=",
4447                 "-funwind-tables",
4448                 "-fcolor-diagnostics",
4449                 "--target=arm-linux-gnueabihf",
4450                 "-march=armv7-a",
4451                 "-mfloat-abi=hard",
4452                 "-mtune=generic-armv7-a",
4453                 "-mfpu=neon",
4454                 "-mthumb",
4455                 "-Wall",
4456                 "-Werror",
4457                 "-Wextra",
4458                 "-Wno-missing-field-initializers",
4459                 "-Wno-unused-parameter",
4460                 "-Wno-c++11-narrowing",
4461                 "-Wno-covered-switch-default",
4462                 "-Wno-unneeded-internal-declaration",
4463                 "-Wno-inconsistent-missing-override",
4464                 "-Wno-undefined-var-template",
4465                 "-Wno-nonportable-include-path",
4466                 "-Wno-address-of-packed-member",
4467                 "-Wno-unused-lambda-capture",
4468                 "-Wno-user-defined-warnings",
4469                 "-O2",
4470                 "-fno-ident",
4471                 "-fdata-sections",
4472                 "-ffunction-sections",
4473                 "-fomit-frame-pointer",
4474                 "-g2",
4475                 "-fvisibility=hidden",
4476                 "-Xclang",
4477                 "-add-plugin",
4478                 "-Xclang",
4479                 "find-bad-constructs",
4480                 "-Xclang",
4481                 "-plugin-arg-find-bad-constructs",
4482                 "-Xclang",
4483                 "check-auto-raw-pointer",
4484                 "-Wheader-hygiene",
4485                 "-Wstring-conversion",
4486                 "-Wtautological-overlap-compare",
4487                 "-Wextra",
4488                 "-Wno-unused-parameter",
4489                 "-Wno-missing-field-initializers",
4490                 "-Wno-strict-overflow",
4491                 "-Wc++11-narrowing",
4492                 "-Wimplicit-fallthrough",
4493                 "-Wthread-safety",
4494                 "-Winconsistent-missing-override",
4495                 "-Wundef",
4496                 "-Wunused-lambda-capture"
4497             ],
4498             "defines": [
4499                 "V8_DEPRECATION_WARNINGS",
4500                 "USE_X11=1",
4501                 "CHROMIUM_BUILD",
4502                 "_FILE_OFFSET_BITS=64",
4503                 "_FORTIFY_SOURCE=2",
4504                 "NDEBUG",
4505                 "NVALGRIND",
4506                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4507                 "WEBRTC_ENABLE_PROTOBUF=0",
4508                 "WEBRTC_RESTRICT_LOGGING",
4509                 "WEBRTC_ARCH_ARM",
4510                 "WEBRTC_ARCH_ARM_V7",
4511                 "WEBRTC_HAS_NEON",
4512                 "WEBRTC_MOZILLA_BUILD",
4513                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4514                 "WEBRTC_POSIX",
4515                 "WEBRTC_BSD"
4516             ],
4517             "deps": [
4518                 "//:webrtc_common",
4519                 "//rtc_base:rtc_base_approved",
4520                 "//system_wrappers:system_wrappers"
4521             ],
4522             "include_dirs": [
4523                 "//",
4524                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4525                 "//common_audio/resampler/include/",
4526                 "//common_audio/signal_processing/include/",
4527                 "//common_audio/vad/include/"
4528             ],
4529             "libs": [],
4530             "sources": [
4531                 "//common_audio/signal_processing/dot_product_with_scale.cc",
4532                 "//common_audio/signal_processing/dot_product_with_scale.h"
4533             ],
4534             "type": "source_set"
4535         },
4536         "//common_audio:common_audio_neon": {
4537             "cflags": [
4538                 "-mfpu=neon",
4539                 "-fno-strict-aliasing",
4540                 "--param=ssp-buffer-size=4",
4541                 "-fstack-protector",
4542                 "-Wno-builtin-macro-redefined",
4543                 "-D__DATE__=",
4544                 "-D__TIME__=",
4545                 "-D__TIMESTAMP__=",
4546                 "-funwind-tables",
4547                 "-fcolor-diagnostics",
4548                 "--target=arm-linux-gnueabihf",
4549                 "-march=armv7-a",
4550                 "-mfloat-abi=hard",
4551                 "-mtune=generic-armv7-a",
4552                 "-mthumb",
4553                 "-Wall",
4554                 "-Werror",
4555                 "-Wextra",
4556                 "-Wno-missing-field-initializers",
4557                 "-Wno-unused-parameter",
4558                 "-Wno-c++11-narrowing",
4559                 "-Wno-covered-switch-default",
4560                 "-Wno-unneeded-internal-declaration",
4561                 "-Wno-inconsistent-missing-override",
4562                 "-Wno-undefined-var-template",
4563                 "-Wno-nonportable-include-path",
4564                 "-Wno-address-of-packed-member",
4565                 "-Wno-unused-lambda-capture",
4566                 "-Wno-user-defined-warnings",
4567                 "-O2",
4568                 "-fno-ident",
4569                 "-fdata-sections",
4570                 "-ffunction-sections",
4571                 "-fomit-frame-pointer",
4572                 "-g2",
4573                 "-fvisibility=hidden",
4574                 "-Wheader-hygiene",
4575                 "-Wstring-conversion",
4576                 "-Wtautological-overlap-compare",
4577                 "-Wextra",
4578                 "-Wno-unused-parameter",
4579                 "-Wno-missing-field-initializers",
4580                 "-Wno-strict-overflow",
4581                 "-Wc++11-narrowing",
4582                 "-Wimplicit-fallthrough",
4583                 "-Wthread-safety",
4584                 "-Winconsistent-missing-override",
4585                 "-Wundef",
4586                 "-Wunused-lambda-capture"
4587             ],
4588             "defines": [
4589                 "V8_DEPRECATION_WARNINGS",
4590                 "USE_X11=1",
4591                 "CHROMIUM_BUILD",
4592                 "_FILE_OFFSET_BITS=64",
4593                 "_FORTIFY_SOURCE=2",
4594                 "NDEBUG",
4595                 "NVALGRIND",
4596                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4597                 "WEBRTC_ENABLE_PROTOBUF=0",
4598                 "WEBRTC_RESTRICT_LOGGING",
4599                 "WEBRTC_ARCH_ARM",
4600                 "WEBRTC_ARCH_ARM_V7",
4601                 "WEBRTC_HAS_NEON",
4602                 "WEBRTC_MOZILLA_BUILD",
4603                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4604                 "WEBRTC_POSIX",
4605                 "WEBRTC_BSD"
4606             ],
4607             "deps": [
4608                 "//common_audio:common_audio_neon_c",
4609                 "//common_audio:fir_filter",
4610                 "//common_audio:sinc_resampler",
4611                 "//rtc_base:rtc_base_approved",
4612                 "//system_wrappers:system_wrappers"
4613             ],
4614             "include_dirs": [
4615                 "//",
4616                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4617             ],
4618             "libs": [],
4619             "sources": [
4620                 "//common_audio/fir_filter_neon.cc",
4621                 "//common_audio/fir_filter_neon.h",
4622                 "//common_audio/resampler/sinc_resampler_neon.cc"
4623             ],
4624             "type": "static_library"
4625         },
4626         "//common_audio:common_audio_neon_c": {
4627             "cflags": [
4628                 "-mfpu=neon",
4629                 "-fno-strict-aliasing",
4630                 "--param=ssp-buffer-size=4",
4631                 "-fstack-protector",
4632                 "-Wno-builtin-macro-redefined",
4633                 "-D__DATE__=",
4634                 "-D__TIME__=",
4635                 "-D__TIMESTAMP__=",
4636                 "-funwind-tables",
4637                 "-fcolor-diagnostics",
4638                 "--target=arm-linux-gnueabihf",
4639                 "-march=armv7-a",
4640                 "-mfloat-abi=hard",
4641                 "-mtune=generic-armv7-a",
4642                 "-mthumb",
4643                 "-Wall",
4644                 "-Werror",
4645                 "-Wextra",
4646                 "-Wno-missing-field-initializers",
4647                 "-Wno-unused-parameter",
4648                 "-Wno-c++11-narrowing",
4649                 "-Wno-covered-switch-default",
4650                 "-Wno-unneeded-internal-declaration",
4651                 "-Wno-inconsistent-missing-override",
4652                 "-Wno-undefined-var-template",
4653                 "-Wno-nonportable-include-path",
4654                 "-Wno-address-of-packed-member",
4655                 "-Wno-unused-lambda-capture",
4656                 "-Wno-user-defined-warnings",
4657                 "-O2",
4658                 "-fno-ident",
4659                 "-fdata-sections",
4660                 "-ffunction-sections",
4661                 "-fomit-frame-pointer",
4662                 "-g2",
4663                 "-fvisibility=hidden",
4664                 "-Wheader-hygiene",
4665                 "-Wstring-conversion",
4666                 "-Wtautological-overlap-compare",
4667                 "-Wextra",
4668                 "-Wno-unused-parameter",
4669                 "-Wno-missing-field-initializers",
4670                 "-Wno-strict-overflow",
4671                 "-Wc++11-narrowing",
4672                 "-Wimplicit-fallthrough",
4673                 "-Wthread-safety",
4674                 "-Winconsistent-missing-override",
4675                 "-Wundef",
4676                 "-Wunused-lambda-capture"
4677             ],
4678             "defines": [
4679                 "V8_DEPRECATION_WARNINGS",
4680                 "USE_X11=1",
4681                 "CHROMIUM_BUILD",
4682                 "_FILE_OFFSET_BITS=64",
4683                 "_FORTIFY_SOURCE=2",
4684                 "NDEBUG",
4685                 "NVALGRIND",
4686                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4687                 "WEBRTC_ENABLE_PROTOBUF=0",
4688                 "WEBRTC_RESTRICT_LOGGING",
4689                 "WEBRTC_ARCH_ARM",
4690                 "WEBRTC_ARCH_ARM_V7",
4691                 "WEBRTC_HAS_NEON",
4692                 "WEBRTC_MOZILLA_BUILD",
4693                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4694                 "WEBRTC_POSIX",
4695                 "WEBRTC_BSD"
4696             ],
4697             "deps": [
4698                 "//common_audio:common_audio_c",
4699                 "//rtc_base:rtc_base_approved"
4700             ],
4701             "include_dirs": [
4702                 "//",
4703                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
4704                 "//common_audio/resampler/include/",
4705                 "//common_audio/signal_processing/include/",
4706                 "//common_audio/vad/include/"
4707             ],
4708             "libs": [],
4709             "sources": [
4710                 "//common_audio/signal_processing/cross_correlation_neon.c",
4711                 "//common_audio/signal_processing/downsample_fast_neon.c",
4712                 "//common_audio/signal_processing/min_max_operations_neon.c"
4713             ],
4714             "type": "source_set"
4715         },
4716         "//common_audio:fir_filter": {
4717             "cflags": [
4718                 "-fno-strict-aliasing",
4719                 "--param=ssp-buffer-size=4",
4720                 "-fstack-protector",
4721                 "-Wno-builtin-macro-redefined",
4722                 "-D__DATE__=",
4723                 "-D__TIME__=",
4724                 "-D__TIMESTAMP__=",
4725                 "-funwind-tables",
4726                 "-fcolor-diagnostics",
4727                 "--target=arm-linux-gnueabihf",
4728                 "-march=armv7-a",
4729                 "-mfloat-abi=hard",
4730                 "-mtune=generic-armv7-a",
4731                 "-mfpu=neon",
4732                 "-mthumb",
4733                 "-Wall",
4734                 "-Werror",
4735                 "-Wextra",
4736                 "-Wno-missing-field-initializers",
4737                 "-Wno-unused-parameter",
4738                 "-Wno-c++11-narrowing",
4739                 "-Wno-covered-switch-default",
4740                 "-Wno-unneeded-internal-declaration",
4741                 "-Wno-inconsistent-missing-override",
4742                 "-Wno-undefined-var-template",
4743                 "-Wno-nonportable-include-path",
4744                 "-Wno-address-of-packed-member",
4745                 "-Wno-unused-lambda-capture",
4746                 "-Wno-user-defined-warnings",
4747                 "-O2",
4748                 "-fno-ident",
4749                 "-fdata-sections",
4750                 "-ffunction-sections",
4751                 "-fomit-frame-pointer",
4752                 "-g2",
4753                 "-fvisibility=hidden",
4754                 "-Xclang",
4755                 "-add-plugin",
4756                 "-Xclang",
4757                 "find-bad-constructs",
4758                 "-Xclang",
4759                 "-plugin-arg-find-bad-constructs",
4760                 "-Xclang",
4761                 "check-auto-raw-pointer",
4762                 "-Wheader-hygiene",
4763                 "-Wstring-conversion",
4764                 "-Wtautological-overlap-compare",
4765                 "-Wextra",
4766                 "-Wno-unused-parameter",
4767                 "-Wno-missing-field-initializers",
4768                 "-Wno-strict-overflow",
4769                 "-Wc++11-narrowing",
4770                 "-Wimplicit-fallthrough",
4771                 "-Wthread-safety",
4772                 "-Winconsistent-missing-override",
4773                 "-Wundef",
4774                 "-Wunused-lambda-capture"
4775             ],
4776             "defines": [
4777                 "V8_DEPRECATION_WARNINGS",
4778                 "USE_X11=1",
4779                 "CHROMIUM_BUILD",
4780                 "_FILE_OFFSET_BITS=64",
4781                 "_FORTIFY_SOURCE=2",
4782                 "NDEBUG",
4783                 "NVALGRIND",
4784                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4785                 "WEBRTC_ENABLE_PROTOBUF=0",
4786                 "WEBRTC_RESTRICT_LOGGING",
4787                 "WEBRTC_ARCH_ARM",
4788                 "WEBRTC_ARCH_ARM_V7",
4789                 "WEBRTC_HAS_NEON",
4790                 "WEBRTC_MOZILLA_BUILD",
4791                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4792                 "WEBRTC_POSIX",
4793                 "WEBRTC_BSD"
4794             ],
4795             "deps": [],
4796             "include_dirs": [
4797                 "//",
4798                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4799             ],
4800             "libs": [],
4801             "sources": [
4802                 "//common_audio/fir_filter.h"
4803             ],
4804             "type": "source_set"
4805         },
4806         "//common_audio:fir_filter_factory": {
4807             "cflags": [
4808                 "-fno-strict-aliasing",
4809                 "--param=ssp-buffer-size=4",
4810                 "-fstack-protector",
4811                 "-Wno-builtin-macro-redefined",
4812                 "-D__DATE__=",
4813                 "-D__TIME__=",
4814                 "-D__TIMESTAMP__=",
4815                 "-funwind-tables",
4816                 "-fcolor-diagnostics",
4817                 "--target=arm-linux-gnueabihf",
4818                 "-march=armv7-a",
4819                 "-mfloat-abi=hard",
4820                 "-mtune=generic-armv7-a",
4821                 "-mfpu=neon",
4822                 "-mthumb",
4823                 "-Wall",
4824                 "-Werror",
4825                 "-Wextra",
4826                 "-Wno-missing-field-initializers",
4827                 "-Wno-unused-parameter",
4828                 "-Wno-c++11-narrowing",
4829                 "-Wno-covered-switch-default",
4830                 "-Wno-unneeded-internal-declaration",
4831                 "-Wno-inconsistent-missing-override",
4832                 "-Wno-undefined-var-template",
4833                 "-Wno-nonportable-include-path",
4834                 "-Wno-address-of-packed-member",
4835                 "-Wno-unused-lambda-capture",
4836                 "-Wno-user-defined-warnings",
4837                 "-O2",
4838                 "-fno-ident",
4839                 "-fdata-sections",
4840                 "-ffunction-sections",
4841                 "-fomit-frame-pointer",
4842                 "-g2",
4843                 "-fvisibility=hidden",
4844                 "-Xclang",
4845                 "-add-plugin",
4846                 "-Xclang",
4847                 "find-bad-constructs",
4848                 "-Xclang",
4849                 "-plugin-arg-find-bad-constructs",
4850                 "-Xclang",
4851                 "check-auto-raw-pointer",
4852                 "-Wheader-hygiene",
4853                 "-Wstring-conversion",
4854                 "-Wtautological-overlap-compare",
4855                 "-Wextra",
4856                 "-Wno-unused-parameter",
4857                 "-Wno-missing-field-initializers",
4858                 "-Wno-strict-overflow",
4859                 "-Wc++11-narrowing",
4860                 "-Wimplicit-fallthrough",
4861                 "-Wthread-safety",
4862                 "-Winconsistent-missing-override",
4863                 "-Wundef",
4864                 "-Wunused-lambda-capture"
4865             ],
4866             "defines": [
4867                 "V8_DEPRECATION_WARNINGS",
4868                 "USE_X11=1",
4869                 "CHROMIUM_BUILD",
4870                 "_FILE_OFFSET_BITS=64",
4871                 "_FORTIFY_SOURCE=2",
4872                 "NDEBUG",
4873                 "NVALGRIND",
4874                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4875                 "WEBRTC_ENABLE_PROTOBUF=0",
4876                 "WEBRTC_RESTRICT_LOGGING",
4877                 "WEBRTC_ARCH_ARM",
4878                 "WEBRTC_ARCH_ARM_V7",
4879                 "WEBRTC_HAS_NEON",
4880                 "WEBRTC_MOZILLA_BUILD",
4881                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4882                 "WEBRTC_POSIX",
4883                 "WEBRTC_BSD"
4884             ],
4885             "deps": [
4886                 "//common_audio:common_audio_neon",
4887                 "//common_audio:fir_filter",
4888                 "//rtc_base:rtc_base_approved",
4889                 "//system_wrappers:cpu_features_api"
4890             ],
4891             "include_dirs": [
4892                 "//",
4893                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4894             ],
4895             "libs": [],
4896             "sources": [
4897                 "//common_audio/fir_filter_c.cc",
4898                 "//common_audio/fir_filter_c.h",
4899                 "//common_audio/fir_filter_factory.cc",
4900                 "//common_audio/fir_filter_factory.h"
4901             ],
4902             "type": "source_set"
4903         },
4904         "//common_audio:sinc_resampler": {
4905             "cflags": [
4906                 "-fno-strict-aliasing",
4907                 "--param=ssp-buffer-size=4",
4908                 "-fstack-protector",
4909                 "-Wno-builtin-macro-redefined",
4910                 "-D__DATE__=",
4911                 "-D__TIME__=",
4912                 "-D__TIMESTAMP__=",
4913                 "-funwind-tables",
4914                 "-fcolor-diagnostics",
4915                 "--target=arm-linux-gnueabihf",
4916                 "-march=armv7-a",
4917                 "-mfloat-abi=hard",
4918                 "-mtune=generic-armv7-a",
4919                 "-mfpu=neon",
4920                 "-mthumb",
4921                 "-Wall",
4922                 "-Werror",
4923                 "-Wextra",
4924                 "-Wno-missing-field-initializers",
4925                 "-Wno-unused-parameter",
4926                 "-Wno-c++11-narrowing",
4927                 "-Wno-covered-switch-default",
4928                 "-Wno-unneeded-internal-declaration",
4929                 "-Wno-inconsistent-missing-override",
4930                 "-Wno-undefined-var-template",
4931                 "-Wno-nonportable-include-path",
4932                 "-Wno-address-of-packed-member",
4933                 "-Wno-unused-lambda-capture",
4934                 "-Wno-user-defined-warnings",
4935                 "-O2",
4936                 "-fno-ident",
4937                 "-fdata-sections",
4938                 "-ffunction-sections",
4939                 "-fomit-frame-pointer",
4940                 "-g2",
4941                 "-fvisibility=hidden",
4942                 "-Xclang",
4943                 "-add-plugin",
4944                 "-Xclang",
4945                 "find-bad-constructs",
4946                 "-Xclang",
4947                 "-plugin-arg-find-bad-constructs",
4948                 "-Xclang",
4949                 "check-auto-raw-pointer",
4950                 "-Wheader-hygiene",
4951                 "-Wstring-conversion",
4952                 "-Wtautological-overlap-compare",
4953                 "-Wextra",
4954                 "-Wno-unused-parameter",
4955                 "-Wno-missing-field-initializers",
4956                 "-Wno-strict-overflow",
4957                 "-Wc++11-narrowing",
4958                 "-Wimplicit-fallthrough",
4959                 "-Wthread-safety",
4960                 "-Winconsistent-missing-override",
4961                 "-Wundef",
4962                 "-Wunused-lambda-capture"
4963             ],
4964             "defines": [
4965                 "V8_DEPRECATION_WARNINGS",
4966                 "USE_X11=1",
4967                 "CHROMIUM_BUILD",
4968                 "_FILE_OFFSET_BITS=64",
4969                 "_FORTIFY_SOURCE=2",
4970                 "NDEBUG",
4971                 "NVALGRIND",
4972                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4973                 "WEBRTC_ENABLE_PROTOBUF=0",
4974                 "WEBRTC_RESTRICT_LOGGING",
4975                 "WEBRTC_ARCH_ARM",
4976                 "WEBRTC_ARCH_ARM_V7",
4977                 "WEBRTC_HAS_NEON",
4978                 "WEBRTC_MOZILLA_BUILD",
4979                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4980                 "WEBRTC_POSIX",
4981                 "WEBRTC_BSD"
4982             ],
4983             "deps": [
4984                 "//:webrtc_common",
4985                 "//rtc_base:gtest_prod",
4986                 "//rtc_base:rtc_base_approved",
4987                 "//system_wrappers:system_wrappers"
4988             ],
4989             "include_dirs": [
4990                 "//",
4991                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
4992             ],
4993             "libs": [],
4994             "sources": [
4995                 "//common_audio/resampler/sinc_resampler.h"
4996             ],
4997             "type": "source_set"
4998         },
4999         "//common_video:common_video": {
5000             "cflags": [
5001                 "-fno-strict-aliasing",
5002                 "--param=ssp-buffer-size=4",
5003                 "-fstack-protector",
5004                 "-Wno-builtin-macro-redefined",
5005                 "-D__DATE__=",
5006                 "-D__TIME__=",
5007                 "-D__TIMESTAMP__=",
5008                 "-funwind-tables",
5009                 "-fcolor-diagnostics",
5010                 "--target=arm-linux-gnueabihf",
5011                 "-march=armv7-a",
5012                 "-mfloat-abi=hard",
5013                 "-mtune=generic-armv7-a",
5014                 "-mfpu=neon",
5015                 "-mthumb",
5016                 "-Wall",
5017                 "-Werror",
5018                 "-Wextra",
5019                 "-Wno-missing-field-initializers",
5020                 "-Wno-unused-parameter",
5021                 "-Wno-c++11-narrowing",
5022                 "-Wno-covered-switch-default",
5023                 "-Wno-unneeded-internal-declaration",
5024                 "-Wno-inconsistent-missing-override",
5025                 "-Wno-undefined-var-template",
5026                 "-Wno-nonportable-include-path",
5027                 "-Wno-address-of-packed-member",
5028                 "-Wno-unused-lambda-capture",
5029                 "-Wno-user-defined-warnings",
5030                 "-O2",
5031                 "-fno-ident",
5032                 "-fdata-sections",
5033                 "-ffunction-sections",
5034                 "-fomit-frame-pointer",
5035                 "-g2",
5036                 "-fvisibility=hidden",
5037                 "-Wheader-hygiene",
5038                 "-Wstring-conversion",
5039                 "-Wtautological-overlap-compare",
5040                 "-Wextra",
5041                 "-Wno-unused-parameter",
5042                 "-Wno-missing-field-initializers",
5043                 "-Wno-strict-overflow",
5044                 "-Wc++11-narrowing",
5045                 "-Wimplicit-fallthrough",
5046                 "-Wthread-safety",
5047                 "-Winconsistent-missing-override",
5048                 "-Wundef",
5049                 "-Wunused-lambda-capture"
5050             ],
5051             "defines": [
5052                 "V8_DEPRECATION_WARNINGS",
5053                 "USE_X11=1",
5054                 "CHROMIUM_BUILD",
5055                 "_FILE_OFFSET_BITS=64",
5056                 "_FORTIFY_SOURCE=2",
5057                 "NDEBUG",
5058                 "NVALGRIND",
5059                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5060                 "WEBRTC_ENABLE_PROTOBUF=0",
5061                 "WEBRTC_RESTRICT_LOGGING",
5062                 "WEBRTC_ARCH_ARM",
5063                 "WEBRTC_ARCH_ARM_V7",
5064                 "WEBRTC_HAS_NEON",
5065                 "WEBRTC_MOZILLA_BUILD",
5066                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5067                 "WEBRTC_POSIX",
5068                 "WEBRTC_BSD"
5069             ],
5070             "deps": [
5071                 "//:webrtc_common",
5072                 "//api:optional",
5073                 "//api:video_frame_api",
5074                 "//api:video_frame_api_i420",
5075                 "//media:rtc_h264_profile_id",
5076                 "//modules:module_api",
5077                 "//rtc_base:rtc_base",
5078                 "//rtc_base:rtc_task_queue",
5079                 "//system_wrappers:system_wrappers"
5080             ],
5081             "include_dirs": [
5082                 "//modules/interface/",
5083                 "/media/libyuv/libyuv/include/",
5084                 "//",
5085                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
5086                 "//common_video/include/",
5087                 "/media/libyuv/libyuv/include/"
5088             ],
5089             "libs": [],
5090             "sources": [
5091                 "//common_video/bitrate_adjuster.cc",
5092                 "//common_video/h264/h264_bitstream_parser.cc",
5093                 "//common_video/h264/h264_bitstream_parser.h",
5094                 "//common_video/h264/h264_common.cc",
5095                 "//common_video/h264/h264_common.h",
5096                 "//common_video/h264/pps_parser.cc",
5097                 "//common_video/h264/pps_parser.h",
5098                 "//common_video/h264/profile_level_id.h",
5099                 "//common_video/h264/sps_parser.cc",
5100                 "//common_video/h264/sps_parser.h",
5101                 "//common_video/h264/sps_vui_rewriter.cc",
5102                 "//common_video/h264/sps_vui_rewriter.h",
5103                 "//common_video/i420_buffer_pool.cc",
5104                 "//common_video/include/bitrate_adjuster.h",
5105                 "//common_video/include/frame_callback.h",
5106                 "//common_video/include/i420_buffer_pool.h",
5107                 "//common_video/include/incoming_video_stream.h",
5108                 "//common_video/include/video_bitrate_allocator.h",
5109                 "//common_video/include/video_frame.h",
5110                 "//common_video/include/video_frame_buffer.h",
5111                 "//common_video/incoming_video_stream.cc",
5112                 "//common_video/libyuv/include/webrtc_libyuv.h",
5113                 "//common_video/libyuv/webrtc_libyuv.cc",
5114                 "//common_video/video_frame.cc",
5115                 "//common_video/video_frame_buffer.cc",
5116                 "//common_video/video_render_frames.cc",
5117                 "//common_video/video_render_frames.h"
5118             ],
5119             "type": "static_library"
5120         },
5121         "//logging:rtc_event_log_api": {
5122             "cflags": [
5123                 "-fno-strict-aliasing",
5124                 "--param=ssp-buffer-size=4",
5125                 "-fstack-protector",
5126                 "-Wno-builtin-macro-redefined",
5127                 "-D__DATE__=",
5128                 "-D__TIME__=",
5129                 "-D__TIMESTAMP__=",
5130                 "-funwind-tables",
5131                 "-fcolor-diagnostics",
5132                 "--target=arm-linux-gnueabihf",
5133                 "-march=armv7-a",
5134                 "-mfloat-abi=hard",
5135                 "-mtune=generic-armv7-a",
5136                 "-mfpu=neon",
5137                 "-mthumb",
5138                 "-Wall",
5139                 "-Werror",
5140                 "-Wextra",
5141                 "-Wno-missing-field-initializers",
5142                 "-Wno-unused-parameter",
5143                 "-Wno-c++11-narrowing",
5144                 "-Wno-covered-switch-default",
5145                 "-Wno-unneeded-internal-declaration",
5146                 "-Wno-inconsistent-missing-override",
5147                 "-Wno-undefined-var-template",
5148                 "-Wno-nonportable-include-path",
5149                 "-Wno-address-of-packed-member",
5150                 "-Wno-unused-lambda-capture",
5151                 "-Wno-user-defined-warnings",
5152                 "-O2",
5153                 "-fno-ident",
5154                 "-fdata-sections",
5155                 "-ffunction-sections",
5156                 "-fomit-frame-pointer",
5157                 "-g2",
5158                 "-fvisibility=hidden",
5159                 "-Wheader-hygiene",
5160                 "-Wstring-conversion",
5161                 "-Wtautological-overlap-compare",
5162                 "-Wextra",
5163                 "-Wno-unused-parameter",
5164                 "-Wno-missing-field-initializers",
5165                 "-Wno-strict-overflow",
5166                 "-Wc++11-narrowing",
5167                 "-Wimplicit-fallthrough",
5168                 "-Wthread-safety",
5169                 "-Winconsistent-missing-override",
5170                 "-Wundef",
5171                 "-Wunused-lambda-capture"
5172             ],
5173             "defines": [
5174                 "V8_DEPRECATION_WARNINGS",
5175                 "USE_X11=1",
5176                 "CHROMIUM_BUILD",
5177                 "_FILE_OFFSET_BITS=64",
5178                 "_FORTIFY_SOURCE=2",
5179                 "NDEBUG",
5180                 "NVALGRIND",
5181                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5182                 "WEBRTC_ENABLE_PROTOBUF=0",
5183                 "WEBRTC_RESTRICT_LOGGING",
5184                 "WEBRTC_ARCH_ARM",
5185                 "WEBRTC_ARCH_ARM_V7",
5186                 "WEBRTC_HAS_NEON",
5187                 "WEBRTC_MOZILLA_BUILD",
5188                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5189                 "WEBRTC_POSIX",
5190                 "WEBRTC_BSD"
5191             ],
5192             "deps": [
5193                 "//:webrtc_common",
5194                 "//api:array_view",
5195                 "//call:video_stream_api",
5196                 "//modules/audio_coding:audio_network_adaptor_config",
5197                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
5198                 "//modules/rtp_rtcp:rtp_rtcp_format",
5199                 "//rtc_base:rtc_base_approved",
5200                 "//system_wrappers:system_wrappers"
5201             ],
5202             "include_dirs": [
5203                 "//",
5204                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5205             ],
5206             "libs": [],
5207             "sources": [
5208                 "//logging/rtc_event_log/events/rtc_event.h",
5209                 "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc",
5210                 "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h",
5211                 "//logging/rtc_event_log/events/rtc_event_audio_playout.cc",
5212                 "//logging/rtc_event_log/events/rtc_event_audio_playout.h",
5213                 "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc",
5214                 "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h",
5215                 "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc",
5216                 "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h",
5217                 "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc",
5218                 "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h",
5219                 "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc",
5220                 "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h",
5221                 "//logging/rtc_event_log/events/rtc_event_logging_started.cc",
5222                 "//logging/rtc_event_log/events/rtc_event_logging_started.h",
5223                 "//logging/rtc_event_log/events/rtc_event_logging_stopped.cc",
5224                 "//logging/rtc_event_log/events/rtc_event_logging_stopped.h",
5225                 "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc",
5226                 "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.h",
5227                 "//logging/rtc_event_log/events/rtc_event_probe_result_failure.cc",
5228                 "//logging/rtc_event_log/events/rtc_event_probe_result_failure.h",
5229                 "//logging/rtc_event_log/events/rtc_event_probe_result_success.cc",
5230                 "//logging/rtc_event_log/events/rtc_event_probe_result_success.h",
5231                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc",
5232                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h",
5233                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc",
5234                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h",
5235                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc",
5236                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h",
5237                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc",
5238                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h",
5239                 "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc",
5240                 "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h",
5241                 "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc",
5242                 "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.h",
5243                 "//logging/rtc_event_log/output/rtc_event_log_output_file.cc",
5244                 "//logging/rtc_event_log/output/rtc_event_log_output_file.h",
5245                 "//logging/rtc_event_log/rtc_event_log.h",
5246                 "//logging/rtc_event_log/rtc_event_log_factory_interface.h",
5247                 "//logging/rtc_event_log/rtc_stream_config.cc",
5248                 "//logging/rtc_event_log/rtc_stream_config.h"
5249             ],
5250             "type": "source_set"
5251         },
5252         "//logging:rtc_event_log_impl": {
5253             "cflags": [
5254                 "-fno-strict-aliasing",
5255                 "--param=ssp-buffer-size=4",
5256                 "-fstack-protector",
5257                 "-Wno-builtin-macro-redefined",
5258                 "-D__DATE__=",
5259                 "-D__TIME__=",
5260                 "-D__TIMESTAMP__=",
5261                 "-funwind-tables",
5262                 "-fcolor-diagnostics",
5263                 "--target=arm-linux-gnueabihf",
5264                 "-march=armv7-a",
5265                 "-mfloat-abi=hard",
5266                 "-mtune=generic-armv7-a",
5267                 "-mfpu=neon",
5268                 "-mthumb",
5269                 "-Wall",
5270                 "-Werror",
5271                 "-Wextra",
5272                 "-Wno-missing-field-initializers",
5273                 "-Wno-unused-parameter",
5274                 "-Wno-c++11-narrowing",
5275                 "-Wno-covered-switch-default",
5276                 "-Wno-unneeded-internal-declaration",
5277                 "-Wno-inconsistent-missing-override",
5278                 "-Wno-undefined-var-template",
5279                 "-Wno-nonportable-include-path",
5280                 "-Wno-address-of-packed-member",
5281                 "-Wno-unused-lambda-capture",
5282                 "-Wno-user-defined-warnings",
5283                 "-O2",
5284                 "-fno-ident",
5285                 "-fdata-sections",
5286                 "-ffunction-sections",
5287                 "-fomit-frame-pointer",
5288                 "-g2",
5289                 "-fvisibility=hidden",
5290                 "-Wheader-hygiene",
5291                 "-Wstring-conversion",
5292                 "-Wtautological-overlap-compare",
5293                 "-Wextra",
5294                 "-Wno-unused-parameter",
5295                 "-Wno-missing-field-initializers",
5296                 "-Wno-strict-overflow",
5297                 "-Wc++11-narrowing",
5298                 "-Wimplicit-fallthrough",
5299                 "-Wthread-safety",
5300                 "-Winconsistent-missing-override",
5301                 "-Wundef",
5302                 "-Wunused-lambda-capture"
5303             ],
5304             "defines": [
5305                 "V8_DEPRECATION_WARNINGS",
5306                 "USE_X11=1",
5307                 "CHROMIUM_BUILD",
5308                 "_FILE_OFFSET_BITS=64",
5309                 "_FORTIFY_SOURCE=2",
5310                 "NDEBUG",
5311                 "NVALGRIND",
5312                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5313                 "WEBRTC_ENABLE_PROTOBUF=0",
5314                 "WEBRTC_RESTRICT_LOGGING",
5315                 "WEBRTC_ARCH_ARM",
5316                 "WEBRTC_ARCH_ARM_V7",
5317                 "WEBRTC_HAS_NEON",
5318                 "WEBRTC_MOZILLA_BUILD",
5319                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5320                 "WEBRTC_POSIX",
5321                 "WEBRTC_BSD"
5322             ],
5323             "deps": [
5324                 "//:webrtc_common",
5325                 "//logging:rtc_event_log_api",
5326                 "//modules/audio_coding:audio_network_adaptor",
5327                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
5328                 "//modules/rtp_rtcp:rtp_rtcp",
5329                 "//rtc_base:protobuf_utils",
5330                 "//rtc_base:rtc_base_approved",
5331                 "//rtc_base:rtc_task_queue",
5332                 "//rtc_base:sequenced_task_checker",
5333                 "//system_wrappers:system_wrappers"
5334             ],
5335             "include_dirs": [
5336                 "//",
5337                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5338             ],
5339             "libs": [],
5340             "sources": [
5341                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder.h",
5342                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.cc",
5343                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h",
5344                 "//logging/rtc_event_log/rtc_event_log.cc",
5345                 "//logging/rtc_event_log/rtc_event_log_factory.cc",
5346                 "//logging/rtc_event_log/rtc_event_log_factory.h"
5347             ],
5348             "type": "static_library"
5349         },
5350         "//media:rtc_audio_video": {
5351             "cflags": [
5352                 "-fno-strict-aliasing",
5353                 "--param=ssp-buffer-size=4",
5354                 "-fstack-protector",
5355                 "-Wno-builtin-macro-redefined",
5356                 "-D__DATE__=",
5357                 "-D__TIME__=",
5358                 "-D__TIMESTAMP__=",
5359                 "-funwind-tables",
5360                 "-fcolor-diagnostics",
5361                 "--target=arm-linux-gnueabihf",
5362                 "-march=armv7-a",
5363                 "-mfloat-abi=hard",
5364                 "-mtune=generic-armv7-a",
5365                 "-mfpu=neon",
5366                 "-mthumb",
5367                 "-Wall",
5368                 "-Werror",
5369                 "-Wextra",
5370                 "-Wno-missing-field-initializers",
5371                 "-Wno-unused-parameter",
5372                 "-Wno-c++11-narrowing",
5373                 "-Wno-covered-switch-default",
5374                 "-Wno-unneeded-internal-declaration",
5375                 "-Wno-inconsistent-missing-override",
5376                 "-Wno-undefined-var-template",
5377                 "-Wno-nonportable-include-path",
5378                 "-Wno-address-of-packed-member",
5379                 "-Wno-unused-lambda-capture",
5380                 "-Wno-user-defined-warnings",
5381                 "-O2",
5382                 "-fno-ident",
5383                 "-fdata-sections",
5384                 "-ffunction-sections",
5385                 "-fomit-frame-pointer",
5386                 "-g2",
5387                 "-fvisibility=hidden",
5388                 "-Wheader-hygiene",
5389                 "-Wstring-conversion",
5390                 "-Wtautological-overlap-compare",
5391                 "-Wextra",
5392                 "-Wno-unused-parameter",
5393                 "-Wno-missing-field-initializers",
5394                 "-Wno-strict-overflow",
5395                 "-Wc++11-narrowing",
5396                 "-Wimplicit-fallthrough",
5397                 "-Wthread-safety",
5398                 "-Winconsistent-missing-override",
5399                 "-Wundef",
5400                 "-Wunused-lambda-capture",
5401                 "-Wno-deprecated-declarations"
5402             ],
5403             "defines": [
5404                 "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
5405                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
5406                 "V8_DEPRECATION_WARNINGS",
5407                 "USE_X11=1",
5408                 "CHROMIUM_BUILD",
5409                 "_FILE_OFFSET_BITS=64",
5410                 "_FORTIFY_SOURCE=2",
5411                 "NDEBUG",
5412                 "NVALGRIND",
5413                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5414                 "WEBRTC_ENABLE_PROTOBUF=0",
5415                 "WEBRTC_RESTRICT_LOGGING",
5416                 "WEBRTC_ARCH_ARM",
5417                 "WEBRTC_ARCH_ARM_V7",
5418                 "WEBRTC_HAS_NEON",
5419                 "WEBRTC_MOZILLA_BUILD",
5420                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5421                 "WEBRTC_POSIX",
5422                 "WEBRTC_BSD",
5423                 "HAVE_WEBRTC_VIDEO",
5424                 "HAVE_WEBRTC_VOICE"
5425             ],
5426             "deps": [
5427                 "//:webrtc_common",
5428                 "//api:call_api",
5429                 "//api:optional",
5430                 "//api:transport_api",
5431                 "//api:video_frame_api",
5432                 "//api:video_frame_api_i420",
5433                 "//api/audio_codecs:audio_codecs_api",
5434                 "//api/video_codecs:video_codecs_api",
5435                 "//call:call",
5436                 "//call:video_stream_api",
5437                 "//common_video:common_video",
5438                 "//media:rtc_media_base",
5439                 "//modules/audio_coding:rent_a_codec",
5440                 "//modules/audio_device:audio_device",
5441                 "//modules/audio_mixer:audio_mixer_impl",
5442                 "//modules/audio_processing:audio_processing",
5443                 "//modules/audio_processing/aec_dump:aec_dump",
5444                 "//modules/audio_processing/aec_dump:null_aec_dump_factory",
5445                 "//modules/video_capture:video_capture_internal_impl",
5446                 "//modules/video_capture:video_capture_module",
5447                 "//modules/video_coding:video_coding",
5448                 "//modules/video_coding:video_coding_utility",
5449                 "//modules/video_coding:webrtc_h264",
5450                 "//modules/video_coding:webrtc_vp8",
5451                 "//modules/video_coding:webrtc_vp9",
5452                 "//rtc_base:rtc_base",
5453                 "//rtc_base:rtc_base_approved",
5454                 "//rtc_base:rtc_task_queue",
5455                 "//rtc_base:sequenced_task_checker",
5456                 "//system_wrappers:system_wrappers",
5457                 "//video:video",
5458                 "//voice_engine:voice_engine"
5459             ],
5460             "include_dirs": [
5461                 "/media/libyuv/libyuv/include/",
5462                 "//",
5463                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
5464                 "//common_video/include/",
5465                 "/media/libyuv/libyuv/include/",
5466                 "//modules/include/",
5467                 "//modules/audio_device/include/",
5468                 "//modules/audio_device/dummy/",
5469                 "//modules/audio_coding/include/",
5470                 "//modules/include/"
5471             ],
5472             "libs": [],
5473             "sources": [
5474                 "//media/engine/adm_helpers.cc",
5475                 "//media/engine/adm_helpers.h",
5476                 "//media/engine/apm_helpers.cc",
5477                 "//media/engine/apm_helpers.h",
5478                 "//media/engine/constants.cc",
5479                 "//media/engine/constants.h",
5480                 "//media/engine/convert_legacy_video_factory.cc",
5481                 "//media/engine/convert_legacy_video_factory.h",
5482                 "//media/engine/internaldecoderfactory.cc",
5483                 "//media/engine/internaldecoderfactory.h",
5484                 "//media/engine/internalencoderfactory.cc",
5485                 "//media/engine/internalencoderfactory.h",
5486                 "//media/engine/nullwebrtcvideoengine.h",
5487                 "//media/engine/payload_type_mapper.cc",
5488                 "//media/engine/payload_type_mapper.h",
5489                 "//media/engine/scopedvideodecoder.cc",
5490                 "//media/engine/scopedvideodecoder.h",
5491                 "//media/engine/scopedvideoencoder.cc",
5492                 "//media/engine/scopedvideoencoder.h",
5493                 "//media/engine/simulcast.cc",
5494                 "//media/engine/simulcast.h",
5495                 "//media/engine/simulcast_encoder_adapter.cc",
5496                 "//media/engine/simulcast_encoder_adapter.h",
5497                 "//media/engine/videodecodersoftwarefallbackwrapper.cc",
5498                 "//media/engine/videodecodersoftwarefallbackwrapper.h",
5499                 "//media/engine/videoencodersoftwarefallbackwrapper.cc",
5500                 "//media/engine/videoencodersoftwarefallbackwrapper.h",
5501                 "//media/engine/vp8_encoder_simulcast_proxy.cc",
5502                 "//media/engine/vp8_encoder_simulcast_proxy.h",
5503                 "//media/engine/webrtcvideodecoderfactory.cc",
5504                 "//media/engine/webrtcvideodecoderfactory.h",
5505                 "//media/engine/webrtcvideoencoderfactory.cc",
5506                 "//media/engine/webrtcvideoencoderfactory.h"
5507             ],
5508             "type": "static_library"
5509         },
5510         "//media:rtc_h264_profile_id": {
5511             "cflags": [
5512                 "-fno-strict-aliasing",
5513                 "--param=ssp-buffer-size=4",
5514                 "-fstack-protector",
5515                 "-Wno-builtin-macro-redefined",
5516                 "-D__DATE__=",
5517                 "-D__TIME__=",
5518                 "-D__TIMESTAMP__=",
5519                 "-funwind-tables",
5520                 "-fcolor-diagnostics",
5521                 "--target=arm-linux-gnueabihf",
5522                 "-march=armv7-a",
5523                 "-mfloat-abi=hard",
5524                 "-mtune=generic-armv7-a",
5525                 "-mfpu=neon",
5526                 "-mthumb",
5527                 "-Wall",
5528                 "-Werror",
5529                 "-Wextra",
5530                 "-Wno-missing-field-initializers",
5531                 "-Wno-unused-parameter",
5532                 "-Wno-c++11-narrowing",
5533                 "-Wno-covered-switch-default",
5534                 "-Wno-unneeded-internal-declaration",
5535                 "-Wno-inconsistent-missing-override",
5536                 "-Wno-undefined-var-template",
5537                 "-Wno-nonportable-include-path",
5538                 "-Wno-address-of-packed-member",
5539                 "-Wno-unused-lambda-capture",
5540                 "-Wno-user-defined-warnings",
5541                 "-O2",
5542                 "-fno-ident",
5543                 "-fdata-sections",
5544                 "-ffunction-sections",
5545                 "-fomit-frame-pointer",
5546                 "-g2",
5547                 "-fvisibility=hidden",
5548                 "-Wheader-hygiene",
5549                 "-Wstring-conversion",
5550                 "-Wtautological-overlap-compare",
5551                 "-Wextra",
5552                 "-Wno-unused-parameter",
5553                 "-Wno-missing-field-initializers",
5554                 "-Wno-strict-overflow",
5555                 "-Wc++11-narrowing",
5556                 "-Wimplicit-fallthrough",
5557                 "-Wthread-safety",
5558                 "-Winconsistent-missing-override",
5559                 "-Wundef",
5560                 "-Wunused-lambda-capture"
5561             ],
5562             "defines": [
5563                 "V8_DEPRECATION_WARNINGS",
5564                 "USE_X11=1",
5565                 "CHROMIUM_BUILD",
5566                 "_FILE_OFFSET_BITS=64",
5567                 "_FORTIFY_SOURCE=2",
5568                 "NDEBUG",
5569                 "NVALGRIND",
5570                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5571                 "WEBRTC_ENABLE_PROTOBUF=0",
5572                 "WEBRTC_RESTRICT_LOGGING",
5573                 "WEBRTC_ARCH_ARM",
5574                 "WEBRTC_ARCH_ARM_V7",
5575                 "WEBRTC_HAS_NEON",
5576                 "WEBRTC_MOZILLA_BUILD",
5577                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5578                 "WEBRTC_POSIX",
5579                 "WEBRTC_BSD"
5580             ],
5581             "deps": [
5582                 "//:webrtc_common",
5583                 "//api:optional",
5584                 "//rtc_base:rtc_base",
5585                 "//rtc_base:rtc_base_approved"
5586             ],
5587             "include_dirs": [
5588                 "//",
5589                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5590             ],
5591             "libs": [],
5592             "sources": [
5593                 "//media/base/h264_profile_level_id.cc",
5594                 "//media/base/h264_profile_level_id.h"
5595             ],
5596             "type": "source_set"
5597         },
5598         "//media:rtc_media": {
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=arm-linux-gnueabihf",
5610                 "-march=armv7-a",
5611                 "-mfloat-abi=hard",
5612                 "-mtune=generic-armv7-a",
5613                 "-mfpu=neon",
5614                 "-mthumb",
5615                 "-Wall",
5616                 "-Werror",
5617                 "-Wextra",
5618                 "-Wno-missing-field-initializers",
5619                 "-Wno-unused-parameter",
5620                 "-Wno-c++11-narrowing",
5621                 "-Wno-covered-switch-default",
5622                 "-Wno-unneeded-internal-declaration",
5623                 "-Wno-inconsistent-missing-override",
5624                 "-Wno-undefined-var-template",
5625                 "-Wno-nonportable-include-path",
5626                 "-Wno-address-of-packed-member",
5627                 "-Wno-unused-lambda-capture",
5628                 "-Wno-user-defined-warnings",
5629                 "-O2",
5630                 "-fno-ident",
5631                 "-fdata-sections",
5632                 "-ffunction-sections",
5633                 "-fomit-frame-pointer",
5634                 "-g2",
5635                 "-fvisibility=hidden",
5636                 "-Xclang",
5637                 "-add-plugin",
5638                 "-Xclang",
5639                 "find-bad-constructs",
5640                 "-Xclang",
5641                 "-plugin-arg-find-bad-constructs",
5642                 "-Xclang",
5643                 "check-auto-raw-pointer",
5644                 "-Wheader-hygiene",
5645                 "-Wstring-conversion",
5646                 "-Wtautological-overlap-compare",
5647                 "-Wextra",
5648                 "-Wno-unused-parameter",
5649                 "-Wno-missing-field-initializers",
5650                 "-Wno-strict-overflow",
5651                 "-Wc++11-narrowing",
5652                 "-Wimplicit-fallthrough",
5653                 "-Wthread-safety",
5654                 "-Winconsistent-missing-override",
5655                 "-Wundef",
5656                 "-Wunused-lambda-capture"
5657             ],
5658             "defines": [
5659                 "V8_DEPRECATION_WARNINGS",
5660                 "USE_X11=1",
5661                 "CHROMIUM_BUILD",
5662                 "_FILE_OFFSET_BITS=64",
5663                 "_FORTIFY_SOURCE=2",
5664                 "NDEBUG",
5665                 "NVALGRIND",
5666                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5667                 "WEBRTC_ENABLE_PROTOBUF=0",
5668                 "WEBRTC_RESTRICT_LOGGING",
5669                 "WEBRTC_ARCH_ARM",
5670                 "WEBRTC_ARCH_ARM_V7",
5671                 "WEBRTC_HAS_NEON",
5672                 "WEBRTC_MOZILLA_BUILD",
5673                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5674                 "WEBRTC_POSIX",
5675                 "WEBRTC_BSD",
5676                 "HAVE_WEBRTC_VIDEO",
5677                 "HAVE_WEBRTC_VOICE"
5678             ],
5679             "deps": [
5680                 "//media:rtc_audio_video"
5681             ],
5682             "include_dirs": [
5683                 "//",
5684                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5685             ],
5686             "libs": [],
5687             "sources": [],
5688             "type": "source_set"
5689         },
5690         "//media:rtc_media_base": {
5691             "cflags": [
5692                 "-fno-strict-aliasing",
5693                 "--param=ssp-buffer-size=4",
5694                 "-fstack-protector",
5695                 "-Wno-builtin-macro-redefined",
5696                 "-D__DATE__=",
5697                 "-D__TIME__=",
5698                 "-D__TIMESTAMP__=",
5699                 "-funwind-tables",
5700                 "-fcolor-diagnostics",
5701                 "--target=arm-linux-gnueabihf",
5702                 "-march=armv7-a",
5703                 "-mfloat-abi=hard",
5704                 "-mtune=generic-armv7-a",
5705                 "-mfpu=neon",
5706                 "-mthumb",
5707                 "-Wall",
5708                 "-Werror",
5709                 "-Wextra",
5710                 "-Wno-missing-field-initializers",
5711                 "-Wno-unused-parameter",
5712                 "-Wno-c++11-narrowing",
5713                 "-Wno-covered-switch-default",
5714                 "-Wno-unneeded-internal-declaration",
5715                 "-Wno-inconsistent-missing-override",
5716                 "-Wno-undefined-var-template",
5717                 "-Wno-nonportable-include-path",
5718                 "-Wno-address-of-packed-member",
5719                 "-Wno-unused-lambda-capture",
5720                 "-Wno-user-defined-warnings",
5721                 "-O2",
5722                 "-fno-ident",
5723                 "-fdata-sections",
5724                 "-ffunction-sections",
5725                 "-fomit-frame-pointer",
5726                 "-g2",
5727                 "-fvisibility=hidden",
5728                 "-Wheader-hygiene",
5729                 "-Wstring-conversion",
5730                 "-Wtautological-overlap-compare",
5731                 "-Wextra",
5732                 "-Wno-unused-parameter",
5733                 "-Wno-missing-field-initializers",
5734                 "-Wno-strict-overflow",
5735                 "-Wc++11-narrowing",
5736                 "-Wimplicit-fallthrough",
5737                 "-Wthread-safety",
5738                 "-Winconsistent-missing-override",
5739                 "-Wundef",
5740                 "-Wunused-lambda-capture"
5741             ],
5742             "defines": [
5743                 "V8_DEPRECATION_WARNINGS",
5744                 "USE_X11=1",
5745                 "CHROMIUM_BUILD",
5746                 "_FILE_OFFSET_BITS=64",
5747                 "_FORTIFY_SOURCE=2",
5748                 "NDEBUG",
5749                 "NVALGRIND",
5750                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5751                 "WEBRTC_ENABLE_PROTOBUF=0",
5752                 "WEBRTC_RESTRICT_LOGGING",
5753                 "WEBRTC_ARCH_ARM",
5754                 "WEBRTC_ARCH_ARM_V7",
5755                 "WEBRTC_HAS_NEON",
5756                 "WEBRTC_MOZILLA_BUILD",
5757                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5758                 "WEBRTC_POSIX",
5759                 "WEBRTC_BSD"
5760             ],
5761             "deps": [
5762                 "//:webrtc_common",
5763                 "//api:optional",
5764                 "//api:video_frame_api",
5765                 "//api:video_frame_api_i420",
5766                 "//api/audio_codecs:audio_codecs_api",
5767                 "//api/video_codecs:video_codecs_api",
5768                 "//call:call_interfaces",
5769                 "//call:video_stream_api",
5770                 "//media:rtc_h264_profile_id",
5771                 "//modules/audio_processing:audio_processing_statistics",
5772                 "//rtc_base:rtc_base",
5773                 "//rtc_base:rtc_base_approved",
5774                 "//system_wrappers:field_trial_api"
5775             ],
5776             "include_dirs": [
5777                 "/media/libyuv/libyuv/include/",
5778                 "//",
5779                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
5780             ],
5781             "libs": [],
5782             "sources": [
5783                 "//media/base/adaptedvideotracksource.cc",
5784                 "//media/base/adaptedvideotracksource.h",
5785                 "//media/base/audiosource.h",
5786                 "//media/base/codec.cc",
5787                 "//media/base/codec.h",
5788                 "//media/base/cryptoparams.h",
5789                 "//media/base/device.h",
5790                 "//media/base/mediachannel.h",
5791                 "//media/base/mediaconstants.cc",
5792                 "//media/base/mediaconstants.h",
5793                 "//media/base/mediaengine.cc",
5794                 "//media/base/mediaengine.h",
5795                 "//media/base/streamparams.cc",
5796                 "//media/base/streamparams.h",
5797                 "//media/base/videoadapter.cc",
5798                 "//media/base/videoadapter.h",
5799                 "//media/base/videobroadcaster.cc",
5800                 "//media/base/videobroadcaster.h",
5801                 "//media/base/videocapturer.cc",
5802                 "//media/base/videocapturer.h",
5803                 "//media/base/videocapturerfactory.h",
5804                 "//media/base/videocommon.cc",
5805                 "//media/base/videocommon.h",
5806                 "//media/base/videosourcebase.cc",
5807                 "//media/base/videosourcebase.h",
5808                 "//media/base/videosourceinterface.cc"
5809             ],
5810             "type": "static_library"
5811         },
5812         "//modules/audio_coding:audio_coding": {
5813             "cflags": [
5814                 "-fno-strict-aliasing",
5815                 "--param=ssp-buffer-size=4",
5816                 "-fstack-protector",
5817                 "-Wno-builtin-macro-redefined",
5818                 "-D__DATE__=",
5819                 "-D__TIME__=",
5820                 "-D__TIMESTAMP__=",
5821                 "-funwind-tables",
5822                 "-fcolor-diagnostics",
5823                 "--target=arm-linux-gnueabihf",
5824                 "-march=armv7-a",
5825                 "-mfloat-abi=hard",
5826                 "-mtune=generic-armv7-a",
5827                 "-mfpu=neon",
5828                 "-mthumb",
5829                 "-Wall",
5830                 "-Werror",
5831                 "-Wextra",
5832                 "-Wno-missing-field-initializers",
5833                 "-Wno-unused-parameter",
5834                 "-Wno-c++11-narrowing",
5835                 "-Wno-covered-switch-default",
5836                 "-Wno-unneeded-internal-declaration",
5837                 "-Wno-inconsistent-missing-override",
5838                 "-Wno-undefined-var-template",
5839                 "-Wno-nonportable-include-path",
5840                 "-Wno-address-of-packed-member",
5841                 "-Wno-unused-lambda-capture",
5842                 "-Wno-user-defined-warnings",
5843                 "-O2",
5844                 "-fno-ident",
5845                 "-fdata-sections",
5846                 "-ffunction-sections",
5847                 "-fomit-frame-pointer",
5848                 "-g2",
5849                 "-fvisibility=hidden",
5850                 "-Xclang",
5851                 "-add-plugin",
5852                 "-Xclang",
5853                 "find-bad-constructs",
5854                 "-Xclang",
5855                 "-plugin-arg-find-bad-constructs",
5856                 "-Xclang",
5857                 "check-auto-raw-pointer",
5858                 "-Wheader-hygiene",
5859                 "-Wstring-conversion",
5860                 "-Wtautological-overlap-compare",
5861                 "-Wextra",
5862                 "-Wno-unused-parameter",
5863                 "-Wno-missing-field-initializers",
5864                 "-Wno-strict-overflow",
5865                 "-Wc++11-narrowing",
5866                 "-Wimplicit-fallthrough",
5867                 "-Wthread-safety",
5868                 "-Winconsistent-missing-override",
5869                 "-Wundef",
5870                 "-Wunused-lambda-capture"
5871             ],
5872             "defines": [
5873                 "WEBRTC_CODEC_ILBC",
5874                 "WEBRTC_CODEC_OPUS",
5875                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
5876                 "WEBRTC_CODEC_ISACFX",
5877                 "V8_DEPRECATION_WARNINGS",
5878                 "USE_X11=1",
5879                 "CHROMIUM_BUILD",
5880                 "_FILE_OFFSET_BITS=64",
5881                 "_FORTIFY_SOURCE=2",
5882                 "NDEBUG",
5883                 "NVALGRIND",
5884                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5885                 "WEBRTC_ENABLE_PROTOBUF=0",
5886                 "WEBRTC_RESTRICT_LOGGING",
5887                 "WEBRTC_ARCH_ARM",
5888                 "WEBRTC_ARCH_ARM_V7",
5889                 "WEBRTC_HAS_NEON",
5890                 "WEBRTC_MOZILLA_BUILD",
5891                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5892                 "WEBRTC_POSIX",
5893                 "WEBRTC_BSD"
5894             ],
5895             "deps": [
5896                 "//:webrtc_common",
5897                 "//api:array_view",
5898                 "//api:optional",
5899                 "//api/audio_codecs:audio_codecs_api",
5900                 "//api/audio_codecs:builtin_audio_decoder_factory",
5901                 "//common_audio:common_audio",
5902                 "//logging:rtc_event_log_api",
5903                 "//modules:module_api",
5904                 "//modules/audio_coding:audio_coding_module_typedefs",
5905                 "//modules/audio_coding:cng",
5906                 "//modules/audio_coding:g711",
5907                 "//modules/audio_coding:g722",
5908                 "//modules/audio_coding:ilbc",
5909                 "//modules/audio_coding:isac_fix",
5910                 "//modules/audio_coding:neteq",
5911                 "//modules/audio_coding:pcm16b",
5912                 "//modules/audio_coding:rent_a_codec",
5913                 "//modules/audio_coding:webrtc_opus",
5914                 "//rtc_base:rtc_base_approved",
5915                 "//system_wrappers:system_wrappers"
5916             ],
5917             "include_dirs": [
5918                 "//",
5919                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
5920                 "//modules/audio_coding/include/",
5921                 "//modules/include/",
5922                 "//modules/audio_coding/codecs/cng/include/",
5923                 "//modules/audio_coding/codecs/g711/include/",
5924                 "//modules/audio_coding/codecs/pcm16b/include/",
5925                 "//modules/audio_coding/codecs/ilbc/include/",
5926                 "//modules/audio_coding/codecs/isac/fix/include/",
5927                 "//modules/audio_coding/codecs/g722/include/",
5928                 "//common_audio/resampler/include/",
5929                 "//common_audio/signal_processing/include/",
5930                 "//common_audio/vad/include/"
5931             ],
5932             "libs": [],
5933             "sources": [
5934                 "//modules/audio_coding/acm2/acm_receiver.cc",
5935                 "//modules/audio_coding/acm2/acm_receiver.h",
5936                 "//modules/audio_coding/acm2/acm_resampler.cc",
5937                 "//modules/audio_coding/acm2/acm_resampler.h",
5938                 "//modules/audio_coding/acm2/audio_coding_module.cc",
5939                 "//modules/audio_coding/acm2/call_statistics.cc",
5940                 "//modules/audio_coding/acm2/call_statistics.h",
5941                 "//modules/audio_coding/acm2/codec_manager.cc",
5942                 "//modules/audio_coding/acm2/codec_manager.h",
5943                 "//modules/audio_coding/include/audio_coding_module.h"
5944             ],
5945             "type": "static_library"
5946         },
5947         "//modules/audio_coding:audio_coding_module_typedefs": {
5948             "cflags": [
5949                 "-fno-strict-aliasing",
5950                 "--param=ssp-buffer-size=4",
5951                 "-fstack-protector",
5952                 "-Wno-builtin-macro-redefined",
5953                 "-D__DATE__=",
5954                 "-D__TIME__=",
5955                 "-D__TIMESTAMP__=",
5956                 "-funwind-tables",
5957                 "-fcolor-diagnostics",
5958                 "--target=arm-linux-gnueabihf",
5959                 "-march=armv7-a",
5960                 "-mfloat-abi=hard",
5961                 "-mtune=generic-armv7-a",
5962                 "-mfpu=neon",
5963                 "-mthumb",
5964                 "-Wall",
5965                 "-Werror",
5966                 "-Wextra",
5967                 "-Wno-missing-field-initializers",
5968                 "-Wno-unused-parameter",
5969                 "-Wno-c++11-narrowing",
5970                 "-Wno-covered-switch-default",
5971                 "-Wno-unneeded-internal-declaration",
5972                 "-Wno-inconsistent-missing-override",
5973                 "-Wno-undefined-var-template",
5974                 "-Wno-nonportable-include-path",
5975                 "-Wno-address-of-packed-member",
5976                 "-Wno-unused-lambda-capture",
5977                 "-Wno-user-defined-warnings",
5978                 "-O2",
5979                 "-fno-ident",
5980                 "-fdata-sections",
5981                 "-ffunction-sections",
5982                 "-fomit-frame-pointer",
5983                 "-g2",
5984                 "-fvisibility=hidden",
5985                 "-Xclang",
5986                 "-add-plugin",
5987                 "-Xclang",
5988                 "find-bad-constructs",
5989                 "-Xclang",
5990                 "-plugin-arg-find-bad-constructs",
5991                 "-Xclang",
5992                 "check-auto-raw-pointer",
5993                 "-Wheader-hygiene",
5994                 "-Wstring-conversion",
5995                 "-Wtautological-overlap-compare",
5996                 "-Wextra",
5997                 "-Wno-unused-parameter",
5998                 "-Wno-missing-field-initializers",
5999                 "-Wno-strict-overflow",
6000                 "-Wc++11-narrowing",
6001                 "-Wimplicit-fallthrough",
6002                 "-Wthread-safety",
6003                 "-Winconsistent-missing-override",
6004                 "-Wundef",
6005                 "-Wunused-lambda-capture"
6006             ],
6007             "defines": [
6008                 "V8_DEPRECATION_WARNINGS",
6009                 "USE_X11=1",
6010                 "CHROMIUM_BUILD",
6011                 "_FILE_OFFSET_BITS=64",
6012                 "_FORTIFY_SOURCE=2",
6013                 "NDEBUG",
6014                 "NVALGRIND",
6015                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6016                 "WEBRTC_ENABLE_PROTOBUF=0",
6017                 "WEBRTC_RESTRICT_LOGGING",
6018                 "WEBRTC_ARCH_ARM",
6019                 "WEBRTC_ARCH_ARM_V7",
6020                 "WEBRTC_HAS_NEON",
6021                 "WEBRTC_MOZILLA_BUILD",
6022                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6023                 "WEBRTC_POSIX",
6024                 "WEBRTC_BSD"
6025             ],
6026             "deps": [
6027                 "//:webrtc_common",
6028                 "//modules:module_api"
6029             ],
6030             "include_dirs": [
6031                 "//",
6032                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
6033             ],
6034             "libs": [],
6035             "sources": [
6036                 "//modules/audio_coding/include/audio_coding_module_typedefs.h"
6037             ],
6038             "type": "source_set"
6039         },
6040         "//modules/audio_coding:audio_format_conversion": {
6041             "cflags": [
6042                 "-fno-strict-aliasing",
6043                 "--param=ssp-buffer-size=4",
6044                 "-fstack-protector",
6045                 "-Wno-builtin-macro-redefined",
6046                 "-D__DATE__=",
6047                 "-D__TIME__=",
6048                 "-D__TIMESTAMP__=",
6049                 "-funwind-tables",
6050                 "-fcolor-diagnostics",
6051                 "--target=arm-linux-gnueabihf",
6052                 "-march=armv7-a",
6053                 "-mfloat-abi=hard",
6054                 "-mtune=generic-armv7-a",
6055                 "-mfpu=neon",
6056                 "-mthumb",
6057                 "-Wall",
6058                 "-Werror",
6059                 "-Wextra",
6060                 "-Wno-missing-field-initializers",
6061                 "-Wno-unused-parameter",
6062                 "-Wno-c++11-narrowing",
6063                 "-Wno-covered-switch-default",
6064                 "-Wno-unneeded-internal-declaration",
6065                 "-Wno-inconsistent-missing-override",
6066                 "-Wno-undefined-var-template",
6067                 "-Wno-nonportable-include-path",
6068                 "-Wno-address-of-packed-member",
6069                 "-Wno-unused-lambda-capture",
6070                 "-Wno-user-defined-warnings",
6071                 "-O2",
6072                 "-fno-ident",
6073                 "-fdata-sections",
6074                 "-ffunction-sections",
6075                 "-fomit-frame-pointer",
6076                 "-g2",
6077                 "-fvisibility=hidden",
6078                 "-Xclang",
6079                 "-add-plugin",
6080                 "-Xclang",
6081                 "find-bad-constructs",
6082                 "-Xclang",
6083                 "-plugin-arg-find-bad-constructs",
6084                 "-Xclang",
6085                 "check-auto-raw-pointer",
6086                 "-Wheader-hygiene",
6087                 "-Wstring-conversion",
6088                 "-Wtautological-overlap-compare",
6089                 "-Wextra",
6090                 "-Wno-unused-parameter",
6091                 "-Wno-missing-field-initializers",
6092                 "-Wno-strict-overflow",
6093                 "-Wc++11-narrowing",
6094                 "-Wimplicit-fallthrough",
6095                 "-Wthread-safety",
6096                 "-Winconsistent-missing-override",
6097                 "-Wundef",
6098                 "-Wunused-lambda-capture"
6099             ],
6100             "defines": [
6101                 "V8_DEPRECATION_WARNINGS",
6102                 "USE_X11=1",
6103                 "CHROMIUM_BUILD",
6104                 "_FILE_OFFSET_BITS=64",
6105                 "_FORTIFY_SOURCE=2",
6106                 "NDEBUG",
6107                 "NVALGRIND",
6108                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6109                 "WEBRTC_ENABLE_PROTOBUF=0",
6110                 "WEBRTC_RESTRICT_LOGGING",
6111                 "WEBRTC_ARCH_ARM",
6112                 "WEBRTC_ARCH_ARM_V7",
6113                 "WEBRTC_HAS_NEON",
6114                 "WEBRTC_MOZILLA_BUILD",
6115                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6116                 "WEBRTC_POSIX",
6117                 "WEBRTC_BSD"
6118             ],
6119             "deps": [
6120                 "//:webrtc_common",
6121                 "//api:array_view",
6122                 "//api:optional",
6123                 "//api/audio_codecs:audio_codecs_api",
6124                 "//rtc_base:rtc_base_approved"
6125             ],
6126             "include_dirs": [
6127                 "//",
6128                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
6129             ],
6130             "libs": [],
6131             "sources": [
6132                 "//modules/audio_coding/codecs/audio_format_conversion.cc",
6133                 "//modules/audio_coding/codecs/audio_format_conversion.h"
6134             ],
6135             "type": "static_library"
6136         },
6137         "//modules/audio_coding:audio_network_adaptor": {
6138             "cflags": [
6139                 "-fno-strict-aliasing",
6140                 "--param=ssp-buffer-size=4",
6141                 "-fstack-protector",
6142                 "-Wno-builtin-macro-redefined",
6143                 "-D__DATE__=",
6144                 "-D__TIME__=",
6145                 "-D__TIMESTAMP__=",
6146                 "-funwind-tables",
6147                 "-fcolor-diagnostics",
6148                 "--target=arm-linux-gnueabihf",
6149                 "-march=armv7-a",
6150                 "-mfloat-abi=hard",
6151                 "-mtune=generic-armv7-a",
6152                 "-mfpu=neon",
6153                 "-mthumb",
6154                 "-Wall",
6155                 "-Werror",
6156                 "-Wextra",
6157                 "-Wno-missing-field-initializers",
6158                 "-Wno-unused-parameter",
6159                 "-Wno-c++11-narrowing",
6160                 "-Wno-covered-switch-default",
6161                 "-Wno-unneeded-internal-declaration",
6162                 "-Wno-inconsistent-missing-override",
6163                 "-Wno-undefined-var-template",
6164                 "-Wno-nonportable-include-path",
6165                 "-Wno-address-of-packed-member",
6166                 "-Wno-unused-lambda-capture",
6167                 "-Wno-user-defined-warnings",
6168                 "-O2",
6169                 "-fno-ident",
6170                 "-fdata-sections",
6171                 "-ffunction-sections",
6172                 "-fomit-frame-pointer",
6173                 "-g2",
6174                 "-fvisibility=hidden",
6175                 "-Wheader-hygiene",
6176                 "-Wstring-conversion",
6177                 "-Wtautological-overlap-compare",
6178                 "-Wextra",
6179                 "-Wno-unused-parameter",
6180                 "-Wno-missing-field-initializers",
6181                 "-Wno-strict-overflow",
6182                 "-Wc++11-narrowing",
6183                 "-Wimplicit-fallthrough",
6184                 "-Wthread-safety",
6185                 "-Winconsistent-missing-override",
6186                 "-Wundef",
6187                 "-Wunused-lambda-capture"
6188             ],
6189             "defines": [
6190                 "V8_DEPRECATION_WARNINGS",
6191                 "USE_X11=1",
6192                 "CHROMIUM_BUILD",
6193                 "_FILE_OFFSET_BITS=64",
6194                 "_FORTIFY_SOURCE=2",
6195                 "NDEBUG",
6196                 "NVALGRIND",
6197                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6198                 "WEBRTC_ENABLE_PROTOBUF=0",
6199                 "WEBRTC_RESTRICT_LOGGING",
6200                 "WEBRTC_ARCH_ARM",
6201                 "WEBRTC_ARCH_ARM_V7",
6202                 "WEBRTC_HAS_NEON",
6203                 "WEBRTC_MOZILLA_BUILD",
6204                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6205                 "WEBRTC_POSIX",
6206                 "WEBRTC_BSD"
6207             ],
6208             "deps": [
6209                 "//:webrtc_common",
6210                 "//api:optional",
6211                 "//api/audio_codecs:audio_codecs_api",
6212                 "//common_audio:common_audio",
6213                 "//logging:rtc_event_log_api",
6214                 "//modules/audio_coding:audio_network_adaptor_config",
6215                 "//rtc_base:protobuf_utils",
6216                 "//rtc_base:rtc_base_approved",
6217                 "//system_wrappers:system_wrappers"
6218             ],
6219             "include_dirs": [
6220                 "//",
6221                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6222                 "//common_audio/resampler/include/",
6223                 "//common_audio/signal_processing/include/",
6224                 "//common_audio/vad/include/"
6225             ],
6226             "libs": [],
6227             "sources": [
6228                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
6229                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h",
6230                 "//modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
6231                 "//modules/audio_coding/audio_network_adaptor/bitrate_controller.h",
6232                 "//modules/audio_coding/audio_network_adaptor/channel_controller.cc",
6233                 "//modules/audio_coding/audio_network_adaptor/channel_controller.h",
6234                 "//modules/audio_coding/audio_network_adaptor/controller.cc",
6235                 "//modules/audio_coding/audio_network_adaptor/controller.h",
6236                 "//modules/audio_coding/audio_network_adaptor/controller_manager.cc",
6237                 "//modules/audio_coding/audio_network_adaptor/controller_manager.h",
6238                 "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
6239                 "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.h",
6240                 "//modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
6241                 "//modules/audio_coding/audio_network_adaptor/dtx_controller.h",
6242                 "//modules/audio_coding/audio_network_adaptor/event_log_writer.cc",
6243                 "//modules/audio_coding/audio_network_adaptor/event_log_writer.h",
6244                 "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc",
6245                 "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h",
6246                 "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc",
6247                 "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h",
6248                 "//modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
6249                 "//modules/audio_coding/audio_network_adaptor/frame_length_controller.h",
6250                 "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h",
6251                 "//modules/audio_coding/audio_network_adaptor/util/threshold_curve.h"
6252             ],
6253             "type": "static_library"
6254         },
6255         "//modules/audio_coding:audio_network_adaptor_config": {
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=arm-linux-gnueabihf",
6267                 "-march=armv7-a",
6268                 "-mfloat-abi=hard",
6269                 "-mtune=generic-armv7-a",
6270                 "-mfpu=neon",
6271                 "-mthumb",
6272                 "-Wall",
6273                 "-Werror",
6274                 "-Wextra",
6275                 "-Wno-missing-field-initializers",
6276                 "-Wno-unused-parameter",
6277                 "-Wno-c++11-narrowing",
6278                 "-Wno-covered-switch-default",
6279                 "-Wno-unneeded-internal-declaration",
6280                 "-Wno-inconsistent-missing-override",
6281                 "-Wno-undefined-var-template",
6282                 "-Wno-nonportable-include-path",
6283                 "-Wno-address-of-packed-member",
6284                 "-Wno-unused-lambda-capture",
6285                 "-Wno-user-defined-warnings",
6286                 "-O2",
6287                 "-fno-ident",
6288                 "-fdata-sections",
6289                 "-ffunction-sections",
6290                 "-fomit-frame-pointer",
6291                 "-g2",
6292                 "-fvisibility=hidden",
6293                 "-Xclang",
6294                 "-add-plugin",
6295                 "-Xclang",
6296                 "find-bad-constructs",
6297                 "-Xclang",
6298                 "-plugin-arg-find-bad-constructs",
6299                 "-Xclang",
6300                 "check-auto-raw-pointer",
6301                 "-Wheader-hygiene",
6302                 "-Wstring-conversion",
6303                 "-Wtautological-overlap-compare",
6304                 "-Wextra",
6305                 "-Wno-unused-parameter",
6306                 "-Wno-missing-field-initializers",
6307                 "-Wno-strict-overflow",
6308                 "-Wc++11-narrowing",
6309                 "-Wimplicit-fallthrough",
6310                 "-Wthread-safety",
6311                 "-Winconsistent-missing-override",
6312                 "-Wundef",
6313                 "-Wunused-lambda-capture"
6314             ],
6315             "defines": [
6316                 "V8_DEPRECATION_WARNINGS",
6317                 "USE_X11=1",
6318                 "CHROMIUM_BUILD",
6319                 "_FILE_OFFSET_BITS=64",
6320                 "_FORTIFY_SOURCE=2",
6321                 "NDEBUG",
6322                 "NVALGRIND",
6323                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6324                 "WEBRTC_ENABLE_PROTOBUF=0",
6325                 "WEBRTC_RESTRICT_LOGGING",
6326                 "WEBRTC_ARCH_ARM",
6327                 "WEBRTC_ARCH_ARM_V7",
6328                 "WEBRTC_HAS_NEON",
6329                 "WEBRTC_MOZILLA_BUILD",
6330                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6331                 "WEBRTC_POSIX",
6332                 "WEBRTC_BSD"
6333             ],
6334             "deps": [
6335                 "//api:optional"
6336             ],
6337             "include_dirs": [
6338                 "//",
6339                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
6340             ],
6341             "libs": [],
6342             "sources": [
6343                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc",
6344                 "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h"
6345             ],
6346             "type": "static_library"
6347         },
6348         "//modules/audio_coding:cng": {
6349             "cflags": [
6350                 "-fno-strict-aliasing",
6351                 "--param=ssp-buffer-size=4",
6352                 "-fstack-protector",
6353                 "-Wno-builtin-macro-redefined",
6354                 "-D__DATE__=",
6355                 "-D__TIME__=",
6356                 "-D__TIMESTAMP__=",
6357                 "-funwind-tables",
6358                 "-fcolor-diagnostics",
6359                 "--target=arm-linux-gnueabihf",
6360                 "-march=armv7-a",
6361                 "-mfloat-abi=hard",
6362                 "-mtune=generic-armv7-a",
6363                 "-mfpu=neon",
6364                 "-mthumb",
6365                 "-Wall",
6366                 "-Werror",
6367                 "-Wextra",
6368                 "-Wno-missing-field-initializers",
6369                 "-Wno-unused-parameter",
6370                 "-Wno-c++11-narrowing",
6371                 "-Wno-covered-switch-default",
6372                 "-Wno-unneeded-internal-declaration",
6373                 "-Wno-inconsistent-missing-override",
6374                 "-Wno-undefined-var-template",
6375                 "-Wno-nonportable-include-path",
6376                 "-Wno-address-of-packed-member",
6377                 "-Wno-unused-lambda-capture",
6378                 "-Wno-user-defined-warnings",
6379                 "-O2",
6380                 "-fno-ident",
6381                 "-fdata-sections",
6382                 "-ffunction-sections",
6383                 "-fomit-frame-pointer",
6384                 "-g2",
6385                 "-fvisibility=hidden",
6386                 "-Xclang",
6387                 "-add-plugin",
6388                 "-Xclang",
6389                 "find-bad-constructs",
6390                 "-Xclang",
6391                 "-plugin-arg-find-bad-constructs",
6392                 "-Xclang",
6393                 "check-auto-raw-pointer",
6394                 "-Wheader-hygiene",
6395                 "-Wstring-conversion",
6396                 "-Wtautological-overlap-compare",
6397                 "-Wextra",
6398                 "-Wno-unused-parameter",
6399                 "-Wno-missing-field-initializers",
6400                 "-Wno-strict-overflow",
6401                 "-Wc++11-narrowing",
6402                 "-Wimplicit-fallthrough",
6403                 "-Wthread-safety",
6404                 "-Winconsistent-missing-override",
6405                 "-Wundef",
6406                 "-Wunused-lambda-capture"
6407             ],
6408             "defines": [
6409                 "V8_DEPRECATION_WARNINGS",
6410                 "USE_X11=1",
6411                 "CHROMIUM_BUILD",
6412                 "_FILE_OFFSET_BITS=64",
6413                 "_FORTIFY_SOURCE=2",
6414                 "NDEBUG",
6415                 "NVALGRIND",
6416                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6417                 "WEBRTC_ENABLE_PROTOBUF=0",
6418                 "WEBRTC_RESTRICT_LOGGING",
6419                 "WEBRTC_ARCH_ARM",
6420                 "WEBRTC_ARCH_ARM_V7",
6421                 "WEBRTC_HAS_NEON",
6422                 "WEBRTC_MOZILLA_BUILD",
6423                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6424                 "WEBRTC_POSIX",
6425                 "WEBRTC_BSD"
6426             ],
6427             "deps": [
6428                 "//:webrtc_common",
6429                 "//api:array_view",
6430                 "//api/audio_codecs:audio_codecs_api",
6431                 "//common_audio:common_audio",
6432                 "//rtc_base:rtc_base_approved"
6433             ],
6434             "include_dirs": [
6435                 "//",
6436                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6437                 "//modules/audio_coding/codecs/cng/include/",
6438                 "//common_audio/resampler/include/",
6439                 "//common_audio/signal_processing/include/",
6440                 "//common_audio/vad/include/"
6441             ],
6442             "libs": [],
6443             "sources": [
6444                 "//modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
6445                 "//modules/audio_coding/codecs/cng/audio_encoder_cng.h",
6446                 "//modules/audio_coding/codecs/cng/webrtc_cng.cc",
6447                 "//modules/audio_coding/codecs/cng/webrtc_cng.h"
6448             ],
6449             "type": "static_library"
6450         },
6451         "//modules/audio_coding:g711": {
6452             "cflags": [
6453                 "-fno-strict-aliasing",
6454                 "--param=ssp-buffer-size=4",
6455                 "-fstack-protector",
6456                 "-Wno-builtin-macro-redefined",
6457                 "-D__DATE__=",
6458                 "-D__TIME__=",
6459                 "-D__TIMESTAMP__=",
6460                 "-funwind-tables",
6461                 "-fcolor-diagnostics",
6462                 "--target=arm-linux-gnueabihf",
6463                 "-march=armv7-a",
6464                 "-mfloat-abi=hard",
6465                 "-mtune=generic-armv7-a",
6466                 "-mfpu=neon",
6467                 "-mthumb",
6468                 "-Wall",
6469                 "-Werror",
6470                 "-Wextra",
6471                 "-Wno-missing-field-initializers",
6472                 "-Wno-unused-parameter",
6473                 "-Wno-c++11-narrowing",
6474                 "-Wno-covered-switch-default",
6475                 "-Wno-unneeded-internal-declaration",
6476                 "-Wno-inconsistent-missing-override",
6477                 "-Wno-undefined-var-template",
6478                 "-Wno-nonportable-include-path",
6479                 "-Wno-address-of-packed-member",
6480                 "-Wno-unused-lambda-capture",
6481                 "-Wno-user-defined-warnings",
6482                 "-O2",
6483                 "-fno-ident",
6484                 "-fdata-sections",
6485                 "-ffunction-sections",
6486                 "-fomit-frame-pointer",
6487                 "-g2",
6488                 "-fvisibility=hidden",
6489                 "-Xclang",
6490                 "-add-plugin",
6491                 "-Xclang",
6492                 "find-bad-constructs",
6493                 "-Xclang",
6494                 "-plugin-arg-find-bad-constructs",
6495                 "-Xclang",
6496                 "check-auto-raw-pointer",
6497                 "-Wheader-hygiene",
6498                 "-Wstring-conversion",
6499                 "-Wtautological-overlap-compare",
6500                 "-Wextra",
6501                 "-Wno-unused-parameter",
6502                 "-Wno-missing-field-initializers",
6503                 "-Wno-strict-overflow",
6504                 "-Wc++11-narrowing",
6505                 "-Wimplicit-fallthrough",
6506                 "-Wthread-safety",
6507                 "-Winconsistent-missing-override",
6508                 "-Wundef",
6509                 "-Wunused-lambda-capture"
6510             ],
6511             "defines": [
6512                 "V8_DEPRECATION_WARNINGS",
6513                 "USE_X11=1",
6514                 "CHROMIUM_BUILD",
6515                 "_FILE_OFFSET_BITS=64",
6516                 "_FORTIFY_SOURCE=2",
6517                 "NDEBUG",
6518                 "NVALGRIND",
6519                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6520                 "WEBRTC_ENABLE_PROTOBUF=0",
6521                 "WEBRTC_RESTRICT_LOGGING",
6522                 "WEBRTC_ARCH_ARM",
6523                 "WEBRTC_ARCH_ARM_V7",
6524                 "WEBRTC_HAS_NEON",
6525                 "WEBRTC_MOZILLA_BUILD",
6526                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6527                 "WEBRTC_POSIX",
6528                 "WEBRTC_BSD"
6529             ],
6530             "deps": [
6531                 "//:webrtc_common",
6532                 "//api/audio_codecs:audio_codecs_api",
6533                 "//modules/audio_coding:g711_c",
6534                 "//modules/audio_coding:legacy_encoded_audio_frame",
6535                 "//rtc_base:rtc_base_approved"
6536             ],
6537             "include_dirs": [
6538                 "//",
6539                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6540                 "//modules/audio_coding/codecs/g711/include/"
6541             ],
6542             "libs": [],
6543             "sources": [
6544                 "//modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
6545                 "//modules/audio_coding/codecs/g711/audio_decoder_pcm.h",
6546                 "//modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
6547                 "//modules/audio_coding/codecs/g711/audio_encoder_pcm.h"
6548             ],
6549             "type": "static_library"
6550         },
6551         "//modules/audio_coding:g711_c": {
6552             "cflags": [
6553                 "-fno-strict-aliasing",
6554                 "--param=ssp-buffer-size=4",
6555                 "-fstack-protector",
6556                 "-Wno-builtin-macro-redefined",
6557                 "-D__DATE__=",
6558                 "-D__TIME__=",
6559                 "-D__TIMESTAMP__=",
6560                 "-funwind-tables",
6561                 "-fcolor-diagnostics",
6562                 "--target=arm-linux-gnueabihf",
6563                 "-march=armv7-a",
6564                 "-mfloat-abi=hard",
6565                 "-mtune=generic-armv7-a",
6566                 "-mfpu=neon",
6567                 "-mthumb",
6568                 "-Wall",
6569                 "-Werror",
6570                 "-Wextra",
6571                 "-Wno-missing-field-initializers",
6572                 "-Wno-unused-parameter",
6573                 "-Wno-c++11-narrowing",
6574                 "-Wno-covered-switch-default",
6575                 "-Wno-unneeded-internal-declaration",
6576                 "-Wno-inconsistent-missing-override",
6577                 "-Wno-undefined-var-template",
6578                 "-Wno-nonportable-include-path",
6579                 "-Wno-address-of-packed-member",
6580                 "-Wno-unused-lambda-capture",
6581                 "-Wno-user-defined-warnings",
6582                 "-O2",
6583                 "-fno-ident",
6584                 "-fdata-sections",
6585                 "-ffunction-sections",
6586                 "-fomit-frame-pointer",
6587                 "-g2",
6588                 "-fvisibility=hidden",
6589                 "-Xclang",
6590                 "-add-plugin",
6591                 "-Xclang",
6592                 "find-bad-constructs",
6593                 "-Xclang",
6594                 "-plugin-arg-find-bad-constructs",
6595                 "-Xclang",
6596                 "check-auto-raw-pointer",
6597                 "-Wheader-hygiene",
6598                 "-Wstring-conversion",
6599                 "-Wtautological-overlap-compare",
6600                 "-Wextra",
6601                 "-Wno-unused-parameter",
6602                 "-Wno-missing-field-initializers",
6603                 "-Wno-strict-overflow",
6604                 "-Wc++11-narrowing",
6605                 "-Wimplicit-fallthrough",
6606                 "-Wthread-safety",
6607                 "-Winconsistent-missing-override",
6608                 "-Wundef",
6609                 "-Wunused-lambda-capture"
6610             ],
6611             "defines": [
6612                 "V8_DEPRECATION_WARNINGS",
6613                 "USE_X11=1",
6614                 "CHROMIUM_BUILD",
6615                 "_FILE_OFFSET_BITS=64",
6616                 "_FORTIFY_SOURCE=2",
6617                 "NDEBUG",
6618                 "NVALGRIND",
6619                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6620                 "WEBRTC_ENABLE_PROTOBUF=0",
6621                 "WEBRTC_RESTRICT_LOGGING",
6622                 "WEBRTC_ARCH_ARM",
6623                 "WEBRTC_ARCH_ARM_V7",
6624                 "WEBRTC_HAS_NEON",
6625                 "WEBRTC_MOZILLA_BUILD",
6626                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6627                 "WEBRTC_POSIX",
6628                 "WEBRTC_BSD"
6629             ],
6630             "deps": [
6631                 "//:webrtc_common"
6632             ],
6633             "include_dirs": [
6634                 "//",
6635                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
6636             ],
6637             "libs": [],
6638             "sources": [
6639                 "//modules/audio_coding/codecs/g711/g711.c",
6640                 "//modules/audio_coding/codecs/g711/g711.h",
6641                 "//modules/audio_coding/codecs/g711/g711_interface.c",
6642                 "//modules/audio_coding/codecs/g711/g711_interface.h"
6643             ],
6644             "type": "source_set"
6645         },
6646         "//modules/audio_coding:g722": {
6647             "cflags": [
6648                 "-fno-strict-aliasing",
6649                 "--param=ssp-buffer-size=4",
6650                 "-fstack-protector",
6651                 "-Wno-builtin-macro-redefined",
6652                 "-D__DATE__=",
6653                 "-D__TIME__=",
6654                 "-D__TIMESTAMP__=",
6655                 "-funwind-tables",
6656                 "-fcolor-diagnostics",
6657                 "--target=arm-linux-gnueabihf",
6658                 "-march=armv7-a",
6659                 "-mfloat-abi=hard",
6660                 "-mtune=generic-armv7-a",
6661                 "-mfpu=neon",
6662                 "-mthumb",
6663                 "-Wall",
6664                 "-Werror",
6665                 "-Wextra",
6666                 "-Wno-missing-field-initializers",
6667                 "-Wno-unused-parameter",
6668                 "-Wno-c++11-narrowing",
6669                 "-Wno-covered-switch-default",
6670                 "-Wno-unneeded-internal-declaration",
6671                 "-Wno-inconsistent-missing-override",
6672                 "-Wno-undefined-var-template",
6673                 "-Wno-nonportable-include-path",
6674                 "-Wno-address-of-packed-member",
6675                 "-Wno-unused-lambda-capture",
6676                 "-Wno-user-defined-warnings",
6677                 "-O2",
6678                 "-fno-ident",
6679                 "-fdata-sections",
6680                 "-ffunction-sections",
6681                 "-fomit-frame-pointer",
6682                 "-g2",
6683                 "-fvisibility=hidden",
6684                 "-Xclang",
6685                 "-add-plugin",
6686                 "-Xclang",
6687                 "find-bad-constructs",
6688                 "-Xclang",
6689                 "-plugin-arg-find-bad-constructs",
6690                 "-Xclang",
6691                 "check-auto-raw-pointer",
6692                 "-Wheader-hygiene",
6693                 "-Wstring-conversion",
6694                 "-Wtautological-overlap-compare",
6695                 "-Wextra",
6696                 "-Wno-unused-parameter",
6697                 "-Wno-missing-field-initializers",
6698                 "-Wno-strict-overflow",
6699                 "-Wc++11-narrowing",
6700                 "-Wimplicit-fallthrough",
6701                 "-Wthread-safety",
6702                 "-Winconsistent-missing-override",
6703                 "-Wundef",
6704                 "-Wunused-lambda-capture"
6705             ],
6706             "defines": [
6707                 "V8_DEPRECATION_WARNINGS",
6708                 "USE_X11=1",
6709                 "CHROMIUM_BUILD",
6710                 "_FILE_OFFSET_BITS=64",
6711                 "_FORTIFY_SOURCE=2",
6712                 "NDEBUG",
6713                 "NVALGRIND",
6714                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6715                 "WEBRTC_ENABLE_PROTOBUF=0",
6716                 "WEBRTC_RESTRICT_LOGGING",
6717                 "WEBRTC_ARCH_ARM",
6718                 "WEBRTC_ARCH_ARM_V7",
6719                 "WEBRTC_HAS_NEON",
6720                 "WEBRTC_MOZILLA_BUILD",
6721                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6722                 "WEBRTC_POSIX",
6723                 "WEBRTC_BSD"
6724             ],
6725             "deps": [
6726                 "//:webrtc_common",
6727                 "//api/audio_codecs:audio_codecs_api",
6728                 "//api/audio_codecs/g722:audio_encoder_g722_config",
6729                 "//modules/audio_coding:g722_c",
6730                 "//modules/audio_coding:legacy_encoded_audio_frame",
6731                 "//rtc_base:rtc_base_approved"
6732             ],
6733             "include_dirs": [
6734                 "//",
6735                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6736                 "//modules/audio_coding/codecs/g722/include/"
6737             ],
6738             "libs": [],
6739             "sources": [
6740                 "//modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
6741                 "//modules/audio_coding/codecs/g722/audio_decoder_g722.h",
6742                 "//modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
6743                 "//modules/audio_coding/codecs/g722/audio_encoder_g722.h"
6744             ],
6745             "type": "static_library"
6746         },
6747         "//modules/audio_coding:g722_c": {
6748             "cflags": [
6749                 "-fno-strict-aliasing",
6750                 "--param=ssp-buffer-size=4",
6751                 "-fstack-protector",
6752                 "-Wno-builtin-macro-redefined",
6753                 "-D__DATE__=",
6754                 "-D__TIME__=",
6755                 "-D__TIMESTAMP__=",
6756                 "-funwind-tables",
6757                 "-fcolor-diagnostics",
6758                 "--target=arm-linux-gnueabihf",
6759                 "-march=armv7-a",
6760                 "-mfloat-abi=hard",
6761                 "-mtune=generic-armv7-a",
6762                 "-mfpu=neon",
6763                 "-mthumb",
6764                 "-Wall",
6765                 "-Werror",
6766                 "-Wextra",
6767                 "-Wno-missing-field-initializers",
6768                 "-Wno-unused-parameter",
6769                 "-Wno-c++11-narrowing",
6770                 "-Wno-covered-switch-default",
6771                 "-Wno-unneeded-internal-declaration",
6772                 "-Wno-inconsistent-missing-override",
6773                 "-Wno-undefined-var-template",
6774                 "-Wno-nonportable-include-path",
6775                 "-Wno-address-of-packed-member",
6776                 "-Wno-unused-lambda-capture",
6777                 "-Wno-user-defined-warnings",
6778                 "-O2",
6779                 "-fno-ident",
6780                 "-fdata-sections",
6781                 "-ffunction-sections",
6782                 "-fomit-frame-pointer",
6783                 "-g2",
6784                 "-fvisibility=hidden",
6785                 "-Xclang",
6786                 "-add-plugin",
6787                 "-Xclang",
6788                 "find-bad-constructs",
6789                 "-Xclang",
6790                 "-plugin-arg-find-bad-constructs",
6791                 "-Xclang",
6792                 "check-auto-raw-pointer",
6793                 "-Wheader-hygiene",
6794                 "-Wstring-conversion",
6795                 "-Wtautological-overlap-compare",
6796                 "-Wextra",
6797                 "-Wno-unused-parameter",
6798                 "-Wno-missing-field-initializers",
6799                 "-Wno-strict-overflow",
6800                 "-Wc++11-narrowing",
6801                 "-Wimplicit-fallthrough",
6802                 "-Wthread-safety",
6803                 "-Winconsistent-missing-override",
6804                 "-Wundef",
6805                 "-Wunused-lambda-capture"
6806             ],
6807             "defines": [
6808                 "V8_DEPRECATION_WARNINGS",
6809                 "USE_X11=1",
6810                 "CHROMIUM_BUILD",
6811                 "_FILE_OFFSET_BITS=64",
6812                 "_FORTIFY_SOURCE=2",
6813                 "NDEBUG",
6814                 "NVALGRIND",
6815                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6816                 "WEBRTC_ENABLE_PROTOBUF=0",
6817                 "WEBRTC_RESTRICT_LOGGING",
6818                 "WEBRTC_ARCH_ARM",
6819                 "WEBRTC_ARCH_ARM_V7",
6820                 "WEBRTC_HAS_NEON",
6821                 "WEBRTC_MOZILLA_BUILD",
6822                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6823                 "WEBRTC_POSIX",
6824                 "WEBRTC_BSD"
6825             ],
6826             "deps": [
6827                 "//:webrtc_common"
6828             ],
6829             "include_dirs": [
6830                 "//",
6831                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
6832             ],
6833             "libs": [],
6834             "sources": [
6835                 "//modules/audio_coding/codecs/g722/g722_decode.c",
6836                 "//modules/audio_coding/codecs/g722/g722_enc_dec.h",
6837                 "//modules/audio_coding/codecs/g722/g722_encode.c",
6838                 "//modules/audio_coding/codecs/g722/g722_interface.c",
6839                 "//modules/audio_coding/codecs/g722/g722_interface.h"
6840             ],
6841             "type": "source_set"
6842         },
6843         "//modules/audio_coding:ilbc": {
6844             "cflags": [
6845                 "-fno-strict-aliasing",
6846                 "--param=ssp-buffer-size=4",
6847                 "-fstack-protector",
6848                 "-Wno-builtin-macro-redefined",
6849                 "-D__DATE__=",
6850                 "-D__TIME__=",
6851                 "-D__TIMESTAMP__=",
6852                 "-funwind-tables",
6853                 "-fcolor-diagnostics",
6854                 "--target=arm-linux-gnueabihf",
6855                 "-march=armv7-a",
6856                 "-mfloat-abi=hard",
6857                 "-mtune=generic-armv7-a",
6858                 "-mfpu=neon",
6859                 "-mthumb",
6860                 "-Wall",
6861                 "-Werror",
6862                 "-Wextra",
6863                 "-Wno-missing-field-initializers",
6864                 "-Wno-unused-parameter",
6865                 "-Wno-c++11-narrowing",
6866                 "-Wno-covered-switch-default",
6867                 "-Wno-unneeded-internal-declaration",
6868                 "-Wno-inconsistent-missing-override",
6869                 "-Wno-undefined-var-template",
6870                 "-Wno-nonportable-include-path",
6871                 "-Wno-address-of-packed-member",
6872                 "-Wno-unused-lambda-capture",
6873                 "-Wno-user-defined-warnings",
6874                 "-O2",
6875                 "-fno-ident",
6876                 "-fdata-sections",
6877                 "-ffunction-sections",
6878                 "-fomit-frame-pointer",
6879                 "-g2",
6880                 "-fvisibility=hidden",
6881                 "-Xclang",
6882                 "-add-plugin",
6883                 "-Xclang",
6884                 "find-bad-constructs",
6885                 "-Xclang",
6886                 "-plugin-arg-find-bad-constructs",
6887                 "-Xclang",
6888                 "check-auto-raw-pointer",
6889                 "-Wheader-hygiene",
6890                 "-Wstring-conversion",
6891                 "-Wtautological-overlap-compare",
6892                 "-Wextra",
6893                 "-Wno-unused-parameter",
6894                 "-Wno-missing-field-initializers",
6895                 "-Wno-strict-overflow",
6896                 "-Wc++11-narrowing",
6897                 "-Wimplicit-fallthrough",
6898                 "-Wthread-safety",
6899                 "-Winconsistent-missing-override",
6900                 "-Wundef",
6901                 "-Wunused-lambda-capture"
6902             ],
6903             "defines": [
6904                 "V8_DEPRECATION_WARNINGS",
6905                 "USE_X11=1",
6906                 "CHROMIUM_BUILD",
6907                 "_FILE_OFFSET_BITS=64",
6908                 "_FORTIFY_SOURCE=2",
6909                 "NDEBUG",
6910                 "NVALGRIND",
6911                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6912                 "WEBRTC_ENABLE_PROTOBUF=0",
6913                 "WEBRTC_RESTRICT_LOGGING",
6914                 "WEBRTC_ARCH_ARM",
6915                 "WEBRTC_ARCH_ARM_V7",
6916                 "WEBRTC_HAS_NEON",
6917                 "WEBRTC_MOZILLA_BUILD",
6918                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6919                 "WEBRTC_POSIX",
6920                 "WEBRTC_BSD"
6921             ],
6922             "deps": [
6923                 "//:webrtc_common",
6924                 "//api/audio_codecs:audio_codecs_api",
6925                 "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
6926                 "//common_audio:common_audio",
6927                 "//modules/audio_coding:ilbc_c",
6928                 "//modules/audio_coding:legacy_encoded_audio_frame",
6929                 "//rtc_base:rtc_base_approved"
6930             ],
6931             "include_dirs": [
6932                 "//",
6933                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
6934                 "//modules/audio_coding/codecs/ilbc/include/",
6935                 "//common_audio/resampler/include/",
6936                 "//common_audio/signal_processing/include/",
6937                 "//common_audio/vad/include/"
6938             ],
6939             "libs": [],
6940             "sources": [
6941                 "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc",
6942                 "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h",
6943                 "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc",
6944                 "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h"
6945             ],
6946             "type": "static_library"
6947         },
6948         "//modules/audio_coding:ilbc_c": {
6949             "cflags": [
6950                 "-fno-strict-aliasing",
6951                 "--param=ssp-buffer-size=4",
6952                 "-fstack-protector",
6953                 "-Wno-builtin-macro-redefined",
6954                 "-D__DATE__=",
6955                 "-D__TIME__=",
6956                 "-D__TIMESTAMP__=",
6957                 "-funwind-tables",
6958                 "-fcolor-diagnostics",
6959                 "--target=arm-linux-gnueabihf",
6960                 "-march=armv7-a",
6961                 "-mfloat-abi=hard",
6962                 "-mtune=generic-armv7-a",
6963                 "-mfpu=neon",
6964                 "-mthumb",
6965                 "-Wall",
6966                 "-Werror",
6967                 "-Wextra",
6968                 "-Wno-missing-field-initializers",
6969                 "-Wno-unused-parameter",
6970                 "-Wno-c++11-narrowing",
6971                 "-Wno-covered-switch-default",
6972                 "-Wno-unneeded-internal-declaration",
6973                 "-Wno-inconsistent-missing-override",
6974                 "-Wno-undefined-var-template",
6975                 "-Wno-nonportable-include-path",
6976                 "-Wno-address-of-packed-member",
6977                 "-Wno-unused-lambda-capture",
6978                 "-Wno-user-defined-warnings",
6979                 "-O2",
6980                 "-fno-ident",
6981                 "-fdata-sections",
6982                 "-ffunction-sections",
6983                 "-fomit-frame-pointer",
6984                 "-g2",
6985                 "-fvisibility=hidden",
6986                 "-Xclang",
6987                 "-add-plugin",
6988                 "-Xclang",
6989                 "find-bad-constructs",
6990                 "-Xclang",
6991                 "-plugin-arg-find-bad-constructs",
6992                 "-Xclang",
6993                 "check-auto-raw-pointer",
6994                 "-Wheader-hygiene",
6995                 "-Wstring-conversion",
6996                 "-Wtautological-overlap-compare",
6997                 "-Wextra",
6998                 "-Wno-unused-parameter",
6999                 "-Wno-missing-field-initializers",
7000                 "-Wno-strict-overflow",
7001                 "-Wc++11-narrowing",
7002                 "-Wimplicit-fallthrough",
7003                 "-Wthread-safety",
7004                 "-Winconsistent-missing-override",
7005                 "-Wundef",
7006                 "-Wunused-lambda-capture"
7007             ],
7008             "defines": [
7009                 "V8_DEPRECATION_WARNINGS",
7010                 "USE_X11=1",
7011                 "CHROMIUM_BUILD",
7012                 "_FILE_OFFSET_BITS=64",
7013                 "_FORTIFY_SOURCE=2",
7014                 "NDEBUG",
7015                 "NVALGRIND",
7016                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7017                 "WEBRTC_ENABLE_PROTOBUF=0",
7018                 "WEBRTC_RESTRICT_LOGGING",
7019                 "WEBRTC_ARCH_ARM",
7020                 "WEBRTC_ARCH_ARM_V7",
7021                 "WEBRTC_HAS_NEON",
7022                 "WEBRTC_MOZILLA_BUILD",
7023                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7024                 "WEBRTC_POSIX",
7025                 "WEBRTC_BSD"
7026             ],
7027             "deps": [
7028                 "//:webrtc_common",
7029                 "//api/audio_codecs:audio_codecs_api",
7030                 "//common_audio:common_audio",
7031                 "//rtc_base:rtc_base_approved"
7032             ],
7033             "include_dirs": [
7034                 "//",
7035                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7036                 "//modules/audio_coding/codecs/ilbc/include/",
7037                 "//common_audio/resampler/include/",
7038                 "//common_audio/signal_processing/include/",
7039                 "//common_audio/vad/include/"
7040             ],
7041             "libs": [],
7042             "sources": [
7043                 "//modules/audio_coding/codecs/ilbc/abs_quant.c",
7044                 "//modules/audio_coding/codecs/ilbc/abs_quant.h",
7045                 "//modules/audio_coding/codecs/ilbc/abs_quant_loop.c",
7046                 "//modules/audio_coding/codecs/ilbc/abs_quant_loop.h",
7047                 "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.c",
7048                 "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.h",
7049                 "//modules/audio_coding/codecs/ilbc/bw_expand.c",
7050                 "//modules/audio_coding/codecs/ilbc/bw_expand.h",
7051                 "//modules/audio_coding/codecs/ilbc/cb_construct.c",
7052                 "//modules/audio_coding/codecs/ilbc/cb_construct.h",
7053                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy.c",
7054                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy.h",
7055                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c",
7056                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h",
7057                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c",
7058                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h",
7059                 "//modules/audio_coding/codecs/ilbc/cb_search.c",
7060                 "//modules/audio_coding/codecs/ilbc/cb_search.h",
7061                 "//modules/audio_coding/codecs/ilbc/cb_search_core.c",
7062                 "//modules/audio_coding/codecs/ilbc/cb_search_core.h",
7063                 "//modules/audio_coding/codecs/ilbc/cb_update_best_index.c",
7064                 "//modules/audio_coding/codecs/ilbc/cb_update_best_index.h",
7065                 "//modules/audio_coding/codecs/ilbc/chebyshev.c",
7066                 "//modules/audio_coding/codecs/ilbc/chebyshev.h",
7067                 "//modules/audio_coding/codecs/ilbc/comp_corr.c",
7068                 "//modules/audio_coding/codecs/ilbc/comp_corr.h",
7069                 "//modules/audio_coding/codecs/ilbc/constants.c",
7070                 "//modules/audio_coding/codecs/ilbc/constants.h",
7071                 "//modules/audio_coding/codecs/ilbc/create_augmented_vec.c",
7072                 "//modules/audio_coding/codecs/ilbc/create_augmented_vec.h",
7073                 "//modules/audio_coding/codecs/ilbc/decode.c",
7074                 "//modules/audio_coding/codecs/ilbc/decode.h",
7075                 "//modules/audio_coding/codecs/ilbc/decode_residual.c",
7076                 "//modules/audio_coding/codecs/ilbc/decode_residual.h",
7077                 "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c",
7078                 "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h",
7079                 "//modules/audio_coding/codecs/ilbc/defines.h",
7080                 "//modules/audio_coding/codecs/ilbc/do_plc.c",
7081                 "//modules/audio_coding/codecs/ilbc/do_plc.h",
7082                 "//modules/audio_coding/codecs/ilbc/encode.c",
7083                 "//modules/audio_coding/codecs/ilbc/encode.h",
7084                 "//modules/audio_coding/codecs/ilbc/energy_inverse.c",
7085                 "//modules/audio_coding/codecs/ilbc/energy_inverse.h",
7086                 "//modules/audio_coding/codecs/ilbc/enh_upsample.c",
7087                 "//modules/audio_coding/codecs/ilbc/enh_upsample.h",
7088                 "//modules/audio_coding/codecs/ilbc/enhancer.c",
7089                 "//modules/audio_coding/codecs/ilbc/enhancer.h",
7090                 "//modules/audio_coding/codecs/ilbc/enhancer_interface.c",
7091                 "//modules/audio_coding/codecs/ilbc/enhancer_interface.h",
7092                 "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.c",
7093                 "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h",
7094                 "//modules/audio_coding/codecs/ilbc/frame_classify.c",
7095                 "//modules/audio_coding/codecs/ilbc/frame_classify.h",
7096                 "//modules/audio_coding/codecs/ilbc/gain_dequant.c",
7097                 "//modules/audio_coding/codecs/ilbc/gain_dequant.h",
7098                 "//modules/audio_coding/codecs/ilbc/gain_quant.c",
7099                 "//modules/audio_coding/codecs/ilbc/gain_quant.h",
7100                 "//modules/audio_coding/codecs/ilbc/get_cd_vec.c",
7101                 "//modules/audio_coding/codecs/ilbc/get_cd_vec.h",
7102                 "//modules/audio_coding/codecs/ilbc/get_lsp_poly.c",
7103                 "//modules/audio_coding/codecs/ilbc/get_lsp_poly.h",
7104                 "//modules/audio_coding/codecs/ilbc/get_sync_seq.c",
7105                 "//modules/audio_coding/codecs/ilbc/get_sync_seq.h",
7106                 "//modules/audio_coding/codecs/ilbc/hp_input.c",
7107                 "//modules/audio_coding/codecs/ilbc/hp_input.h",
7108                 "//modules/audio_coding/codecs/ilbc/hp_output.c",
7109                 "//modules/audio_coding/codecs/ilbc/hp_output.h",
7110                 "//modules/audio_coding/codecs/ilbc/ilbc.c",
7111                 "//modules/audio_coding/codecs/ilbc/ilbc.h",
7112                 "//modules/audio_coding/codecs/ilbc/index_conv_dec.c",
7113                 "//modules/audio_coding/codecs/ilbc/index_conv_dec.h",
7114                 "//modules/audio_coding/codecs/ilbc/index_conv_enc.c",
7115                 "//modules/audio_coding/codecs/ilbc/index_conv_enc.h",
7116                 "//modules/audio_coding/codecs/ilbc/init_decode.c",
7117                 "//modules/audio_coding/codecs/ilbc/init_decode.h",
7118                 "//modules/audio_coding/codecs/ilbc/init_encode.c",
7119                 "//modules/audio_coding/codecs/ilbc/init_encode.h",
7120                 "//modules/audio_coding/codecs/ilbc/interpolate.c",
7121                 "//modules/audio_coding/codecs/ilbc/interpolate.h",
7122                 "//modules/audio_coding/codecs/ilbc/interpolate_samples.c",
7123                 "//modules/audio_coding/codecs/ilbc/interpolate_samples.h",
7124                 "//modules/audio_coding/codecs/ilbc/lpc_encode.c",
7125                 "//modules/audio_coding/codecs/ilbc/lpc_encode.h",
7126                 "//modules/audio_coding/codecs/ilbc/lsf_check.c",
7127                 "//modules/audio_coding/codecs/ilbc/lsf_check.h",
7128                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.c",
7129                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h",
7130                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.c",
7131                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h",
7132                 "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.c",
7133                 "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.h",
7134                 "//modules/audio_coding/codecs/ilbc/lsf_to_poly.c",
7135                 "//modules/audio_coding/codecs/ilbc/lsf_to_poly.h",
7136                 "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.c",
7137                 "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.h",
7138                 "//modules/audio_coding/codecs/ilbc/my_corr.c",
7139                 "//modules/audio_coding/codecs/ilbc/my_corr.h",
7140                 "//modules/audio_coding/codecs/ilbc/nearest_neighbor.c",
7141                 "//modules/audio_coding/codecs/ilbc/nearest_neighbor.h",
7142                 "//modules/audio_coding/codecs/ilbc/pack_bits.c",
7143                 "//modules/audio_coding/codecs/ilbc/pack_bits.h",
7144                 "//modules/audio_coding/codecs/ilbc/poly_to_lsf.c",
7145                 "//modules/audio_coding/codecs/ilbc/poly_to_lsf.h",
7146                 "//modules/audio_coding/codecs/ilbc/poly_to_lsp.c",
7147                 "//modules/audio_coding/codecs/ilbc/poly_to_lsp.h",
7148                 "//modules/audio_coding/codecs/ilbc/refiner.c",
7149                 "//modules/audio_coding/codecs/ilbc/refiner.h",
7150                 "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.c",
7151                 "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.h",
7152                 "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c",
7153                 "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h",
7154                 "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.c",
7155                 "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h",
7156                 "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.c",
7157                 "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.h",
7158                 "//modules/audio_coding/codecs/ilbc/smooth.c",
7159                 "//modules/audio_coding/codecs/ilbc/smooth.h",
7160                 "//modules/audio_coding/codecs/ilbc/smooth_out_data.c",
7161                 "//modules/audio_coding/codecs/ilbc/smooth_out_data.h",
7162                 "//modules/audio_coding/codecs/ilbc/sort_sq.c",
7163                 "//modules/audio_coding/codecs/ilbc/sort_sq.h",
7164                 "//modules/audio_coding/codecs/ilbc/split_vq.c",
7165                 "//modules/audio_coding/codecs/ilbc/split_vq.h",
7166                 "//modules/audio_coding/codecs/ilbc/state_construct.c",
7167                 "//modules/audio_coding/codecs/ilbc/state_construct.h",
7168                 "//modules/audio_coding/codecs/ilbc/state_search.c",
7169                 "//modules/audio_coding/codecs/ilbc/state_search.h",
7170                 "//modules/audio_coding/codecs/ilbc/swap_bytes.c",
7171                 "//modules/audio_coding/codecs/ilbc/swap_bytes.h",
7172                 "//modules/audio_coding/codecs/ilbc/unpack_bits.c",
7173                 "//modules/audio_coding/codecs/ilbc/unpack_bits.h",
7174                 "//modules/audio_coding/codecs/ilbc/vq3.c",
7175                 "//modules/audio_coding/codecs/ilbc/vq3.h",
7176                 "//modules/audio_coding/codecs/ilbc/vq4.c",
7177                 "//modules/audio_coding/codecs/ilbc/vq4.h",
7178                 "//modules/audio_coding/codecs/ilbc/window32_w32.c",
7179                 "//modules/audio_coding/codecs/ilbc/window32_w32.h",
7180                 "//modules/audio_coding/codecs/ilbc/xcorr_coef.c",
7181                 "//modules/audio_coding/codecs/ilbc/xcorr_coef.h"
7182             ],
7183             "type": "source_set"
7184         },
7185         "//modules/audio_coding:isac": {
7186             "cflags": [
7187                 "-fno-strict-aliasing",
7188                 "--param=ssp-buffer-size=4",
7189                 "-fstack-protector",
7190                 "-Wno-builtin-macro-redefined",
7191                 "-D__DATE__=",
7192                 "-D__TIME__=",
7193                 "-D__TIMESTAMP__=",
7194                 "-funwind-tables",
7195                 "-fcolor-diagnostics",
7196                 "--target=arm-linux-gnueabihf",
7197                 "-march=armv7-a",
7198                 "-mfloat-abi=hard",
7199                 "-mtune=generic-armv7-a",
7200                 "-mfpu=neon",
7201                 "-mthumb",
7202                 "-Wall",
7203                 "-Werror",
7204                 "-Wextra",
7205                 "-Wno-missing-field-initializers",
7206                 "-Wno-unused-parameter",
7207                 "-Wno-c++11-narrowing",
7208                 "-Wno-covered-switch-default",
7209                 "-Wno-unneeded-internal-declaration",
7210                 "-Wno-inconsistent-missing-override",
7211                 "-Wno-undefined-var-template",
7212                 "-Wno-nonportable-include-path",
7213                 "-Wno-address-of-packed-member",
7214                 "-Wno-unused-lambda-capture",
7215                 "-Wno-user-defined-warnings",
7216                 "-O2",
7217                 "-fno-ident",
7218                 "-fdata-sections",
7219                 "-ffunction-sections",
7220                 "-fomit-frame-pointer",
7221                 "-g2",
7222                 "-fvisibility=hidden",
7223                 "-Xclang",
7224                 "-add-plugin",
7225                 "-Xclang",
7226                 "find-bad-constructs",
7227                 "-Xclang",
7228                 "-plugin-arg-find-bad-constructs",
7229                 "-Xclang",
7230                 "check-auto-raw-pointer",
7231                 "-Wheader-hygiene",
7232                 "-Wstring-conversion",
7233                 "-Wtautological-overlap-compare",
7234                 "-Wextra",
7235                 "-Wno-unused-parameter",
7236                 "-Wno-missing-field-initializers",
7237                 "-Wno-strict-overflow",
7238                 "-Wc++11-narrowing",
7239                 "-Wimplicit-fallthrough",
7240                 "-Wthread-safety",
7241                 "-Winconsistent-missing-override",
7242                 "-Wundef",
7243                 "-Wunused-lambda-capture"
7244             ],
7245             "defines": [
7246                 "V8_DEPRECATION_WARNINGS",
7247                 "USE_X11=1",
7248                 "CHROMIUM_BUILD",
7249                 "_FILE_OFFSET_BITS=64",
7250                 "_FORTIFY_SOURCE=2",
7251                 "NDEBUG",
7252                 "NVALGRIND",
7253                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7254                 "WEBRTC_ENABLE_PROTOBUF=0",
7255                 "WEBRTC_RESTRICT_LOGGING",
7256                 "WEBRTC_ARCH_ARM",
7257                 "WEBRTC_ARCH_ARM_V7",
7258                 "WEBRTC_HAS_NEON",
7259                 "WEBRTC_MOZILLA_BUILD",
7260                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7261                 "WEBRTC_POSIX",
7262                 "WEBRTC_BSD"
7263             ],
7264             "deps": [
7265                 "//api/audio_codecs:audio_codecs_api",
7266                 "//modules/audio_coding:isac_c",
7267                 "//modules/audio_coding:isac_common"
7268             ],
7269             "include_dirs": [
7270                 "//",
7271                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7272                 "//modules/audio_coding/codecs/isac/main/include/"
7273             ],
7274             "libs": [],
7275             "sources": [
7276                 "//modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h",
7277                 "//modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h",
7278                 "//modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc",
7279                 "//modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc"
7280             ],
7281             "type": "static_library"
7282         },
7283         "//modules/audio_coding:isac_c": {
7284             "cflags": [
7285                 "-fno-strict-aliasing",
7286                 "--param=ssp-buffer-size=4",
7287                 "-fstack-protector",
7288                 "-Wno-builtin-macro-redefined",
7289                 "-D__DATE__=",
7290                 "-D__TIME__=",
7291                 "-D__TIMESTAMP__=",
7292                 "-funwind-tables",
7293                 "-fcolor-diagnostics",
7294                 "--target=arm-linux-gnueabihf",
7295                 "-march=armv7-a",
7296                 "-mfloat-abi=hard",
7297                 "-mtune=generic-armv7-a",
7298                 "-mfpu=neon",
7299                 "-mthumb",
7300                 "-Wall",
7301                 "-Werror",
7302                 "-Wextra",
7303                 "-Wno-missing-field-initializers",
7304                 "-Wno-unused-parameter",
7305                 "-Wno-c++11-narrowing",
7306                 "-Wno-covered-switch-default",
7307                 "-Wno-unneeded-internal-declaration",
7308                 "-Wno-inconsistent-missing-override",
7309                 "-Wno-undefined-var-template",
7310                 "-Wno-nonportable-include-path",
7311                 "-Wno-address-of-packed-member",
7312                 "-Wno-unused-lambda-capture",
7313                 "-Wno-user-defined-warnings",
7314                 "-O2",
7315                 "-fno-ident",
7316                 "-fdata-sections",
7317                 "-ffunction-sections",
7318                 "-fomit-frame-pointer",
7319                 "-g2",
7320                 "-fvisibility=hidden",
7321                 "-Xclang",
7322                 "-add-plugin",
7323                 "-Xclang",
7324                 "find-bad-constructs",
7325                 "-Xclang",
7326                 "-plugin-arg-find-bad-constructs",
7327                 "-Xclang",
7328                 "check-auto-raw-pointer",
7329                 "-Wheader-hygiene",
7330                 "-Wstring-conversion",
7331                 "-Wtautological-overlap-compare",
7332                 "-Wextra",
7333                 "-Wno-unused-parameter",
7334                 "-Wno-missing-field-initializers",
7335                 "-Wno-strict-overflow",
7336                 "-Wc++11-narrowing",
7337                 "-Wimplicit-fallthrough",
7338                 "-Wthread-safety",
7339                 "-Winconsistent-missing-override",
7340                 "-Wundef",
7341                 "-Wunused-lambda-capture"
7342             ],
7343             "defines": [
7344                 "V8_DEPRECATION_WARNINGS",
7345                 "USE_X11=1",
7346                 "CHROMIUM_BUILD",
7347                 "_FILE_OFFSET_BITS=64",
7348                 "_FORTIFY_SOURCE=2",
7349                 "NDEBUG",
7350                 "NVALGRIND",
7351                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7352                 "WEBRTC_ENABLE_PROTOBUF=0",
7353                 "WEBRTC_RESTRICT_LOGGING",
7354                 "WEBRTC_ARCH_ARM",
7355                 "WEBRTC_ARCH_ARM_V7",
7356                 "WEBRTC_HAS_NEON",
7357                 "WEBRTC_MOZILLA_BUILD",
7358                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7359                 "WEBRTC_POSIX",
7360                 "WEBRTC_BSD"
7361             ],
7362             "deps": [
7363                 "//:webrtc_common",
7364                 "//common_audio:common_audio",
7365                 "//modules/audio_coding:isac_common",
7366                 "//rtc_base:compile_assert_c",
7367                 "//rtc_base:rtc_base_approved"
7368             ],
7369             "include_dirs": [
7370                 "//",
7371                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7372                 "//modules/audio_coding/codecs/isac/main/include/",
7373                 "//common_audio/resampler/include/",
7374                 "//common_audio/signal_processing/include/",
7375                 "//common_audio/vad/include/"
7376             ],
7377             "libs": [],
7378             "sources": [
7379                 "//modules/audio_coding/codecs/isac/main/include/isac.h",
7380                 "//modules/audio_coding/codecs/isac/main/source/arith_routines.c",
7381                 "//modules/audio_coding/codecs/isac/main/source/arith_routines.h",
7382                 "//modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c",
7383                 "//modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c",
7384                 "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c",
7385                 "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h",
7386                 "//modules/audio_coding/codecs/isac/main/source/codec.h",
7387                 "//modules/audio_coding/codecs/isac/main/source/crc.c",
7388                 "//modules/audio_coding/codecs/isac/main/source/crc.h",
7389                 "//modules/audio_coding/codecs/isac/main/source/decode.c",
7390                 "//modules/audio_coding/codecs/isac/main/source/decode_bwe.c",
7391                 "//modules/audio_coding/codecs/isac/main/source/encode.c",
7392                 "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c",
7393                 "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h",
7394                 "//modules/audio_coding/codecs/isac/main/source/entropy_coding.c",
7395                 "//modules/audio_coding/codecs/isac/main/source/entropy_coding.h",
7396                 "//modules/audio_coding/codecs/isac/main/source/fft.c",
7397                 "//modules/audio_coding/codecs/isac/main/source/fft.h",
7398                 "//modules/audio_coding/codecs/isac/main/source/filter_functions.c",
7399                 "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.c",
7400                 "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.h",
7401                 "//modules/audio_coding/codecs/isac/main/source/filterbanks.c",
7402                 "//modules/audio_coding/codecs/isac/main/source/intialize.c",
7403                 "//modules/audio_coding/codecs/isac/main/source/isac.c",
7404                 "//modules/audio_coding/codecs/isac/main/source/isac_float_type.h",
7405                 "//modules/audio_coding/codecs/isac/main/source/lattice.c",
7406                 "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.c",
7407                 "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.h",
7408                 "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c",
7409                 "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h",
7410                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c",
7411                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h",
7412                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c",
7413                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h",
7414                 "//modules/audio_coding/codecs/isac/main/source/lpc_tables.c",
7415                 "//modules/audio_coding/codecs/isac/main/source/lpc_tables.h",
7416                 "//modules/audio_coding/codecs/isac/main/source/os_specific_inline.h",
7417                 "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
7418                 "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.h",
7419                 "//modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
7420                 "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c",
7421                 "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h",
7422                 "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c",
7423                 "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h",
7424                 "//modules/audio_coding/codecs/isac/main/source/settings.h",
7425                 "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c",
7426                 "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h",
7427                 "//modules/audio_coding/codecs/isac/main/source/structs.h",
7428                 "//modules/audio_coding/codecs/isac/main/source/transform.c"
7429             ],
7430             "type": "static_library"
7431         },
7432         "//modules/audio_coding:isac_common": {
7433             "cflags": [
7434                 "-fno-strict-aliasing",
7435                 "--param=ssp-buffer-size=4",
7436                 "-fstack-protector",
7437                 "-Wno-builtin-macro-redefined",
7438                 "-D__DATE__=",
7439                 "-D__TIME__=",
7440                 "-D__TIMESTAMP__=",
7441                 "-funwind-tables",
7442                 "-fcolor-diagnostics",
7443                 "--target=arm-linux-gnueabihf",
7444                 "-march=armv7-a",
7445                 "-mfloat-abi=hard",
7446                 "-mtune=generic-armv7-a",
7447                 "-mfpu=neon",
7448                 "-mthumb",
7449                 "-Wall",
7450                 "-Werror",
7451                 "-Wextra",
7452                 "-Wno-missing-field-initializers",
7453                 "-Wno-unused-parameter",
7454                 "-Wno-c++11-narrowing",
7455                 "-Wno-covered-switch-default",
7456                 "-Wno-unneeded-internal-declaration",
7457                 "-Wno-inconsistent-missing-override",
7458                 "-Wno-undefined-var-template",
7459                 "-Wno-nonportable-include-path",
7460                 "-Wno-address-of-packed-member",
7461                 "-Wno-unused-lambda-capture",
7462                 "-Wno-user-defined-warnings",
7463                 "-O2",
7464                 "-fno-ident",
7465                 "-fdata-sections",
7466                 "-ffunction-sections",
7467                 "-fomit-frame-pointer",
7468                 "-g2",
7469                 "-fvisibility=hidden",
7470                 "-Xclang",
7471                 "-add-plugin",
7472                 "-Xclang",
7473                 "find-bad-constructs",
7474                 "-Xclang",
7475                 "-plugin-arg-find-bad-constructs",
7476                 "-Xclang",
7477                 "check-auto-raw-pointer",
7478                 "-Wheader-hygiene",
7479                 "-Wstring-conversion",
7480                 "-Wtautological-overlap-compare",
7481                 "-Wextra",
7482                 "-Wno-unused-parameter",
7483                 "-Wno-missing-field-initializers",
7484                 "-Wno-strict-overflow",
7485                 "-Wc++11-narrowing",
7486                 "-Wimplicit-fallthrough",
7487                 "-Wthread-safety",
7488                 "-Winconsistent-missing-override",
7489                 "-Wundef",
7490                 "-Wunused-lambda-capture"
7491             ],
7492             "defines": [
7493                 "V8_DEPRECATION_WARNINGS",
7494                 "USE_X11=1",
7495                 "CHROMIUM_BUILD",
7496                 "_FILE_OFFSET_BITS=64",
7497                 "_FORTIFY_SOURCE=2",
7498                 "NDEBUG",
7499                 "NVALGRIND",
7500                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7501                 "WEBRTC_ENABLE_PROTOBUF=0",
7502                 "WEBRTC_RESTRICT_LOGGING",
7503                 "WEBRTC_ARCH_ARM",
7504                 "WEBRTC_ARCH_ARM_V7",
7505                 "WEBRTC_HAS_NEON",
7506                 "WEBRTC_MOZILLA_BUILD",
7507                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7508                 "WEBRTC_POSIX",
7509                 "WEBRTC_BSD"
7510             ],
7511             "deps": [
7512                 "//:webrtc_common",
7513                 "//api/audio_codecs:audio_codecs_api",
7514                 "//rtc_base:rtc_base_approved"
7515             ],
7516             "include_dirs": [
7517                 "//",
7518                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
7519             ],
7520             "libs": [],
7521             "sources": [
7522                 "//modules/audio_coding/codecs/isac/audio_encoder_isac_t.h",
7523                 "//modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h",
7524                 "//modules/audio_coding/codecs/isac/locked_bandwidth_info.cc",
7525                 "//modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
7526             ],
7527             "type": "static_library"
7528         },
7529         "//modules/audio_coding:isac_fix": {
7530             "cflags": [
7531                 "-fno-strict-aliasing",
7532                 "--param=ssp-buffer-size=4",
7533                 "-fstack-protector",
7534                 "-Wno-builtin-macro-redefined",
7535                 "-D__DATE__=",
7536                 "-D__TIME__=",
7537                 "-D__TIMESTAMP__=",
7538                 "-funwind-tables",
7539                 "-fcolor-diagnostics",
7540                 "--target=arm-linux-gnueabihf",
7541                 "-march=armv7-a",
7542                 "-mfloat-abi=hard",
7543                 "-mtune=generic-armv7-a",
7544                 "-mfpu=neon",
7545                 "-mthumb",
7546                 "-Wall",
7547                 "-Werror",
7548                 "-Wextra",
7549                 "-Wno-missing-field-initializers",
7550                 "-Wno-unused-parameter",
7551                 "-Wno-c++11-narrowing",
7552                 "-Wno-covered-switch-default",
7553                 "-Wno-unneeded-internal-declaration",
7554                 "-Wno-inconsistent-missing-override",
7555                 "-Wno-undefined-var-template",
7556                 "-Wno-nonportable-include-path",
7557                 "-Wno-address-of-packed-member",
7558                 "-Wno-unused-lambda-capture",
7559                 "-Wno-user-defined-warnings",
7560                 "-O2",
7561                 "-fno-ident",
7562                 "-fdata-sections",
7563                 "-ffunction-sections",
7564                 "-fomit-frame-pointer",
7565                 "-g2",
7566                 "-fvisibility=hidden",
7567                 "-Xclang",
7568                 "-add-plugin",
7569                 "-Xclang",
7570                 "find-bad-constructs",
7571                 "-Xclang",
7572                 "-plugin-arg-find-bad-constructs",
7573                 "-Xclang",
7574                 "check-auto-raw-pointer",
7575                 "-Wheader-hygiene",
7576                 "-Wstring-conversion",
7577                 "-Wtautological-overlap-compare",
7578                 "-Wextra",
7579                 "-Wno-unused-parameter",
7580                 "-Wno-missing-field-initializers",
7581                 "-Wno-strict-overflow",
7582                 "-Wc++11-narrowing",
7583                 "-Wimplicit-fallthrough",
7584                 "-Wthread-safety",
7585                 "-Winconsistent-missing-override",
7586                 "-Wundef",
7587                 "-Wunused-lambda-capture"
7588             ],
7589             "defines": [
7590                 "V8_DEPRECATION_WARNINGS",
7591                 "USE_X11=1",
7592                 "CHROMIUM_BUILD",
7593                 "_FILE_OFFSET_BITS=64",
7594                 "_FORTIFY_SOURCE=2",
7595                 "NDEBUG",
7596                 "NVALGRIND",
7597                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7598                 "WEBRTC_ENABLE_PROTOBUF=0",
7599                 "WEBRTC_RESTRICT_LOGGING",
7600                 "WEBRTC_ARCH_ARM",
7601                 "WEBRTC_ARCH_ARM_V7",
7602                 "WEBRTC_HAS_NEON",
7603                 "WEBRTC_MOZILLA_BUILD",
7604                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7605                 "WEBRTC_POSIX",
7606                 "WEBRTC_BSD"
7607             ],
7608             "deps": [
7609                 "//api/audio_codecs:audio_codecs_api",
7610                 "//common_audio:common_audio",
7611                 "//modules/audio_coding:isac_common",
7612                 "//modules/audio_coding:isac_fix_c",
7613                 "//modules/audio_coding:isac_neon",
7614                 "//system_wrappers:system_wrappers"
7615             ],
7616             "include_dirs": [
7617                 "//",
7618                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7619                 "//modules/audio_coding/codecs/isac/fix/include/",
7620                 "//common_audio/resampler/include/",
7621                 "//common_audio/signal_processing/include/",
7622                 "//common_audio/vad/include/"
7623             ],
7624             "libs": [],
7625             "sources": [
7626                 "//modules/audio_coding/codecs/isac/fix/source/audio_decoder_isacfix.cc",
7627                 "//modules/audio_coding/codecs/isac/fix/source/audio_encoder_isacfix.cc"
7628             ],
7629             "type": "static_library"
7630         },
7631         "//modules/audio_coding:isac_fix_c": {
7632             "cflags": [
7633                 "-fno-strict-aliasing",
7634                 "--param=ssp-buffer-size=4",
7635                 "-fstack-protector",
7636                 "-Wno-builtin-macro-redefined",
7637                 "-D__DATE__=",
7638                 "-D__TIME__=",
7639                 "-D__TIMESTAMP__=",
7640                 "-funwind-tables",
7641                 "-fcolor-diagnostics",
7642                 "--target=arm-linux-gnueabihf",
7643                 "-march=armv7-a",
7644                 "-mfloat-abi=hard",
7645                 "-mtune=generic-armv7-a",
7646                 "-mfpu=neon",
7647                 "-mthumb",
7648                 "-Wall",
7649                 "-Werror",
7650                 "-Wextra",
7651                 "-Wno-missing-field-initializers",
7652                 "-Wno-unused-parameter",
7653                 "-Wno-c++11-narrowing",
7654                 "-Wno-covered-switch-default",
7655                 "-Wno-unneeded-internal-declaration",
7656                 "-Wno-inconsistent-missing-override",
7657                 "-Wno-undefined-var-template",
7658                 "-Wno-nonportable-include-path",
7659                 "-Wno-address-of-packed-member",
7660                 "-Wno-unused-lambda-capture",
7661                 "-Wno-user-defined-warnings",
7662                 "-O2",
7663                 "-fno-ident",
7664                 "-fdata-sections",
7665                 "-ffunction-sections",
7666                 "-fomit-frame-pointer",
7667                 "-g2",
7668                 "-fvisibility=hidden",
7669                 "-Xclang",
7670                 "-add-plugin",
7671                 "-Xclang",
7672                 "find-bad-constructs",
7673                 "-Xclang",
7674                 "-plugin-arg-find-bad-constructs",
7675                 "-Xclang",
7676                 "check-auto-raw-pointer",
7677                 "-Wheader-hygiene",
7678                 "-Wstring-conversion",
7679                 "-Wtautological-overlap-compare",
7680                 "-Wextra",
7681                 "-Wno-unused-parameter",
7682                 "-Wno-missing-field-initializers",
7683                 "-Wno-strict-overflow",
7684                 "-Wc++11-narrowing",
7685                 "-Wimplicit-fallthrough",
7686                 "-Wthread-safety",
7687                 "-Winconsistent-missing-override",
7688                 "-Wundef",
7689                 "-Wunused-lambda-capture"
7690             ],
7691             "defines": [
7692                 "V8_DEPRECATION_WARNINGS",
7693                 "USE_X11=1",
7694                 "CHROMIUM_BUILD",
7695                 "_FILE_OFFSET_BITS=64",
7696                 "_FORTIFY_SOURCE=2",
7697                 "NDEBUG",
7698                 "NVALGRIND",
7699                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7700                 "WEBRTC_ENABLE_PROTOBUF=0",
7701                 "WEBRTC_RESTRICT_LOGGING",
7702                 "WEBRTC_ARCH_ARM",
7703                 "WEBRTC_ARCH_ARM_V7",
7704                 "WEBRTC_HAS_NEON",
7705                 "WEBRTC_MOZILLA_BUILD",
7706                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7707                 "WEBRTC_POSIX",
7708                 "WEBRTC_BSD"
7709             ],
7710             "deps": [
7711                 "//:webrtc_common",
7712                 "//api/audio_codecs:audio_codecs_api",
7713                 "//common_audio:common_audio",
7714                 "//modules/audio_coding:isac_common",
7715                 "//modules/audio_coding:isac_fix_c_arm_asm",
7716                 "//modules/audio_coding:isac_fix_common",
7717                 "//modules/audio_coding:isac_neon",
7718                 "//rtc_base:compile_assert_c",
7719                 "//rtc_base:rtc_base_approved",
7720                 "//system_wrappers:system_wrappers"
7721             ],
7722             "include_dirs": [
7723                 "//",
7724                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7725                 "//modules/audio_coding/codecs/isac/fix/include/",
7726                 "//common_audio/resampler/include/",
7727                 "//common_audio/signal_processing/include/",
7728                 "//common_audio/vad/include/"
7729             ],
7730             "libs": [],
7731             "sources": [
7732                 "//modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h",
7733                 "//modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h",
7734                 "//modules/audio_coding/codecs/isac/fix/include/isacfix.h",
7735                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines.c",
7736                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c",
7737                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c",
7738                 "//modules/audio_coding/codecs/isac/fix/source/arith_routins.h",
7739                 "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c",
7740                 "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h",
7741                 "//modules/audio_coding/codecs/isac/fix/source/decode.c",
7742                 "//modules/audio_coding/codecs/isac/fix/source/decode_bwe.c",
7743                 "//modules/audio_coding/codecs/isac/fix/source/decode_plc.c",
7744                 "//modules/audio_coding/codecs/isac/fix/source/encode.c",
7745                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.c",
7746                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.h",
7747                 "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c",
7748                 "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h",
7749                 "//modules/audio_coding/codecs/isac/fix/source/filterbanks.c",
7750                 "//modules/audio_coding/codecs/isac/fix/source/filters.c",
7751                 "//modules/audio_coding/codecs/isac/fix/source/initialize.c",
7752                 "//modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h",
7753                 "//modules/audio_coding/codecs/isac/fix/source/isacfix.c",
7754                 "//modules/audio_coding/codecs/isac/fix/source/lattice.c",
7755                 "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c",
7756                 "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h",
7757                 "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.c",
7758                 "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.h",
7759                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c",
7760                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h",
7761                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c",
7762                 "//modules/audio_coding/codecs/isac/fix/source/pitch_filter.c",
7763                 "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c",
7764                 "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h",
7765                 "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c",
7766                 "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h",
7767                 "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c",
7768                 "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h",
7769                 "//modules/audio_coding/codecs/isac/fix/source/structs.h",
7770                 "//modules/audio_coding/codecs/isac/fix/source/transform.c",
7771                 "//modules/audio_coding/codecs/isac/fix/source/transform_tables.c"
7772             ],
7773             "type": "source_set"
7774         },
7775         "//modules/audio_coding:isac_fix_c_arm_asm": {
7776             "cflags": [
7777                 "-fno-strict-aliasing",
7778                 "--param=ssp-buffer-size=4",
7779                 "-fstack-protector",
7780                 "-Wno-builtin-macro-redefined",
7781                 "-D__DATE__=",
7782                 "-D__TIME__=",
7783                 "-D__TIMESTAMP__=",
7784                 "-funwind-tables",
7785                 "-fcolor-diagnostics",
7786                 "--target=arm-linux-gnueabihf",
7787                 "-march=armv7-a",
7788                 "-mfloat-abi=hard",
7789                 "-mtune=generic-armv7-a",
7790                 "-mfpu=neon",
7791                 "-mthumb",
7792                 "-Wall",
7793                 "-Werror",
7794                 "-Wextra",
7795                 "-Wno-missing-field-initializers",
7796                 "-Wno-unused-parameter",
7797                 "-Wno-c++11-narrowing",
7798                 "-Wno-covered-switch-default",
7799                 "-Wno-unneeded-internal-declaration",
7800                 "-Wno-inconsistent-missing-override",
7801                 "-Wno-undefined-var-template",
7802                 "-Wno-nonportable-include-path",
7803                 "-Wno-address-of-packed-member",
7804                 "-Wno-unused-lambda-capture",
7805                 "-Wno-user-defined-warnings",
7806                 "-O2",
7807                 "-fno-ident",
7808                 "-fdata-sections",
7809                 "-ffunction-sections",
7810                 "-fomit-frame-pointer",
7811                 "-g2",
7812                 "-fvisibility=hidden",
7813                 "-Xclang",
7814                 "-add-plugin",
7815                 "-Xclang",
7816                 "find-bad-constructs",
7817                 "-Xclang",
7818                 "-plugin-arg-find-bad-constructs",
7819                 "-Xclang",
7820                 "check-auto-raw-pointer",
7821                 "-Wheader-hygiene",
7822                 "-Wstring-conversion",
7823                 "-Wtautological-overlap-compare",
7824                 "-Wextra",
7825                 "-Wno-unused-parameter",
7826                 "-Wno-missing-field-initializers",
7827                 "-Wno-strict-overflow",
7828                 "-Wc++11-narrowing",
7829                 "-Wimplicit-fallthrough",
7830                 "-Wthread-safety",
7831                 "-Winconsistent-missing-override",
7832                 "-Wundef",
7833                 "-Wunused-lambda-capture"
7834             ],
7835             "defines": [
7836                 "V8_DEPRECATION_WARNINGS",
7837                 "USE_X11=1",
7838                 "CHROMIUM_BUILD",
7839                 "_FILE_OFFSET_BITS=64",
7840                 "_FORTIFY_SOURCE=2",
7841                 "NDEBUG",
7842                 "NVALGRIND",
7843                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7844                 "WEBRTC_ENABLE_PROTOBUF=0",
7845                 "WEBRTC_RESTRICT_LOGGING",
7846                 "WEBRTC_ARCH_ARM",
7847                 "WEBRTC_ARCH_ARM_V7",
7848                 "WEBRTC_HAS_NEON",
7849                 "WEBRTC_MOZILLA_BUILD",
7850                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7851                 "WEBRTC_POSIX",
7852                 "WEBRTC_BSD"
7853             ],
7854             "deps": [],
7855             "include_dirs": [
7856                 "//",
7857                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
7858             ],
7859             "libs": [],
7860             "sources": [
7861                 "//modules/audio_coding/codecs/isac/fix/source/lattice_armv7.S",
7862                 "//modules/audio_coding/codecs/isac/fix/source/pitch_filter_armv6.S"
7863             ],
7864             "type": "source_set"
7865         },
7866         "//modules/audio_coding:isac_fix_common": {
7867             "cflags": [
7868                 "-fno-strict-aliasing",
7869                 "--param=ssp-buffer-size=4",
7870                 "-fstack-protector",
7871                 "-Wno-builtin-macro-redefined",
7872                 "-D__DATE__=",
7873                 "-D__TIME__=",
7874                 "-D__TIMESTAMP__=",
7875                 "-funwind-tables",
7876                 "-fcolor-diagnostics",
7877                 "--target=arm-linux-gnueabihf",
7878                 "-march=armv7-a",
7879                 "-mfloat-abi=hard",
7880                 "-mtune=generic-armv7-a",
7881                 "-mfpu=neon",
7882                 "-mthumb",
7883                 "-Wall",
7884                 "-Werror",
7885                 "-Wextra",
7886                 "-Wno-missing-field-initializers",
7887                 "-Wno-unused-parameter",
7888                 "-Wno-c++11-narrowing",
7889                 "-Wno-covered-switch-default",
7890                 "-Wno-unneeded-internal-declaration",
7891                 "-Wno-inconsistent-missing-override",
7892                 "-Wno-undefined-var-template",
7893                 "-Wno-nonportable-include-path",
7894                 "-Wno-address-of-packed-member",
7895                 "-Wno-unused-lambda-capture",
7896                 "-Wno-user-defined-warnings",
7897                 "-O2",
7898                 "-fno-ident",
7899                 "-fdata-sections",
7900                 "-ffunction-sections",
7901                 "-fomit-frame-pointer",
7902                 "-g2",
7903                 "-fvisibility=hidden",
7904                 "-Xclang",
7905                 "-add-plugin",
7906                 "-Xclang",
7907                 "find-bad-constructs",
7908                 "-Xclang",
7909                 "-plugin-arg-find-bad-constructs",
7910                 "-Xclang",
7911                 "check-auto-raw-pointer",
7912                 "-Wheader-hygiene",
7913                 "-Wstring-conversion",
7914                 "-Wtautological-overlap-compare",
7915                 "-Wextra",
7916                 "-Wno-unused-parameter",
7917                 "-Wno-missing-field-initializers",
7918                 "-Wno-strict-overflow",
7919                 "-Wc++11-narrowing",
7920                 "-Wimplicit-fallthrough",
7921                 "-Wthread-safety",
7922                 "-Winconsistent-missing-override",
7923                 "-Wundef",
7924                 "-Wunused-lambda-capture"
7925             ],
7926             "defines": [
7927                 "V8_DEPRECATION_WARNINGS",
7928                 "USE_X11=1",
7929                 "CHROMIUM_BUILD",
7930                 "_FILE_OFFSET_BITS=64",
7931                 "_FORTIFY_SOURCE=2",
7932                 "NDEBUG",
7933                 "NVALGRIND",
7934                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7935                 "WEBRTC_ENABLE_PROTOBUF=0",
7936                 "WEBRTC_RESTRICT_LOGGING",
7937                 "WEBRTC_ARCH_ARM",
7938                 "WEBRTC_ARCH_ARM_V7",
7939                 "WEBRTC_HAS_NEON",
7940                 "WEBRTC_MOZILLA_BUILD",
7941                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7942                 "WEBRTC_POSIX",
7943                 "WEBRTC_BSD"
7944             ],
7945             "deps": [],
7946             "include_dirs": [
7947                 "//",
7948                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
7949                 "//modules/audio_coding/codecs/isac/fix/include/"
7950             ],
7951             "libs": [],
7952             "sources": [
7953                 "//modules/audio_coding/codecs/isac/fix/source/codec.h",
7954                 "//modules/audio_coding/codecs/isac/fix/source/fft.c",
7955                 "//modules/audio_coding/codecs/isac/fix/source/fft.h",
7956                 "//modules/audio_coding/codecs/isac/fix/source/settings.h"
7957             ],
7958             "type": "source_set"
7959         },
7960         "//modules/audio_coding:isac_neon": {
7961             "cflags": [
7962                 "-mfpu=neon",
7963                 "-fno-strict-aliasing",
7964                 "--param=ssp-buffer-size=4",
7965                 "-fstack-protector",
7966                 "-Wno-builtin-macro-redefined",
7967                 "-D__DATE__=",
7968                 "-D__TIME__=",
7969                 "-D__TIMESTAMP__=",
7970                 "-funwind-tables",
7971                 "-fcolor-diagnostics",
7972                 "--target=arm-linux-gnueabihf",
7973                 "-march=armv7-a",
7974                 "-mfloat-abi=hard",
7975                 "-mtune=generic-armv7-a",
7976                 "-mthumb",
7977                 "-Wall",
7978                 "-Werror",
7979                 "-Wextra",
7980                 "-Wno-missing-field-initializers",
7981                 "-Wno-unused-parameter",
7982                 "-Wno-c++11-narrowing",
7983                 "-Wno-covered-switch-default",
7984                 "-Wno-unneeded-internal-declaration",
7985                 "-Wno-inconsistent-missing-override",
7986                 "-Wno-undefined-var-template",
7987                 "-Wno-nonportable-include-path",
7988                 "-Wno-address-of-packed-member",
7989                 "-Wno-unused-lambda-capture",
7990                 "-Wno-user-defined-warnings",
7991                 "-O2",
7992                 "-fno-ident",
7993                 "-fdata-sections",
7994                 "-ffunction-sections",
7995                 "-fomit-frame-pointer",
7996                 "-g2",
7997                 "-fvisibility=hidden",
7998                 "-Xclang",
7999                 "-add-plugin",
8000                 "-Xclang",
8001                 "find-bad-constructs",
8002                 "-Xclang",
8003                 "-plugin-arg-find-bad-constructs",
8004                 "-Xclang",
8005                 "check-auto-raw-pointer",
8006                 "-Wheader-hygiene",
8007                 "-Wstring-conversion",
8008                 "-Wtautological-overlap-compare",
8009                 "-Wextra",
8010                 "-Wno-unused-parameter",
8011                 "-Wno-missing-field-initializers",
8012                 "-Wno-strict-overflow",
8013                 "-Wc++11-narrowing",
8014                 "-Wimplicit-fallthrough",
8015                 "-Wthread-safety",
8016                 "-Winconsistent-missing-override",
8017                 "-Wundef",
8018                 "-Wunused-lambda-capture"
8019             ],
8020             "defines": [
8021                 "V8_DEPRECATION_WARNINGS",
8022                 "USE_X11=1",
8023                 "CHROMIUM_BUILD",
8024                 "_FILE_OFFSET_BITS=64",
8025                 "_FORTIFY_SOURCE=2",
8026                 "NDEBUG",
8027                 "NVALGRIND",
8028                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8029                 "WEBRTC_ENABLE_PROTOBUF=0",
8030                 "WEBRTC_RESTRICT_LOGGING",
8031                 "WEBRTC_ARCH_ARM",
8032                 "WEBRTC_ARCH_ARM_V7",
8033                 "WEBRTC_HAS_NEON",
8034                 "WEBRTC_MOZILLA_BUILD",
8035                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8036                 "WEBRTC_POSIX",
8037                 "WEBRTC_BSD"
8038             ],
8039             "deps": [
8040                 "//common_audio:common_audio",
8041                 "//modules/audio_coding:isac_fix_common",
8042                 "//rtc_base:rtc_base_approved"
8043             ],
8044             "include_dirs": [
8045                 "//",
8046                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8047                 "//modules/audio_coding/codecs/isac/fix/include/",
8048                 "//common_audio/resampler/include/",
8049                 "//common_audio/signal_processing/include/",
8050                 "//common_audio/vad/include/"
8051             ],
8052             "libs": [],
8053             "sources": [
8054                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding_neon.c",
8055                 "//modules/audio_coding/codecs/isac/fix/source/filterbanks_neon.c",
8056                 "//modules/audio_coding/codecs/isac/fix/source/filters_neon.c",
8057                 "//modules/audio_coding/codecs/isac/fix/source/lattice_neon.c",
8058                 "//modules/audio_coding/codecs/isac/fix/source/transform_neon.c"
8059             ],
8060             "type": "static_library"
8061         },
8062         "//modules/audio_coding:legacy_encoded_audio_frame": {
8063             "cflags": [
8064                 "-fno-strict-aliasing",
8065                 "--param=ssp-buffer-size=4",
8066                 "-fstack-protector",
8067                 "-Wno-builtin-macro-redefined",
8068                 "-D__DATE__=",
8069                 "-D__TIME__=",
8070                 "-D__TIMESTAMP__=",
8071                 "-funwind-tables",
8072                 "-fcolor-diagnostics",
8073                 "--target=arm-linux-gnueabihf",
8074                 "-march=armv7-a",
8075                 "-mfloat-abi=hard",
8076                 "-mtune=generic-armv7-a",
8077                 "-mfpu=neon",
8078                 "-mthumb",
8079                 "-Wall",
8080                 "-Werror",
8081                 "-Wextra",
8082                 "-Wno-missing-field-initializers",
8083                 "-Wno-unused-parameter",
8084                 "-Wno-c++11-narrowing",
8085                 "-Wno-covered-switch-default",
8086                 "-Wno-unneeded-internal-declaration",
8087                 "-Wno-inconsistent-missing-override",
8088                 "-Wno-undefined-var-template",
8089                 "-Wno-nonportable-include-path",
8090                 "-Wno-address-of-packed-member",
8091                 "-Wno-unused-lambda-capture",
8092                 "-Wno-user-defined-warnings",
8093                 "-O2",
8094                 "-fno-ident",
8095                 "-fdata-sections",
8096                 "-ffunction-sections",
8097                 "-fomit-frame-pointer",
8098                 "-g2",
8099                 "-fvisibility=hidden",
8100                 "-Xclang",
8101                 "-add-plugin",
8102                 "-Xclang",
8103                 "find-bad-constructs",
8104                 "-Xclang",
8105                 "-plugin-arg-find-bad-constructs",
8106                 "-Xclang",
8107                 "check-auto-raw-pointer",
8108                 "-Wheader-hygiene",
8109                 "-Wstring-conversion",
8110                 "-Wtautological-overlap-compare",
8111                 "-Wextra",
8112                 "-Wno-unused-parameter",
8113                 "-Wno-missing-field-initializers",
8114                 "-Wno-strict-overflow",
8115                 "-Wc++11-narrowing",
8116                 "-Wimplicit-fallthrough",
8117                 "-Wthread-safety",
8118                 "-Winconsistent-missing-override",
8119                 "-Wundef",
8120                 "-Wunused-lambda-capture"
8121             ],
8122             "defines": [
8123                 "V8_DEPRECATION_WARNINGS",
8124                 "USE_X11=1",
8125                 "CHROMIUM_BUILD",
8126                 "_FILE_OFFSET_BITS=64",
8127                 "_FORTIFY_SOURCE=2",
8128                 "NDEBUG",
8129                 "NVALGRIND",
8130                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8131                 "WEBRTC_ENABLE_PROTOBUF=0",
8132                 "WEBRTC_RESTRICT_LOGGING",
8133                 "WEBRTC_ARCH_ARM",
8134                 "WEBRTC_ARCH_ARM_V7",
8135                 "WEBRTC_HAS_NEON",
8136                 "WEBRTC_MOZILLA_BUILD",
8137                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8138                 "WEBRTC_POSIX",
8139                 "WEBRTC_BSD"
8140             ],
8141             "deps": [
8142                 "//api:array_view",
8143                 "//api/audio_codecs:audio_codecs_api",
8144                 "//rtc_base:rtc_base_approved"
8145             ],
8146             "include_dirs": [
8147                 "//",
8148                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8149             ],
8150             "libs": [],
8151             "sources": [
8152                 "//modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
8153                 "//modules/audio_coding/codecs/legacy_encoded_audio_frame.h"
8154             ],
8155             "type": "static_library"
8156         },
8157         "//modules/audio_coding:neteq": {
8158             "cflags": [
8159                 "-fno-strict-aliasing",
8160                 "--param=ssp-buffer-size=4",
8161                 "-fstack-protector",
8162                 "-Wno-builtin-macro-redefined",
8163                 "-D__DATE__=",
8164                 "-D__TIME__=",
8165                 "-D__TIMESTAMP__=",
8166                 "-funwind-tables",
8167                 "-fcolor-diagnostics",
8168                 "--target=arm-linux-gnueabihf",
8169                 "-march=armv7-a",
8170                 "-mfloat-abi=hard",
8171                 "-mtune=generic-armv7-a",
8172                 "-mfpu=neon",
8173                 "-mthumb",
8174                 "-Wall",
8175                 "-Werror",
8176                 "-Wextra",
8177                 "-Wno-missing-field-initializers",
8178                 "-Wno-unused-parameter",
8179                 "-Wno-c++11-narrowing",
8180                 "-Wno-covered-switch-default",
8181                 "-Wno-unneeded-internal-declaration",
8182                 "-Wno-inconsistent-missing-override",
8183                 "-Wno-undefined-var-template",
8184                 "-Wno-nonportable-include-path",
8185                 "-Wno-address-of-packed-member",
8186                 "-Wno-unused-lambda-capture",
8187                 "-Wno-user-defined-warnings",
8188                 "-O2",
8189                 "-fno-ident",
8190                 "-fdata-sections",
8191                 "-ffunction-sections",
8192                 "-fomit-frame-pointer",
8193                 "-g2",
8194                 "-fvisibility=hidden",
8195                 "-Xclang",
8196                 "-add-plugin",
8197                 "-Xclang",
8198                 "find-bad-constructs",
8199                 "-Xclang",
8200                 "-plugin-arg-find-bad-constructs",
8201                 "-Xclang",
8202                 "check-auto-raw-pointer",
8203                 "-Wheader-hygiene",
8204                 "-Wstring-conversion",
8205                 "-Wtautological-overlap-compare",
8206                 "-Wextra",
8207                 "-Wno-unused-parameter",
8208                 "-Wno-missing-field-initializers",
8209                 "-Wno-strict-overflow",
8210                 "-Wc++11-narrowing",
8211                 "-Wimplicit-fallthrough",
8212                 "-Wthread-safety",
8213                 "-Winconsistent-missing-override",
8214                 "-Wundef",
8215                 "-Wunused-lambda-capture"
8216             ],
8217             "defines": [
8218                 "V8_DEPRECATION_WARNINGS",
8219                 "USE_X11=1",
8220                 "CHROMIUM_BUILD",
8221                 "_FILE_OFFSET_BITS=64",
8222                 "_FORTIFY_SOURCE=2",
8223                 "NDEBUG",
8224                 "NVALGRIND",
8225                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8226                 "WEBRTC_ENABLE_PROTOBUF=0",
8227                 "WEBRTC_RESTRICT_LOGGING",
8228                 "WEBRTC_ARCH_ARM",
8229                 "WEBRTC_ARCH_ARM_V7",
8230                 "WEBRTC_HAS_NEON",
8231                 "WEBRTC_MOZILLA_BUILD",
8232                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8233                 "WEBRTC_POSIX",
8234                 "WEBRTC_BSD"
8235             ],
8236             "deps": [
8237                 "//:webrtc_common",
8238                 "//api:optional",
8239                 "//api/audio_codecs:audio_codecs_api",
8240                 "//common_audio:common_audio",
8241                 "//modules:module_api",
8242                 "//modules/audio_coding:audio_coding_module_typedefs",
8243                 "//modules/audio_coding:cng",
8244                 "//modules/audio_coding:neteq_decoder_enum",
8245                 "//rtc_base:gtest_prod",
8246                 "//rtc_base:rtc_base_approved",
8247                 "//system_wrappers:system_wrappers"
8248             ],
8249             "include_dirs": [
8250                 "//",
8251                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8252                 "//modules/audio_coding/codecs/cng/include/",
8253                 "//common_audio/resampler/include/",
8254                 "//common_audio/signal_processing/include/",
8255                 "//common_audio/vad/include/"
8256             ],
8257             "libs": [],
8258             "sources": [
8259                 "//modules/audio_coding/neteq/accelerate.cc",
8260                 "//modules/audio_coding/neteq/accelerate.h",
8261                 "//modules/audio_coding/neteq/audio_multi_vector.cc",
8262                 "//modules/audio_coding/neteq/audio_multi_vector.h",
8263                 "//modules/audio_coding/neteq/audio_vector.cc",
8264                 "//modules/audio_coding/neteq/audio_vector.h",
8265                 "//modules/audio_coding/neteq/background_noise.cc",
8266                 "//modules/audio_coding/neteq/background_noise.h",
8267                 "//modules/audio_coding/neteq/buffer_level_filter.cc",
8268                 "//modules/audio_coding/neteq/buffer_level_filter.h",
8269                 "//modules/audio_coding/neteq/comfort_noise.cc",
8270                 "//modules/audio_coding/neteq/comfort_noise.h",
8271                 "//modules/audio_coding/neteq/cross_correlation.cc",
8272                 "//modules/audio_coding/neteq/cross_correlation.h",
8273                 "//modules/audio_coding/neteq/decision_logic.cc",
8274                 "//modules/audio_coding/neteq/decision_logic.h",
8275                 "//modules/audio_coding/neteq/decision_logic_fax.cc",
8276                 "//modules/audio_coding/neteq/decision_logic_fax.h",
8277                 "//modules/audio_coding/neteq/decision_logic_normal.cc",
8278                 "//modules/audio_coding/neteq/decision_logic_normal.h",
8279                 "//modules/audio_coding/neteq/decoder_database.cc",
8280                 "//modules/audio_coding/neteq/decoder_database.h",
8281                 "//modules/audio_coding/neteq/defines.h",
8282                 "//modules/audio_coding/neteq/delay_manager.cc",
8283                 "//modules/audio_coding/neteq/delay_manager.h",
8284                 "//modules/audio_coding/neteq/delay_peak_detector.cc",
8285                 "//modules/audio_coding/neteq/delay_peak_detector.h",
8286                 "//modules/audio_coding/neteq/dsp_helper.cc",
8287                 "//modules/audio_coding/neteq/dsp_helper.h",
8288                 "//modules/audio_coding/neteq/dtmf_buffer.cc",
8289                 "//modules/audio_coding/neteq/dtmf_buffer.h",
8290                 "//modules/audio_coding/neteq/dtmf_tone_generator.cc",
8291                 "//modules/audio_coding/neteq/dtmf_tone_generator.h",
8292                 "//modules/audio_coding/neteq/expand.cc",
8293                 "//modules/audio_coding/neteq/expand.h",
8294                 "//modules/audio_coding/neteq/include/neteq.h",
8295                 "//modules/audio_coding/neteq/merge.cc",
8296                 "//modules/audio_coding/neteq/merge.h",
8297                 "//modules/audio_coding/neteq/nack_tracker.cc",
8298                 "//modules/audio_coding/neteq/nack_tracker.h",
8299                 "//modules/audio_coding/neteq/neteq.cc",
8300                 "//modules/audio_coding/neteq/neteq_impl.cc",
8301                 "//modules/audio_coding/neteq/neteq_impl.h",
8302                 "//modules/audio_coding/neteq/normal.cc",
8303                 "//modules/audio_coding/neteq/normal.h",
8304                 "//modules/audio_coding/neteq/packet.cc",
8305                 "//modules/audio_coding/neteq/packet.h",
8306                 "//modules/audio_coding/neteq/packet_buffer.cc",
8307                 "//modules/audio_coding/neteq/packet_buffer.h",
8308                 "//modules/audio_coding/neteq/post_decode_vad.cc",
8309                 "//modules/audio_coding/neteq/post_decode_vad.h",
8310                 "//modules/audio_coding/neteq/preemptive_expand.cc",
8311                 "//modules/audio_coding/neteq/preemptive_expand.h",
8312                 "//modules/audio_coding/neteq/random_vector.cc",
8313                 "//modules/audio_coding/neteq/random_vector.h",
8314                 "//modules/audio_coding/neteq/red_payload_splitter.cc",
8315                 "//modules/audio_coding/neteq/red_payload_splitter.h",
8316                 "//modules/audio_coding/neteq/rtcp.cc",
8317                 "//modules/audio_coding/neteq/rtcp.h",
8318                 "//modules/audio_coding/neteq/statistics_calculator.cc",
8319                 "//modules/audio_coding/neteq/statistics_calculator.h",
8320                 "//modules/audio_coding/neteq/sync_buffer.cc",
8321                 "//modules/audio_coding/neteq/sync_buffer.h",
8322                 "//modules/audio_coding/neteq/tick_timer.cc",
8323                 "//modules/audio_coding/neteq/tick_timer.h",
8324                 "//modules/audio_coding/neteq/time_stretch.cc",
8325                 "//modules/audio_coding/neteq/time_stretch.h",
8326                 "//modules/audio_coding/neteq/timestamp_scaler.cc",
8327                 "//modules/audio_coding/neteq/timestamp_scaler.h"
8328             ],
8329             "type": "static_library"
8330         },
8331         "//modules/audio_coding:neteq_decoder_enum": {
8332             "cflags": [
8333                 "-fno-strict-aliasing",
8334                 "--param=ssp-buffer-size=4",
8335                 "-fstack-protector",
8336                 "-Wno-builtin-macro-redefined",
8337                 "-D__DATE__=",
8338                 "-D__TIME__=",
8339                 "-D__TIMESTAMP__=",
8340                 "-funwind-tables",
8341                 "-fcolor-diagnostics",
8342                 "--target=arm-linux-gnueabihf",
8343                 "-march=armv7-a",
8344                 "-mfloat-abi=hard",
8345                 "-mtune=generic-armv7-a",
8346                 "-mfpu=neon",
8347                 "-mthumb",
8348                 "-Wall",
8349                 "-Werror",
8350                 "-Wextra",
8351                 "-Wno-missing-field-initializers",
8352                 "-Wno-unused-parameter",
8353                 "-Wno-c++11-narrowing",
8354                 "-Wno-covered-switch-default",
8355                 "-Wno-unneeded-internal-declaration",
8356                 "-Wno-inconsistent-missing-override",
8357                 "-Wno-undefined-var-template",
8358                 "-Wno-nonportable-include-path",
8359                 "-Wno-address-of-packed-member",
8360                 "-Wno-unused-lambda-capture",
8361                 "-Wno-user-defined-warnings",
8362                 "-O2",
8363                 "-fno-ident",
8364                 "-fdata-sections",
8365                 "-ffunction-sections",
8366                 "-fomit-frame-pointer",
8367                 "-g2",
8368                 "-fvisibility=hidden",
8369                 "-Xclang",
8370                 "-add-plugin",
8371                 "-Xclang",
8372                 "find-bad-constructs",
8373                 "-Xclang",
8374                 "-plugin-arg-find-bad-constructs",
8375                 "-Xclang",
8376                 "check-auto-raw-pointer",
8377                 "-Wheader-hygiene",
8378                 "-Wstring-conversion",
8379                 "-Wtautological-overlap-compare",
8380                 "-Wextra",
8381                 "-Wno-unused-parameter",
8382                 "-Wno-missing-field-initializers",
8383                 "-Wno-strict-overflow",
8384                 "-Wc++11-narrowing",
8385                 "-Wimplicit-fallthrough",
8386                 "-Wthread-safety",
8387                 "-Winconsistent-missing-override",
8388                 "-Wundef",
8389                 "-Wunused-lambda-capture"
8390             ],
8391             "defines": [
8392                 "V8_DEPRECATION_WARNINGS",
8393                 "USE_X11=1",
8394                 "CHROMIUM_BUILD",
8395                 "_FILE_OFFSET_BITS=64",
8396                 "_FORTIFY_SOURCE=2",
8397                 "NDEBUG",
8398                 "NVALGRIND",
8399                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8400                 "WEBRTC_ENABLE_PROTOBUF=0",
8401                 "WEBRTC_RESTRICT_LOGGING",
8402                 "WEBRTC_ARCH_ARM",
8403                 "WEBRTC_ARCH_ARM_V7",
8404                 "WEBRTC_HAS_NEON",
8405                 "WEBRTC_MOZILLA_BUILD",
8406                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8407                 "WEBRTC_POSIX",
8408                 "WEBRTC_BSD"
8409             ],
8410             "deps": [
8411                 "//api:optional",
8412                 "//api/audio_codecs:audio_codecs_api",
8413                 "//rtc_base:rtc_base_approved"
8414             ],
8415             "include_dirs": [
8416                 "//",
8417                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8418             ],
8419             "libs": [],
8420             "sources": [
8421                 "//modules/audio_coding/neteq/neteq_decoder_enum.cc",
8422                 "//modules/audio_coding/neteq/neteq_decoder_enum.h"
8423             ],
8424             "type": "source_set"
8425         },
8426         "//modules/audio_coding:pcm16b": {
8427             "cflags": [
8428                 "-fno-strict-aliasing",
8429                 "--param=ssp-buffer-size=4",
8430                 "-fstack-protector",
8431                 "-Wno-builtin-macro-redefined",
8432                 "-D__DATE__=",
8433                 "-D__TIME__=",
8434                 "-D__TIMESTAMP__=",
8435                 "-funwind-tables",
8436                 "-fcolor-diagnostics",
8437                 "--target=arm-linux-gnueabihf",
8438                 "-march=armv7-a",
8439                 "-mfloat-abi=hard",
8440                 "-mtune=generic-armv7-a",
8441                 "-mfpu=neon",
8442                 "-mthumb",
8443                 "-Wall",
8444                 "-Werror",
8445                 "-Wextra",
8446                 "-Wno-missing-field-initializers",
8447                 "-Wno-unused-parameter",
8448                 "-Wno-c++11-narrowing",
8449                 "-Wno-covered-switch-default",
8450                 "-Wno-unneeded-internal-declaration",
8451                 "-Wno-inconsistent-missing-override",
8452                 "-Wno-undefined-var-template",
8453                 "-Wno-nonportable-include-path",
8454                 "-Wno-address-of-packed-member",
8455                 "-Wno-unused-lambda-capture",
8456                 "-Wno-user-defined-warnings",
8457                 "-O2",
8458                 "-fno-ident",
8459                 "-fdata-sections",
8460                 "-ffunction-sections",
8461                 "-fomit-frame-pointer",
8462                 "-g2",
8463                 "-fvisibility=hidden",
8464                 "-Xclang",
8465                 "-add-plugin",
8466                 "-Xclang",
8467                 "find-bad-constructs",
8468                 "-Xclang",
8469                 "-plugin-arg-find-bad-constructs",
8470                 "-Xclang",
8471                 "check-auto-raw-pointer",
8472                 "-Wheader-hygiene",
8473                 "-Wstring-conversion",
8474                 "-Wtautological-overlap-compare",
8475                 "-Wextra",
8476                 "-Wno-unused-parameter",
8477                 "-Wno-missing-field-initializers",
8478                 "-Wno-strict-overflow",
8479                 "-Wc++11-narrowing",
8480                 "-Wimplicit-fallthrough",
8481                 "-Wthread-safety",
8482                 "-Winconsistent-missing-override",
8483                 "-Wundef",
8484                 "-Wunused-lambda-capture"
8485             ],
8486             "defines": [
8487                 "V8_DEPRECATION_WARNINGS",
8488                 "USE_X11=1",
8489                 "CHROMIUM_BUILD",
8490                 "_FILE_OFFSET_BITS=64",
8491                 "_FORTIFY_SOURCE=2",
8492                 "NDEBUG",
8493                 "NVALGRIND",
8494                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8495                 "WEBRTC_ENABLE_PROTOBUF=0",
8496                 "WEBRTC_RESTRICT_LOGGING",
8497                 "WEBRTC_ARCH_ARM",
8498                 "WEBRTC_ARCH_ARM_V7",
8499                 "WEBRTC_HAS_NEON",
8500                 "WEBRTC_MOZILLA_BUILD",
8501                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8502                 "WEBRTC_POSIX",
8503                 "WEBRTC_BSD"
8504             ],
8505             "deps": [
8506                 "//:webrtc_common",
8507                 "//api/audio_codecs:audio_codecs_api",
8508                 "//modules/audio_coding:g711",
8509                 "//modules/audio_coding:legacy_encoded_audio_frame",
8510                 "//modules/audio_coding:pcm16b_c",
8511                 "//rtc_base:rtc_base_approved"
8512             ],
8513             "include_dirs": [
8514                 "//",
8515                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8516                 "//modules/audio_coding/codecs/pcm16b/include/",
8517                 "//modules/audio_coding/codecs/g711/include/"
8518             ],
8519             "libs": [],
8520             "sources": [
8521                 "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
8522                 "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h",
8523                 "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
8524                 "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h",
8525                 "//modules/audio_coding/codecs/pcm16b/pcm16b_common.cc",
8526                 "//modules/audio_coding/codecs/pcm16b/pcm16b_common.h"
8527             ],
8528             "type": "static_library"
8529         },
8530         "//modules/audio_coding:pcm16b_c": {
8531             "cflags": [
8532                 "-fno-strict-aliasing",
8533                 "--param=ssp-buffer-size=4",
8534                 "-fstack-protector",
8535                 "-Wno-builtin-macro-redefined",
8536                 "-D__DATE__=",
8537                 "-D__TIME__=",
8538                 "-D__TIMESTAMP__=",
8539                 "-funwind-tables",
8540                 "-fcolor-diagnostics",
8541                 "--target=arm-linux-gnueabihf",
8542                 "-march=armv7-a",
8543                 "-mfloat-abi=hard",
8544                 "-mtune=generic-armv7-a",
8545                 "-mfpu=neon",
8546                 "-mthumb",
8547                 "-Wall",
8548                 "-Werror",
8549                 "-Wextra",
8550                 "-Wno-missing-field-initializers",
8551                 "-Wno-unused-parameter",
8552                 "-Wno-c++11-narrowing",
8553                 "-Wno-covered-switch-default",
8554                 "-Wno-unneeded-internal-declaration",
8555                 "-Wno-inconsistent-missing-override",
8556                 "-Wno-undefined-var-template",
8557                 "-Wno-nonportable-include-path",
8558                 "-Wno-address-of-packed-member",
8559                 "-Wno-unused-lambda-capture",
8560                 "-Wno-user-defined-warnings",
8561                 "-O2",
8562                 "-fno-ident",
8563                 "-fdata-sections",
8564                 "-ffunction-sections",
8565                 "-fomit-frame-pointer",
8566                 "-g2",
8567                 "-fvisibility=hidden",
8568                 "-Xclang",
8569                 "-add-plugin",
8570                 "-Xclang",
8571                 "find-bad-constructs",
8572                 "-Xclang",
8573                 "-plugin-arg-find-bad-constructs",
8574                 "-Xclang",
8575                 "check-auto-raw-pointer",
8576                 "-Wheader-hygiene",
8577                 "-Wstring-conversion",
8578                 "-Wtautological-overlap-compare",
8579                 "-Wextra",
8580                 "-Wno-unused-parameter",
8581                 "-Wno-missing-field-initializers",
8582                 "-Wno-strict-overflow",
8583                 "-Wc++11-narrowing",
8584                 "-Wimplicit-fallthrough",
8585                 "-Wthread-safety",
8586                 "-Winconsistent-missing-override",
8587                 "-Wundef",
8588                 "-Wunused-lambda-capture"
8589             ],
8590             "defines": [
8591                 "V8_DEPRECATION_WARNINGS",
8592                 "USE_X11=1",
8593                 "CHROMIUM_BUILD",
8594                 "_FILE_OFFSET_BITS=64",
8595                 "_FORTIFY_SOURCE=2",
8596                 "NDEBUG",
8597                 "NVALGRIND",
8598                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8599                 "WEBRTC_ENABLE_PROTOBUF=0",
8600                 "WEBRTC_RESTRICT_LOGGING",
8601                 "WEBRTC_ARCH_ARM",
8602                 "WEBRTC_ARCH_ARM_V7",
8603                 "WEBRTC_HAS_NEON",
8604                 "WEBRTC_MOZILLA_BUILD",
8605                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8606                 "WEBRTC_POSIX",
8607                 "WEBRTC_BSD"
8608             ],
8609             "deps": [
8610                 "//:webrtc_common"
8611             ],
8612             "include_dirs": [
8613                 "//",
8614                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8615                 "//modules/audio_coding/codecs/pcm16b/include/"
8616             ],
8617             "libs": [],
8618             "sources": [
8619                 "//modules/audio_coding/codecs/pcm16b/pcm16b.c",
8620                 "//modules/audio_coding/codecs/pcm16b/pcm16b.h"
8621             ],
8622             "type": "source_set"
8623         },
8624         "//modules/audio_coding:rent_a_codec": {
8625             "cflags": [
8626                 "-fno-strict-aliasing",
8627                 "--param=ssp-buffer-size=4",
8628                 "-fstack-protector",
8629                 "-Wno-builtin-macro-redefined",
8630                 "-D__DATE__=",
8631                 "-D__TIME__=",
8632                 "-D__TIMESTAMP__=",
8633                 "-funwind-tables",
8634                 "-fcolor-diagnostics",
8635                 "--target=arm-linux-gnueabihf",
8636                 "-march=armv7-a",
8637                 "-mfloat-abi=hard",
8638                 "-mtune=generic-armv7-a",
8639                 "-mfpu=neon",
8640                 "-mthumb",
8641                 "-Wall",
8642                 "-Werror",
8643                 "-Wextra",
8644                 "-Wno-missing-field-initializers",
8645                 "-Wno-unused-parameter",
8646                 "-Wno-c++11-narrowing",
8647                 "-Wno-covered-switch-default",
8648                 "-Wno-unneeded-internal-declaration",
8649                 "-Wno-inconsistent-missing-override",
8650                 "-Wno-undefined-var-template",
8651                 "-Wno-nonportable-include-path",
8652                 "-Wno-address-of-packed-member",
8653                 "-Wno-unused-lambda-capture",
8654                 "-Wno-user-defined-warnings",
8655                 "-O2",
8656                 "-fno-ident",
8657                 "-fdata-sections",
8658                 "-ffunction-sections",
8659                 "-fomit-frame-pointer",
8660                 "-g2",
8661                 "-fvisibility=hidden",
8662                 "-Xclang",
8663                 "-add-plugin",
8664                 "-Xclang",
8665                 "find-bad-constructs",
8666                 "-Xclang",
8667                 "-plugin-arg-find-bad-constructs",
8668                 "-Xclang",
8669                 "check-auto-raw-pointer",
8670                 "-Wheader-hygiene",
8671                 "-Wstring-conversion",
8672                 "-Wtautological-overlap-compare",
8673                 "-Wextra",
8674                 "-Wno-unused-parameter",
8675                 "-Wno-missing-field-initializers",
8676                 "-Wno-strict-overflow",
8677                 "-Wc++11-narrowing",
8678                 "-Wimplicit-fallthrough",
8679                 "-Wthread-safety",
8680                 "-Winconsistent-missing-override",
8681                 "-Wundef",
8682                 "-Wunused-lambda-capture"
8683             ],
8684             "defines": [
8685                 "WEBRTC_CODEC_ILBC",
8686                 "WEBRTC_CODEC_OPUS",
8687                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
8688                 "WEBRTC_CODEC_ISACFX",
8689                 "V8_DEPRECATION_WARNINGS",
8690                 "USE_X11=1",
8691                 "CHROMIUM_BUILD",
8692                 "_FILE_OFFSET_BITS=64",
8693                 "_FORTIFY_SOURCE=2",
8694                 "NDEBUG",
8695                 "NVALGRIND",
8696                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8697                 "WEBRTC_ENABLE_PROTOBUF=0",
8698                 "WEBRTC_RESTRICT_LOGGING",
8699                 "WEBRTC_ARCH_ARM",
8700                 "WEBRTC_ARCH_ARM_V7",
8701                 "WEBRTC_HAS_NEON",
8702                 "WEBRTC_MOZILLA_BUILD",
8703                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8704                 "WEBRTC_POSIX",
8705                 "WEBRTC_BSD"
8706             ],
8707             "deps": [
8708                 "//:webrtc_common",
8709                 "//api:array_view",
8710                 "//api:optional",
8711                 "//api/audio_codecs:audio_codecs_api",
8712                 "//modules/audio_coding:audio_coding_module_typedefs",
8713                 "//modules/audio_coding:cng",
8714                 "//modules/audio_coding:g711",
8715                 "//modules/audio_coding:g722",
8716                 "//modules/audio_coding:ilbc",
8717                 "//modules/audio_coding:isac_common",
8718                 "//modules/audio_coding:isac_fix",
8719                 "//modules/audio_coding:isac_fix_c",
8720                 "//modules/audio_coding:neteq_decoder_enum",
8721                 "//modules/audio_coding:pcm16b",
8722                 "//modules/audio_coding:webrtc_opus",
8723                 "//rtc_base:protobuf_utils",
8724                 "//rtc_base:rtc_base_approved",
8725                 "//system_wrappers:system_wrappers"
8726             ],
8727             "include_dirs": [
8728                 "/media/libopus/include/",
8729                 "//",
8730                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8731                 "//modules/audio_coding/codecs/isac/fix/include/",
8732                 "//modules/audio_coding/codecs/cng/include/",
8733                 "//modules/audio_coding/codecs/g711/include/",
8734                 "//modules/audio_coding/codecs/pcm16b/include/",
8735                 "//modules/audio_coding/codecs/ilbc/include/",
8736                 "//modules/audio_coding/codecs/g722/include/"
8737             ],
8738             "libs": [],
8739             "sources": [
8740                 "//modules/audio_coding/acm2/acm_codec_database.cc",
8741                 "//modules/audio_coding/acm2/acm_codec_database.h",
8742                 "//modules/audio_coding/acm2/rent_a_codec.cc",
8743                 "//modules/audio_coding/acm2/rent_a_codec.h"
8744             ],
8745             "type": "static_library"
8746         },
8747         "//modules/audio_coding:webrtc_opus": {
8748             "cflags": [
8749                 "-fno-strict-aliasing",
8750                 "--param=ssp-buffer-size=4",
8751                 "-fstack-protector",
8752                 "-Wno-builtin-macro-redefined",
8753                 "-D__DATE__=",
8754                 "-D__TIME__=",
8755                 "-D__TIMESTAMP__=",
8756                 "-funwind-tables",
8757                 "-fcolor-diagnostics",
8758                 "--target=arm-linux-gnueabihf",
8759                 "-march=armv7-a",
8760                 "-mfloat-abi=hard",
8761                 "-mtune=generic-armv7-a",
8762                 "-mfpu=neon",
8763                 "-mthumb",
8764                 "-Wall",
8765                 "-Werror",
8766                 "-Wextra",
8767                 "-Wno-missing-field-initializers",
8768                 "-Wno-unused-parameter",
8769                 "-Wno-c++11-narrowing",
8770                 "-Wno-covered-switch-default",
8771                 "-Wno-unneeded-internal-declaration",
8772                 "-Wno-inconsistent-missing-override",
8773                 "-Wno-undefined-var-template",
8774                 "-Wno-nonportable-include-path",
8775                 "-Wno-address-of-packed-member",
8776                 "-Wno-unused-lambda-capture",
8777                 "-Wno-user-defined-warnings",
8778                 "-O2",
8779                 "-fno-ident",
8780                 "-fdata-sections",
8781                 "-ffunction-sections",
8782                 "-fomit-frame-pointer",
8783                 "-g2",
8784                 "-fvisibility=hidden",
8785                 "-Xclang",
8786                 "-add-plugin",
8787                 "-Xclang",
8788                 "find-bad-constructs",
8789                 "-Xclang",
8790                 "-plugin-arg-find-bad-constructs",
8791                 "-Xclang",
8792                 "check-auto-raw-pointer",
8793                 "-Wheader-hygiene",
8794                 "-Wstring-conversion",
8795                 "-Wtautological-overlap-compare",
8796                 "-Wextra",
8797                 "-Wno-unused-parameter",
8798                 "-Wno-missing-field-initializers",
8799                 "-Wno-strict-overflow",
8800                 "-Wc++11-narrowing",
8801                 "-Wimplicit-fallthrough",
8802                 "-Wthread-safety",
8803                 "-Winconsistent-missing-override",
8804                 "-Wundef",
8805                 "-Wunused-lambda-capture"
8806             ],
8807             "defines": [
8808                 "WEBRTC_CODEC_ILBC",
8809                 "WEBRTC_CODEC_OPUS",
8810                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
8811                 "WEBRTC_CODEC_ISACFX",
8812                 "V8_DEPRECATION_WARNINGS",
8813                 "USE_X11=1",
8814                 "CHROMIUM_BUILD",
8815                 "_FILE_OFFSET_BITS=64",
8816                 "_FORTIFY_SOURCE=2",
8817                 "NDEBUG",
8818                 "NVALGRIND",
8819                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8820                 "WEBRTC_ENABLE_PROTOBUF=0",
8821                 "WEBRTC_RESTRICT_LOGGING",
8822                 "WEBRTC_ARCH_ARM",
8823                 "WEBRTC_ARCH_ARM_V7",
8824                 "WEBRTC_HAS_NEON",
8825                 "WEBRTC_MOZILLA_BUILD",
8826                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8827                 "WEBRTC_POSIX",
8828                 "WEBRTC_BSD"
8829             ],
8830             "deps": [
8831                 "//:webrtc_common",
8832                 "//api:optional",
8833                 "//api/audio_codecs:audio_codecs_api",
8834                 "//api/audio_codecs/opus:audio_encoder_opus_config",
8835                 "//common_audio:common_audio",
8836                 "//modules/audio_coding:audio_network_adaptor",
8837                 "//modules/audio_coding:webrtc_opus_c",
8838                 "//rtc_base:protobuf_utils",
8839                 "//rtc_base:rtc_base_approved",
8840                 "//rtc_base:rtc_numerics",
8841                 "//system_wrappers:system_wrappers"
8842             ],
8843             "include_dirs": [
8844                 "/media/libopus/include/",
8845                 "//",
8846                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
8847                 "//common_audio/resampler/include/",
8848                 "//common_audio/signal_processing/include/",
8849                 "//common_audio/vad/include/"
8850             ],
8851             "libs": [],
8852             "sources": [
8853                 "//modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
8854                 "//modules/audio_coding/codecs/opus/audio_decoder_opus.h",
8855                 "//modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
8856                 "//modules/audio_coding/codecs/opus/audio_encoder_opus.h"
8857             ],
8858             "type": "static_library"
8859         },
8860         "//modules/audio_coding:webrtc_opus_c": {
8861             "cflags": [
8862                 "-fno-strict-aliasing",
8863                 "--param=ssp-buffer-size=4",
8864                 "-fstack-protector",
8865                 "-Wno-builtin-macro-redefined",
8866                 "-D__DATE__=",
8867                 "-D__TIME__=",
8868                 "-D__TIMESTAMP__=",
8869                 "-funwind-tables",
8870                 "-fcolor-diagnostics",
8871                 "--target=arm-linux-gnueabihf",
8872                 "-march=armv7-a",
8873                 "-mfloat-abi=hard",
8874                 "-mtune=generic-armv7-a",
8875                 "-mfpu=neon",
8876                 "-mthumb",
8877                 "-Wall",
8878                 "-Werror",
8879                 "-Wextra",
8880                 "-Wno-missing-field-initializers",
8881                 "-Wno-unused-parameter",
8882                 "-Wno-c++11-narrowing",
8883                 "-Wno-covered-switch-default",
8884                 "-Wno-unneeded-internal-declaration",
8885                 "-Wno-inconsistent-missing-override",
8886                 "-Wno-undefined-var-template",
8887                 "-Wno-nonportable-include-path",
8888                 "-Wno-address-of-packed-member",
8889                 "-Wno-unused-lambda-capture",
8890                 "-Wno-user-defined-warnings",
8891                 "-O2",
8892                 "-fno-ident",
8893                 "-fdata-sections",
8894                 "-ffunction-sections",
8895                 "-fomit-frame-pointer",
8896                 "-g2",
8897                 "-fvisibility=hidden",
8898                 "-Xclang",
8899                 "-add-plugin",
8900                 "-Xclang",
8901                 "find-bad-constructs",
8902                 "-Xclang",
8903                 "-plugin-arg-find-bad-constructs",
8904                 "-Xclang",
8905                 "check-auto-raw-pointer",
8906                 "-Wheader-hygiene",
8907                 "-Wstring-conversion",
8908                 "-Wtautological-overlap-compare",
8909                 "-Wextra",
8910                 "-Wno-unused-parameter",
8911                 "-Wno-missing-field-initializers",
8912                 "-Wno-strict-overflow",
8913                 "-Wc++11-narrowing",
8914                 "-Wimplicit-fallthrough",
8915                 "-Wthread-safety",
8916                 "-Winconsistent-missing-override",
8917                 "-Wundef",
8918                 "-Wunused-lambda-capture"
8919             ],
8920             "defines": [
8921                 "WEBRTC_CODEC_ILBC",
8922                 "WEBRTC_CODEC_OPUS",
8923                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
8924                 "WEBRTC_CODEC_ISACFX",
8925                 "V8_DEPRECATION_WARNINGS",
8926                 "USE_X11=1",
8927                 "CHROMIUM_BUILD",
8928                 "_FILE_OFFSET_BITS=64",
8929                 "_FORTIFY_SOURCE=2",
8930                 "NDEBUG",
8931                 "NVALGRIND",
8932                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8933                 "WEBRTC_ENABLE_PROTOBUF=0",
8934                 "WEBRTC_RESTRICT_LOGGING",
8935                 "WEBRTC_ARCH_ARM",
8936                 "WEBRTC_ARCH_ARM_V7",
8937                 "WEBRTC_HAS_NEON",
8938                 "WEBRTC_MOZILLA_BUILD",
8939                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8940                 "WEBRTC_POSIX",
8941                 "WEBRTC_BSD"
8942             ],
8943             "deps": [
8944                 "//:webrtc_common",
8945                 "//rtc_base:rtc_base_approved"
8946             ],
8947             "include_dirs": [
8948                 "/media/libopus/include/",
8949                 "//",
8950                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
8951             ],
8952             "libs": [],
8953             "sources": [
8954                 "//modules/audio_coding/codecs/opus/opus_inst.h",
8955                 "//modules/audio_coding/codecs/opus/opus_interface.c",
8956                 "//modules/audio_coding/codecs/opus/opus_interface.h"
8957             ],
8958             "type": "source_set"
8959         },
8960         "//modules/audio_device:audio_device": {
8961             "cflags": [
8962                 "-fno-strict-aliasing",
8963                 "--param=ssp-buffer-size=4",
8964                 "-fstack-protector",
8965                 "-Wno-builtin-macro-redefined",
8966                 "-D__DATE__=",
8967                 "-D__TIME__=",
8968                 "-D__TIMESTAMP__=",
8969                 "-funwind-tables",
8970                 "-fcolor-diagnostics",
8971                 "--target=arm-linux-gnueabihf",
8972                 "-march=armv7-a",
8973                 "-mfloat-abi=hard",
8974                 "-mtune=generic-armv7-a",
8975                 "-mfpu=neon",
8976                 "-mthumb",
8977                 "-Wall",
8978                 "-Werror",
8979                 "-Wextra",
8980                 "-Wno-missing-field-initializers",
8981                 "-Wno-unused-parameter",
8982                 "-Wno-c++11-narrowing",
8983                 "-Wno-covered-switch-default",
8984                 "-Wno-unneeded-internal-declaration",
8985                 "-Wno-inconsistent-missing-override",
8986                 "-Wno-undefined-var-template",
8987                 "-Wno-nonportable-include-path",
8988                 "-Wno-address-of-packed-member",
8989                 "-Wno-unused-lambda-capture",
8990                 "-Wno-user-defined-warnings",
8991                 "-O2",
8992                 "-fno-ident",
8993                 "-fdata-sections",
8994                 "-ffunction-sections",
8995                 "-fomit-frame-pointer",
8996                 "-g2",
8997                 "-fvisibility=hidden",
8998                 "-Xclang",
8999                 "-add-plugin",
9000                 "-Xclang",
9001                 "find-bad-constructs",
9002                 "-Xclang",
9003                 "-plugin-arg-find-bad-constructs",
9004                 "-Xclang",
9005                 "check-auto-raw-pointer",
9006                 "-Wheader-hygiene",
9007                 "-Wstring-conversion",
9008                 "-Wtautological-overlap-compare",
9009                 "-Wextra",
9010                 "-Wno-unused-parameter",
9011                 "-Wno-missing-field-initializers",
9012                 "-Wno-strict-overflow",
9013                 "-Wc++11-narrowing",
9014                 "-Wimplicit-fallthrough",
9015                 "-Wthread-safety",
9016                 "-Winconsistent-missing-override",
9017                 "-Wundef",
9018                 "-Wunused-lambda-capture"
9019             ],
9020             "defines": [
9021                 "V8_DEPRECATION_WARNINGS",
9022                 "USE_X11=1",
9023                 "CHROMIUM_BUILD",
9024                 "_FILE_OFFSET_BITS=64",
9025                 "_FORTIFY_SOURCE=2",
9026                 "NDEBUG",
9027                 "NVALGRIND",
9028                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9029                 "WEBRTC_ENABLE_PROTOBUF=0",
9030                 "WEBRTC_RESTRICT_LOGGING",
9031                 "WEBRTC_ARCH_ARM",
9032                 "WEBRTC_ARCH_ARM_V7",
9033                 "WEBRTC_HAS_NEON",
9034                 "WEBRTC_MOZILLA_BUILD",
9035                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9036                 "WEBRTC_POSIX",
9037                 "WEBRTC_BSD"
9038             ],
9039             "deps": [
9040                 "//modules/audio_device:audio_device_generic"
9041             ],
9042             "include_dirs": [
9043                 "//",
9044                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
9045                 "//modules/include/",
9046                 "//modules/audio_device/include/",
9047                 "//modules/audio_device/dummy/"
9048             ],
9049             "libs": [],
9050             "sources": [],
9051             "type": "source_set"
9052         },
9053         "//modules/audio_device:audio_device_generic": {
9054             "cflags": [
9055                 "-fno-strict-aliasing",
9056                 "--param=ssp-buffer-size=4",
9057                 "-fstack-protector",
9058                 "-Wno-builtin-macro-redefined",
9059                 "-D__DATE__=",
9060                 "-D__TIME__=",
9061                 "-D__TIMESTAMP__=",
9062                 "-funwind-tables",
9063                 "-fcolor-diagnostics",
9064                 "--target=arm-linux-gnueabihf",
9065                 "-march=armv7-a",
9066                 "-mfloat-abi=hard",
9067                 "-mtune=generic-armv7-a",
9068                 "-mfpu=neon",
9069                 "-mthumb",
9070                 "-Wall",
9071                 "-Werror",
9072                 "-Wextra",
9073                 "-Wno-missing-field-initializers",
9074                 "-Wno-unused-parameter",
9075                 "-Wno-c++11-narrowing",
9076                 "-Wno-covered-switch-default",
9077                 "-Wno-unneeded-internal-declaration",
9078                 "-Wno-inconsistent-missing-override",
9079                 "-Wno-undefined-var-template",
9080                 "-Wno-nonportable-include-path",
9081                 "-Wno-address-of-packed-member",
9082                 "-Wno-unused-lambda-capture",
9083                 "-Wno-user-defined-warnings",
9084                 "-O2",
9085                 "-fno-ident",
9086                 "-fdata-sections",
9087                 "-ffunction-sections",
9088                 "-fomit-frame-pointer",
9089                 "-g2",
9090                 "-fvisibility=hidden",
9091                 "-Wheader-hygiene",
9092                 "-Wstring-conversion",
9093                 "-Wtautological-overlap-compare",
9094                 "-Wextra",
9095                 "-Wno-unused-parameter",
9096                 "-Wno-missing-field-initializers",
9097                 "-Wno-strict-overflow",
9098                 "-Wc++11-narrowing",
9099                 "-Wimplicit-fallthrough",
9100                 "-Wthread-safety",
9101                 "-Winconsistent-missing-override",
9102                 "-Wundef",
9103                 "-Wunused-lambda-capture"
9104             ],
9105             "defines": [
9106                 "WEBRTC_DUMMY_AUDIO_BUILD",
9107                 "V8_DEPRECATION_WARNINGS",
9108                 "USE_X11=1",
9109                 "CHROMIUM_BUILD",
9110                 "_FILE_OFFSET_BITS=64",
9111                 "_FORTIFY_SOURCE=2",
9112                 "NDEBUG",
9113                 "NVALGRIND",
9114                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9115                 "WEBRTC_ENABLE_PROTOBUF=0",
9116                 "WEBRTC_RESTRICT_LOGGING",
9117                 "WEBRTC_ARCH_ARM",
9118                 "WEBRTC_ARCH_ARM_V7",
9119                 "WEBRTC_HAS_NEON",
9120                 "WEBRTC_MOZILLA_BUILD",
9121                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9122                 "WEBRTC_POSIX",
9123                 "WEBRTC_BSD"
9124             ],
9125             "deps": [
9126                 "//:webrtc_common",
9127                 "//api:array_view",
9128                 "//common_audio:common_audio",
9129                 "//modules:module_api",
9130                 "//modules/utility:utility",
9131                 "//rtc_base:rtc_base_approved",
9132                 "//rtc_base:rtc_task_queue",
9133                 "//system_wrappers:system_wrappers"
9134             ],
9135             "include_dirs": [
9136                 "//",
9137                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
9138                 "//modules/include/",
9139                 "//modules/audio_device/include/",
9140                 "//modules/audio_device/dummy/",
9141                 "//common_audio/resampler/include/",
9142                 "//common_audio/signal_processing/include/",
9143                 "//common_audio/vad/include/"
9144             ],
9145             "libs": [],
9146             "sources": [
9147                 "//modules/audio_device/audio_device_buffer.cc",
9148                 "//modules/audio_device/audio_device_buffer.h",
9149                 "//modules/audio_device/audio_device_config.h",
9150                 "//modules/audio_device/audio_device_generic.cc",
9151                 "//modules/audio_device/audio_device_generic.h",
9152                 "//modules/audio_device/dummy/audio_device_dummy.cc",
9153                 "//modules/audio_device/dummy/audio_device_dummy.h",
9154                 "//modules/audio_device/dummy/file_audio_device.cc",
9155                 "//modules/audio_device/dummy/file_audio_device.h",
9156                 "//modules/audio_device/fine_audio_buffer.cc",
9157                 "//modules/audio_device/fine_audio_buffer.h",
9158                 "//modules/audio_device/include/audio_device.h",
9159                 "//modules/audio_device/include/audio_device_defines.h",
9160                 "//modules/audio_device/dummy/file_audio_device_factory.cc",
9161                 "//modules/audio_device/dummy/file_audio_device_factory.h"
9162             ],
9163             "type": "source_set"
9164         },
9165         "//modules/audio_mixer:audio_frame_manipulator": {
9166             "cflags": [
9167                 "-fno-strict-aliasing",
9168                 "--param=ssp-buffer-size=4",
9169                 "-fstack-protector",
9170                 "-Wno-builtin-macro-redefined",
9171                 "-D__DATE__=",
9172                 "-D__TIME__=",
9173                 "-D__TIMESTAMP__=",
9174                 "-funwind-tables",
9175                 "-fcolor-diagnostics",
9176                 "--target=arm-linux-gnueabihf",
9177                 "-march=armv7-a",
9178                 "-mfloat-abi=hard",
9179                 "-mtune=generic-armv7-a",
9180                 "-mfpu=neon",
9181                 "-mthumb",
9182                 "-Wall",
9183                 "-Werror",
9184                 "-Wextra",
9185                 "-Wno-missing-field-initializers",
9186                 "-Wno-unused-parameter",
9187                 "-Wno-c++11-narrowing",
9188                 "-Wno-covered-switch-default",
9189                 "-Wno-unneeded-internal-declaration",
9190                 "-Wno-inconsistent-missing-override",
9191                 "-Wno-undefined-var-template",
9192                 "-Wno-nonportable-include-path",
9193                 "-Wno-address-of-packed-member",
9194                 "-Wno-unused-lambda-capture",
9195                 "-Wno-user-defined-warnings",
9196                 "-O2",
9197                 "-fno-ident",
9198                 "-fdata-sections",
9199                 "-ffunction-sections",
9200                 "-fomit-frame-pointer",
9201                 "-g2",
9202                 "-fvisibility=hidden",
9203                 "-Xclang",
9204                 "-add-plugin",
9205                 "-Xclang",
9206                 "find-bad-constructs",
9207                 "-Xclang",
9208                 "-plugin-arg-find-bad-constructs",
9209                 "-Xclang",
9210                 "check-auto-raw-pointer",
9211                 "-Wheader-hygiene",
9212                 "-Wstring-conversion",
9213                 "-Wtautological-overlap-compare",
9214                 "-Wextra",
9215                 "-Wno-unused-parameter",
9216                 "-Wno-missing-field-initializers",
9217                 "-Wno-strict-overflow",
9218                 "-Wc++11-narrowing",
9219                 "-Wimplicit-fallthrough",
9220                 "-Wthread-safety",
9221                 "-Winconsistent-missing-override",
9222                 "-Wundef",
9223                 "-Wunused-lambda-capture"
9224             ],
9225             "defines": [
9226                 "V8_DEPRECATION_WARNINGS",
9227                 "USE_X11=1",
9228                 "CHROMIUM_BUILD",
9229                 "_FILE_OFFSET_BITS=64",
9230                 "_FORTIFY_SOURCE=2",
9231                 "NDEBUG",
9232                 "NVALGRIND",
9233                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9234                 "WEBRTC_ENABLE_PROTOBUF=0",
9235                 "WEBRTC_RESTRICT_LOGGING",
9236                 "WEBRTC_ARCH_ARM",
9237                 "WEBRTC_ARCH_ARM_V7",
9238                 "WEBRTC_HAS_NEON",
9239                 "WEBRTC_MOZILLA_BUILD",
9240                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9241                 "WEBRTC_POSIX",
9242                 "WEBRTC_BSD"
9243             ],
9244             "deps": [
9245                 "//audio/utility:utility",
9246                 "//modules:module_api",
9247                 "//rtc_base:rtc_base_approved"
9248             ],
9249             "include_dirs": [
9250                 "//",
9251                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9252             ],
9253             "libs": [],
9254             "sources": [
9255                 "//modules/audio_mixer/audio_frame_manipulator.cc",
9256                 "//modules/audio_mixer/audio_frame_manipulator.h"
9257             ],
9258             "type": "static_library"
9259         },
9260         "//modules/audio_mixer:audio_mixer_impl": {
9261             "cflags": [
9262                 "-fno-strict-aliasing",
9263                 "--param=ssp-buffer-size=4",
9264                 "-fstack-protector",
9265                 "-Wno-builtin-macro-redefined",
9266                 "-D__DATE__=",
9267                 "-D__TIME__=",
9268                 "-D__TIMESTAMP__=",
9269                 "-funwind-tables",
9270                 "-fcolor-diagnostics",
9271                 "--target=arm-linux-gnueabihf",
9272                 "-march=armv7-a",
9273                 "-mfloat-abi=hard",
9274                 "-mtune=generic-armv7-a",
9275                 "-mfpu=neon",
9276                 "-mthumb",
9277                 "-Wall",
9278                 "-Werror",
9279                 "-Wextra",
9280                 "-Wno-missing-field-initializers",
9281                 "-Wno-unused-parameter",
9282                 "-Wno-c++11-narrowing",
9283                 "-Wno-covered-switch-default",
9284                 "-Wno-unneeded-internal-declaration",
9285                 "-Wno-inconsistent-missing-override",
9286                 "-Wno-undefined-var-template",
9287                 "-Wno-nonportable-include-path",
9288                 "-Wno-address-of-packed-member",
9289                 "-Wno-unused-lambda-capture",
9290                 "-Wno-user-defined-warnings",
9291                 "-O2",
9292                 "-fno-ident",
9293                 "-fdata-sections",
9294                 "-ffunction-sections",
9295                 "-fomit-frame-pointer",
9296                 "-g2",
9297                 "-fvisibility=hidden",
9298                 "-Xclang",
9299                 "-add-plugin",
9300                 "-Xclang",
9301                 "find-bad-constructs",
9302                 "-Xclang",
9303                 "-plugin-arg-find-bad-constructs",
9304                 "-Xclang",
9305                 "check-auto-raw-pointer",
9306                 "-Wheader-hygiene",
9307                 "-Wstring-conversion",
9308                 "-Wtautological-overlap-compare",
9309                 "-Wextra",
9310                 "-Wno-unused-parameter",
9311                 "-Wno-missing-field-initializers",
9312                 "-Wno-strict-overflow",
9313                 "-Wc++11-narrowing",
9314                 "-Wimplicit-fallthrough",
9315                 "-Wthread-safety",
9316                 "-Winconsistent-missing-override",
9317                 "-Wundef",
9318                 "-Wunused-lambda-capture"
9319             ],
9320             "defines": [
9321                 "V8_DEPRECATION_WARNINGS",
9322                 "USE_X11=1",
9323                 "CHROMIUM_BUILD",
9324                 "_FILE_OFFSET_BITS=64",
9325                 "_FORTIFY_SOURCE=2",
9326                 "NDEBUG",
9327                 "NVALGRIND",
9328                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9329                 "WEBRTC_ENABLE_PROTOBUF=0",
9330                 "WEBRTC_RESTRICT_LOGGING",
9331                 "WEBRTC_ARCH_ARM",
9332                 "WEBRTC_ARCH_ARM_V7",
9333                 "WEBRTC_HAS_NEON",
9334                 "WEBRTC_MOZILLA_BUILD",
9335                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9336                 "WEBRTC_POSIX",
9337                 "WEBRTC_BSD"
9338             ],
9339             "deps": [
9340                 "//:webrtc_common",
9341                 "//api:array_view",
9342                 "//api:audio_mixer_api",
9343                 "//audio/utility:audio_frame_operations",
9344                 "//modules:module_api",
9345                 "//modules/audio_mixer:audio_frame_manipulator",
9346                 "//modules/audio_processing:audio_processing",
9347                 "//rtc_base:rtc_base_approved",
9348                 "//system_wrappers:system_wrappers"
9349             ],
9350             "include_dirs": [
9351                 "//",
9352                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9353             ],
9354             "libs": [],
9355             "sources": [
9356                 "//modules/audio_mixer/audio_mixer_impl.cc",
9357                 "//modules/audio_mixer/audio_mixer_impl.h",
9358                 "//modules/audio_mixer/default_output_rate_calculator.cc",
9359                 "//modules/audio_mixer/default_output_rate_calculator.h",
9360                 "//modules/audio_mixer/frame_combiner.cc",
9361                 "//modules/audio_mixer/frame_combiner.h",
9362                 "//modules/audio_mixer/output_rate_calculator.h"
9363             ],
9364             "type": "static_library"
9365         },
9366         "//modules/audio_processing/aec_dump:aec_dump": {
9367             "cflags": [
9368                 "-fno-strict-aliasing",
9369                 "--param=ssp-buffer-size=4",
9370                 "-fstack-protector",
9371                 "-Wno-builtin-macro-redefined",
9372                 "-D__DATE__=",
9373                 "-D__TIME__=",
9374                 "-D__TIMESTAMP__=",
9375                 "-funwind-tables",
9376                 "-fcolor-diagnostics",
9377                 "--target=arm-linux-gnueabihf",
9378                 "-march=armv7-a",
9379                 "-mfloat-abi=hard",
9380                 "-mtune=generic-armv7-a",
9381                 "-mfpu=neon",
9382                 "-mthumb",
9383                 "-Wall",
9384                 "-Werror",
9385                 "-Wextra",
9386                 "-Wno-missing-field-initializers",
9387                 "-Wno-unused-parameter",
9388                 "-Wno-c++11-narrowing",
9389                 "-Wno-covered-switch-default",
9390                 "-Wno-unneeded-internal-declaration",
9391                 "-Wno-inconsistent-missing-override",
9392                 "-Wno-undefined-var-template",
9393                 "-Wno-nonportable-include-path",
9394                 "-Wno-address-of-packed-member",
9395                 "-Wno-unused-lambda-capture",
9396                 "-Wno-user-defined-warnings",
9397                 "-O2",
9398                 "-fno-ident",
9399                 "-fdata-sections",
9400                 "-ffunction-sections",
9401                 "-fomit-frame-pointer",
9402                 "-g2",
9403                 "-fvisibility=hidden",
9404                 "-Xclang",
9405                 "-add-plugin",
9406                 "-Xclang",
9407                 "find-bad-constructs",
9408                 "-Xclang",
9409                 "-plugin-arg-find-bad-constructs",
9410                 "-Xclang",
9411                 "check-auto-raw-pointer",
9412                 "-Wheader-hygiene",
9413                 "-Wstring-conversion",
9414                 "-Wtautological-overlap-compare",
9415                 "-Wextra",
9416                 "-Wno-unused-parameter",
9417                 "-Wno-missing-field-initializers",
9418                 "-Wno-strict-overflow",
9419                 "-Wc++11-narrowing",
9420                 "-Wimplicit-fallthrough",
9421                 "-Wthread-safety",
9422                 "-Winconsistent-missing-override",
9423                 "-Wundef",
9424                 "-Wunused-lambda-capture"
9425             ],
9426             "defines": [
9427                 "V8_DEPRECATION_WARNINGS",
9428                 "USE_X11=1",
9429                 "CHROMIUM_BUILD",
9430                 "_FILE_OFFSET_BITS=64",
9431                 "_FORTIFY_SOURCE=2",
9432                 "NDEBUG",
9433                 "NVALGRIND",
9434                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9435                 "WEBRTC_ENABLE_PROTOBUF=0",
9436                 "WEBRTC_RESTRICT_LOGGING",
9437                 "WEBRTC_ARCH_ARM",
9438                 "WEBRTC_ARCH_ARM_V7",
9439                 "WEBRTC_HAS_NEON",
9440                 "WEBRTC_MOZILLA_BUILD",
9441                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9442                 "WEBRTC_POSIX",
9443                 "WEBRTC_BSD"
9444             ],
9445             "deps": [
9446                 "//modules/audio_processing:aec_dump_interface",
9447                 "//rtc_base:rtc_base_approved"
9448             ],
9449             "include_dirs": [
9450                 "//",
9451                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9452             ],
9453             "libs": [],
9454             "sources": [
9455                 "//modules/audio_processing/aec_dump/aec_dump_factory.h"
9456             ],
9457             "type": "source_set"
9458         },
9459         "//modules/audio_processing/aec_dump:null_aec_dump_factory": {
9460             "cflags": [
9461                 "-fno-strict-aliasing",
9462                 "--param=ssp-buffer-size=4",
9463                 "-fstack-protector",
9464                 "-Wno-builtin-macro-redefined",
9465                 "-D__DATE__=",
9466                 "-D__TIME__=",
9467                 "-D__TIMESTAMP__=",
9468                 "-funwind-tables",
9469                 "-fcolor-diagnostics",
9470                 "--target=arm-linux-gnueabihf",
9471                 "-march=armv7-a",
9472                 "-mfloat-abi=hard",
9473                 "-mtune=generic-armv7-a",
9474                 "-mfpu=neon",
9475                 "-mthumb",
9476                 "-Wall",
9477                 "-Werror",
9478                 "-Wextra",
9479                 "-Wno-missing-field-initializers",
9480                 "-Wno-unused-parameter",
9481                 "-Wno-c++11-narrowing",
9482                 "-Wno-covered-switch-default",
9483                 "-Wno-unneeded-internal-declaration",
9484                 "-Wno-inconsistent-missing-override",
9485                 "-Wno-undefined-var-template",
9486                 "-Wno-nonportable-include-path",
9487                 "-Wno-address-of-packed-member",
9488                 "-Wno-unused-lambda-capture",
9489                 "-Wno-user-defined-warnings",
9490                 "-O2",
9491                 "-fno-ident",
9492                 "-fdata-sections",
9493                 "-ffunction-sections",
9494                 "-fomit-frame-pointer",
9495                 "-g2",
9496                 "-fvisibility=hidden",
9497                 "-Xclang",
9498                 "-add-plugin",
9499                 "-Xclang",
9500                 "find-bad-constructs",
9501                 "-Xclang",
9502                 "-plugin-arg-find-bad-constructs",
9503                 "-Xclang",
9504                 "check-auto-raw-pointer",
9505                 "-Wheader-hygiene",
9506                 "-Wstring-conversion",
9507                 "-Wtautological-overlap-compare",
9508                 "-Wextra",
9509                 "-Wno-unused-parameter",
9510                 "-Wno-missing-field-initializers",
9511                 "-Wno-strict-overflow",
9512                 "-Wc++11-narrowing",
9513                 "-Wimplicit-fallthrough",
9514                 "-Wthread-safety",
9515                 "-Winconsistent-missing-override",
9516                 "-Wundef",
9517                 "-Wunused-lambda-capture"
9518             ],
9519             "defines": [
9520                 "V8_DEPRECATION_WARNINGS",
9521                 "USE_X11=1",
9522                 "CHROMIUM_BUILD",
9523                 "_FILE_OFFSET_BITS=64",
9524                 "_FORTIFY_SOURCE=2",
9525                 "NDEBUG",
9526                 "NVALGRIND",
9527                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9528                 "WEBRTC_ENABLE_PROTOBUF=0",
9529                 "WEBRTC_RESTRICT_LOGGING",
9530                 "WEBRTC_ARCH_ARM",
9531                 "WEBRTC_ARCH_ARM_V7",
9532                 "WEBRTC_HAS_NEON",
9533                 "WEBRTC_MOZILLA_BUILD",
9534                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9535                 "WEBRTC_POSIX",
9536                 "WEBRTC_BSD"
9537             ],
9538             "deps": [
9539                 "//modules/audio_processing:aec_dump_interface",
9540                 "//modules/audio_processing/aec_dump:aec_dump"
9541             ],
9542             "include_dirs": [
9543                 "//",
9544                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9545             ],
9546             "libs": [],
9547             "sources": [
9548                 "//modules/audio_processing/aec_dump/null_aec_dump_factory.cc"
9549             ],
9550             "type": "source_set"
9551         },
9552         "//modules/audio_processing:aec_dump_interface": {
9553             "cflags": [
9554                 "-fno-strict-aliasing",
9555                 "--param=ssp-buffer-size=4",
9556                 "-fstack-protector",
9557                 "-Wno-builtin-macro-redefined",
9558                 "-D__DATE__=",
9559                 "-D__TIME__=",
9560                 "-D__TIMESTAMP__=",
9561                 "-funwind-tables",
9562                 "-fcolor-diagnostics",
9563                 "--target=arm-linux-gnueabihf",
9564                 "-march=armv7-a",
9565                 "-mfloat-abi=hard",
9566                 "-mtune=generic-armv7-a",
9567                 "-mfpu=neon",
9568                 "-mthumb",
9569                 "-Wall",
9570                 "-Werror",
9571                 "-Wextra",
9572                 "-Wno-missing-field-initializers",
9573                 "-Wno-unused-parameter",
9574                 "-Wno-c++11-narrowing",
9575                 "-Wno-covered-switch-default",
9576                 "-Wno-unneeded-internal-declaration",
9577                 "-Wno-inconsistent-missing-override",
9578                 "-Wno-undefined-var-template",
9579                 "-Wno-nonportable-include-path",
9580                 "-Wno-address-of-packed-member",
9581                 "-Wno-unused-lambda-capture",
9582                 "-Wno-user-defined-warnings",
9583                 "-O2",
9584                 "-fno-ident",
9585                 "-fdata-sections",
9586                 "-ffunction-sections",
9587                 "-fomit-frame-pointer",
9588                 "-g2",
9589                 "-fvisibility=hidden",
9590                 "-Xclang",
9591                 "-add-plugin",
9592                 "-Xclang",
9593                 "find-bad-constructs",
9594                 "-Xclang",
9595                 "-plugin-arg-find-bad-constructs",
9596                 "-Xclang",
9597                 "check-auto-raw-pointer",
9598                 "-Wheader-hygiene",
9599                 "-Wstring-conversion",
9600                 "-Wtautological-overlap-compare",
9601                 "-Wextra",
9602                 "-Wno-unused-parameter",
9603                 "-Wno-missing-field-initializers",
9604                 "-Wno-strict-overflow",
9605                 "-Wc++11-narrowing",
9606                 "-Wimplicit-fallthrough",
9607                 "-Wthread-safety",
9608                 "-Winconsistent-missing-override",
9609                 "-Wundef",
9610                 "-Wunused-lambda-capture"
9611             ],
9612             "defines": [
9613                 "V8_DEPRECATION_WARNINGS",
9614                 "USE_X11=1",
9615                 "CHROMIUM_BUILD",
9616                 "_FILE_OFFSET_BITS=64",
9617                 "_FORTIFY_SOURCE=2",
9618                 "NDEBUG",
9619                 "NVALGRIND",
9620                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9621                 "WEBRTC_ENABLE_PROTOBUF=0",
9622                 "WEBRTC_RESTRICT_LOGGING",
9623                 "WEBRTC_ARCH_ARM",
9624                 "WEBRTC_ARCH_ARM_V7",
9625                 "WEBRTC_HAS_NEON",
9626                 "WEBRTC_MOZILLA_BUILD",
9627                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9628                 "WEBRTC_POSIX",
9629                 "WEBRTC_BSD"
9630             ],
9631             "deps": [
9632                 "//api:array_view",
9633                 "//rtc_base:rtc_base_approved"
9634             ],
9635             "include_dirs": [
9636                 "//",
9637                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
9638             ],
9639             "libs": [],
9640             "sources": [
9641                 "//modules/audio_processing/include/aec_dump.cc",
9642                 "//modules/audio_processing/include/aec_dump.h"
9643             ],
9644             "type": "source_set"
9645         },
9646         "//modules/audio_processing:audio_processing": {
9647             "cflags": [
9648                 "-fno-strict-aliasing",
9649                 "--param=ssp-buffer-size=4",
9650                 "-fstack-protector",
9651                 "-Wno-builtin-macro-redefined",
9652                 "-D__DATE__=",
9653                 "-D__TIME__=",
9654                 "-D__TIMESTAMP__=",
9655                 "-funwind-tables",
9656                 "-fcolor-diagnostics",
9657                 "--target=arm-linux-gnueabihf",
9658                 "-march=armv7-a",
9659                 "-mfloat-abi=hard",
9660                 "-mtune=generic-armv7-a",
9661                 "-mfpu=neon",
9662                 "-mthumb",
9663                 "-Wall",
9664                 "-Werror",
9665                 "-Wextra",
9666                 "-Wno-missing-field-initializers",
9667                 "-Wno-unused-parameter",
9668                 "-Wno-c++11-narrowing",
9669                 "-Wno-covered-switch-default",
9670                 "-Wno-unneeded-internal-declaration",
9671                 "-Wno-inconsistent-missing-override",
9672                 "-Wno-undefined-var-template",
9673                 "-Wno-nonportable-include-path",
9674                 "-Wno-address-of-packed-member",
9675                 "-Wno-unused-lambda-capture",
9676                 "-Wno-user-defined-warnings",
9677                 "-O2",
9678                 "-fno-ident",
9679                 "-fdata-sections",
9680                 "-ffunction-sections",
9681                 "-fomit-frame-pointer",
9682                 "-g2",
9683                 "-fvisibility=hidden",
9684                 "-Xclang",
9685                 "-add-plugin",
9686                 "-Xclang",
9687                 "find-bad-constructs",
9688                 "-Xclang",
9689                 "-plugin-arg-find-bad-constructs",
9690                 "-Xclang",
9691                 "check-auto-raw-pointer",
9692                 "-Wheader-hygiene",
9693                 "-Wstring-conversion",
9694                 "-Wtautological-overlap-compare",
9695                 "-Wextra",
9696                 "-Wno-unused-parameter",
9697                 "-Wno-missing-field-initializers",
9698                 "-Wno-strict-overflow",
9699                 "-Wc++11-narrowing",
9700                 "-Wimplicit-fallthrough",
9701                 "-Wthread-safety",
9702                 "-Winconsistent-missing-override",
9703                 "-Wundef",
9704                 "-Wunused-lambda-capture"
9705             ],
9706             "defines": [
9707                 "WEBRTC_APM_DEBUG_DUMP=1",
9708                 "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
9709                 "WEBRTC_NS_FIXED",
9710                 "V8_DEPRECATION_WARNINGS",
9711                 "USE_X11=1",
9712                 "CHROMIUM_BUILD",
9713                 "_FILE_OFFSET_BITS=64",
9714                 "_FORTIFY_SOURCE=2",
9715                 "NDEBUG",
9716                 "NVALGRIND",
9717                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9718                 "WEBRTC_ENABLE_PROTOBUF=0",
9719                 "WEBRTC_RESTRICT_LOGGING",
9720                 "WEBRTC_ARCH_ARM",
9721                 "WEBRTC_ARCH_ARM_V7",
9722                 "WEBRTC_HAS_NEON",
9723                 "WEBRTC_MOZILLA_BUILD",
9724                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9725                 "WEBRTC_POSIX",
9726                 "WEBRTC_BSD"
9727             ],
9728             "deps": [
9729                 "//:webrtc_common",
9730                 "//api:array_view",
9731                 "//api:optional",
9732                 "//audio/utility:audio_frame_operations",
9733                 "//common_audio:common_audio",
9734                 "//common_audio:fir_filter",
9735                 "//common_audio:fir_filter_factory",
9736                 "//modules:module_api",
9737                 "//modules/audio_coding:isac",
9738                 "//modules/audio_processing:aec_dump_interface",
9739                 "//modules/audio_processing:audio_processing_c",
9740                 "//modules/audio_processing:audio_processing_neon",
9741                 "//modules/audio_processing:audio_processing_statistics",
9742                 "//rtc_base:gtest_prod",
9743                 "//rtc_base:protobuf_utils",
9744                 "//rtc_base:rtc_base_approved",
9745                 "//system_wrappers:field_trial_api",
9746                 "//system_wrappers:system_wrappers"
9747             ],
9748             "include_dirs": [
9749                 "//",
9750                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
9751                 "//modules/audio_coding/codecs/isac/main/include/",
9752                 "//common_audio/resampler/include/",
9753                 "//common_audio/signal_processing/include/",
9754                 "//common_audio/vad/include/"
9755             ],
9756             "libs": [],
9757             "sources": [
9758                 "//modules/audio_processing/aec/aec_core.cc",
9759                 "//modules/audio_processing/aec/aec_core.h",
9760                 "//modules/audio_processing/aec/aec_core_optimized_methods.h",
9761                 "//modules/audio_processing/aec/aec_resampler.cc",
9762                 "//modules/audio_processing/aec/aec_resampler.h",
9763                 "//modules/audio_processing/aec/echo_cancellation.cc",
9764                 "//modules/audio_processing/aec/echo_cancellation.h",
9765                 "//modules/audio_processing/aec3/adaptive_fir_filter.cc",
9766                 "//modules/audio_processing/aec3/adaptive_fir_filter.h",
9767                 "//modules/audio_processing/aec3/aec3_common.cc",
9768                 "//modules/audio_processing/aec3/aec3_common.h",
9769                 "//modules/audio_processing/aec3/aec3_fft.cc",
9770                 "//modules/audio_processing/aec3/aec3_fft.h",
9771                 "//modules/audio_processing/aec3/aec_state.cc",
9772                 "//modules/audio_processing/aec3/aec_state.h",
9773                 "//modules/audio_processing/aec3/block_framer.cc",
9774                 "//modules/audio_processing/aec3/block_framer.h",
9775                 "//modules/audio_processing/aec3/block_processor.cc",
9776                 "//modules/audio_processing/aec3/block_processor.h",
9777                 "//modules/audio_processing/aec3/block_processor_metrics.cc",
9778                 "//modules/audio_processing/aec3/block_processor_metrics.h",
9779                 "//modules/audio_processing/aec3/cascaded_biquad_filter.cc",
9780                 "//modules/audio_processing/aec3/cascaded_biquad_filter.h",
9781                 "//modules/audio_processing/aec3/comfort_noise_generator.cc",
9782                 "//modules/audio_processing/aec3/comfort_noise_generator.h",
9783                 "//modules/audio_processing/aec3/decimator.cc",
9784                 "//modules/audio_processing/aec3/decimator.h",
9785                 "//modules/audio_processing/aec3/downsampled_render_buffer.cc",
9786                 "//modules/audio_processing/aec3/downsampled_render_buffer.h",
9787                 "//modules/audio_processing/aec3/echo_canceller3.cc",
9788                 "//modules/audio_processing/aec3/echo_canceller3.h",
9789                 "//modules/audio_processing/aec3/echo_path_delay_estimator.cc",
9790                 "//modules/audio_processing/aec3/echo_path_delay_estimator.h",
9791                 "//modules/audio_processing/aec3/echo_path_variability.cc",
9792                 "//modules/audio_processing/aec3/echo_path_variability.h",
9793                 "//modules/audio_processing/aec3/echo_remover.cc",
9794                 "//modules/audio_processing/aec3/echo_remover.h",
9795                 "//modules/audio_processing/aec3/echo_remover_metrics.cc",
9796                 "//modules/audio_processing/aec3/echo_remover_metrics.h",
9797                 "//modules/audio_processing/aec3/erl_estimator.cc",
9798                 "//modules/audio_processing/aec3/erl_estimator.h",
9799                 "//modules/audio_processing/aec3/erle_estimator.cc",
9800                 "//modules/audio_processing/aec3/erle_estimator.h",
9801                 "//modules/audio_processing/aec3/fft_data.h",
9802                 "//modules/audio_processing/aec3/frame_blocker.cc",
9803                 "//modules/audio_processing/aec3/frame_blocker.h",
9804                 "//modules/audio_processing/aec3/main_filter_update_gain.cc",
9805                 "//modules/audio_processing/aec3/main_filter_update_gain.h",
9806                 "//modules/audio_processing/aec3/matched_filter.cc",
9807                 "//modules/audio_processing/aec3/matched_filter.h",
9808                 "//modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
9809                 "//modules/audio_processing/aec3/matched_filter_lag_aggregator.h",
9810                 "//modules/audio_processing/aec3/output_selector.cc",
9811                 "//modules/audio_processing/aec3/output_selector.h",
9812                 "//modules/audio_processing/aec3/render_buffer.cc",
9813                 "//modules/audio_processing/aec3/render_buffer.h",
9814                 "//modules/audio_processing/aec3/render_delay_buffer.cc",
9815                 "//modules/audio_processing/aec3/render_delay_buffer.h",
9816                 "//modules/audio_processing/aec3/render_delay_controller.cc",
9817                 "//modules/audio_processing/aec3/render_delay_controller.h",
9818                 "//modules/audio_processing/aec3/render_delay_controller_metrics.cc",
9819                 "//modules/audio_processing/aec3/render_delay_controller_metrics.h",
9820                 "//modules/audio_processing/aec3/render_signal_analyzer.cc",
9821                 "//modules/audio_processing/aec3/render_signal_analyzer.h",
9822                 "//modules/audio_processing/aec3/residual_echo_estimator.cc",
9823                 "//modules/audio_processing/aec3/residual_echo_estimator.h",
9824                 "//modules/audio_processing/aec3/shadow_filter_update_gain.cc",
9825                 "//modules/audio_processing/aec3/shadow_filter_update_gain.h",
9826                 "//modules/audio_processing/aec3/subtractor.cc",
9827                 "//modules/audio_processing/aec3/subtractor.h",
9828                 "//modules/audio_processing/aec3/subtractor_output.h",
9829                 "//modules/audio_processing/aec3/suppression_filter.cc",
9830                 "//modules/audio_processing/aec3/suppression_filter.h",
9831                 "//modules/audio_processing/aec3/suppression_gain.cc",
9832                 "//modules/audio_processing/aec3/suppression_gain.h",
9833                 "//modules/audio_processing/aec3/vector_math.h",
9834                 "//modules/audio_processing/aecm/aecm_core.cc",
9835                 "//modules/audio_processing/aecm/aecm_core.h",
9836                 "//modules/audio_processing/aecm/echo_control_mobile.cc",
9837                 "//modules/audio_processing/aecm/echo_control_mobile.h",
9838                 "//modules/audio_processing/agc/agc.cc",
9839                 "//modules/audio_processing/agc/agc.h",
9840                 "//modules/audio_processing/agc/agc_manager_direct.cc",
9841                 "//modules/audio_processing/agc/agc_manager_direct.h",
9842                 "//modules/audio_processing/agc/gain_map_internal.h",
9843                 "//modules/audio_processing/agc/loudness_histogram.cc",
9844                 "//modules/audio_processing/agc/loudness_histogram.h",
9845                 "//modules/audio_processing/agc/utility.cc",
9846                 "//modules/audio_processing/agc/utility.h",
9847                 "//modules/audio_processing/agc2/gain_controller2.cc",
9848                 "//modules/audio_processing/agc2/gain_controller2.h",
9849                 "//modules/audio_processing/audio_buffer.cc",
9850                 "//modules/audio_processing/audio_buffer.h",
9851                 "//modules/audio_processing/audio_processing_impl.cc",
9852                 "//modules/audio_processing/audio_processing_impl.h",
9853                 "//modules/audio_processing/beamformer/array_util.cc",
9854                 "//modules/audio_processing/beamformer/array_util.h",
9855                 "//modules/audio_processing/beamformer/complex_matrix.h",
9856                 "//modules/audio_processing/beamformer/covariance_matrix_generator.cc",
9857                 "//modules/audio_processing/beamformer/covariance_matrix_generator.h",
9858                 "//modules/audio_processing/beamformer/matrix.h",
9859                 "//modules/audio_processing/beamformer/nonlinear_beamformer.cc",
9860                 "//modules/audio_processing/beamformer/nonlinear_beamformer.h",
9861                 "//modules/audio_processing/common.h",
9862                 "//modules/audio_processing/echo_cancellation_impl.cc",
9863                 "//modules/audio_processing/echo_cancellation_impl.h",
9864                 "//modules/audio_processing/echo_control_mobile_impl.cc",
9865                 "//modules/audio_processing/echo_control_mobile_impl.h",
9866                 "//modules/audio_processing/echo_detector/circular_buffer.cc",
9867                 "//modules/audio_processing/echo_detector/circular_buffer.h",
9868                 "//modules/audio_processing/echo_detector/mean_variance_estimator.cc",
9869                 "//modules/audio_processing/echo_detector/mean_variance_estimator.h",
9870                 "//modules/audio_processing/echo_detector/moving_max.cc",
9871                 "//modules/audio_processing/echo_detector/moving_max.h",
9872                 "//modules/audio_processing/echo_detector/normalized_covariance_estimator.cc",
9873                 "//modules/audio_processing/echo_detector/normalized_covariance_estimator.h",
9874                 "//modules/audio_processing/gain_control_for_experimental_agc.cc",
9875                 "//modules/audio_processing/gain_control_for_experimental_agc.h",
9876                 "//modules/audio_processing/gain_control_impl.cc",
9877                 "//modules/audio_processing/gain_control_impl.h",
9878                 "//modules/audio_processing/include/audio_processing.cc",
9879                 "//modules/audio_processing/include/audio_processing.h",
9880                 "//modules/audio_processing/include/config.cc",
9881                 "//modules/audio_processing/include/config.h",
9882                 "//modules/audio_processing/level_controller/biquad_filter.cc",
9883                 "//modules/audio_processing/level_controller/biquad_filter.h",
9884                 "//modules/audio_processing/level_controller/down_sampler.cc",
9885                 "//modules/audio_processing/level_controller/down_sampler.h",
9886                 "//modules/audio_processing/level_controller/gain_applier.cc",
9887                 "//modules/audio_processing/level_controller/gain_applier.h",
9888                 "//modules/audio_processing/level_controller/gain_selector.cc",
9889                 "//modules/audio_processing/level_controller/gain_selector.h",
9890                 "//modules/audio_processing/level_controller/level_controller.cc",
9891                 "//modules/audio_processing/level_controller/level_controller.h",
9892                 "//modules/audio_processing/level_controller/level_controller_constants.h",
9893                 "//modules/audio_processing/level_controller/noise_level_estimator.cc",
9894                 "//modules/audio_processing/level_controller/noise_level_estimator.h",
9895                 "//modules/audio_processing/level_controller/noise_spectrum_estimator.cc",
9896                 "//modules/audio_processing/level_controller/noise_spectrum_estimator.h",
9897                 "//modules/audio_processing/level_controller/peak_level_estimator.cc",
9898                 "//modules/audio_processing/level_controller/peak_level_estimator.h",
9899                 "//modules/audio_processing/level_controller/saturating_gain_estimator.cc",
9900                 "//modules/audio_processing/level_controller/saturating_gain_estimator.h",
9901                 "//modules/audio_processing/level_controller/signal_classifier.cc",
9902                 "//modules/audio_processing/level_controller/signal_classifier.h",
9903                 "//modules/audio_processing/level_estimator_impl.cc",
9904                 "//modules/audio_processing/level_estimator_impl.h",
9905                 "//modules/audio_processing/logging/apm_data_dumper.cc",
9906                 "//modules/audio_processing/logging/apm_data_dumper.h",
9907                 "//modules/audio_processing/low_cut_filter.cc",
9908                 "//modules/audio_processing/low_cut_filter.h",
9909                 "//modules/audio_processing/noise_suppression_impl.cc",
9910                 "//modules/audio_processing/noise_suppression_impl.h",
9911                 "//modules/audio_processing/render_queue_item_verifier.h",
9912                 "//modules/audio_processing/residual_echo_detector.cc",
9913                 "//modules/audio_processing/residual_echo_detector.h",
9914                 "//modules/audio_processing/rms_level.cc",
9915                 "//modules/audio_processing/rms_level.h",
9916                 "//modules/audio_processing/splitting_filter.cc",
9917                 "//modules/audio_processing/splitting_filter.h",
9918                 "//modules/audio_processing/three_band_filter_bank.cc",
9919                 "//modules/audio_processing/three_band_filter_bank.h",
9920                 "//modules/audio_processing/transient/common.h",
9921                 "//modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h",
9922                 "//modules/audio_processing/transient/dyadic_decimator.h",
9923                 "//modules/audio_processing/transient/moving_moments.cc",
9924                 "//modules/audio_processing/transient/moving_moments.h",
9925                 "//modules/audio_processing/transient/transient_detector.cc",
9926                 "//modules/audio_processing/transient/transient_detector.h",
9927                 "//modules/audio_processing/transient/transient_suppressor.cc",
9928                 "//modules/audio_processing/transient/transient_suppressor.h",
9929                 "//modules/audio_processing/transient/wpd_node.cc",
9930                 "//modules/audio_processing/transient/wpd_node.h",
9931                 "//modules/audio_processing/transient/wpd_tree.cc",
9932                 "//modules/audio_processing/transient/wpd_tree.h",
9933                 "//modules/audio_processing/typing_detection.cc",
9934                 "//modules/audio_processing/typing_detection.h",
9935                 "//modules/audio_processing/utility/block_mean_calculator.cc",
9936                 "//modules/audio_processing/utility/block_mean_calculator.h",
9937                 "//modules/audio_processing/utility/delay_estimator.cc",
9938                 "//modules/audio_processing/utility/delay_estimator.h",
9939                 "//modules/audio_processing/utility/delay_estimator_internal.h",
9940                 "//modules/audio_processing/utility/delay_estimator_wrapper.cc",
9941                 "//modules/audio_processing/utility/delay_estimator_wrapper.h",
9942                 "//modules/audio_processing/utility/ooura_fft.cc",
9943                 "//modules/audio_processing/utility/ooura_fft.h",
9944                 "//modules/audio_processing/utility/ooura_fft_tables_common.h",
9945                 "//modules/audio_processing/vad/common.h",
9946                 "//modules/audio_processing/vad/gmm.cc",
9947                 "//modules/audio_processing/vad/gmm.h",
9948                 "//modules/audio_processing/vad/noise_gmm_tables.h",
9949                 "//modules/audio_processing/vad/pitch_based_vad.cc",
9950                 "//modules/audio_processing/vad/pitch_based_vad.h",
9951                 "//modules/audio_processing/vad/pitch_internal.cc",
9952                 "//modules/audio_processing/vad/pitch_internal.h",
9953                 "//modules/audio_processing/vad/pole_zero_filter.cc",
9954                 "//modules/audio_processing/vad/pole_zero_filter.h",
9955                 "//modules/audio_processing/vad/standalone_vad.cc",
9956                 "//modules/audio_processing/vad/standalone_vad.h",
9957                 "//modules/audio_processing/vad/vad_audio_proc.cc",
9958                 "//modules/audio_processing/vad/vad_audio_proc.h",
9959                 "//modules/audio_processing/vad/vad_audio_proc_internal.h",
9960                 "//modules/audio_processing/vad/vad_circular_buffer.cc",
9961                 "//modules/audio_processing/vad/vad_circular_buffer.h",
9962                 "//modules/audio_processing/vad/voice_activity_detector.cc",
9963                 "//modules/audio_processing/vad/voice_activity_detector.h",
9964                 "//modules/audio_processing/vad/voice_gmm_tables.h",
9965                 "//modules/audio_processing/voice_detection_impl.cc",
9966                 "//modules/audio_processing/voice_detection_impl.h",
9967                 "//modules/audio_processing/aecm/aecm_core_c.cc"
9968             ],
9969             "type": "static_library"
9970         },
9971         "//modules/audio_processing:audio_processing_c": {
9972             "cflags": [
9973                 "-fno-strict-aliasing",
9974                 "--param=ssp-buffer-size=4",
9975                 "-fstack-protector",
9976                 "-Wno-builtin-macro-redefined",
9977                 "-D__DATE__=",
9978                 "-D__TIME__=",
9979                 "-D__TIMESTAMP__=",
9980                 "-funwind-tables",
9981                 "-fcolor-diagnostics",
9982                 "--target=arm-linux-gnueabihf",
9983                 "-march=armv7-a",
9984                 "-mfloat-abi=hard",
9985                 "-mtune=generic-armv7-a",
9986                 "-mfpu=neon",
9987                 "-mthumb",
9988                 "-Wall",
9989                 "-Werror",
9990                 "-Wextra",
9991                 "-Wno-missing-field-initializers",
9992                 "-Wno-unused-parameter",
9993                 "-Wno-c++11-narrowing",
9994                 "-Wno-covered-switch-default",
9995                 "-Wno-unneeded-internal-declaration",
9996                 "-Wno-inconsistent-missing-override",
9997                 "-Wno-undefined-var-template",
9998                 "-Wno-nonportable-include-path",
9999                 "-Wno-address-of-packed-member",
10000                 "-Wno-unused-lambda-capture",
10001                 "-Wno-user-defined-warnings",
10002                 "-O2",
10003                 "-fno-ident",
10004                 "-fdata-sections",
10005                 "-ffunction-sections",
10006                 "-fomit-frame-pointer",
10007                 "-g2",
10008                 "-fvisibility=hidden",
10009                 "-Xclang",
10010                 "-add-plugin",
10011                 "-Xclang",
10012                 "find-bad-constructs",
10013                 "-Xclang",
10014                 "-plugin-arg-find-bad-constructs",
10015                 "-Xclang",
10016                 "check-auto-raw-pointer",
10017                 "-Wheader-hygiene",
10018                 "-Wstring-conversion",
10019                 "-Wtautological-overlap-compare",
10020                 "-Wextra",
10021                 "-Wno-unused-parameter",
10022                 "-Wno-missing-field-initializers",
10023                 "-Wno-strict-overflow",
10024                 "-Wc++11-narrowing",
10025                 "-Wimplicit-fallthrough",
10026                 "-Wthread-safety",
10027                 "-Winconsistent-missing-override",
10028                 "-Wundef",
10029                 "-Wunused-lambda-capture"
10030             ],
10031             "defines": [
10032                 "V8_DEPRECATION_WARNINGS",
10033                 "USE_X11=1",
10034                 "CHROMIUM_BUILD",
10035                 "_FILE_OFFSET_BITS=64",
10036                 "_FORTIFY_SOURCE=2",
10037                 "NDEBUG",
10038                 "NVALGRIND",
10039                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10040                 "WEBRTC_ENABLE_PROTOBUF=0",
10041                 "WEBRTC_RESTRICT_LOGGING",
10042                 "WEBRTC_ARCH_ARM",
10043                 "WEBRTC_ARCH_ARM_V7",
10044                 "WEBRTC_HAS_NEON",
10045                 "WEBRTC_MOZILLA_BUILD",
10046                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10047                 "WEBRTC_POSIX",
10048                 "WEBRTC_BSD"
10049             ],
10050             "deps": [
10051                 "//:webrtc_common",
10052                 "//common_audio:common_audio",
10053                 "//modules/audio_processing:audio_processing_neon_c",
10054                 "//rtc_base:rtc_base_approved",
10055                 "//system_wrappers:system_wrappers"
10056             ],
10057             "include_dirs": [
10058                 "//",
10059                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
10060                 "//common_audio/resampler/include/",
10061                 "//common_audio/signal_processing/include/",
10062                 "//common_audio/vad/include/"
10063             ],
10064             "libs": [],
10065             "sources": [
10066                 "//modules/audio_processing/agc/legacy/analog_agc.c",
10067                 "//modules/audio_processing/agc/legacy/analog_agc.h",
10068                 "//modules/audio_processing/agc/legacy/digital_agc.c",
10069                 "//modules/audio_processing/agc/legacy/digital_agc.h",
10070                 "//modules/audio_processing/agc/legacy/gain_control.h",
10071                 "//modules/audio_processing/ns/noise_suppression_x.c",
10072                 "//modules/audio_processing/ns/noise_suppression_x.h",
10073                 "//modules/audio_processing/ns/nsx_core.c",
10074                 "//modules/audio_processing/ns/nsx_core.h",
10075                 "//modules/audio_processing/ns/nsx_defines.h",
10076                 "//modules/audio_processing/ns/nsx_core_c.c"
10077             ],
10078             "type": "source_set"
10079         },
10080         "//modules/audio_processing:audio_processing_neon": {
10081             "cflags": [
10082                 "-mfpu=neon",
10083                 "-fno-strict-aliasing",
10084                 "--param=ssp-buffer-size=4",
10085                 "-fstack-protector",
10086                 "-Wno-builtin-macro-redefined",
10087                 "-D__DATE__=",
10088                 "-D__TIME__=",
10089                 "-D__TIMESTAMP__=",
10090                 "-funwind-tables",
10091                 "-fcolor-diagnostics",
10092                 "--target=arm-linux-gnueabihf",
10093                 "-march=armv7-a",
10094                 "-mfloat-abi=hard",
10095                 "-mtune=generic-armv7-a",
10096                 "-mthumb",
10097                 "-Wall",
10098                 "-Werror",
10099                 "-Wextra",
10100                 "-Wno-missing-field-initializers",
10101                 "-Wno-unused-parameter",
10102                 "-Wno-c++11-narrowing",
10103                 "-Wno-covered-switch-default",
10104                 "-Wno-unneeded-internal-declaration",
10105                 "-Wno-inconsistent-missing-override",
10106                 "-Wno-undefined-var-template",
10107                 "-Wno-nonportable-include-path",
10108                 "-Wno-address-of-packed-member",
10109                 "-Wno-unused-lambda-capture",
10110                 "-Wno-user-defined-warnings",
10111                 "-O2",
10112                 "-fno-ident",
10113                 "-fdata-sections",
10114                 "-ffunction-sections",
10115                 "-fomit-frame-pointer",
10116                 "-g2",
10117                 "-fvisibility=hidden",
10118                 "-Xclang",
10119                 "-add-plugin",
10120                 "-Xclang",
10121                 "find-bad-constructs",
10122                 "-Xclang",
10123                 "-plugin-arg-find-bad-constructs",
10124                 "-Xclang",
10125                 "check-auto-raw-pointer",
10126                 "-Wheader-hygiene",
10127                 "-Wstring-conversion",
10128                 "-Wtautological-overlap-compare",
10129                 "-Wextra",
10130                 "-Wno-unused-parameter",
10131                 "-Wno-missing-field-initializers",
10132                 "-Wno-strict-overflow",
10133                 "-Wc++11-narrowing",
10134                 "-Wimplicit-fallthrough",
10135                 "-Wthread-safety",
10136                 "-Winconsistent-missing-override",
10137                 "-Wundef",
10138                 "-Wunused-lambda-capture"
10139             ],
10140             "defines": [
10141                 "WEBRTC_APM_DEBUG_DUMP=1",
10142                 "V8_DEPRECATION_WARNINGS",
10143                 "USE_X11=1",
10144                 "CHROMIUM_BUILD",
10145                 "_FILE_OFFSET_BITS=64",
10146                 "_FORTIFY_SOURCE=2",
10147                 "NDEBUG",
10148                 "NVALGRIND",
10149                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10150                 "WEBRTC_ENABLE_PROTOBUF=0",
10151                 "WEBRTC_RESTRICT_LOGGING",
10152                 "WEBRTC_ARCH_ARM",
10153                 "WEBRTC_ARCH_ARM_V7",
10154                 "WEBRTC_HAS_NEON",
10155                 "WEBRTC_MOZILLA_BUILD",
10156                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10157                 "WEBRTC_POSIX",
10158                 "WEBRTC_BSD"
10159             ],
10160             "deps": [
10161                 "//common_audio:common_audio",
10162                 "//modules/audio_processing:audio_processing_neon_c"
10163             ],
10164             "include_dirs": [
10165                 "//",
10166                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
10167                 "//common_audio/resampler/include/",
10168                 "//common_audio/signal_processing/include/",
10169                 "//common_audio/vad/include/"
10170             ],
10171             "libs": [],
10172             "sources": [
10173                 "//modules/audio_processing/aec/aec_core_neon.cc",
10174                 "//modules/audio_processing/aecm/aecm_core_neon.cc",
10175                 "//modules/audio_processing/utility/ooura_fft_neon.cc",
10176                 "//modules/audio_processing/utility/ooura_fft_tables_neon_sse2.h"
10177             ],
10178             "type": "static_library"
10179         },
10180         "//modules/audio_processing:audio_processing_neon_c": {
10181             "cflags": [
10182                 "-mfpu=neon",
10183                 "-fno-strict-aliasing",
10184                 "--param=ssp-buffer-size=4",
10185                 "-fstack-protector",
10186                 "-Wno-builtin-macro-redefined",
10187                 "-D__DATE__=",
10188                 "-D__TIME__=",
10189                 "-D__TIMESTAMP__=",
10190                 "-funwind-tables",
10191                 "-fcolor-diagnostics",
10192                 "--target=arm-linux-gnueabihf",
10193                 "-march=armv7-a",
10194                 "-mfloat-abi=hard",
10195                 "-mtune=generic-armv7-a",
10196                 "-mthumb",
10197                 "-Wall",
10198                 "-Werror",
10199                 "-Wextra",
10200                 "-Wno-missing-field-initializers",
10201                 "-Wno-unused-parameter",
10202                 "-Wno-c++11-narrowing",
10203                 "-Wno-covered-switch-default",
10204                 "-Wno-unneeded-internal-declaration",
10205                 "-Wno-inconsistent-missing-override",
10206                 "-Wno-undefined-var-template",
10207                 "-Wno-nonportable-include-path",
10208                 "-Wno-address-of-packed-member",
10209                 "-Wno-unused-lambda-capture",
10210                 "-Wno-user-defined-warnings",
10211                 "-O2",
10212                 "-fno-ident",
10213                 "-fdata-sections",
10214                 "-ffunction-sections",
10215                 "-fomit-frame-pointer",
10216                 "-g2",
10217                 "-fvisibility=hidden",
10218                 "-Xclang",
10219                 "-add-plugin",
10220                 "-Xclang",
10221                 "find-bad-constructs",
10222                 "-Xclang",
10223                 "-plugin-arg-find-bad-constructs",
10224                 "-Xclang",
10225                 "check-auto-raw-pointer",
10226                 "-Wheader-hygiene",
10227                 "-Wstring-conversion",
10228                 "-Wtautological-overlap-compare",
10229                 "-Wextra",
10230                 "-Wno-unused-parameter",
10231                 "-Wno-missing-field-initializers",
10232                 "-Wno-strict-overflow",
10233                 "-Wc++11-narrowing",
10234                 "-Wimplicit-fallthrough",
10235                 "-Wthread-safety",
10236                 "-Winconsistent-missing-override",
10237                 "-Wundef",
10238                 "-Wunused-lambda-capture"
10239             ],
10240             "defines": [
10241                 "V8_DEPRECATION_WARNINGS",
10242                 "USE_X11=1",
10243                 "CHROMIUM_BUILD",
10244                 "_FILE_OFFSET_BITS=64",
10245                 "_FORTIFY_SOURCE=2",
10246                 "NDEBUG",
10247                 "NVALGRIND",
10248                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10249                 "WEBRTC_ENABLE_PROTOBUF=0",
10250                 "WEBRTC_RESTRICT_LOGGING",
10251                 "WEBRTC_ARCH_ARM",
10252                 "WEBRTC_ARCH_ARM_V7",
10253                 "WEBRTC_HAS_NEON",
10254                 "WEBRTC_MOZILLA_BUILD",
10255                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10256                 "WEBRTC_POSIX",
10257                 "WEBRTC_BSD"
10258             ],
10259             "deps": [
10260                 "//rtc_base:rtc_base_approved"
10261             ],
10262             "include_dirs": [
10263                 "//",
10264                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10265             ],
10266             "libs": [],
10267             "sources": [
10268                 "//modules/audio_processing/ns/nsx_core_neon.c"
10269             ],
10270             "type": "static_library"
10271         },
10272         "//modules/audio_processing:audio_processing_statistics": {
10273             "cflags": [
10274                 "-fno-strict-aliasing",
10275                 "--param=ssp-buffer-size=4",
10276                 "-fstack-protector",
10277                 "-Wno-builtin-macro-redefined",
10278                 "-D__DATE__=",
10279                 "-D__TIME__=",
10280                 "-D__TIMESTAMP__=",
10281                 "-funwind-tables",
10282                 "-fcolor-diagnostics",
10283                 "--target=arm-linux-gnueabihf",
10284                 "-march=armv7-a",
10285                 "-mfloat-abi=hard",
10286                 "-mtune=generic-armv7-a",
10287                 "-mfpu=neon",
10288                 "-mthumb",
10289                 "-Wall",
10290                 "-Werror",
10291                 "-Wextra",
10292                 "-Wno-missing-field-initializers",
10293                 "-Wno-unused-parameter",
10294                 "-Wno-c++11-narrowing",
10295                 "-Wno-covered-switch-default",
10296                 "-Wno-unneeded-internal-declaration",
10297                 "-Wno-inconsistent-missing-override",
10298                 "-Wno-undefined-var-template",
10299                 "-Wno-nonportable-include-path",
10300                 "-Wno-address-of-packed-member",
10301                 "-Wno-unused-lambda-capture",
10302                 "-Wno-user-defined-warnings",
10303                 "-O2",
10304                 "-fno-ident",
10305                 "-fdata-sections",
10306                 "-ffunction-sections",
10307                 "-fomit-frame-pointer",
10308                 "-g2",
10309                 "-fvisibility=hidden",
10310                 "-Xclang",
10311                 "-add-plugin",
10312                 "-Xclang",
10313                 "find-bad-constructs",
10314                 "-Xclang",
10315                 "-plugin-arg-find-bad-constructs",
10316                 "-Xclang",
10317                 "check-auto-raw-pointer",
10318                 "-Wheader-hygiene",
10319                 "-Wstring-conversion",
10320                 "-Wtautological-overlap-compare",
10321                 "-Wextra",
10322                 "-Wno-unused-parameter",
10323                 "-Wno-missing-field-initializers",
10324                 "-Wno-strict-overflow",
10325                 "-Wc++11-narrowing",
10326                 "-Wimplicit-fallthrough",
10327                 "-Wthread-safety",
10328                 "-Winconsistent-missing-override",
10329                 "-Wundef",
10330                 "-Wunused-lambda-capture"
10331             ],
10332             "defines": [
10333                 "V8_DEPRECATION_WARNINGS",
10334                 "USE_X11=1",
10335                 "CHROMIUM_BUILD",
10336                 "_FILE_OFFSET_BITS=64",
10337                 "_FORTIFY_SOURCE=2",
10338                 "NDEBUG",
10339                 "NVALGRIND",
10340                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10341                 "WEBRTC_ENABLE_PROTOBUF=0",
10342                 "WEBRTC_RESTRICT_LOGGING",
10343                 "WEBRTC_ARCH_ARM",
10344                 "WEBRTC_ARCH_ARM_V7",
10345                 "WEBRTC_HAS_NEON",
10346                 "WEBRTC_MOZILLA_BUILD",
10347                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10348                 "WEBRTC_POSIX",
10349                 "WEBRTC_BSD"
10350             ],
10351             "deps": [
10352                 "//api:optional"
10353             ],
10354             "include_dirs": [
10355                 "//",
10356                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10357             ],
10358             "libs": [],
10359             "sources": [
10360                 "//modules/audio_processing/include/audio_processing_statistics.cc",
10361                 "//modules/audio_processing/include/audio_processing_statistics.h"
10362             ],
10363             "type": "source_set"
10364         },
10365         "//modules/bitrate_controller:bitrate_controller": {
10366             "cflags": [
10367                 "-fno-strict-aliasing",
10368                 "--param=ssp-buffer-size=4",
10369                 "-fstack-protector",
10370                 "-Wno-builtin-macro-redefined",
10371                 "-D__DATE__=",
10372                 "-D__TIME__=",
10373                 "-D__TIMESTAMP__=",
10374                 "-funwind-tables",
10375                 "-fcolor-diagnostics",
10376                 "--target=arm-linux-gnueabihf",
10377                 "-march=armv7-a",
10378                 "-mfloat-abi=hard",
10379                 "-mtune=generic-armv7-a",
10380                 "-mfpu=neon",
10381                 "-mthumb",
10382                 "-Wall",
10383                 "-Werror",
10384                 "-Wextra",
10385                 "-Wno-missing-field-initializers",
10386                 "-Wno-unused-parameter",
10387                 "-Wno-c++11-narrowing",
10388                 "-Wno-covered-switch-default",
10389                 "-Wno-unneeded-internal-declaration",
10390                 "-Wno-inconsistent-missing-override",
10391                 "-Wno-undefined-var-template",
10392                 "-Wno-nonportable-include-path",
10393                 "-Wno-address-of-packed-member",
10394                 "-Wno-unused-lambda-capture",
10395                 "-Wno-user-defined-warnings",
10396                 "-O2",
10397                 "-fno-ident",
10398                 "-fdata-sections",
10399                 "-ffunction-sections",
10400                 "-fomit-frame-pointer",
10401                 "-g2",
10402                 "-fvisibility=hidden",
10403                 "-Wheader-hygiene",
10404                 "-Wstring-conversion",
10405                 "-Wtautological-overlap-compare",
10406                 "-Wextra",
10407                 "-Wno-unused-parameter",
10408                 "-Wno-missing-field-initializers",
10409                 "-Wno-strict-overflow",
10410                 "-Wc++11-narrowing",
10411                 "-Wimplicit-fallthrough",
10412                 "-Wthread-safety",
10413                 "-Winconsistent-missing-override",
10414                 "-Wundef",
10415                 "-Wunused-lambda-capture"
10416             ],
10417             "defines": [
10418                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
10419                 "V8_DEPRECATION_WARNINGS",
10420                 "USE_X11=1",
10421                 "CHROMIUM_BUILD",
10422                 "_FILE_OFFSET_BITS=64",
10423                 "_FORTIFY_SOURCE=2",
10424                 "NDEBUG",
10425                 "NVALGRIND",
10426                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10427                 "WEBRTC_ENABLE_PROTOBUF=0",
10428                 "WEBRTC_RESTRICT_LOGGING",
10429                 "WEBRTC_ARCH_ARM",
10430                 "WEBRTC_ARCH_ARM_V7",
10431                 "WEBRTC_HAS_NEON",
10432                 "WEBRTC_MOZILLA_BUILD",
10433                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10434                 "WEBRTC_POSIX",
10435                 "WEBRTC_BSD"
10436             ],
10437             "deps": [
10438                 "//modules/rtp_rtcp:rtp_rtcp",
10439                 "//rtc_base:rtc_base_approved",
10440                 "//system_wrappers:system_wrappers"
10441             ],
10442             "include_dirs": [
10443                 "//",
10444                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10445             ],
10446             "libs": [],
10447             "sources": [
10448                 "//modules/bitrate_controller/bitrate_controller_impl.cc",
10449                 "//modules/bitrate_controller/bitrate_controller_impl.h",
10450                 "//modules/bitrate_controller/include/bitrate_controller.h",
10451                 "//modules/bitrate_controller/send_side_bandwidth_estimation.cc",
10452                 "//modules/bitrate_controller/send_side_bandwidth_estimation.h"
10453             ],
10454             "type": "static_library"
10455         },
10456         "//modules/congestion_controller:congestion_controller": {
10457             "cflags": [
10458                 "-fno-strict-aliasing",
10459                 "--param=ssp-buffer-size=4",
10460                 "-fstack-protector",
10461                 "-Wno-builtin-macro-redefined",
10462                 "-D__DATE__=",
10463                 "-D__TIME__=",
10464                 "-D__TIMESTAMP__=",
10465                 "-funwind-tables",
10466                 "-fcolor-diagnostics",
10467                 "--target=arm-linux-gnueabihf",
10468                 "-march=armv7-a",
10469                 "-mfloat-abi=hard",
10470                 "-mtune=generic-armv7-a",
10471                 "-mfpu=neon",
10472                 "-mthumb",
10473                 "-Wall",
10474                 "-Werror",
10475                 "-Wextra",
10476                 "-Wno-missing-field-initializers",
10477                 "-Wno-unused-parameter",
10478                 "-Wno-c++11-narrowing",
10479                 "-Wno-covered-switch-default",
10480                 "-Wno-unneeded-internal-declaration",
10481                 "-Wno-inconsistent-missing-override",
10482                 "-Wno-undefined-var-template",
10483                 "-Wno-nonportable-include-path",
10484                 "-Wno-address-of-packed-member",
10485                 "-Wno-unused-lambda-capture",
10486                 "-Wno-user-defined-warnings",
10487                 "-O2",
10488                 "-fno-ident",
10489                 "-fdata-sections",
10490                 "-ffunction-sections",
10491                 "-fomit-frame-pointer",
10492                 "-g2",
10493                 "-fvisibility=hidden",
10494                 "-Wheader-hygiene",
10495                 "-Wstring-conversion",
10496                 "-Wtautological-overlap-compare",
10497                 "-Wextra",
10498                 "-Wno-unused-parameter",
10499                 "-Wno-missing-field-initializers",
10500                 "-Wno-strict-overflow",
10501                 "-Wc++11-narrowing",
10502                 "-Wimplicit-fallthrough",
10503                 "-Wthread-safety",
10504                 "-Winconsistent-missing-override",
10505                 "-Wundef",
10506                 "-Wunused-lambda-capture"
10507             ],
10508             "defines": [
10509                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
10510                 "V8_DEPRECATION_WARNINGS",
10511                 "USE_X11=1",
10512                 "CHROMIUM_BUILD",
10513                 "_FILE_OFFSET_BITS=64",
10514                 "_FORTIFY_SOURCE=2",
10515                 "NDEBUG",
10516                 "NVALGRIND",
10517                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10518                 "WEBRTC_ENABLE_PROTOBUF=0",
10519                 "WEBRTC_RESTRICT_LOGGING",
10520                 "WEBRTC_ARCH_ARM",
10521                 "WEBRTC_ARCH_ARM_V7",
10522                 "WEBRTC_HAS_NEON",
10523                 "WEBRTC_MOZILLA_BUILD",
10524                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10525                 "WEBRTC_POSIX",
10526                 "WEBRTC_BSD"
10527             ],
10528             "deps": [
10529                 "//:webrtc_common",
10530                 "//api:optional",
10531                 "//logging:rtc_event_log_api",
10532                 "//modules:module_api",
10533                 "//modules/bitrate_controller:bitrate_controller",
10534                 "//modules/pacing:pacing",
10535                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
10536                 "//modules/rtp_rtcp:rtp_rtcp",
10537                 "//modules/utility:utility",
10538                 "//rtc_base:rtc_base",
10539                 "//rtc_base:rtc_base_approved",
10540                 "//rtc_base:rtc_numerics",
10541                 "//system_wrappers:system_wrappers"
10542             ],
10543             "include_dirs": [
10544                 "//",
10545                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10546             ],
10547             "libs": [],
10548             "sources": [
10549                 "//modules/congestion_controller/acknowledged_bitrate_estimator.cc",
10550                 "//modules/congestion_controller/acknowledged_bitrate_estimator.h",
10551                 "//modules/congestion_controller/bitrate_estimator.cc",
10552                 "//modules/congestion_controller/bitrate_estimator.h",
10553                 "//modules/congestion_controller/delay_based_bwe.cc",
10554                 "//modules/congestion_controller/delay_based_bwe.h",
10555                 "//modules/congestion_controller/include/receive_side_congestion_controller.h",
10556                 "//modules/congestion_controller/include/send_side_congestion_controller.h",
10557                 "//modules/congestion_controller/median_slope_estimator.cc",
10558                 "//modules/congestion_controller/median_slope_estimator.h",
10559                 "//modules/congestion_controller/probe_bitrate_estimator.cc",
10560                 "//modules/congestion_controller/probe_bitrate_estimator.h",
10561                 "//modules/congestion_controller/probe_controller.cc",
10562                 "//modules/congestion_controller/probe_controller.h",
10563                 "//modules/congestion_controller/receive_side_congestion_controller.cc",
10564                 "//modules/congestion_controller/send_side_congestion_controller.cc",
10565                 "//modules/congestion_controller/transport_feedback_adapter.cc",
10566                 "//modules/congestion_controller/transport_feedback_adapter.h",
10567                 "//modules/congestion_controller/trendline_estimator.cc",
10568                 "//modules/congestion_controller/trendline_estimator.h"
10569             ],
10570             "type": "static_library"
10571         },
10572         "//modules/desktop_capture:desktop_capture": {
10573             "cflags": [
10574                 "-fno-strict-aliasing",
10575                 "--param=ssp-buffer-size=4",
10576                 "-fstack-protector",
10577                 "-Wno-builtin-macro-redefined",
10578                 "-D__DATE__=",
10579                 "-D__TIME__=",
10580                 "-D__TIMESTAMP__=",
10581                 "-funwind-tables",
10582                 "-fcolor-diagnostics",
10583                 "--target=arm-linux-gnueabihf",
10584                 "-march=armv7-a",
10585                 "-mfloat-abi=hard",
10586                 "-mtune=generic-armv7-a",
10587                 "-mfpu=neon",
10588                 "-mthumb",
10589                 "-Wall",
10590                 "-Werror",
10591                 "-Wextra",
10592                 "-Wno-missing-field-initializers",
10593                 "-Wno-unused-parameter",
10594                 "-Wno-c++11-narrowing",
10595                 "-Wno-covered-switch-default",
10596                 "-Wno-unneeded-internal-declaration",
10597                 "-Wno-inconsistent-missing-override",
10598                 "-Wno-undefined-var-template",
10599                 "-Wno-nonportable-include-path",
10600                 "-Wno-address-of-packed-member",
10601                 "-Wno-unused-lambda-capture",
10602                 "-Wno-user-defined-warnings",
10603                 "-O2",
10604                 "-fno-ident",
10605                 "-fdata-sections",
10606                 "-ffunction-sections",
10607                 "-fomit-frame-pointer",
10608                 "-g2",
10609                 "-fvisibility=hidden",
10610                 "-Xclang",
10611                 "-add-plugin",
10612                 "-Xclang",
10613                 "find-bad-constructs",
10614                 "-Xclang",
10615                 "-plugin-arg-find-bad-constructs",
10616                 "-Xclang",
10617                 "check-auto-raw-pointer",
10618                 "-Wheader-hygiene",
10619                 "-Wstring-conversion",
10620                 "-Wtautological-overlap-compare",
10621                 "-Wextra",
10622                 "-Wno-unused-parameter",
10623                 "-Wno-missing-field-initializers",
10624                 "-Wno-strict-overflow",
10625                 "-Wc++11-narrowing",
10626                 "-Wimplicit-fallthrough",
10627                 "-Wthread-safety",
10628                 "-Winconsistent-missing-override",
10629                 "-Wundef",
10630                 "-Wunused-lambda-capture"
10631             ],
10632             "defines": [
10633                 "V8_DEPRECATION_WARNINGS",
10634                 "USE_X11=1",
10635                 "CHROMIUM_BUILD",
10636                 "_FILE_OFFSET_BITS=64",
10637                 "_FORTIFY_SOURCE=2",
10638                 "NDEBUG",
10639                 "NVALGRIND",
10640                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10641                 "WEBRTC_ENABLE_PROTOBUF=0",
10642                 "WEBRTC_RESTRICT_LOGGING",
10643                 "WEBRTC_ARCH_ARM",
10644                 "WEBRTC_ARCH_ARM_V7",
10645                 "WEBRTC_HAS_NEON",
10646                 "WEBRTC_MOZILLA_BUILD",
10647                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10648                 "WEBRTC_POSIX",
10649                 "WEBRTC_BSD"
10650             ],
10651             "deps": [
10652                 "//modules/desktop_capture:desktop_capture_generic"
10653             ],
10654             "include_dirs": [
10655                 "//",
10656                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10657             ],
10658             "libs": [
10659                 "X11",
10660                 "X11-xcb",
10661                 "xcb",
10662                 "Xcomposite",
10663                 "Xcursor",
10664                 "Xdamage",
10665                 "Xext",
10666                 "Xfixes",
10667                 "Xi",
10668                 "Xrender"
10669             ],
10670             "sources": [],
10671             "type": "source_set"
10672         },
10673         "//modules/desktop_capture:desktop_capture_generic": {
10674             "cflags": [
10675                 "-fno-strict-aliasing",
10676                 "--param=ssp-buffer-size=4",
10677                 "-fstack-protector",
10678                 "-Wno-builtin-macro-redefined",
10679                 "-D__DATE__=",
10680                 "-D__TIME__=",
10681                 "-D__TIMESTAMP__=",
10682                 "-funwind-tables",
10683                 "-fcolor-diagnostics",
10684                 "--target=arm-linux-gnueabihf",
10685                 "-march=armv7-a",
10686                 "-mfloat-abi=hard",
10687                 "-mtune=generic-armv7-a",
10688                 "-mfpu=neon",
10689                 "-mthumb",
10690                 "-Wall",
10691                 "-Werror",
10692                 "-Wextra",
10693                 "-Wno-missing-field-initializers",
10694                 "-Wno-unused-parameter",
10695                 "-Wno-c++11-narrowing",
10696                 "-Wno-covered-switch-default",
10697                 "-Wno-unneeded-internal-declaration",
10698                 "-Wno-inconsistent-missing-override",
10699                 "-Wno-undefined-var-template",
10700                 "-Wno-nonportable-include-path",
10701                 "-Wno-address-of-packed-member",
10702                 "-Wno-unused-lambda-capture",
10703                 "-Wno-user-defined-warnings",
10704                 "-O2",
10705                 "-fno-ident",
10706                 "-fdata-sections",
10707                 "-ffunction-sections",
10708                 "-fomit-frame-pointer",
10709                 "-g2",
10710                 "-fvisibility=hidden",
10711                 "-Xclang",
10712                 "-add-plugin",
10713                 "-Xclang",
10714                 "find-bad-constructs",
10715                 "-Xclang",
10716                 "-plugin-arg-find-bad-constructs",
10717                 "-Xclang",
10718                 "check-auto-raw-pointer",
10719                 "-Wheader-hygiene",
10720                 "-Wstring-conversion",
10721                 "-Wtautological-overlap-compare",
10722                 "-Wextra",
10723                 "-Wno-unused-parameter",
10724                 "-Wno-missing-field-initializers",
10725                 "-Wno-strict-overflow",
10726                 "-Wc++11-narrowing",
10727                 "-Wimplicit-fallthrough",
10728                 "-Wthread-safety",
10729                 "-Winconsistent-missing-override",
10730                 "-Wundef",
10731                 "-Wunused-lambda-capture"
10732             ],
10733             "defines": [
10734                 "MULTI_MONITOR_SCREENSHARE",
10735                 "V8_DEPRECATION_WARNINGS",
10736                 "USE_X11=1",
10737                 "CHROMIUM_BUILD",
10738                 "_FILE_OFFSET_BITS=64",
10739                 "_FORTIFY_SOURCE=2",
10740                 "NDEBUG",
10741                 "NVALGRIND",
10742                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10743                 "WEBRTC_ENABLE_PROTOBUF=0",
10744                 "WEBRTC_RESTRICT_LOGGING",
10745                 "WEBRTC_ARCH_ARM",
10746                 "WEBRTC_ARCH_ARM_V7",
10747                 "WEBRTC_HAS_NEON",
10748                 "WEBRTC_MOZILLA_BUILD",
10749                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10750                 "WEBRTC_POSIX",
10751                 "WEBRTC_BSD"
10752             ],
10753             "deps": [
10754                 "//:webrtc_common",
10755                 "//api:refcountedbase",
10756                 "//modules/desktop_capture:primitives",
10757                 "//rtc_base:rtc_base",
10758                 "//rtc_base:rtc_base_approved",
10759                 "//system_wrappers:system_wrappers"
10760             ],
10761             "include_dirs": [
10762                 "/media/libyuv/libyuv/include/",
10763                 "//",
10764                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10765             ],
10766             "libs": [
10767                 "X11",
10768                 "X11-xcb",
10769                 "xcb",
10770                 "Xcomposite",
10771                 "Xcursor",
10772                 "Xdamage",
10773                 "Xext",
10774                 "Xfixes",
10775                 "Xi",
10776                 "Xrender"
10777             ],
10778             "sources": [
10779                 "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.cc",
10780                 "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.h",
10781                 "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.cc",
10782                 "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.h",
10783                 "//modules/desktop_capture/cropped_desktop_frame.cc",
10784                 "//modules/desktop_capture/cropped_desktop_frame.h",
10785                 "//modules/desktop_capture/cropping_window_capturer.cc",
10786                 "//modules/desktop_capture/cropping_window_capturer.h",
10787                 "//modules/desktop_capture/desktop_and_cursor_composer.cc",
10788                 "//modules/desktop_capture/desktop_and_cursor_composer.h",
10789                 "//modules/desktop_capture/desktop_capture_options.cc",
10790                 "//modules/desktop_capture/desktop_capture_options.h",
10791                 "//modules/desktop_capture/desktop_capturer.cc",
10792                 "//modules/desktop_capture/desktop_capturer.h",
10793                 "//modules/desktop_capture/desktop_capturer_differ_wrapper.cc",
10794                 "//modules/desktop_capture/desktop_capturer_differ_wrapper.h",
10795                 "//modules/desktop_capture/desktop_capturer_wrapper.cc",
10796                 "//modules/desktop_capture/desktop_capturer_wrapper.h",
10797                 "//modules/desktop_capture/desktop_frame_generator.cc",
10798                 "//modules/desktop_capture/desktop_frame_generator.h",
10799                 "//modules/desktop_capture/desktop_frame_rotation.cc",
10800                 "//modules/desktop_capture/desktop_frame_rotation.h",
10801                 "//modules/desktop_capture/differ_block.cc",
10802                 "//modules/desktop_capture/differ_block.h",
10803                 "//modules/desktop_capture/fallback_desktop_capturer_wrapper.cc",
10804                 "//modules/desktop_capture/fallback_desktop_capturer_wrapper.h",
10805                 "//modules/desktop_capture/mouse_cursor.cc",
10806                 "//modules/desktop_capture/mouse_cursor.h",
10807                 "//modules/desktop_capture/mouse_cursor_monitor.h",
10808                 "//modules/desktop_capture/resolution_tracker.cc",
10809                 "//modules/desktop_capture/resolution_tracker.h",
10810                 "//modules/desktop_capture/rgba_color.cc",
10811                 "//modules/desktop_capture/rgba_color.h",
10812                 "//modules/desktop_capture/screen_capture_frame_queue.h",
10813                 "//modules/desktop_capture/screen_capturer_helper.cc",
10814                 "//modules/desktop_capture/screen_capturer_helper.h",
10815                 "//modules/desktop_capture/window_finder.cc",
10816                 "//modules/desktop_capture/window_finder.h",
10817                 "//modules/desktop_capture/desktop_device_info.cc",
10818                 "//modules/desktop_capture/desktop_device_info.h",
10819                 "//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
10820                 "//modules/desktop_capture/screen_capturer_linux.cc",
10821                 "//modules/desktop_capture/window_capturer_linux.cc",
10822                 "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
10823                 "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
10824                 "//modules/desktop_capture/linux/screen_capturer_x11.cc",
10825                 "//modules/desktop_capture/linux/screen_capturer_x11.h",
10826                 "//modules/desktop_capture/linux/shared_x_display.cc",
10827                 "//modules/desktop_capture/linux/shared_x_display.h",
10828                 "//modules/desktop_capture/linux/window_capturer_x11.cc",
10829                 "//modules/desktop_capture/linux/window_capturer_x11.h",
10830                 "//modules/desktop_capture/linux/window_finder_x11.cc",
10831                 "//modules/desktop_capture/linux/window_finder_x11.h",
10832                 "//modules/desktop_capture/linux/window_list_utils.cc",
10833                 "//modules/desktop_capture/linux/window_list_utils.h",
10834                 "//modules/desktop_capture/linux/x_atom_cache.cc",
10835                 "//modules/desktop_capture/linux/x_atom_cache.h",
10836                 "//modules/desktop_capture/linux/x_error_trap.cc",
10837                 "//modules/desktop_capture/linux/x_error_trap.h",
10838                 "//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
10839                 "//modules/desktop_capture/linux/x_server_pixel_buffer.h",
10840                 "//modules/desktop_capture/linux/desktop_device_info_x11.cc",
10841                 "//modules/desktop_capture/linux/desktop_device_info_x11.h",
10842                 "//modules/desktop_capture/linux/shared_x_util.cc",
10843                 "//modules/desktop_capture/linux/shared_x_util.h"
10844             ],
10845             "type": "static_library"
10846         },
10847         "//modules/desktop_capture:primitives": {
10848             "cflags": [
10849                 "-fno-strict-aliasing",
10850                 "--param=ssp-buffer-size=4",
10851                 "-fstack-protector",
10852                 "-Wno-builtin-macro-redefined",
10853                 "-D__DATE__=",
10854                 "-D__TIME__=",
10855                 "-D__TIMESTAMP__=",
10856                 "-funwind-tables",
10857                 "-fcolor-diagnostics",
10858                 "--target=arm-linux-gnueabihf",
10859                 "-march=armv7-a",
10860                 "-mfloat-abi=hard",
10861                 "-mtune=generic-armv7-a",
10862                 "-mfpu=neon",
10863                 "-mthumb",
10864                 "-Wall",
10865                 "-Werror",
10866                 "-Wextra",
10867                 "-Wno-missing-field-initializers",
10868                 "-Wno-unused-parameter",
10869                 "-Wno-c++11-narrowing",
10870                 "-Wno-covered-switch-default",
10871                 "-Wno-unneeded-internal-declaration",
10872                 "-Wno-inconsistent-missing-override",
10873                 "-Wno-undefined-var-template",
10874                 "-Wno-nonportable-include-path",
10875                 "-Wno-address-of-packed-member",
10876                 "-Wno-unused-lambda-capture",
10877                 "-Wno-user-defined-warnings",
10878                 "-O2",
10879                 "-fno-ident",
10880                 "-fdata-sections",
10881                 "-ffunction-sections",
10882                 "-fomit-frame-pointer",
10883                 "-g2",
10884                 "-fvisibility=hidden",
10885                 "-Xclang",
10886                 "-add-plugin",
10887                 "-Xclang",
10888                 "find-bad-constructs",
10889                 "-Xclang",
10890                 "-plugin-arg-find-bad-constructs",
10891                 "-Xclang",
10892                 "check-auto-raw-pointer",
10893                 "-Wheader-hygiene",
10894                 "-Wstring-conversion",
10895                 "-Wtautological-overlap-compare",
10896                 "-Wextra",
10897                 "-Wno-unused-parameter",
10898                 "-Wno-missing-field-initializers",
10899                 "-Wno-strict-overflow",
10900                 "-Wc++11-narrowing",
10901                 "-Wimplicit-fallthrough",
10902                 "-Wthread-safety",
10903                 "-Winconsistent-missing-override",
10904                 "-Wundef",
10905                 "-Wunused-lambda-capture"
10906             ],
10907             "defines": [
10908                 "V8_DEPRECATION_WARNINGS",
10909                 "USE_X11=1",
10910                 "CHROMIUM_BUILD",
10911                 "_FILE_OFFSET_BITS=64",
10912                 "_FORTIFY_SOURCE=2",
10913                 "NDEBUG",
10914                 "NVALGRIND",
10915                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10916                 "WEBRTC_ENABLE_PROTOBUF=0",
10917                 "WEBRTC_RESTRICT_LOGGING",
10918                 "WEBRTC_ARCH_ARM",
10919                 "WEBRTC_ARCH_ARM_V7",
10920                 "WEBRTC_HAS_NEON",
10921                 "WEBRTC_MOZILLA_BUILD",
10922                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10923                 "WEBRTC_POSIX",
10924                 "WEBRTC_BSD"
10925             ],
10926             "deps": [
10927                 "//:webrtc_common"
10928             ],
10929             "include_dirs": [
10930                 "//",
10931                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
10932             ],
10933             "libs": [],
10934             "sources": [
10935                 "//modules/desktop_capture/desktop_capture_types.h",
10936                 "//modules/desktop_capture/desktop_frame.cc",
10937                 "//modules/desktop_capture/desktop_frame.h",
10938                 "//modules/desktop_capture/desktop_geometry.cc",
10939                 "//modules/desktop_capture/desktop_geometry.h",
10940                 "//modules/desktop_capture/desktop_region.cc",
10941                 "//modules/desktop_capture/desktop_region.h",
10942                 "//modules/desktop_capture/shared_desktop_frame.cc",
10943                 "//modules/desktop_capture/shared_desktop_frame.h",
10944                 "//modules/desktop_capture/shared_memory.cc",
10945                 "//modules/desktop_capture/shared_memory.h"
10946             ],
10947             "type": "static_library"
10948         },
10949         "//modules/media_file:media_file": {
10950             "cflags": [
10951                 "-fno-strict-aliasing",
10952                 "--param=ssp-buffer-size=4",
10953                 "-fstack-protector",
10954                 "-Wno-builtin-macro-redefined",
10955                 "-D__DATE__=",
10956                 "-D__TIME__=",
10957                 "-D__TIMESTAMP__=",
10958                 "-funwind-tables",
10959                 "-fcolor-diagnostics",
10960                 "--target=arm-linux-gnueabihf",
10961                 "-march=armv7-a",
10962                 "-mfloat-abi=hard",
10963                 "-mtune=generic-armv7-a",
10964                 "-mfpu=neon",
10965                 "-mthumb",
10966                 "-Wall",
10967                 "-Werror",
10968                 "-Wextra",
10969                 "-Wno-missing-field-initializers",
10970                 "-Wno-unused-parameter",
10971                 "-Wno-c++11-narrowing",
10972                 "-Wno-covered-switch-default",
10973                 "-Wno-unneeded-internal-declaration",
10974                 "-Wno-inconsistent-missing-override",
10975                 "-Wno-undefined-var-template",
10976                 "-Wno-nonportable-include-path",
10977                 "-Wno-address-of-packed-member",
10978                 "-Wno-unused-lambda-capture",
10979                 "-Wno-user-defined-warnings",
10980                 "-O2",
10981                 "-fno-ident",
10982                 "-fdata-sections",
10983                 "-ffunction-sections",
10984                 "-fomit-frame-pointer",
10985                 "-g2",
10986                 "-fvisibility=hidden",
10987                 "-Wheader-hygiene",
10988                 "-Wstring-conversion",
10989                 "-Wtautological-overlap-compare",
10990                 "-Wextra",
10991                 "-Wno-unused-parameter",
10992                 "-Wno-missing-field-initializers",
10993                 "-Wno-strict-overflow",
10994                 "-Wc++11-narrowing",
10995                 "-Wimplicit-fallthrough",
10996                 "-Wthread-safety",
10997                 "-Winconsistent-missing-override",
10998                 "-Wundef",
10999                 "-Wunused-lambda-capture"
11000             ],
11001             "defines": [
11002                 "V8_DEPRECATION_WARNINGS",
11003                 "USE_X11=1",
11004                 "CHROMIUM_BUILD",
11005                 "_FILE_OFFSET_BITS=64",
11006                 "_FORTIFY_SOURCE=2",
11007                 "NDEBUG",
11008                 "NVALGRIND",
11009                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11010                 "WEBRTC_ENABLE_PROTOBUF=0",
11011                 "WEBRTC_RESTRICT_LOGGING",
11012                 "WEBRTC_ARCH_ARM",
11013                 "WEBRTC_ARCH_ARM_V7",
11014                 "WEBRTC_HAS_NEON",
11015                 "WEBRTC_MOZILLA_BUILD",
11016                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11017                 "WEBRTC_POSIX",
11018                 "WEBRTC_BSD"
11019             ],
11020             "deps": [
11021                 "//:webrtc_common",
11022                 "//common_audio:common_audio",
11023                 "//modules:module_api",
11024                 "//rtc_base:rtc_base_approved",
11025                 "//system_wrappers:system_wrappers"
11026             ],
11027             "include_dirs": [
11028                 "//",
11029                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11030                 "//common_audio/resampler/include/",
11031                 "//common_audio/signal_processing/include/",
11032                 "//common_audio/vad/include/"
11033             ],
11034             "libs": [],
11035             "sources": [
11036                 "//modules/media_file/media_file.h",
11037                 "//modules/media_file/media_file_defines.h",
11038                 "//modules/media_file/media_file_impl.cc",
11039                 "//modules/media_file/media_file_impl.h",
11040                 "//modules/media_file/media_file_utility.cc",
11041                 "//modules/media_file/media_file_utility.h"
11042             ],
11043             "type": "static_library"
11044         },
11045         "//modules/pacing:pacing": {
11046             "cflags": [
11047                 "-fno-strict-aliasing",
11048                 "--param=ssp-buffer-size=4",
11049                 "-fstack-protector",
11050                 "-Wno-builtin-macro-redefined",
11051                 "-D__DATE__=",
11052                 "-D__TIME__=",
11053                 "-D__TIMESTAMP__=",
11054                 "-funwind-tables",
11055                 "-fcolor-diagnostics",
11056                 "--target=arm-linux-gnueabihf",
11057                 "-march=armv7-a",
11058                 "-mfloat-abi=hard",
11059                 "-mtune=generic-armv7-a",
11060                 "-mfpu=neon",
11061                 "-mthumb",
11062                 "-Wall",
11063                 "-Werror",
11064                 "-Wextra",
11065                 "-Wno-missing-field-initializers",
11066                 "-Wno-unused-parameter",
11067                 "-Wno-c++11-narrowing",
11068                 "-Wno-covered-switch-default",
11069                 "-Wno-unneeded-internal-declaration",
11070                 "-Wno-inconsistent-missing-override",
11071                 "-Wno-undefined-var-template",
11072                 "-Wno-nonportable-include-path",
11073                 "-Wno-address-of-packed-member",
11074                 "-Wno-unused-lambda-capture",
11075                 "-Wno-user-defined-warnings",
11076                 "-O2",
11077                 "-fno-ident",
11078                 "-fdata-sections",
11079                 "-ffunction-sections",
11080                 "-fomit-frame-pointer",
11081                 "-g2",
11082                 "-fvisibility=hidden",
11083                 "-Wheader-hygiene",
11084                 "-Wstring-conversion",
11085                 "-Wtautological-overlap-compare",
11086                 "-Wextra",
11087                 "-Wno-unused-parameter",
11088                 "-Wno-missing-field-initializers",
11089                 "-Wno-strict-overflow",
11090                 "-Wc++11-narrowing",
11091                 "-Wimplicit-fallthrough",
11092                 "-Wthread-safety",
11093                 "-Winconsistent-missing-override",
11094                 "-Wundef",
11095                 "-Wunused-lambda-capture"
11096             ],
11097             "defines": [
11098                 "V8_DEPRECATION_WARNINGS",
11099                 "USE_X11=1",
11100                 "CHROMIUM_BUILD",
11101                 "_FILE_OFFSET_BITS=64",
11102                 "_FORTIFY_SOURCE=2",
11103                 "NDEBUG",
11104                 "NVALGRIND",
11105                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11106                 "WEBRTC_ENABLE_PROTOBUF=0",
11107                 "WEBRTC_RESTRICT_LOGGING",
11108                 "WEBRTC_ARCH_ARM",
11109                 "WEBRTC_ARCH_ARM_V7",
11110                 "WEBRTC_HAS_NEON",
11111                 "WEBRTC_MOZILLA_BUILD",
11112                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11113                 "WEBRTC_POSIX",
11114                 "WEBRTC_BSD"
11115             ],
11116             "deps": [
11117                 "//:webrtc_common",
11118                 "//api:optional",
11119                 "//logging:rtc_event_log_api",
11120                 "//modules:module_api",
11121                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
11122                 "//modules/rtp_rtcp:rtp_rtcp",
11123                 "//modules/utility:utility",
11124                 "//rtc_base:rtc_base_approved",
11125                 "//system_wrappers:system_wrappers"
11126             ],
11127             "include_dirs": [
11128                 "//",
11129                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
11130             ],
11131             "libs": [],
11132             "sources": [
11133                 "//modules/pacing/alr_detector.cc",
11134                 "//modules/pacing/alr_detector.h",
11135                 "//modules/pacing/bitrate_prober.cc",
11136                 "//modules/pacing/bitrate_prober.h",
11137                 "//modules/pacing/interval_budget.cc",
11138                 "//modules/pacing/interval_budget.h",
11139                 "//modules/pacing/paced_sender.cc",
11140                 "//modules/pacing/paced_sender.h",
11141                 "//modules/pacing/pacer.h",
11142                 "//modules/pacing/packet_queue.cc",
11143                 "//modules/pacing/packet_queue.h",
11144                 "//modules/pacing/packet_queue2.cc",
11145                 "//modules/pacing/packet_queue2.h",
11146                 "//modules/pacing/packet_router.cc",
11147                 "//modules/pacing/packet_router.h"
11148             ],
11149             "type": "static_library"
11150         },
11151         "//modules/remote_bitrate_estimator:remote_bitrate_estimator": {
11152             "cflags": [
11153                 "-fno-strict-aliasing",
11154                 "--param=ssp-buffer-size=4",
11155                 "-fstack-protector",
11156                 "-Wno-builtin-macro-redefined",
11157                 "-D__DATE__=",
11158                 "-D__TIME__=",
11159                 "-D__TIMESTAMP__=",
11160                 "-funwind-tables",
11161                 "-fcolor-diagnostics",
11162                 "--target=arm-linux-gnueabihf",
11163                 "-march=armv7-a",
11164                 "-mfloat-abi=hard",
11165                 "-mtune=generic-armv7-a",
11166                 "-mfpu=neon",
11167                 "-mthumb",
11168                 "-Wall",
11169                 "-Werror",
11170                 "-Wextra",
11171                 "-Wno-missing-field-initializers",
11172                 "-Wno-unused-parameter",
11173                 "-Wno-c++11-narrowing",
11174                 "-Wno-covered-switch-default",
11175                 "-Wno-unneeded-internal-declaration",
11176                 "-Wno-inconsistent-missing-override",
11177                 "-Wno-undefined-var-template",
11178                 "-Wno-nonportable-include-path",
11179                 "-Wno-address-of-packed-member",
11180                 "-Wno-unused-lambda-capture",
11181                 "-Wno-user-defined-warnings",
11182                 "-O2",
11183                 "-fno-ident",
11184                 "-fdata-sections",
11185                 "-ffunction-sections",
11186                 "-fomit-frame-pointer",
11187                 "-g2",
11188                 "-fvisibility=hidden",
11189                 "-Wheader-hygiene",
11190                 "-Wstring-conversion",
11191                 "-Wtautological-overlap-compare",
11192                 "-Wextra",
11193                 "-Wno-unused-parameter",
11194                 "-Wno-missing-field-initializers",
11195                 "-Wno-strict-overflow",
11196                 "-Wc++11-narrowing",
11197                 "-Wimplicit-fallthrough",
11198                 "-Wthread-safety",
11199                 "-Winconsistent-missing-override",
11200                 "-Wundef",
11201                 "-Wunused-lambda-capture"
11202             ],
11203             "defines": [
11204                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
11205                 "V8_DEPRECATION_WARNINGS",
11206                 "USE_X11=1",
11207                 "CHROMIUM_BUILD",
11208                 "_FILE_OFFSET_BITS=64",
11209                 "_FORTIFY_SOURCE=2",
11210                 "NDEBUG",
11211                 "NVALGRIND",
11212                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11213                 "WEBRTC_ENABLE_PROTOBUF=0",
11214                 "WEBRTC_RESTRICT_LOGGING",
11215                 "WEBRTC_ARCH_ARM",
11216                 "WEBRTC_ARCH_ARM_V7",
11217                 "WEBRTC_HAS_NEON",
11218                 "WEBRTC_MOZILLA_BUILD",
11219                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11220                 "WEBRTC_POSIX",
11221                 "WEBRTC_BSD"
11222             ],
11223             "deps": [
11224                 "//:webrtc_common",
11225                 "//api:optional",
11226                 "//modules:module_api",
11227                 "//modules/rtp_rtcp:rtp_rtcp_format",
11228                 "//rtc_base:rtc_base_approved",
11229                 "//system_wrappers:system_wrappers"
11230             ],
11231             "include_dirs": [
11232                 "//",
11233                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
11234             ],
11235             "libs": [],
11236             "sources": [
11237                 "//modules/remote_bitrate_estimator/aimd_rate_control.cc",
11238                 "//modules/remote_bitrate_estimator/aimd_rate_control.h",
11239                 "//modules/remote_bitrate_estimator/bwe_defines.cc",
11240                 "//modules/remote_bitrate_estimator/include/bwe_defines.h",
11241                 "//modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
11242                 "//modules/remote_bitrate_estimator/include/send_time_history.h",
11243                 "//modules/remote_bitrate_estimator/inter_arrival.cc",
11244                 "//modules/remote_bitrate_estimator/inter_arrival.h",
11245                 "//modules/remote_bitrate_estimator/overuse_detector.cc",
11246                 "//modules/remote_bitrate_estimator/overuse_detector.h",
11247                 "//modules/remote_bitrate_estimator/overuse_estimator.cc",
11248                 "//modules/remote_bitrate_estimator/overuse_estimator.h",
11249                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
11250                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h",
11251                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
11252                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h",
11253                 "//modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
11254                 "//modules/remote_bitrate_estimator/remote_estimator_proxy.h",
11255                 "//modules/remote_bitrate_estimator/send_time_history.cc",
11256                 "//modules/remote_bitrate_estimator/test/bwe_test_logging.h"
11257             ],
11258             "type": "static_library"
11259         },
11260         "//modules/rtp_rtcp:rtp_rtcp": {
11261             "cflags": [
11262                 "-fno-strict-aliasing",
11263                 "--param=ssp-buffer-size=4",
11264                 "-fstack-protector",
11265                 "-Wno-builtin-macro-redefined",
11266                 "-D__DATE__=",
11267                 "-D__TIME__=",
11268                 "-D__TIMESTAMP__=",
11269                 "-funwind-tables",
11270                 "-fcolor-diagnostics",
11271                 "--target=arm-linux-gnueabihf",
11272                 "-march=armv7-a",
11273                 "-mfloat-abi=hard",
11274                 "-mtune=generic-armv7-a",
11275                 "-mfpu=neon",
11276                 "-mthumb",
11277                 "-Wall",
11278                 "-Werror",
11279                 "-Wextra",
11280                 "-Wno-missing-field-initializers",
11281                 "-Wno-unused-parameter",
11282                 "-Wno-c++11-narrowing",
11283                 "-Wno-covered-switch-default",
11284                 "-Wno-unneeded-internal-declaration",
11285                 "-Wno-inconsistent-missing-override",
11286                 "-Wno-undefined-var-template",
11287                 "-Wno-nonportable-include-path",
11288                 "-Wno-address-of-packed-member",
11289                 "-Wno-unused-lambda-capture",
11290                 "-Wno-user-defined-warnings",
11291                 "-O2",
11292                 "-fno-ident",
11293                 "-fdata-sections",
11294                 "-ffunction-sections",
11295                 "-fomit-frame-pointer",
11296                 "-g2",
11297                 "-fvisibility=hidden",
11298                 "-Wheader-hygiene",
11299                 "-Wstring-conversion",
11300                 "-Wtautological-overlap-compare",
11301                 "-Wextra",
11302                 "-Wno-unused-parameter",
11303                 "-Wno-missing-field-initializers",
11304                 "-Wno-strict-overflow",
11305                 "-Wc++11-narrowing",
11306                 "-Wimplicit-fallthrough",
11307                 "-Wthread-safety",
11308                 "-Winconsistent-missing-override",
11309                 "-Wundef",
11310                 "-Wunused-lambda-capture"
11311             ],
11312             "defines": [
11313                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
11314                 "V8_DEPRECATION_WARNINGS",
11315                 "USE_X11=1",
11316                 "CHROMIUM_BUILD",
11317                 "_FILE_OFFSET_BITS=64",
11318                 "_FORTIFY_SOURCE=2",
11319                 "NDEBUG",
11320                 "NVALGRIND",
11321                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11322                 "WEBRTC_ENABLE_PROTOBUF=0",
11323                 "WEBRTC_RESTRICT_LOGGING",
11324                 "WEBRTC_ARCH_ARM",
11325                 "WEBRTC_ARCH_ARM_V7",
11326                 "WEBRTC_HAS_NEON",
11327                 "WEBRTC_MOZILLA_BUILD",
11328                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11329                 "WEBRTC_POSIX",
11330                 "WEBRTC_BSD"
11331             ],
11332             "deps": [
11333                 "//:webrtc_common",
11334                 "//api:array_view",
11335                 "//api:optional",
11336                 "//api:transport_api",
11337                 "//api/audio_codecs:audio_codecs_api",
11338                 "//common_video:common_video",
11339                 "//logging:rtc_event_log_api",
11340                 "//modules:module_api",
11341                 "//modules/audio_coding:audio_format_conversion",
11342                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
11343                 "//modules/rtp_rtcp:rtp_rtcp_format",
11344                 "//rtc_base:gtest_prod",
11345                 "//rtc_base:rtc_base_approved",
11346                 "//rtc_base:rtc_numerics",
11347                 "//rtc_base:sequenced_task_checker",
11348                 "//system_wrappers:system_wrappers"
11349             ],
11350             "include_dirs": [
11351                 "//",
11352                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11353                 "//common_video/include/",
11354                 "/media/libyuv/libyuv/include/"
11355             ],
11356             "libs": [],
11357             "sources": [
11358                 "//modules/rtp_rtcp/include/flexfec_receiver.h",
11359                 "//modules/rtp_rtcp/include/flexfec_sender.h",
11360                 "//modules/rtp_rtcp/include/receive_statistics.h",
11361                 "//modules/rtp_rtcp/include/remote_ntp_time_estimator.h",
11362                 "//modules/rtp_rtcp/include/rtp_header_parser.h",
11363                 "//modules/rtp_rtcp/include/rtp_payload_registry.h",
11364                 "//modules/rtp_rtcp/include/rtp_receiver.h",
11365                 "//modules/rtp_rtcp/include/rtp_rtcp.h",
11366                 "//modules/rtp_rtcp/include/ulpfec_receiver.h",
11367                 "//modules/rtp_rtcp/source/dtmf_queue.cc",
11368                 "//modules/rtp_rtcp/source/dtmf_queue.h",
11369                 "//modules/rtp_rtcp/source/fec_private_tables_bursty.h",
11370                 "//modules/rtp_rtcp/source/fec_private_tables_random.h",
11371                 "//modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
11372                 "//modules/rtp_rtcp/source/flexfec_header_reader_writer.h",
11373                 "//modules/rtp_rtcp/source/flexfec_receiver.cc",
11374                 "//modules/rtp_rtcp/source/flexfec_sender.cc",
11375                 "//modules/rtp_rtcp/source/forward_error_correction.cc",
11376                 "//modules/rtp_rtcp/source/forward_error_correction.h",
11377                 "//modules/rtp_rtcp/source/forward_error_correction_internal.cc",
11378                 "//modules/rtp_rtcp/source/forward_error_correction_internal.h",
11379                 "//modules/rtp_rtcp/source/packet_loss_stats.cc",
11380                 "//modules/rtp_rtcp/source/packet_loss_stats.h",
11381                 "//modules/rtp_rtcp/source/playout_delay_oracle.cc",
11382                 "//modules/rtp_rtcp/source/playout_delay_oracle.h",
11383                 "//modules/rtp_rtcp/source/receive_statistics_impl.cc",
11384                 "//modules/rtp_rtcp/source/receive_statistics_impl.h",
11385                 "//modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
11386                 "//modules/rtp_rtcp/source/rtcp_nack_stats.cc",
11387                 "//modules/rtp_rtcp/source/rtcp_nack_stats.h",
11388                 "//modules/rtp_rtcp/source/rtcp_receiver.cc",
11389                 "//modules/rtp_rtcp/source/rtcp_receiver.h",
11390                 "//modules/rtp_rtcp/source/rtcp_sender.cc",
11391                 "//modules/rtp_rtcp/source/rtcp_sender.h",
11392                 "//modules/rtp_rtcp/source/rtp_format.cc",
11393                 "//modules/rtp_rtcp/source/rtp_format.h",
11394                 "//modules/rtp_rtcp/source/rtp_format_h264.cc",
11395                 "//modules/rtp_rtcp/source/rtp_format_h264.h",
11396                 "//modules/rtp_rtcp/source/rtp_format_video_generic.cc",
11397                 "//modules/rtp_rtcp/source/rtp_format_video_generic.h",
11398                 "//modules/rtp_rtcp/source/rtp_format_vp8.cc",
11399                 "//modules/rtp_rtcp/source/rtp_format_vp8.h",
11400                 "//modules/rtp_rtcp/source/rtp_format_vp9.cc",
11401                 "//modules/rtp_rtcp/source/rtp_format_vp9.h",
11402                 "//modules/rtp_rtcp/source/rtp_header_parser.cc",
11403                 "//modules/rtp_rtcp/source/rtp_packet_history.cc",
11404                 "//modules/rtp_rtcp/source/rtp_packet_history.h",
11405                 "//modules/rtp_rtcp/source/rtp_payload_registry.cc",
11406                 "//modules/rtp_rtcp/source/rtp_receiver_audio.cc",
11407                 "//modules/rtp_rtcp/source/rtp_receiver_audio.h",
11408                 "//modules/rtp_rtcp/source/rtp_receiver_impl.cc",
11409                 "//modules/rtp_rtcp/source/rtp_receiver_impl.h",
11410                 "//modules/rtp_rtcp/source/rtp_receiver_strategy.cc",
11411                 "//modules/rtp_rtcp/source/rtp_receiver_strategy.h",
11412                 "//modules/rtp_rtcp/source/rtp_receiver_video.cc",
11413                 "//modules/rtp_rtcp/source/rtp_receiver_video.h",
11414                 "//modules/rtp_rtcp/source/rtp_rtcp_config.h",
11415                 "//modules/rtp_rtcp/source/rtp_rtcp_impl.cc",
11416                 "//modules/rtp_rtcp/source/rtp_rtcp_impl.h",
11417                 "//modules/rtp_rtcp/source/rtp_sender.cc",
11418                 "//modules/rtp_rtcp/source/rtp_sender.h",
11419                 "//modules/rtp_rtcp/source/rtp_sender_audio.cc",
11420                 "//modules/rtp_rtcp/source/rtp_sender_audio.h",
11421                 "//modules/rtp_rtcp/source/rtp_sender_video.cc",
11422                 "//modules/rtp_rtcp/source/rtp_sender_video.h",
11423                 "//modules/rtp_rtcp/source/rtp_utility.cc",
11424                 "//modules/rtp_rtcp/source/rtp_utility.h",
11425                 "//modules/rtp_rtcp/source/time_util.cc",
11426                 "//modules/rtp_rtcp/source/time_util.h",
11427                 "//modules/rtp_rtcp/source/tmmbr_help.cc",
11428                 "//modules/rtp_rtcp/source/tmmbr_help.h",
11429                 "//modules/rtp_rtcp/source/ulpfec_generator.cc",
11430                 "//modules/rtp_rtcp/source/ulpfec_generator.h",
11431                 "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
11432                 "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.h",
11433                 "//modules/rtp_rtcp/source/ulpfec_receiver_impl.cc",
11434                 "//modules/rtp_rtcp/source/ulpfec_receiver_impl.h",
11435                 "//modules/rtp_rtcp/source/video_codec_information.h"
11436             ],
11437             "type": "static_library"
11438         },
11439         "//modules/rtp_rtcp:rtp_rtcp_format": {
11440             "cflags": [
11441                 "-fno-strict-aliasing",
11442                 "--param=ssp-buffer-size=4",
11443                 "-fstack-protector",
11444                 "-Wno-builtin-macro-redefined",
11445                 "-D__DATE__=",
11446                 "-D__TIME__=",
11447                 "-D__TIMESTAMP__=",
11448                 "-funwind-tables",
11449                 "-fcolor-diagnostics",
11450                 "--target=arm-linux-gnueabihf",
11451                 "-march=armv7-a",
11452                 "-mfloat-abi=hard",
11453                 "-mtune=generic-armv7-a",
11454                 "-mfpu=neon",
11455                 "-mthumb",
11456                 "-Wall",
11457                 "-Werror",
11458                 "-Wextra",
11459                 "-Wno-missing-field-initializers",
11460                 "-Wno-unused-parameter",
11461                 "-Wno-c++11-narrowing",
11462                 "-Wno-covered-switch-default",
11463                 "-Wno-unneeded-internal-declaration",
11464                 "-Wno-inconsistent-missing-override",
11465                 "-Wno-undefined-var-template",
11466                 "-Wno-nonportable-include-path",
11467                 "-Wno-address-of-packed-member",
11468                 "-Wno-unused-lambda-capture",
11469                 "-Wno-user-defined-warnings",
11470                 "-O2",
11471                 "-fno-ident",
11472                 "-fdata-sections",
11473                 "-ffunction-sections",
11474                 "-fomit-frame-pointer",
11475                 "-g2",
11476                 "-fvisibility=hidden",
11477                 "-Xclang",
11478                 "-add-plugin",
11479                 "-Xclang",
11480                 "find-bad-constructs",
11481                 "-Xclang",
11482                 "-plugin-arg-find-bad-constructs",
11483                 "-Xclang",
11484                 "check-auto-raw-pointer",
11485                 "-Wheader-hygiene",
11486                 "-Wstring-conversion",
11487                 "-Wtautological-overlap-compare",
11488                 "-Wextra",
11489                 "-Wno-unused-parameter",
11490                 "-Wno-missing-field-initializers",
11491                 "-Wno-strict-overflow",
11492                 "-Wc++11-narrowing",
11493                 "-Wimplicit-fallthrough",
11494                 "-Wthread-safety",
11495                 "-Winconsistent-missing-override",
11496                 "-Wundef",
11497                 "-Wunused-lambda-capture"
11498             ],
11499             "defines": [
11500                 "V8_DEPRECATION_WARNINGS",
11501                 "USE_X11=1",
11502                 "CHROMIUM_BUILD",
11503                 "_FILE_OFFSET_BITS=64",
11504                 "_FORTIFY_SOURCE=2",
11505                 "NDEBUG",
11506                 "NVALGRIND",
11507                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11508                 "WEBRTC_ENABLE_PROTOBUF=0",
11509                 "WEBRTC_RESTRICT_LOGGING",
11510                 "WEBRTC_ARCH_ARM",
11511                 "WEBRTC_ARCH_ARM_V7",
11512                 "WEBRTC_HAS_NEON",
11513                 "WEBRTC_MOZILLA_BUILD",
11514                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11515                 "WEBRTC_POSIX",
11516                 "WEBRTC_BSD"
11517             ],
11518             "deps": [
11519                 "//:webrtc_common",
11520                 "//api:array_view",
11521                 "//api:optional",
11522                 "//api/audio_codecs:audio_codecs_api",
11523                 "//common_video:common_video",
11524                 "//modules:module_api",
11525                 "//rtc_base:rtc_base_approved",
11526                 "//system_wrappers:system_wrappers"
11527             ],
11528             "include_dirs": [
11529                 "//",
11530                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11531                 "//common_video/include/",
11532                 "/media/libyuv/libyuv/include/"
11533             ],
11534             "libs": [],
11535             "sources": [
11536                 "//modules/rtp_rtcp/include/rtp_rtcp_defines.cc",
11537                 "//modules/rtp_rtcp/source/rtcp_packet.cc",
11538                 "//modules/rtp_rtcp/source/rtcp_packet/app.cc",
11539                 "//modules/rtp_rtcp/source/rtcp_packet/bye.cc",
11540                 "//modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
11541                 "//modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
11542                 "//modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
11543                 "//modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc",
11544                 "//modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
11545                 "//modules/rtp_rtcp/source/rtcp_packet/fir.cc",
11546                 "//modules/rtp_rtcp/source/rtcp_packet/nack.cc",
11547                 "//modules/rtp_rtcp/source/rtcp_packet/pli.cc",
11548                 "//modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
11549                 "//modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
11550                 "//modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
11551                 "//modules/rtp_rtcp/source/rtcp_packet/remb.cc",
11552                 "//modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
11553                 "//modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
11554                 "//modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
11555                 "//modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
11556                 "//modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
11557                 "//modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
11558                 "//modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
11559                 "//modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
11560                 "//modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
11561                 "//modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
11562                 "//modules/rtp_rtcp/source/rtcp_packet/voip_metric.cc",
11563                 "//modules/rtp_rtcp/source/rtp_header_extension_map.cc",
11564                 "//modules/rtp_rtcp/source/rtp_header_extensions.cc",
11565                 "//modules/rtp_rtcp/source/rtp_packet.cc",
11566                 "//modules/rtp_rtcp/source/rtp_packet_received.cc"
11567             ],
11568             "type": "source_set"
11569         },
11570         "//modules/utility:utility": {
11571             "cflags": [
11572                 "-fno-strict-aliasing",
11573                 "--param=ssp-buffer-size=4",
11574                 "-fstack-protector",
11575                 "-Wno-builtin-macro-redefined",
11576                 "-D__DATE__=",
11577                 "-D__TIME__=",
11578                 "-D__TIMESTAMP__=",
11579                 "-funwind-tables",
11580                 "-fcolor-diagnostics",
11581                 "--target=arm-linux-gnueabihf",
11582                 "-march=armv7-a",
11583                 "-mfloat-abi=hard",
11584                 "-mtune=generic-armv7-a",
11585                 "-mfpu=neon",
11586                 "-mthumb",
11587                 "-Wall",
11588                 "-Werror",
11589                 "-Wextra",
11590                 "-Wno-missing-field-initializers",
11591                 "-Wno-unused-parameter",
11592                 "-Wno-c++11-narrowing",
11593                 "-Wno-covered-switch-default",
11594                 "-Wno-unneeded-internal-declaration",
11595                 "-Wno-inconsistent-missing-override",
11596                 "-Wno-undefined-var-template",
11597                 "-Wno-nonportable-include-path",
11598                 "-Wno-address-of-packed-member",
11599                 "-Wno-unused-lambda-capture",
11600                 "-Wno-user-defined-warnings",
11601                 "-O2",
11602                 "-fno-ident",
11603                 "-fdata-sections",
11604                 "-ffunction-sections",
11605                 "-fomit-frame-pointer",
11606                 "-g2",
11607                 "-fvisibility=hidden",
11608                 "-Wheader-hygiene",
11609                 "-Wstring-conversion",
11610                 "-Wtautological-overlap-compare",
11611                 "-Wextra",
11612                 "-Wno-unused-parameter",
11613                 "-Wno-missing-field-initializers",
11614                 "-Wno-strict-overflow",
11615                 "-Wc++11-narrowing",
11616                 "-Wimplicit-fallthrough",
11617                 "-Wthread-safety",
11618                 "-Winconsistent-missing-override",
11619                 "-Wundef",
11620                 "-Wunused-lambda-capture"
11621             ],
11622             "defines": [
11623                 "V8_DEPRECATION_WARNINGS",
11624                 "USE_X11=1",
11625                 "CHROMIUM_BUILD",
11626                 "_FILE_OFFSET_BITS=64",
11627                 "_FORTIFY_SOURCE=2",
11628                 "NDEBUG",
11629                 "NVALGRIND",
11630                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11631                 "WEBRTC_ENABLE_PROTOBUF=0",
11632                 "WEBRTC_RESTRICT_LOGGING",
11633                 "WEBRTC_ARCH_ARM",
11634                 "WEBRTC_ARCH_ARM_V7",
11635                 "WEBRTC_HAS_NEON",
11636                 "WEBRTC_MOZILLA_BUILD",
11637                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11638                 "WEBRTC_POSIX",
11639                 "WEBRTC_BSD"
11640             ],
11641             "deps": [
11642                 "//:webrtc_common",
11643                 "//audio/utility:audio_frame_operations",
11644                 "//common_audio:common_audio",
11645                 "//modules:module_api",
11646                 "//modules/media_file:media_file",
11647                 "//rtc_base:rtc_base_approved",
11648                 "//rtc_base:rtc_task_queue",
11649                 "//system_wrappers:system_wrappers"
11650             ],
11651             "include_dirs": [
11652                 "//",
11653                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11654                 "//common_audio/resampler/include/",
11655                 "//common_audio/signal_processing/include/",
11656                 "//common_audio/vad/include/"
11657             ],
11658             "libs": [],
11659             "sources": [
11660                 "//modules/utility/include/audio_frame_operations.h",
11661                 "//modules/utility/include/process_thread.h",
11662                 "//modules/utility/source/process_thread_impl.cc",
11663                 "//modules/utility/source/process_thread_impl.h"
11664             ],
11665             "type": "static_library"
11666         },
11667         "//modules/video_capture:video_capture_internal_impl": {
11668             "cflags": [
11669                 "-fno-strict-aliasing",
11670                 "--param=ssp-buffer-size=4",
11671                 "-fstack-protector",
11672                 "-Wno-builtin-macro-redefined",
11673                 "-D__DATE__=",
11674                 "-D__TIME__=",
11675                 "-D__TIMESTAMP__=",
11676                 "-funwind-tables",
11677                 "-fcolor-diagnostics",
11678                 "--target=arm-linux-gnueabihf",
11679                 "-march=armv7-a",
11680                 "-mfloat-abi=hard",
11681                 "-mtune=generic-armv7-a",
11682                 "-mfpu=neon",
11683                 "-mthumb",
11684                 "-Wall",
11685                 "-Werror",
11686                 "-Wextra",
11687                 "-Wno-missing-field-initializers",
11688                 "-Wno-unused-parameter",
11689                 "-Wno-c++11-narrowing",
11690                 "-Wno-covered-switch-default",
11691                 "-Wno-unneeded-internal-declaration",
11692                 "-Wno-inconsistent-missing-override",
11693                 "-Wno-undefined-var-template",
11694                 "-Wno-nonportable-include-path",
11695                 "-Wno-address-of-packed-member",
11696                 "-Wno-unused-lambda-capture",
11697                 "-Wno-user-defined-warnings",
11698                 "-O2",
11699                 "-fno-ident",
11700                 "-fdata-sections",
11701                 "-ffunction-sections",
11702                 "-fomit-frame-pointer",
11703                 "-g2",
11704                 "-fvisibility=hidden",
11705                 "-Wheader-hygiene",
11706                 "-Wstring-conversion",
11707                 "-Wtautological-overlap-compare",
11708                 "-Wextra",
11709                 "-Wno-unused-parameter",
11710                 "-Wno-missing-field-initializers",
11711                 "-Wno-strict-overflow",
11712                 "-Wc++11-narrowing",
11713                 "-Wimplicit-fallthrough",
11714                 "-Wthread-safety",
11715                 "-Winconsistent-missing-override",
11716                 "-Wundef",
11717                 "-Wunused-lambda-capture"
11718             ],
11719             "defines": [
11720                 "V8_DEPRECATION_WARNINGS",
11721                 "USE_X11=1",
11722                 "CHROMIUM_BUILD",
11723                 "_FILE_OFFSET_BITS=64",
11724                 "_FORTIFY_SOURCE=2",
11725                 "NDEBUG",
11726                 "NVALGRIND",
11727                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11728                 "WEBRTC_ENABLE_PROTOBUF=0",
11729                 "WEBRTC_RESTRICT_LOGGING",
11730                 "WEBRTC_ARCH_ARM",
11731                 "WEBRTC_ARCH_ARM_V7",
11732                 "WEBRTC_HAS_NEON",
11733                 "WEBRTC_MOZILLA_BUILD",
11734                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11735                 "WEBRTC_POSIX",
11736                 "WEBRTC_BSD"
11737             ],
11738             "deps": [
11739                 "//:webrtc_common",
11740                 "//media:rtc_media_base",
11741                 "//modules/video_capture:video_capture_module",
11742                 "//rtc_base:rtc_base_approved",
11743                 "//system_wrappers:system_wrappers"
11744             ],
11745             "include_dirs": [
11746                 "//",
11747                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
11748             ],
11749             "libs": [],
11750             "sources": [
11751                 "//modules/video_capture/linux/device_info_linux.cc",
11752                 "//modules/video_capture/linux/device_info_linux.h",
11753                 "//modules/video_capture/linux/video_capture_linux.cc",
11754                 "//modules/video_capture/linux/video_capture_linux.h"
11755             ],
11756             "type": "source_set"
11757         },
11758         "//modules/video_capture:video_capture_module": {
11759             "cflags": [
11760                 "-fno-strict-aliasing",
11761                 "--param=ssp-buffer-size=4",
11762                 "-fstack-protector",
11763                 "-Wno-builtin-macro-redefined",
11764                 "-D__DATE__=",
11765                 "-D__TIME__=",
11766                 "-D__TIMESTAMP__=",
11767                 "-funwind-tables",
11768                 "-fcolor-diagnostics",
11769                 "--target=arm-linux-gnueabihf",
11770                 "-march=armv7-a",
11771                 "-mfloat-abi=hard",
11772                 "-mtune=generic-armv7-a",
11773                 "-mfpu=neon",
11774                 "-mthumb",
11775                 "-Wall",
11776                 "-Werror",
11777                 "-Wextra",
11778                 "-Wno-missing-field-initializers",
11779                 "-Wno-unused-parameter",
11780                 "-Wno-c++11-narrowing",
11781                 "-Wno-covered-switch-default",
11782                 "-Wno-unneeded-internal-declaration",
11783                 "-Wno-inconsistent-missing-override",
11784                 "-Wno-undefined-var-template",
11785                 "-Wno-nonportable-include-path",
11786                 "-Wno-address-of-packed-member",
11787                 "-Wno-unused-lambda-capture",
11788                 "-Wno-user-defined-warnings",
11789                 "-O2",
11790                 "-fno-ident",
11791                 "-fdata-sections",
11792                 "-ffunction-sections",
11793                 "-fomit-frame-pointer",
11794                 "-g2",
11795                 "-fvisibility=hidden",
11796                 "-Wheader-hygiene",
11797                 "-Wstring-conversion",
11798                 "-Wtautological-overlap-compare",
11799                 "-Wextra",
11800                 "-Wno-unused-parameter",
11801                 "-Wno-missing-field-initializers",
11802                 "-Wno-strict-overflow",
11803                 "-Wc++11-narrowing",
11804                 "-Wimplicit-fallthrough",
11805                 "-Wthread-safety",
11806                 "-Winconsistent-missing-override",
11807                 "-Wundef",
11808                 "-Wunused-lambda-capture"
11809             ],
11810             "defines": [
11811                 "V8_DEPRECATION_WARNINGS",
11812                 "USE_X11=1",
11813                 "CHROMIUM_BUILD",
11814                 "_FILE_OFFSET_BITS=64",
11815                 "_FORTIFY_SOURCE=2",
11816                 "NDEBUG",
11817                 "NVALGRIND",
11818                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11819                 "WEBRTC_ENABLE_PROTOBUF=0",
11820                 "WEBRTC_RESTRICT_LOGGING",
11821                 "WEBRTC_ARCH_ARM",
11822                 "WEBRTC_ARCH_ARM_V7",
11823                 "WEBRTC_HAS_NEON",
11824                 "WEBRTC_MOZILLA_BUILD",
11825                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11826                 "WEBRTC_POSIX",
11827                 "WEBRTC_BSD"
11828             ],
11829             "deps": [
11830                 "//:webrtc_common",
11831                 "//api:video_frame_api_i420",
11832                 "//common_video:common_video",
11833                 "//modules:module_api",
11834                 "//rtc_base:rtc_base_approved",
11835                 "//system_wrappers:system_wrappers"
11836             ],
11837             "include_dirs": [
11838                 "//",
11839                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
11840                 "//common_video/include/",
11841                 "/media/libyuv/libyuv/include/"
11842             ],
11843             "libs": [],
11844             "sources": [
11845                 "//modules/video_capture/device_info_impl.cc",
11846                 "//modules/video_capture/device_info_impl.h",
11847                 "//modules/video_capture/video_capture.h",
11848                 "//modules/video_capture/video_capture_config.h",
11849                 "//modules/video_capture/video_capture_defines.h",
11850                 "//modules/video_capture/video_capture_factory.cc",
11851                 "//modules/video_capture/video_capture_factory.h",
11852                 "//modules/video_capture/video_capture_impl.cc",
11853                 "//modules/video_capture/video_capture_impl.h"
11854             ],
11855             "type": "static_library"
11856         },
11857         "//modules/video_coding:codec_globals_headers": {
11858             "cflags": [
11859                 "-fno-strict-aliasing",
11860                 "--param=ssp-buffer-size=4",
11861                 "-fstack-protector",
11862                 "-Wno-builtin-macro-redefined",
11863                 "-D__DATE__=",
11864                 "-D__TIME__=",
11865                 "-D__TIMESTAMP__=",
11866                 "-funwind-tables",
11867                 "-fcolor-diagnostics",
11868                 "--target=arm-linux-gnueabihf",
11869                 "-march=armv7-a",
11870                 "-mfloat-abi=hard",
11871                 "-mtune=generic-armv7-a",
11872                 "-mfpu=neon",
11873                 "-mthumb",
11874                 "-Wall",
11875                 "-Werror",
11876                 "-Wextra",
11877                 "-Wno-missing-field-initializers",
11878                 "-Wno-unused-parameter",
11879                 "-Wno-c++11-narrowing",
11880                 "-Wno-covered-switch-default",
11881                 "-Wno-unneeded-internal-declaration",
11882                 "-Wno-inconsistent-missing-override",
11883                 "-Wno-undefined-var-template",
11884                 "-Wno-nonportable-include-path",
11885                 "-Wno-address-of-packed-member",
11886                 "-Wno-unused-lambda-capture",
11887                 "-Wno-user-defined-warnings",
11888                 "-O2",
11889                 "-fno-ident",
11890                 "-fdata-sections",
11891                 "-ffunction-sections",
11892                 "-fomit-frame-pointer",
11893                 "-g2",
11894                 "-fvisibility=hidden",
11895                 "-Xclang",
11896                 "-add-plugin",
11897                 "-Xclang",
11898                 "find-bad-constructs",
11899                 "-Xclang",
11900                 "-plugin-arg-find-bad-constructs",
11901                 "-Xclang",
11902                 "check-auto-raw-pointer",
11903                 "-Wheader-hygiene",
11904                 "-Wstring-conversion",
11905                 "-Wtautological-overlap-compare",
11906                 "-Wextra",
11907                 "-Wno-unused-parameter",
11908                 "-Wno-missing-field-initializers",
11909                 "-Wno-strict-overflow",
11910                 "-Wc++11-narrowing",
11911                 "-Wimplicit-fallthrough",
11912                 "-Wthread-safety",
11913                 "-Winconsistent-missing-override",
11914                 "-Wundef",
11915                 "-Wunused-lambda-capture"
11916             ],
11917             "defines": [
11918                 "V8_DEPRECATION_WARNINGS",
11919                 "USE_X11=1",
11920                 "CHROMIUM_BUILD",
11921                 "_FILE_OFFSET_BITS=64",
11922                 "_FORTIFY_SOURCE=2",
11923                 "NDEBUG",
11924                 "NVALGRIND",
11925                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11926                 "WEBRTC_ENABLE_PROTOBUF=0",
11927                 "WEBRTC_RESTRICT_LOGGING",
11928                 "WEBRTC_ARCH_ARM",
11929                 "WEBRTC_ARCH_ARM_V7",
11930                 "WEBRTC_HAS_NEON",
11931                 "WEBRTC_MOZILLA_BUILD",
11932                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11933                 "WEBRTC_POSIX",
11934                 "WEBRTC_BSD"
11935             ],
11936             "deps": [],
11937             "include_dirs": [
11938                 "//",
11939                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
11940             ],
11941             "libs": [],
11942             "sources": [
11943                 "//modules/video_coding/codecs/h264/include/h264_globals.h",
11944                 "//modules/video_coding/codecs/interface/common_constants.h",
11945                 "//modules/video_coding/codecs/vp8/include/vp8_globals.h",
11946                 "//modules/video_coding/codecs/vp9/include/vp9_globals.h"
11947             ],
11948             "type": "source_set"
11949         },
11950         "//modules/video_coding:video_coding": {
11951             "cflags": [
11952                 "-fno-strict-aliasing",
11953                 "--param=ssp-buffer-size=4",
11954                 "-fstack-protector",
11955                 "-Wno-builtin-macro-redefined",
11956                 "-D__DATE__=",
11957                 "-D__TIME__=",
11958                 "-D__TIMESTAMP__=",
11959                 "-funwind-tables",
11960                 "-fcolor-diagnostics",
11961                 "--target=arm-linux-gnueabihf",
11962                 "-march=armv7-a",
11963                 "-mfloat-abi=hard",
11964                 "-mtune=generic-armv7-a",
11965                 "-mfpu=neon",
11966                 "-mthumb",
11967                 "-Wall",
11968                 "-Werror",
11969                 "-Wextra",
11970                 "-Wno-missing-field-initializers",
11971                 "-Wno-unused-parameter",
11972                 "-Wno-c++11-narrowing",
11973                 "-Wno-covered-switch-default",
11974                 "-Wno-unneeded-internal-declaration",
11975                 "-Wno-inconsistent-missing-override",
11976                 "-Wno-undefined-var-template",
11977                 "-Wno-nonportable-include-path",
11978                 "-Wno-address-of-packed-member",
11979                 "-Wno-unused-lambda-capture",
11980                 "-Wno-user-defined-warnings",
11981                 "-O2",
11982                 "-fno-ident",
11983                 "-fdata-sections",
11984                 "-ffunction-sections",
11985                 "-fomit-frame-pointer",
11986                 "-g2",
11987                 "-fvisibility=hidden",
11988                 "-Wheader-hygiene",
11989                 "-Wstring-conversion",
11990                 "-Wtautological-overlap-compare",
11991                 "-Wextra",
11992                 "-Wno-unused-parameter",
11993                 "-Wno-missing-field-initializers",
11994                 "-Wno-strict-overflow",
11995                 "-Wc++11-narrowing",
11996                 "-Wimplicit-fallthrough",
11997                 "-Wthread-safety",
11998                 "-Winconsistent-missing-override",
11999                 "-Wundef",
12000                 "-Wunused-lambda-capture"
12001             ],
12002             "defines": [
12003                 "V8_DEPRECATION_WARNINGS",
12004                 "USE_X11=1",
12005                 "CHROMIUM_BUILD",
12006                 "_FILE_OFFSET_BITS=64",
12007                 "_FORTIFY_SOURCE=2",
12008                 "NDEBUG",
12009                 "NVALGRIND",
12010                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12011                 "WEBRTC_ENABLE_PROTOBUF=0",
12012                 "WEBRTC_RESTRICT_LOGGING",
12013                 "WEBRTC_ARCH_ARM",
12014                 "WEBRTC_ARCH_ARM_V7",
12015                 "WEBRTC_HAS_NEON",
12016                 "WEBRTC_MOZILLA_BUILD",
12017                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12018                 "WEBRTC_POSIX",
12019                 "WEBRTC_BSD"
12020             ],
12021             "deps": [
12022                 "//:webrtc_common",
12023                 "//api:optional",
12024                 "//api:video_frame_api_i420",
12025                 "//call:video_stream_api",
12026                 "//common_video:common_video",
12027                 "//modules:module_api",
12028                 "//modules:module_api_public",
12029                 "//modules/pacing:pacing",
12030                 "//modules/rtp_rtcp:rtp_rtcp",
12031                 "//modules/utility:utility",
12032                 "//modules/video_coding:codec_globals_headers",
12033                 "//modules/video_coding:video_coding_utility",
12034                 "//modules/video_coding:webrtc_h264",
12035                 "//modules/video_coding:webrtc_i420",
12036                 "//modules/video_coding:webrtc_stereo",
12037                 "//modules/video_coding:webrtc_vp8",
12038                 "//modules/video_coding:webrtc_vp9",
12039                 "//rtc_base:rtc_base",
12040                 "//rtc_base:rtc_base_approved",
12041                 "//rtc_base:rtc_numerics",
12042                 "//rtc_base:rtc_task_queue",
12043                 "//rtc_base:sequenced_task_checker",
12044                 "//system_wrappers:system_wrappers"
12045             ],
12046             "include_dirs": [
12047                 "//",
12048                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
12049                 "//common_video/include/",
12050                 "/media/libyuv/libyuv/include/"
12051             ],
12052             "libs": [],
12053             "sources": [
12054                 "//modules/video_coding/codec_database.cc",
12055                 "//modules/video_coding/codec_database.h",
12056                 "//modules/video_coding/codec_timer.cc",
12057                 "//modules/video_coding/codec_timer.h",
12058                 "//modules/video_coding/decoding_state.cc",
12059                 "//modules/video_coding/decoding_state.h",
12060                 "//modules/video_coding/encoded_frame.cc",
12061                 "//modules/video_coding/encoded_frame.h",
12062                 "//modules/video_coding/fec_rate_table.h",
12063                 "//modules/video_coding/frame_buffer.cc",
12064                 "//modules/video_coding/frame_buffer.h",
12065                 "//modules/video_coding/frame_buffer2.cc",
12066                 "//modules/video_coding/frame_buffer2.h",
12067                 "//modules/video_coding/frame_object.cc",
12068                 "//modules/video_coding/frame_object.h",
12069                 "//modules/video_coding/generic_decoder.cc",
12070                 "//modules/video_coding/generic_decoder.h",
12071                 "//modules/video_coding/generic_encoder.cc",
12072                 "//modules/video_coding/generic_encoder.h",
12073                 "//modules/video_coding/h264_sprop_parameter_sets.cc",
12074                 "//modules/video_coding/h264_sprop_parameter_sets.h",
12075                 "//modules/video_coding/h264_sps_pps_tracker.cc",
12076                 "//modules/video_coding/h264_sps_pps_tracker.h",
12077                 "//modules/video_coding/histogram.cc",
12078                 "//modules/video_coding/histogram.h",
12079                 "//modules/video_coding/include/video_codec_initializer.h",
12080                 "//modules/video_coding/include/video_coding.h",
12081                 "//modules/video_coding/include/video_coding_defines.h",
12082                 "//modules/video_coding/inter_frame_delay.cc",
12083                 "//modules/video_coding/inter_frame_delay.h",
12084                 "//modules/video_coding/internal_defines.h",
12085                 "//modules/video_coding/jitter_buffer.cc",
12086                 "//modules/video_coding/jitter_buffer.h",
12087                 "//modules/video_coding/jitter_buffer_common.h",
12088                 "//modules/video_coding/jitter_estimator.cc",
12089                 "//modules/video_coding/jitter_estimator.h",
12090                 "//modules/video_coding/media_opt_util.cc",
12091                 "//modules/video_coding/media_opt_util.h",
12092                 "//modules/video_coding/media_optimization.cc",
12093                 "//modules/video_coding/media_optimization.h",
12094                 "//modules/video_coding/nack_fec_tables.h",
12095                 "//modules/video_coding/nack_module.cc",
12096                 "//modules/video_coding/nack_module.h",
12097                 "//modules/video_coding/packet.cc",
12098                 "//modules/video_coding/packet.h",
12099                 "//modules/video_coding/packet_buffer.cc",
12100                 "//modules/video_coding/packet_buffer.h",
12101                 "//modules/video_coding/protection_bitrate_calculator.cc",
12102                 "//modules/video_coding/protection_bitrate_calculator.h",
12103                 "//modules/video_coding/qp_parser.cc",
12104                 "//modules/video_coding/qp_parser.h",
12105                 "//modules/video_coding/receiver.cc",
12106                 "//modules/video_coding/receiver.h",
12107                 "//modules/video_coding/rtp_frame_reference_finder.cc",
12108                 "//modules/video_coding/rtp_frame_reference_finder.h",
12109                 "//modules/video_coding/rtt_filter.cc",
12110                 "//modules/video_coding/rtt_filter.h",
12111                 "//modules/video_coding/session_info.cc",
12112                 "//modules/video_coding/session_info.h",
12113                 "//modules/video_coding/timestamp_map.cc",
12114                 "//modules/video_coding/timestamp_map.h",
12115                 "//modules/video_coding/timing.cc",
12116                 "//modules/video_coding/timing.h",
12117                 "//modules/video_coding/video_codec_initializer.cc",
12118                 "//modules/video_coding/video_coding_impl.cc",
12119                 "//modules/video_coding/video_coding_impl.h",
12120                 "//modules/video_coding/video_receiver.cc",
12121                 "//modules/video_coding/video_sender.cc"
12122             ],
12123             "type": "static_library"
12124         },
12125         "//modules/video_coding:video_coding_utility": {
12126             "cflags": [
12127                 "-fno-strict-aliasing",
12128                 "--param=ssp-buffer-size=4",
12129                 "-fstack-protector",
12130                 "-Wno-builtin-macro-redefined",
12131                 "-D__DATE__=",
12132                 "-D__TIME__=",
12133                 "-D__TIMESTAMP__=",
12134                 "-funwind-tables",
12135                 "-fcolor-diagnostics",
12136                 "--target=arm-linux-gnueabihf",
12137                 "-march=armv7-a",
12138                 "-mfloat-abi=hard",
12139                 "-mtune=generic-armv7-a",
12140                 "-mfpu=neon",
12141                 "-mthumb",
12142                 "-Wall",
12143                 "-Werror",
12144                 "-Wextra",
12145                 "-Wno-missing-field-initializers",
12146                 "-Wno-unused-parameter",
12147                 "-Wno-c++11-narrowing",
12148                 "-Wno-covered-switch-default",
12149                 "-Wno-unneeded-internal-declaration",
12150                 "-Wno-inconsistent-missing-override",
12151                 "-Wno-undefined-var-template",
12152                 "-Wno-nonportable-include-path",
12153                 "-Wno-address-of-packed-member",
12154                 "-Wno-unused-lambda-capture",
12155                 "-Wno-user-defined-warnings",
12156                 "-O2",
12157                 "-fno-ident",
12158                 "-fdata-sections",
12159                 "-ffunction-sections",
12160                 "-fomit-frame-pointer",
12161                 "-g2",
12162                 "-fvisibility=hidden",
12163                 "-Wheader-hygiene",
12164                 "-Wstring-conversion",
12165                 "-Wtautological-overlap-compare",
12166                 "-Wextra",
12167                 "-Wno-unused-parameter",
12168                 "-Wno-missing-field-initializers",
12169                 "-Wno-strict-overflow",
12170                 "-Wc++11-narrowing",
12171                 "-Wimplicit-fallthrough",
12172                 "-Wthread-safety",
12173                 "-Winconsistent-missing-override",
12174                 "-Wundef",
12175                 "-Wunused-lambda-capture"
12176             ],
12177             "defines": [
12178                 "V8_DEPRECATION_WARNINGS",
12179                 "USE_X11=1",
12180                 "CHROMIUM_BUILD",
12181                 "_FILE_OFFSET_BITS=64",
12182                 "_FORTIFY_SOURCE=2",
12183                 "NDEBUG",
12184                 "NVALGRIND",
12185                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12186                 "WEBRTC_ENABLE_PROTOBUF=0",
12187                 "WEBRTC_RESTRICT_LOGGING",
12188                 "WEBRTC_ARCH_ARM",
12189                 "WEBRTC_ARCH_ARM_V7",
12190                 "WEBRTC_HAS_NEON",
12191                 "WEBRTC_MOZILLA_BUILD",
12192                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12193                 "WEBRTC_POSIX",
12194                 "WEBRTC_BSD"
12195             ],
12196             "deps": [
12197                 "//:webrtc_common",
12198                 "//api:optional",
12199                 "//api/video_codecs:video_codecs_api",
12200                 "//common_video:common_video",
12201                 "//modules:module_api",
12202                 "//modules/rtp_rtcp:rtp_rtcp",
12203                 "//rtc_base:rtc_base_approved",
12204                 "//rtc_base:rtc_numerics",
12205                 "//rtc_base:rtc_task_queue",
12206                 "//rtc_base:sequenced_task_checker",
12207                 "//system_wrappers:system_wrappers"
12208             ],
12209             "include_dirs": [
12210                 "//",
12211                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
12212                 "//common_video/include/",
12213                 "/media/libyuv/libyuv/include/"
12214             ],
12215             "libs": [],
12216             "sources": [
12217                 "//modules/video_coding/codecs/interface/video_codec_interface.h",
12218                 "//modules/video_coding/codecs/interface/video_error_codes.h",
12219                 "//modules/video_coding/utility/default_video_bitrate_allocator.cc",
12220                 "//modules/video_coding/utility/default_video_bitrate_allocator.h",
12221                 "//modules/video_coding/utility/frame_dropper.cc",
12222                 "//modules/video_coding/utility/frame_dropper.h",
12223                 "//modules/video_coding/utility/ivf_file_writer.cc",
12224                 "//modules/video_coding/utility/ivf_file_writer.h",
12225                 "//modules/video_coding/utility/moving_average.cc",
12226                 "//modules/video_coding/utility/moving_average.h",
12227                 "//modules/video_coding/utility/quality_scaler.cc",
12228                 "//modules/video_coding/utility/quality_scaler.h",
12229                 "//modules/video_coding/utility/vp8_header_parser.cc",
12230                 "//modules/video_coding/utility/vp8_header_parser.h",
12231                 "//modules/video_coding/utility/vp9_uncompressed_header_parser.cc",
12232                 "//modules/video_coding/utility/vp9_uncompressed_header_parser.h"
12233             ],
12234             "type": "source_set"
12235         },
12236         "//modules/video_coding:webrtc_h264": {
12237             "cflags": [
12238                 "-fno-strict-aliasing",
12239                 "--param=ssp-buffer-size=4",
12240                 "-fstack-protector",
12241                 "-Wno-builtin-macro-redefined",
12242                 "-D__DATE__=",
12243                 "-D__TIME__=",
12244                 "-D__TIMESTAMP__=",
12245                 "-funwind-tables",
12246                 "-fcolor-diagnostics",
12247                 "--target=arm-linux-gnueabihf",
12248                 "-march=armv7-a",
12249                 "-mfloat-abi=hard",
12250                 "-mtune=generic-armv7-a",
12251                 "-mfpu=neon",
12252                 "-mthumb",
12253                 "-Wall",
12254                 "-Werror",
12255                 "-Wextra",
12256                 "-Wno-missing-field-initializers",
12257                 "-Wno-unused-parameter",
12258                 "-Wno-c++11-narrowing",
12259                 "-Wno-covered-switch-default",
12260                 "-Wno-unneeded-internal-declaration",
12261                 "-Wno-inconsistent-missing-override",
12262                 "-Wno-undefined-var-template",
12263                 "-Wno-nonportable-include-path",
12264                 "-Wno-address-of-packed-member",
12265                 "-Wno-unused-lambda-capture",
12266                 "-Wno-user-defined-warnings",
12267                 "-O2",
12268                 "-fno-ident",
12269                 "-fdata-sections",
12270                 "-ffunction-sections",
12271                 "-fomit-frame-pointer",
12272                 "-g2",
12273                 "-fvisibility=hidden",
12274                 "-Wheader-hygiene",
12275                 "-Wstring-conversion",
12276                 "-Wtautological-overlap-compare",
12277                 "-Wextra",
12278                 "-Wno-unused-parameter",
12279                 "-Wno-missing-field-initializers",
12280                 "-Wno-strict-overflow",
12281                 "-Wc++11-narrowing",
12282                 "-Wimplicit-fallthrough",
12283                 "-Wthread-safety",
12284                 "-Winconsistent-missing-override",
12285                 "-Wundef",
12286                 "-Wunused-lambda-capture"
12287             ],
12288             "defines": [
12289                 "V8_DEPRECATION_WARNINGS",
12290                 "USE_X11=1",
12291                 "CHROMIUM_BUILD",
12292                 "_FILE_OFFSET_BITS=64",
12293                 "_FORTIFY_SOURCE=2",
12294                 "NDEBUG",
12295                 "NVALGRIND",
12296                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12297                 "WEBRTC_ENABLE_PROTOBUF=0",
12298                 "WEBRTC_RESTRICT_LOGGING",
12299                 "WEBRTC_ARCH_ARM",
12300                 "WEBRTC_ARCH_ARM_V7",
12301                 "WEBRTC_HAS_NEON",
12302                 "WEBRTC_MOZILLA_BUILD",
12303                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12304                 "WEBRTC_POSIX",
12305                 "WEBRTC_BSD"
12306             ],
12307             "deps": [
12308                 "//api:video_frame_api_i420",
12309                 "//api/video_codecs:video_codecs_api",
12310                 "//media:rtc_media_base",
12311                 "//modules/video_coding:video_coding_utility",
12312                 "//rtc_base:rtc_base_approved",
12313                 "//system_wrappers:system_wrappers"
12314             ],
12315             "include_dirs": [
12316                 "//",
12317                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12318             ],
12319             "libs": [],
12320             "sources": [
12321                 "//modules/video_coding/codecs/h264/h264.cc",
12322                 "//modules/video_coding/codecs/h264/include/h264.h"
12323             ],
12324             "type": "static_library"
12325         },
12326         "//modules/video_coding:webrtc_i420": {
12327             "cflags": [
12328                 "-fno-strict-aliasing",
12329                 "--param=ssp-buffer-size=4",
12330                 "-fstack-protector",
12331                 "-Wno-builtin-macro-redefined",
12332                 "-D__DATE__=",
12333                 "-D__TIME__=",
12334                 "-D__TIMESTAMP__=",
12335                 "-funwind-tables",
12336                 "-fcolor-diagnostics",
12337                 "--target=arm-linux-gnueabihf",
12338                 "-march=armv7-a",
12339                 "-mfloat-abi=hard",
12340                 "-mtune=generic-armv7-a",
12341                 "-mfpu=neon",
12342                 "-mthumb",
12343                 "-Wall",
12344                 "-Werror",
12345                 "-Wextra",
12346                 "-Wno-missing-field-initializers",
12347                 "-Wno-unused-parameter",
12348                 "-Wno-c++11-narrowing",
12349                 "-Wno-covered-switch-default",
12350                 "-Wno-unneeded-internal-declaration",
12351                 "-Wno-inconsistent-missing-override",
12352                 "-Wno-undefined-var-template",
12353                 "-Wno-nonportable-include-path",
12354                 "-Wno-address-of-packed-member",
12355                 "-Wno-unused-lambda-capture",
12356                 "-Wno-user-defined-warnings",
12357                 "-O2",
12358                 "-fno-ident",
12359                 "-fdata-sections",
12360                 "-ffunction-sections",
12361                 "-fomit-frame-pointer",
12362                 "-g2",
12363                 "-fvisibility=hidden",
12364                 "-Wheader-hygiene",
12365                 "-Wstring-conversion",
12366                 "-Wtautological-overlap-compare",
12367                 "-Wextra",
12368                 "-Wno-unused-parameter",
12369                 "-Wno-missing-field-initializers",
12370                 "-Wno-strict-overflow",
12371                 "-Wc++11-narrowing",
12372                 "-Wimplicit-fallthrough",
12373                 "-Wthread-safety",
12374                 "-Winconsistent-missing-override",
12375                 "-Wundef",
12376                 "-Wunused-lambda-capture"
12377             ],
12378             "defines": [
12379                 "V8_DEPRECATION_WARNINGS",
12380                 "USE_X11=1",
12381                 "CHROMIUM_BUILD",
12382                 "_FILE_OFFSET_BITS=64",
12383                 "_FORTIFY_SOURCE=2",
12384                 "NDEBUG",
12385                 "NVALGRIND",
12386                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12387                 "WEBRTC_ENABLE_PROTOBUF=0",
12388                 "WEBRTC_RESTRICT_LOGGING",
12389                 "WEBRTC_ARCH_ARM",
12390                 "WEBRTC_ARCH_ARM_V7",
12391                 "WEBRTC_HAS_NEON",
12392                 "WEBRTC_MOZILLA_BUILD",
12393                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12394                 "WEBRTC_POSIX",
12395                 "WEBRTC_BSD"
12396             ],
12397             "deps": [
12398                 "//:webrtc_common",
12399                 "//api:video_frame_api_i420",
12400                 "//common_video:common_video",
12401                 "//modules/video_coding:video_coding_utility",
12402                 "//rtc_base:rtc_base_approved",
12403                 "//system_wrappers:system_wrappers"
12404             ],
12405             "include_dirs": [
12406                 "//",
12407                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
12408                 "//common_video/include/",
12409                 "/media/libyuv/libyuv/include/"
12410             ],
12411             "libs": [],
12412             "sources": [
12413                 "//modules/video_coding/codecs/i420/i420.cc",
12414                 "//modules/video_coding/codecs/i420/include/i420.h"
12415             ],
12416             "type": "static_library"
12417         },
12418         "//modules/video_coding:webrtc_stereo": {
12419             "cflags": [
12420                 "-fno-strict-aliasing",
12421                 "--param=ssp-buffer-size=4",
12422                 "-fstack-protector",
12423                 "-Wno-builtin-macro-redefined",
12424                 "-D__DATE__=",
12425                 "-D__TIME__=",
12426                 "-D__TIMESTAMP__=",
12427                 "-funwind-tables",
12428                 "-fcolor-diagnostics",
12429                 "--target=arm-linux-gnueabihf",
12430                 "-march=armv7-a",
12431                 "-mfloat-abi=hard",
12432                 "-mtune=generic-armv7-a",
12433                 "-mfpu=neon",
12434                 "-mthumb",
12435                 "-Wall",
12436                 "-Werror",
12437                 "-Wextra",
12438                 "-Wno-missing-field-initializers",
12439                 "-Wno-unused-parameter",
12440                 "-Wno-c++11-narrowing",
12441                 "-Wno-covered-switch-default",
12442                 "-Wno-unneeded-internal-declaration",
12443                 "-Wno-inconsistent-missing-override",
12444                 "-Wno-undefined-var-template",
12445                 "-Wno-nonportable-include-path",
12446                 "-Wno-address-of-packed-member",
12447                 "-Wno-unused-lambda-capture",
12448                 "-Wno-user-defined-warnings",
12449                 "-O2",
12450                 "-fno-ident",
12451                 "-fdata-sections",
12452                 "-ffunction-sections",
12453                 "-fomit-frame-pointer",
12454                 "-g2",
12455                 "-fvisibility=hidden",
12456                 "-Wheader-hygiene",
12457                 "-Wstring-conversion",
12458                 "-Wtautological-overlap-compare",
12459                 "-Wextra",
12460                 "-Wno-unused-parameter",
12461                 "-Wno-missing-field-initializers",
12462                 "-Wno-strict-overflow",
12463                 "-Wc++11-narrowing",
12464                 "-Wimplicit-fallthrough",
12465                 "-Wthread-safety",
12466                 "-Winconsistent-missing-override",
12467                 "-Wundef",
12468                 "-Wunused-lambda-capture"
12469             ],
12470             "defines": [
12471                 "V8_DEPRECATION_WARNINGS",
12472                 "USE_X11=1",
12473                 "CHROMIUM_BUILD",
12474                 "_FILE_OFFSET_BITS=64",
12475                 "_FORTIFY_SOURCE=2",
12476                 "NDEBUG",
12477                 "NVALGRIND",
12478                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12479                 "WEBRTC_ENABLE_PROTOBUF=0",
12480                 "WEBRTC_RESTRICT_LOGGING",
12481                 "WEBRTC_ARCH_ARM",
12482                 "WEBRTC_ARCH_ARM_V7",
12483                 "WEBRTC_HAS_NEON",
12484                 "WEBRTC_MOZILLA_BUILD",
12485                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12486                 "WEBRTC_POSIX",
12487                 "WEBRTC_BSD"
12488             ],
12489             "deps": [
12490                 "//:webrtc_common",
12491                 "//api:video_frame_api_i420",
12492                 "//api/video_codecs:video_codecs_api",
12493                 "//common_video:common_video",
12494                 "//modules:module_api",
12495                 "//modules/video_coding:video_coding_utility",
12496                 "//rtc_base:rtc_base_approved",
12497                 "//system_wrappers:system_wrappers"
12498             ],
12499             "include_dirs": [
12500                 "//",
12501                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
12502                 "//common_video/include/",
12503                 "/media/libyuv/libyuv/include/"
12504             ],
12505             "libs": [],
12506             "sources": [
12507                 "//modules/video_coding/codecs/stereo/include/stereo_decoder_adapter.h",
12508                 "//modules/video_coding/codecs/stereo/include/stereo_encoder_adapter.h",
12509                 "//modules/video_coding/codecs/stereo/stereo_decoder_adapter.cc",
12510                 "//modules/video_coding/codecs/stereo/stereo_encoder_adapter.cc"
12511             ],
12512             "type": "static_library"
12513         },
12514         "//modules/video_coding:webrtc_vp8": {
12515             "cflags": [
12516                 "-fno-strict-aliasing",
12517                 "--param=ssp-buffer-size=4",
12518                 "-fstack-protector",
12519                 "-Wno-builtin-macro-redefined",
12520                 "-D__DATE__=",
12521                 "-D__TIME__=",
12522                 "-D__TIMESTAMP__=",
12523                 "-funwind-tables",
12524                 "-fcolor-diagnostics",
12525                 "--target=arm-linux-gnueabihf",
12526                 "-march=armv7-a",
12527                 "-mfloat-abi=hard",
12528                 "-mtune=generic-armv7-a",
12529                 "-mfpu=neon",
12530                 "-mthumb",
12531                 "-Wall",
12532                 "-Werror",
12533                 "-Wextra",
12534                 "-Wno-missing-field-initializers",
12535                 "-Wno-unused-parameter",
12536                 "-Wno-c++11-narrowing",
12537                 "-Wno-covered-switch-default",
12538                 "-Wno-unneeded-internal-declaration",
12539                 "-Wno-inconsistent-missing-override",
12540                 "-Wno-undefined-var-template",
12541                 "-Wno-nonportable-include-path",
12542                 "-Wno-address-of-packed-member",
12543                 "-Wno-unused-lambda-capture",
12544                 "-Wno-user-defined-warnings",
12545                 "-O2",
12546                 "-fno-ident",
12547                 "-fdata-sections",
12548                 "-ffunction-sections",
12549                 "-fomit-frame-pointer",
12550                 "-g2",
12551                 "-fvisibility=hidden",
12552                 "-Wheader-hygiene",
12553                 "-Wstring-conversion",
12554                 "-Wtautological-overlap-compare",
12555                 "-Wextra",
12556                 "-Wno-unused-parameter",
12557                 "-Wno-missing-field-initializers",
12558                 "-Wno-strict-overflow",
12559                 "-Wc++11-narrowing",
12560                 "-Wimplicit-fallthrough",
12561                 "-Wthread-safety",
12562                 "-Winconsistent-missing-override",
12563                 "-Wundef",
12564                 "-Wunused-lambda-capture"
12565             ],
12566             "defines": [
12567                 "V8_DEPRECATION_WARNINGS",
12568                 "USE_X11=1",
12569                 "CHROMIUM_BUILD",
12570                 "_FILE_OFFSET_BITS=64",
12571                 "_FORTIFY_SOURCE=2",
12572                 "NDEBUG",
12573                 "NVALGRIND",
12574                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12575                 "WEBRTC_ENABLE_PROTOBUF=0",
12576                 "WEBRTC_RESTRICT_LOGGING",
12577                 "WEBRTC_ARCH_ARM",
12578                 "WEBRTC_ARCH_ARM_V7",
12579                 "WEBRTC_HAS_NEON",
12580                 "WEBRTC_MOZILLA_BUILD",
12581                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12582                 "WEBRTC_POSIX",
12583                 "WEBRTC_BSD"
12584             ],
12585             "deps": [
12586                 "//:webrtc_common",
12587                 "//api:optional",
12588                 "//api/video_codecs:video_codecs_api",
12589                 "//common_video:common_video",
12590                 "//modules:module_api",
12591                 "//modules/video_coding:video_coding_utility",
12592                 "//rtc_base:rtc_base_approved",
12593                 "//rtc_base:rtc_numerics",
12594                 "//rtc_base:sequenced_task_checker",
12595                 "//system_wrappers:system_wrappers"
12596             ],
12597             "include_dirs": [
12598                 "//",
12599                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
12600                 "//common_video/include/",
12601                 "/media/libyuv/libyuv/include/"
12602             ],
12603             "libs": [],
12604             "sources": [
12605                 "//modules/video_coding/codecs/vp8/default_temporal_layers.cc",
12606                 "//modules/video_coding/codecs/vp8/default_temporal_layers.h",
12607                 "//modules/video_coding/codecs/vp8/include/vp8.h",
12608                 "//modules/video_coding/codecs/vp8/include/vp8_common_types.h",
12609                 "//modules/video_coding/codecs/vp8/screenshare_layers.cc",
12610                 "//modules/video_coding/codecs/vp8/screenshare_layers.h",
12611                 "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.cc",
12612                 "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.h",
12613                 "//modules/video_coding/codecs/vp8/temporal_layers.cc",
12614                 "//modules/video_coding/codecs/vp8/temporal_layers.h",
12615                 "//modules/video_coding/codecs/vp8/vp8_impl.cc",
12616                 "//modules/video_coding/codecs/vp8/vp8_impl.h"
12617             ],
12618             "type": "static_library"
12619         },
12620         "//modules/video_coding:webrtc_vp9": {
12621             "cflags": [
12622                 "-fno-strict-aliasing",
12623                 "--param=ssp-buffer-size=4",
12624                 "-fstack-protector",
12625                 "-Wno-builtin-macro-redefined",
12626                 "-D__DATE__=",
12627                 "-D__TIME__=",
12628                 "-D__TIMESTAMP__=",
12629                 "-funwind-tables",
12630                 "-fcolor-diagnostics",
12631                 "--target=arm-linux-gnueabihf",
12632                 "-march=armv7-a",
12633                 "-mfloat-abi=hard",
12634                 "-mtune=generic-armv7-a",
12635                 "-mfpu=neon",
12636                 "-mthumb",
12637                 "-Wall",
12638                 "-Werror",
12639                 "-Wextra",
12640                 "-Wno-missing-field-initializers",
12641                 "-Wno-unused-parameter",
12642                 "-Wno-c++11-narrowing",
12643                 "-Wno-covered-switch-default",
12644                 "-Wno-unneeded-internal-declaration",
12645                 "-Wno-inconsistent-missing-override",
12646                 "-Wno-undefined-var-template",
12647                 "-Wno-nonportable-include-path",
12648                 "-Wno-address-of-packed-member",
12649                 "-Wno-unused-lambda-capture",
12650                 "-Wno-user-defined-warnings",
12651                 "-O2",
12652                 "-fno-ident",
12653                 "-fdata-sections",
12654                 "-ffunction-sections",
12655                 "-fomit-frame-pointer",
12656                 "-g2",
12657                 "-fvisibility=hidden",
12658                 "-Wheader-hygiene",
12659                 "-Wstring-conversion",
12660                 "-Wtautological-overlap-compare",
12661                 "-Wextra",
12662                 "-Wno-unused-parameter",
12663                 "-Wno-missing-field-initializers",
12664                 "-Wno-strict-overflow",
12665                 "-Wc++11-narrowing",
12666                 "-Wimplicit-fallthrough",
12667                 "-Wthread-safety",
12668                 "-Winconsistent-missing-override",
12669                 "-Wundef",
12670                 "-Wunused-lambda-capture"
12671             ],
12672             "defines": [
12673                 "V8_DEPRECATION_WARNINGS",
12674                 "USE_X11=1",
12675                 "CHROMIUM_BUILD",
12676                 "_FILE_OFFSET_BITS=64",
12677                 "_FORTIFY_SOURCE=2",
12678                 "NDEBUG",
12679                 "NVALGRIND",
12680                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12681                 "WEBRTC_ENABLE_PROTOBUF=0",
12682                 "WEBRTC_RESTRICT_LOGGING",
12683                 "WEBRTC_ARCH_ARM",
12684                 "WEBRTC_ARCH_ARM_V7",
12685                 "WEBRTC_HAS_NEON",
12686                 "WEBRTC_MOZILLA_BUILD",
12687                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12688                 "WEBRTC_POSIX",
12689                 "WEBRTC_BSD"
12690             ],
12691             "deps": [
12692                 "//common_video:common_video",
12693                 "//modules:module_api",
12694                 "//modules/video_coding:video_coding_utility",
12695                 "//rtc_base:rtc_base_approved",
12696                 "//system_wrappers:system_wrappers"
12697             ],
12698             "include_dirs": [
12699                 "//",
12700                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
12701                 "//common_video/include/",
12702                 "/media/libyuv/libyuv/include/"
12703             ],
12704             "libs": [],
12705             "sources": [
12706                 "//modules/video_coding/codecs/vp9/include/vp9.h",
12707                 "//modules/video_coding/codecs/vp9/screenshare_layers.cc",
12708                 "//modules/video_coding/codecs/vp9/screenshare_layers.h",
12709                 "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
12710                 "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h",
12711                 "//modules/video_coding/codecs/vp9/vp9_impl.cc",
12712                 "//modules/video_coding/codecs/vp9/vp9_impl.h"
12713             ],
12714             "type": "static_library"
12715         },
12716         "//modules/video_processing:denoiser_filter": {
12717             "cflags": [
12718                 "-fno-strict-aliasing",
12719                 "--param=ssp-buffer-size=4",
12720                 "-fstack-protector",
12721                 "-Wno-builtin-macro-redefined",
12722                 "-D__DATE__=",
12723                 "-D__TIME__=",
12724                 "-D__TIMESTAMP__=",
12725                 "-funwind-tables",
12726                 "-fcolor-diagnostics",
12727                 "--target=arm-linux-gnueabihf",
12728                 "-march=armv7-a",
12729                 "-mfloat-abi=hard",
12730                 "-mtune=generic-armv7-a",
12731                 "-mfpu=neon",
12732                 "-mthumb",
12733                 "-Wall",
12734                 "-Werror",
12735                 "-Wextra",
12736                 "-Wno-missing-field-initializers",
12737                 "-Wno-unused-parameter",
12738                 "-Wno-c++11-narrowing",
12739                 "-Wno-covered-switch-default",
12740                 "-Wno-unneeded-internal-declaration",
12741                 "-Wno-inconsistent-missing-override",
12742                 "-Wno-undefined-var-template",
12743                 "-Wno-nonportable-include-path",
12744                 "-Wno-address-of-packed-member",
12745                 "-Wno-unused-lambda-capture",
12746                 "-Wno-user-defined-warnings",
12747                 "-O2",
12748                 "-fno-ident",
12749                 "-fdata-sections",
12750                 "-ffunction-sections",
12751                 "-fomit-frame-pointer",
12752                 "-g2",
12753                 "-fvisibility=hidden",
12754                 "-Xclang",
12755                 "-add-plugin",
12756                 "-Xclang",
12757                 "find-bad-constructs",
12758                 "-Xclang",
12759                 "-plugin-arg-find-bad-constructs",
12760                 "-Xclang",
12761                 "check-auto-raw-pointer",
12762                 "-Wheader-hygiene",
12763                 "-Wstring-conversion",
12764                 "-Wtautological-overlap-compare",
12765                 "-Wextra",
12766                 "-Wno-unused-parameter",
12767                 "-Wno-missing-field-initializers",
12768                 "-Wno-strict-overflow",
12769                 "-Wc++11-narrowing",
12770                 "-Wimplicit-fallthrough",
12771                 "-Wthread-safety",
12772                 "-Winconsistent-missing-override",
12773                 "-Wundef",
12774                 "-Wunused-lambda-capture"
12775             ],
12776             "defines": [
12777                 "V8_DEPRECATION_WARNINGS",
12778                 "USE_X11=1",
12779                 "CHROMIUM_BUILD",
12780                 "_FILE_OFFSET_BITS=64",
12781                 "_FORTIFY_SOURCE=2",
12782                 "NDEBUG",
12783                 "NVALGRIND",
12784                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12785                 "WEBRTC_ENABLE_PROTOBUF=0",
12786                 "WEBRTC_RESTRICT_LOGGING",
12787                 "WEBRTC_ARCH_ARM",
12788                 "WEBRTC_ARCH_ARM_V7",
12789                 "WEBRTC_HAS_NEON",
12790                 "WEBRTC_MOZILLA_BUILD",
12791                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12792                 "WEBRTC_POSIX",
12793                 "WEBRTC_BSD"
12794             ],
12795             "deps": [
12796                 "//modules:module_api"
12797             ],
12798             "include_dirs": [
12799                 "//",
12800                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12801             ],
12802             "libs": [],
12803             "sources": [
12804                 "//modules/video_processing/util/denoiser_filter.h"
12805             ],
12806             "type": "source_set"
12807         },
12808         "//modules/video_processing:video_processing": {
12809             "cflags": [
12810                 "-fno-strict-aliasing",
12811                 "--param=ssp-buffer-size=4",
12812                 "-fstack-protector",
12813                 "-Wno-builtin-macro-redefined",
12814                 "-D__DATE__=",
12815                 "-D__TIME__=",
12816                 "-D__TIMESTAMP__=",
12817                 "-funwind-tables",
12818                 "-fcolor-diagnostics",
12819                 "--target=arm-linux-gnueabihf",
12820                 "-march=armv7-a",
12821                 "-mfloat-abi=hard",
12822                 "-mtune=generic-armv7-a",
12823                 "-mfpu=neon",
12824                 "-mthumb",
12825                 "-Wall",
12826                 "-Werror",
12827                 "-Wextra",
12828                 "-Wno-missing-field-initializers",
12829                 "-Wno-unused-parameter",
12830                 "-Wno-c++11-narrowing",
12831                 "-Wno-covered-switch-default",
12832                 "-Wno-unneeded-internal-declaration",
12833                 "-Wno-inconsistent-missing-override",
12834                 "-Wno-undefined-var-template",
12835                 "-Wno-nonportable-include-path",
12836                 "-Wno-address-of-packed-member",
12837                 "-Wno-unused-lambda-capture",
12838                 "-Wno-user-defined-warnings",
12839                 "-O2",
12840                 "-fno-ident",
12841                 "-fdata-sections",
12842                 "-ffunction-sections",
12843                 "-fomit-frame-pointer",
12844                 "-g2",
12845                 "-fvisibility=hidden",
12846                 "-Wheader-hygiene",
12847                 "-Wstring-conversion",
12848                 "-Wtautological-overlap-compare",
12849                 "-Wextra",
12850                 "-Wno-unused-parameter",
12851                 "-Wno-missing-field-initializers",
12852                 "-Wno-strict-overflow",
12853                 "-Wc++11-narrowing",
12854                 "-Wimplicit-fallthrough",
12855                 "-Wthread-safety",
12856                 "-Winconsistent-missing-override",
12857                 "-Wundef",
12858                 "-Wunused-lambda-capture"
12859             ],
12860             "defines": [
12861                 "V8_DEPRECATION_WARNINGS",
12862                 "USE_X11=1",
12863                 "CHROMIUM_BUILD",
12864                 "_FILE_OFFSET_BITS=64",
12865                 "_FORTIFY_SOURCE=2",
12866                 "NDEBUG",
12867                 "NVALGRIND",
12868                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12869                 "WEBRTC_ENABLE_PROTOBUF=0",
12870                 "WEBRTC_RESTRICT_LOGGING",
12871                 "WEBRTC_ARCH_ARM",
12872                 "WEBRTC_ARCH_ARM_V7",
12873                 "WEBRTC_HAS_NEON",
12874                 "WEBRTC_MOZILLA_BUILD",
12875                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12876                 "WEBRTC_POSIX",
12877                 "WEBRTC_BSD"
12878             ],
12879             "deps": [
12880                 "//common_audio:common_audio",
12881                 "//common_video:common_video",
12882                 "//modules:module_api",
12883                 "//modules/utility:utility",
12884                 "//modules/video_processing:denoiser_filter",
12885                 "//modules/video_processing:video_processing_neon",
12886                 "//rtc_base:rtc_base_approved",
12887                 "//system_wrappers:system_wrappers"
12888             ],
12889             "include_dirs": [
12890                 "/media/libyuv/libyuv/include/",
12891                 "//",
12892                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
12893                 "//common_audio/resampler/include/",
12894                 "//common_audio/signal_processing/include/",
12895                 "//common_audio/vad/include/",
12896                 "//common_video/include/",
12897                 "/media/libyuv/libyuv/include/"
12898             ],
12899             "libs": [],
12900             "sources": [
12901                 "//modules/video_processing/util/denoiser_filter.cc",
12902                 "//modules/video_processing/util/denoiser_filter_c.cc",
12903                 "//modules/video_processing/util/denoiser_filter_c.h",
12904                 "//modules/video_processing/util/noise_estimation.cc",
12905                 "//modules/video_processing/util/noise_estimation.h",
12906                 "//modules/video_processing/util/skin_detection.cc",
12907                 "//modules/video_processing/util/skin_detection.h",
12908                 "//modules/video_processing/video_denoiser.cc",
12909                 "//modules/video_processing/video_denoiser.h"
12910             ],
12911             "type": "static_library"
12912         },
12913         "//modules/video_processing:video_processing_neon": {
12914             "cflags": [
12915                 "-mfpu=neon",
12916                 "-fno-strict-aliasing",
12917                 "--param=ssp-buffer-size=4",
12918                 "-fstack-protector",
12919                 "-Wno-builtin-macro-redefined",
12920                 "-D__DATE__=",
12921                 "-D__TIME__=",
12922                 "-D__TIMESTAMP__=",
12923                 "-funwind-tables",
12924                 "-fcolor-diagnostics",
12925                 "--target=arm-linux-gnueabihf",
12926                 "-march=armv7-a",
12927                 "-mfloat-abi=hard",
12928                 "-mtune=generic-armv7-a",
12929                 "-mthumb",
12930                 "-Wall",
12931                 "-Werror",
12932                 "-Wextra",
12933                 "-Wno-missing-field-initializers",
12934                 "-Wno-unused-parameter",
12935                 "-Wno-c++11-narrowing",
12936                 "-Wno-covered-switch-default",
12937                 "-Wno-unneeded-internal-declaration",
12938                 "-Wno-inconsistent-missing-override",
12939                 "-Wno-undefined-var-template",
12940                 "-Wno-nonportable-include-path",
12941                 "-Wno-address-of-packed-member",
12942                 "-Wno-unused-lambda-capture",
12943                 "-Wno-user-defined-warnings",
12944                 "-O2",
12945                 "-fno-ident",
12946                 "-fdata-sections",
12947                 "-ffunction-sections",
12948                 "-fomit-frame-pointer",
12949                 "-g2",
12950                 "-fvisibility=hidden",
12951                 "-Xclang",
12952                 "-add-plugin",
12953                 "-Xclang",
12954                 "find-bad-constructs",
12955                 "-Xclang",
12956                 "-plugin-arg-find-bad-constructs",
12957                 "-Xclang",
12958                 "check-auto-raw-pointer",
12959                 "-Wheader-hygiene",
12960                 "-Wstring-conversion",
12961                 "-Wtautological-overlap-compare",
12962                 "-Wextra",
12963                 "-Wno-unused-parameter",
12964                 "-Wno-missing-field-initializers",
12965                 "-Wno-strict-overflow",
12966                 "-Wc++11-narrowing",
12967                 "-Wimplicit-fallthrough",
12968                 "-Wthread-safety",
12969                 "-Winconsistent-missing-override",
12970                 "-Wundef",
12971                 "-Wunused-lambda-capture"
12972             ],
12973             "defines": [
12974                 "V8_DEPRECATION_WARNINGS",
12975                 "USE_X11=1",
12976                 "CHROMIUM_BUILD",
12977                 "_FILE_OFFSET_BITS=64",
12978                 "_FORTIFY_SOURCE=2",
12979                 "NDEBUG",
12980                 "NVALGRIND",
12981                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12982                 "WEBRTC_ENABLE_PROTOBUF=0",
12983                 "WEBRTC_RESTRICT_LOGGING",
12984                 "WEBRTC_ARCH_ARM",
12985                 "WEBRTC_ARCH_ARM_V7",
12986                 "WEBRTC_HAS_NEON",
12987                 "WEBRTC_MOZILLA_BUILD",
12988                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12989                 "WEBRTC_POSIX",
12990                 "WEBRTC_BSD"
12991             ],
12992             "deps": [
12993                 "//modules/video_processing:denoiser_filter"
12994             ],
12995             "include_dirs": [
12996                 "//",
12997                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
12998             ],
12999             "libs": [],
13000             "sources": [
13001                 "//modules/video_processing/util/denoiser_filter_neon.cc",
13002                 "//modules/video_processing/util/denoiser_filter_neon.h"
13003             ],
13004             "type": "static_library"
13005         },
13006         "//modules:module_api": {
13007             "cflags": [
13008                 "-fno-strict-aliasing",
13009                 "--param=ssp-buffer-size=4",
13010                 "-fstack-protector",
13011                 "-Wno-builtin-macro-redefined",
13012                 "-D__DATE__=",
13013                 "-D__TIME__=",
13014                 "-D__TIMESTAMP__=",
13015                 "-funwind-tables",
13016                 "-fcolor-diagnostics",
13017                 "--target=arm-linux-gnueabihf",
13018                 "-march=armv7-a",
13019                 "-mfloat-abi=hard",
13020                 "-mtune=generic-armv7-a",
13021                 "-mfpu=neon",
13022                 "-mthumb",
13023                 "-Wall",
13024                 "-Werror",
13025                 "-Wextra",
13026                 "-Wno-missing-field-initializers",
13027                 "-Wno-unused-parameter",
13028                 "-Wno-c++11-narrowing",
13029                 "-Wno-covered-switch-default",
13030                 "-Wno-unneeded-internal-declaration",
13031                 "-Wno-inconsistent-missing-override",
13032                 "-Wno-undefined-var-template",
13033                 "-Wno-nonportable-include-path",
13034                 "-Wno-address-of-packed-member",
13035                 "-Wno-unused-lambda-capture",
13036                 "-Wno-user-defined-warnings",
13037                 "-O2",
13038                 "-fno-ident",
13039                 "-fdata-sections",
13040                 "-ffunction-sections",
13041                 "-fomit-frame-pointer",
13042                 "-g2",
13043                 "-fvisibility=hidden",
13044                 "-Xclang",
13045                 "-add-plugin",
13046                 "-Xclang",
13047                 "find-bad-constructs",
13048                 "-Xclang",
13049                 "-plugin-arg-find-bad-constructs",
13050                 "-Xclang",
13051                 "check-auto-raw-pointer",
13052                 "-Wheader-hygiene",
13053                 "-Wstring-conversion",
13054                 "-Wtautological-overlap-compare",
13055                 "-Wextra",
13056                 "-Wno-unused-parameter",
13057                 "-Wno-missing-field-initializers",
13058                 "-Wno-strict-overflow",
13059                 "-Wc++11-narrowing",
13060                 "-Wimplicit-fallthrough",
13061                 "-Wthread-safety",
13062                 "-Winconsistent-missing-override",
13063                 "-Wundef",
13064                 "-Wunused-lambda-capture"
13065             ],
13066             "defines": [
13067                 "V8_DEPRECATION_WARNINGS",
13068                 "USE_X11=1",
13069                 "CHROMIUM_BUILD",
13070                 "_FILE_OFFSET_BITS=64",
13071                 "_FORTIFY_SOURCE=2",
13072                 "NDEBUG",
13073                 "NVALGRIND",
13074                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13075                 "WEBRTC_ENABLE_PROTOBUF=0",
13076                 "WEBRTC_RESTRICT_LOGGING",
13077                 "WEBRTC_ARCH_ARM",
13078                 "WEBRTC_ARCH_ARM_V7",
13079                 "WEBRTC_HAS_NEON",
13080                 "WEBRTC_MOZILLA_BUILD",
13081                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13082                 "WEBRTC_POSIX",
13083                 "WEBRTC_BSD"
13084             ],
13085             "deps": [
13086                 "//:webrtc_common",
13087                 "//api:optional",
13088                 "//api:video_frame_api",
13089                 "//api:video_frame_api_i420",
13090                 "//modules:module_api_public",
13091                 "//modules/video_coding:codec_globals_headers",
13092                 "//rtc_base:rtc_base_approved"
13093             ],
13094             "include_dirs": [
13095                 "//",
13096                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13097             ],
13098             "libs": [],
13099             "sources": [
13100                 "//modules/include/module.h",
13101                 "//modules/include/module_common_types.h"
13102             ],
13103             "type": "source_set"
13104         },
13105         "//modules:module_api_public": {
13106             "cflags": [
13107                 "-fno-strict-aliasing",
13108                 "--param=ssp-buffer-size=4",
13109                 "-fstack-protector",
13110                 "-Wno-builtin-macro-redefined",
13111                 "-D__DATE__=",
13112                 "-D__TIME__=",
13113                 "-D__TIMESTAMP__=",
13114                 "-funwind-tables",
13115                 "-fcolor-diagnostics",
13116                 "--target=arm-linux-gnueabihf",
13117                 "-march=armv7-a",
13118                 "-mfloat-abi=hard",
13119                 "-mtune=generic-armv7-a",
13120                 "-mfpu=neon",
13121                 "-mthumb",
13122                 "-Wall",
13123                 "-Werror",
13124                 "-Wextra",
13125                 "-Wno-missing-field-initializers",
13126                 "-Wno-unused-parameter",
13127                 "-Wno-c++11-narrowing",
13128                 "-Wno-covered-switch-default",
13129                 "-Wno-unneeded-internal-declaration",
13130                 "-Wno-inconsistent-missing-override",
13131                 "-Wno-undefined-var-template",
13132                 "-Wno-nonportable-include-path",
13133                 "-Wno-address-of-packed-member",
13134                 "-Wno-unused-lambda-capture",
13135                 "-Wno-user-defined-warnings",
13136                 "-O2",
13137                 "-fno-ident",
13138                 "-fdata-sections",
13139                 "-ffunction-sections",
13140                 "-fomit-frame-pointer",
13141                 "-g2",
13142                 "-fvisibility=hidden",
13143                 "-Xclang",
13144                 "-add-plugin",
13145                 "-Xclang",
13146                 "find-bad-constructs",
13147                 "-Xclang",
13148                 "-plugin-arg-find-bad-constructs",
13149                 "-Xclang",
13150                 "check-auto-raw-pointer",
13151                 "-Wheader-hygiene",
13152                 "-Wstring-conversion",
13153                 "-Wtautological-overlap-compare",
13154                 "-Wextra",
13155                 "-Wno-unused-parameter",
13156                 "-Wno-missing-field-initializers",
13157                 "-Wno-strict-overflow",
13158                 "-Wc++11-narrowing",
13159                 "-Wimplicit-fallthrough",
13160                 "-Wthread-safety",
13161                 "-Winconsistent-missing-override",
13162                 "-Wundef",
13163                 "-Wunused-lambda-capture"
13164             ],
13165             "defines": [
13166                 "V8_DEPRECATION_WARNINGS",
13167                 "USE_X11=1",
13168                 "CHROMIUM_BUILD",
13169                 "_FILE_OFFSET_BITS=64",
13170                 "_FORTIFY_SOURCE=2",
13171                 "NDEBUG",
13172                 "NVALGRIND",
13173                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13174                 "WEBRTC_ENABLE_PROTOBUF=0",
13175                 "WEBRTC_RESTRICT_LOGGING",
13176                 "WEBRTC_ARCH_ARM",
13177                 "WEBRTC_ARCH_ARM_V7",
13178                 "WEBRTC_HAS_NEON",
13179                 "WEBRTC_MOZILLA_BUILD",
13180                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13181                 "WEBRTC_POSIX",
13182                 "WEBRTC_BSD"
13183             ],
13184             "deps": [
13185                 "//:webrtc_common",
13186                 "//api:optional"
13187             ],
13188             "include_dirs": [
13189                 "//",
13190                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13191             ],
13192             "libs": [],
13193             "sources": [
13194                 "//modules/include/module_common_types_public.h"
13195             ],
13196             "type": "source_set"
13197         },
13198         "//rtc_base:compile_assert_c": {
13199             "cflags": [
13200                 "-fno-strict-aliasing",
13201                 "--param=ssp-buffer-size=4",
13202                 "-fstack-protector",
13203                 "-Wno-builtin-macro-redefined",
13204                 "-D__DATE__=",
13205                 "-D__TIME__=",
13206                 "-D__TIMESTAMP__=",
13207                 "-funwind-tables",
13208                 "-fcolor-diagnostics",
13209                 "--target=arm-linux-gnueabihf",
13210                 "-march=armv7-a",
13211                 "-mfloat-abi=hard",
13212                 "-mtune=generic-armv7-a",
13213                 "-mfpu=neon",
13214                 "-mthumb",
13215                 "-Wall",
13216                 "-Werror",
13217                 "-Wextra",
13218                 "-Wno-missing-field-initializers",
13219                 "-Wno-unused-parameter",
13220                 "-Wno-c++11-narrowing",
13221                 "-Wno-covered-switch-default",
13222                 "-Wno-unneeded-internal-declaration",
13223                 "-Wno-inconsistent-missing-override",
13224                 "-Wno-undefined-var-template",
13225                 "-Wno-nonportable-include-path",
13226                 "-Wno-address-of-packed-member",
13227                 "-Wno-unused-lambda-capture",
13228                 "-Wno-user-defined-warnings",
13229                 "-O2",
13230                 "-fno-ident",
13231                 "-fdata-sections",
13232                 "-ffunction-sections",
13233                 "-fomit-frame-pointer",
13234                 "-g2",
13235                 "-fvisibility=hidden",
13236                 "-Xclang",
13237                 "-add-plugin",
13238                 "-Xclang",
13239                 "find-bad-constructs",
13240                 "-Xclang",
13241                 "-plugin-arg-find-bad-constructs",
13242                 "-Xclang",
13243                 "check-auto-raw-pointer",
13244                 "-Wheader-hygiene",
13245                 "-Wstring-conversion",
13246                 "-Wtautological-overlap-compare"
13247             ],
13248             "defines": [
13249                 "V8_DEPRECATION_WARNINGS",
13250                 "USE_X11=1",
13251                 "CHROMIUM_BUILD",
13252                 "_FILE_OFFSET_BITS=64",
13253                 "_FORTIFY_SOURCE=2",
13254                 "NDEBUG",
13255                 "NVALGRIND",
13256                 "DYNAMIC_ANNOTATIONS_ENABLED=0"
13257             ],
13258             "deps": [],
13259             "include_dirs": [
13260                 "//",
13261                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13262             ],
13263             "libs": [],
13264             "sources": [
13265                 "//rtc_base/compile_assert_c.h"
13266             ],
13267             "type": "source_set"
13268         },
13269         "//rtc_base:gtest_prod": {
13270             "cflags": [
13271                 "-fno-strict-aliasing",
13272                 "--param=ssp-buffer-size=4",
13273                 "-fstack-protector",
13274                 "-Wno-builtin-macro-redefined",
13275                 "-D__DATE__=",
13276                 "-D__TIME__=",
13277                 "-D__TIMESTAMP__=",
13278                 "-funwind-tables",
13279                 "-fcolor-diagnostics",
13280                 "--target=arm-linux-gnueabihf",
13281                 "-march=armv7-a",
13282                 "-mfloat-abi=hard",
13283                 "-mtune=generic-armv7-a",
13284                 "-mfpu=neon",
13285                 "-mthumb",
13286                 "-Wall",
13287                 "-Werror",
13288                 "-Wextra",
13289                 "-Wno-missing-field-initializers",
13290                 "-Wno-unused-parameter",
13291                 "-Wno-c++11-narrowing",
13292                 "-Wno-covered-switch-default",
13293                 "-Wno-unneeded-internal-declaration",
13294                 "-Wno-inconsistent-missing-override",
13295                 "-Wno-undefined-var-template",
13296                 "-Wno-nonportable-include-path",
13297                 "-Wno-address-of-packed-member",
13298                 "-Wno-unused-lambda-capture",
13299                 "-Wno-user-defined-warnings",
13300                 "-O2",
13301                 "-fno-ident",
13302                 "-fdata-sections",
13303                 "-ffunction-sections",
13304                 "-fomit-frame-pointer",
13305                 "-g2",
13306                 "-fvisibility=hidden",
13307                 "-Xclang",
13308                 "-add-plugin",
13309                 "-Xclang",
13310                 "find-bad-constructs",
13311                 "-Xclang",
13312                 "-plugin-arg-find-bad-constructs",
13313                 "-Xclang",
13314                 "check-auto-raw-pointer",
13315                 "-Wheader-hygiene",
13316                 "-Wstring-conversion",
13317                 "-Wtautological-overlap-compare",
13318                 "-Wextra",
13319                 "-Wno-unused-parameter",
13320                 "-Wno-missing-field-initializers",
13321                 "-Wno-strict-overflow",
13322                 "-Wc++11-narrowing",
13323                 "-Wimplicit-fallthrough",
13324                 "-Wthread-safety",
13325                 "-Winconsistent-missing-override",
13326                 "-Wundef",
13327                 "-Wunused-lambda-capture"
13328             ],
13329             "defines": [
13330                 "V8_DEPRECATION_WARNINGS",
13331                 "USE_X11=1",
13332                 "CHROMIUM_BUILD",
13333                 "_FILE_OFFSET_BITS=64",
13334                 "_FORTIFY_SOURCE=2",
13335                 "NDEBUG",
13336                 "NVALGRIND",
13337                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13338                 "WEBRTC_ENABLE_PROTOBUF=0",
13339                 "WEBRTC_RESTRICT_LOGGING",
13340                 "WEBRTC_ARCH_ARM",
13341                 "WEBRTC_ARCH_ARM_V7",
13342                 "WEBRTC_HAS_NEON",
13343                 "WEBRTC_MOZILLA_BUILD",
13344                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13345                 "WEBRTC_POSIX",
13346                 "WEBRTC_BSD"
13347             ],
13348             "deps": [],
13349             "include_dirs": [
13350                 "//",
13351                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13352             ],
13353             "libs": [],
13354             "sources": [
13355                 "//rtc_base/gtest_prod_util.h"
13356             ],
13357             "type": "source_set"
13358         },
13359         "//rtc_base:protobuf_utils": {
13360             "cflags": [
13361                 "-fno-strict-aliasing",
13362                 "--param=ssp-buffer-size=4",
13363                 "-fstack-protector",
13364                 "-Wno-builtin-macro-redefined",
13365                 "-D__DATE__=",
13366                 "-D__TIME__=",
13367                 "-D__TIMESTAMP__=",
13368                 "-funwind-tables",
13369                 "-fcolor-diagnostics",
13370                 "--target=arm-linux-gnueabihf",
13371                 "-march=armv7-a",
13372                 "-mfloat-abi=hard",
13373                 "-mtune=generic-armv7-a",
13374                 "-mfpu=neon",
13375                 "-mthumb",
13376                 "-Wall",
13377                 "-Werror",
13378                 "-Wextra",
13379                 "-Wno-missing-field-initializers",
13380                 "-Wno-unused-parameter",
13381                 "-Wno-c++11-narrowing",
13382                 "-Wno-covered-switch-default",
13383                 "-Wno-unneeded-internal-declaration",
13384                 "-Wno-inconsistent-missing-override",
13385                 "-Wno-undefined-var-template",
13386                 "-Wno-nonportable-include-path",
13387                 "-Wno-address-of-packed-member",
13388                 "-Wno-unused-lambda-capture",
13389                 "-Wno-user-defined-warnings",
13390                 "-O2",
13391                 "-fno-ident",
13392                 "-fdata-sections",
13393                 "-ffunction-sections",
13394                 "-fomit-frame-pointer",
13395                 "-g2",
13396                 "-fvisibility=hidden",
13397                 "-Xclang",
13398                 "-add-plugin",
13399                 "-Xclang",
13400                 "find-bad-constructs",
13401                 "-Xclang",
13402                 "-plugin-arg-find-bad-constructs",
13403                 "-Xclang",
13404                 "check-auto-raw-pointer",
13405                 "-Wheader-hygiene",
13406                 "-Wstring-conversion",
13407                 "-Wtautological-overlap-compare"
13408             ],
13409             "defines": [
13410                 "V8_DEPRECATION_WARNINGS",
13411                 "USE_X11=1",
13412                 "CHROMIUM_BUILD",
13413                 "_FILE_OFFSET_BITS=64",
13414                 "_FORTIFY_SOURCE=2",
13415                 "NDEBUG",
13416                 "NVALGRIND",
13417                 "DYNAMIC_ANNOTATIONS_ENABLED=0"
13418             ],
13419             "deps": [],
13420             "include_dirs": [
13421                 "//",
13422                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13423             ],
13424             "libs": [],
13425             "sources": [
13426                 "//rtc_base/protobuf_utils.h"
13427             ],
13428             "type": "source_set"
13429         },
13430         "//rtc_base:rtc_base": {
13431             "cflags": [
13432                 "-fno-strict-aliasing",
13433                 "--param=ssp-buffer-size=4",
13434                 "-fstack-protector",
13435                 "-Wno-builtin-macro-redefined",
13436                 "-D__DATE__=",
13437                 "-D__TIME__=",
13438                 "-D__TIMESTAMP__=",
13439                 "-funwind-tables",
13440                 "-fcolor-diagnostics",
13441                 "--target=arm-linux-gnueabihf",
13442                 "-march=armv7-a",
13443                 "-mfloat-abi=hard",
13444                 "-mtune=generic-armv7-a",
13445                 "-mfpu=neon",
13446                 "-mthumb",
13447                 "-Wall",
13448                 "-Werror",
13449                 "-Wextra",
13450                 "-Wno-missing-field-initializers",
13451                 "-Wno-unused-parameter",
13452                 "-Wno-c++11-narrowing",
13453                 "-Wno-covered-switch-default",
13454                 "-Wno-unneeded-internal-declaration",
13455                 "-Wno-inconsistent-missing-override",
13456                 "-Wno-undefined-var-template",
13457                 "-Wno-nonportable-include-path",
13458                 "-Wno-address-of-packed-member",
13459                 "-Wno-unused-lambda-capture",
13460                 "-Wno-user-defined-warnings",
13461                 "-O2",
13462                 "-fno-ident",
13463                 "-fdata-sections",
13464                 "-ffunction-sections",
13465                 "-fomit-frame-pointer",
13466                 "-g2",
13467                 "-fvisibility=hidden",
13468                 "-Xclang",
13469                 "-add-plugin",
13470                 "-Xclang",
13471                 "find-bad-constructs",
13472                 "-Xclang",
13473                 "-plugin-arg-find-bad-constructs",
13474                 "-Xclang",
13475                 "check-auto-raw-pointer",
13476                 "-Wheader-hygiene",
13477                 "-Wstring-conversion",
13478                 "-Wtautological-overlap-compare",
13479                 "-Wextra",
13480                 "-Wno-unused-parameter",
13481                 "-Wno-missing-field-initializers",
13482                 "-Wno-strict-overflow",
13483                 "-Wc++11-narrowing",
13484                 "-Wimplicit-fallthrough",
13485                 "-Wthread-safety",
13486                 "-Winconsistent-missing-override",
13487                 "-Wundef",
13488                 "-Wunused-lambda-capture"
13489             ],
13490             "defines": [
13491                 "V8_DEPRECATION_WARNINGS",
13492                 "USE_X11=1",
13493                 "CHROMIUM_BUILD",
13494                 "_FILE_OFFSET_BITS=64",
13495                 "_FORTIFY_SOURCE=2",
13496                 "NDEBUG",
13497                 "NVALGRIND",
13498                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13499                 "WEBRTC_ENABLE_PROTOBUF=0",
13500                 "WEBRTC_RESTRICT_LOGGING",
13501                 "WEBRTC_ARCH_ARM",
13502                 "WEBRTC_ARCH_ARM_V7",
13503                 "WEBRTC_HAS_NEON",
13504                 "WEBRTC_MOZILLA_BUILD",
13505                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13506                 "WEBRTC_POSIX",
13507                 "WEBRTC_BSD"
13508             ],
13509             "deps": [],
13510             "include_dirs": [
13511                 "//",
13512                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13513             ],
13514             "libs": [],
13515             "sources": [],
13516             "type": "static_library"
13517         },
13518         "//rtc_base:rtc_base_approved": {
13519             "cflags": [
13520                 "-fno-strict-aliasing",
13521                 "--param=ssp-buffer-size=4",
13522                 "-fstack-protector",
13523                 "-Wno-builtin-macro-redefined",
13524                 "-D__DATE__=",
13525                 "-D__TIME__=",
13526                 "-D__TIMESTAMP__=",
13527                 "-funwind-tables",
13528                 "-fcolor-diagnostics",
13529                 "--target=arm-linux-gnueabihf",
13530                 "-march=armv7-a",
13531                 "-mfloat-abi=hard",
13532                 "-mtune=generic-armv7-a",
13533                 "-mfpu=neon",
13534                 "-mthumb",
13535                 "-Wall",
13536                 "-Werror",
13537                 "-Wextra",
13538                 "-Wno-missing-field-initializers",
13539                 "-Wno-unused-parameter",
13540                 "-Wno-c++11-narrowing",
13541                 "-Wno-covered-switch-default",
13542                 "-Wno-unneeded-internal-declaration",
13543                 "-Wno-inconsistent-missing-override",
13544                 "-Wno-undefined-var-template",
13545                 "-Wno-nonportable-include-path",
13546                 "-Wno-address-of-packed-member",
13547                 "-Wno-unused-lambda-capture",
13548                 "-Wno-user-defined-warnings",
13549                 "-O2",
13550                 "-fno-ident",
13551                 "-fdata-sections",
13552                 "-ffunction-sections",
13553                 "-fomit-frame-pointer",
13554                 "-g2",
13555                 "-fvisibility=hidden",
13556                 "-Xclang",
13557                 "-add-plugin",
13558                 "-Xclang",
13559                 "find-bad-constructs",
13560                 "-Xclang",
13561                 "-plugin-arg-find-bad-constructs",
13562                 "-Xclang",
13563                 "check-auto-raw-pointer",
13564                 "-Wheader-hygiene",
13565                 "-Wstring-conversion",
13566                 "-Wtautological-overlap-compare",
13567                 "-Wextra",
13568                 "-Wno-unused-parameter",
13569                 "-Wno-missing-field-initializers",
13570                 "-Wno-strict-overflow",
13571                 "-Wc++11-narrowing",
13572                 "-Wimplicit-fallthrough",
13573                 "-Wthread-safety",
13574                 "-Winconsistent-missing-override",
13575                 "-Wundef",
13576                 "-Wunused-lambda-capture"
13577             ],
13578             "defines": [
13579                 "V8_DEPRECATION_WARNINGS",
13580                 "USE_X11=1",
13581                 "CHROMIUM_BUILD",
13582                 "_FILE_OFFSET_BITS=64",
13583                 "_FORTIFY_SOURCE=2",
13584                 "NDEBUG",
13585                 "NVALGRIND",
13586                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13587                 "WEBRTC_ENABLE_PROTOBUF=0",
13588                 "WEBRTC_RESTRICT_LOGGING",
13589                 "WEBRTC_ARCH_ARM",
13590                 "WEBRTC_ARCH_ARM_V7",
13591                 "WEBRTC_HAS_NEON",
13592                 "WEBRTC_MOZILLA_BUILD",
13593                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13594                 "WEBRTC_POSIX",
13595                 "WEBRTC_BSD"
13596             ],
13597             "deps": [
13598                 "//rtc_base:rtc_base_approved_generic"
13599             ],
13600             "include_dirs": [
13601                 "//",
13602                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13603             ],
13604             "libs": [],
13605             "sources": [],
13606             "type": "source_set"
13607         },
13608         "//rtc_base:rtc_base_approved_generic": {
13609             "cflags": [
13610                 "-fno-strict-aliasing",
13611                 "--param=ssp-buffer-size=4",
13612                 "-fstack-protector",
13613                 "-Wno-builtin-macro-redefined",
13614                 "-D__DATE__=",
13615                 "-D__TIME__=",
13616                 "-D__TIMESTAMP__=",
13617                 "-funwind-tables",
13618                 "-fcolor-diagnostics",
13619                 "--target=arm-linux-gnueabihf",
13620                 "-march=armv7-a",
13621                 "-mfloat-abi=hard",
13622                 "-mtune=generic-armv7-a",
13623                 "-mfpu=neon",
13624                 "-mthumb",
13625                 "-Wall",
13626                 "-Werror",
13627                 "-Wextra",
13628                 "-Wno-missing-field-initializers",
13629                 "-Wno-unused-parameter",
13630                 "-Wno-c++11-narrowing",
13631                 "-Wno-covered-switch-default",
13632                 "-Wno-unneeded-internal-declaration",
13633                 "-Wno-inconsistent-missing-override",
13634                 "-Wno-undefined-var-template",
13635                 "-Wno-nonportable-include-path",
13636                 "-Wno-address-of-packed-member",
13637                 "-Wno-unused-lambda-capture",
13638                 "-Wno-user-defined-warnings",
13639                 "-O2",
13640                 "-fno-ident",
13641                 "-fdata-sections",
13642                 "-ffunction-sections",
13643                 "-fomit-frame-pointer",
13644                 "-g2",
13645                 "-fvisibility=hidden",
13646                 "-Xclang",
13647                 "-add-plugin",
13648                 "-Xclang",
13649                 "find-bad-constructs",
13650                 "-Xclang",
13651                 "-plugin-arg-find-bad-constructs",
13652                 "-Xclang",
13653                 "check-auto-raw-pointer",
13654                 "-Wheader-hygiene",
13655                 "-Wstring-conversion",
13656                 "-Wtautological-overlap-compare",
13657                 "-Wextra",
13658                 "-Wno-unused-parameter",
13659                 "-Wno-missing-field-initializers",
13660                 "-Wno-strict-overflow",
13661                 "-Wc++11-narrowing",
13662                 "-Wimplicit-fallthrough",
13663                 "-Wthread-safety",
13664                 "-Winconsistent-missing-override",
13665                 "-Wundef",
13666                 "-Wunused-lambda-capture"
13667             ],
13668             "defines": [
13669                 "V8_DEPRECATION_WARNINGS",
13670                 "USE_X11=1",
13671                 "CHROMIUM_BUILD",
13672                 "_FILE_OFFSET_BITS=64",
13673                 "_FORTIFY_SOURCE=2",
13674                 "NDEBUG",
13675                 "NVALGRIND",
13676                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13677                 "WEBRTC_ENABLE_PROTOBUF=0",
13678                 "WEBRTC_RESTRICT_LOGGING",
13679                 "WEBRTC_ARCH_ARM",
13680                 "WEBRTC_ARCH_ARM_V7",
13681                 "WEBRTC_HAS_NEON",
13682                 "WEBRTC_MOZILLA_BUILD",
13683                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13684                 "WEBRTC_POSIX",
13685                 "WEBRTC_BSD"
13686             ],
13687             "deps": [
13688                 "//:webrtc_common"
13689             ],
13690             "include_dirs": [
13691                 "//",
13692                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13693             ],
13694             "libs": [],
13695             "sources": [
13696                 "//rtc_base/arraysize.h",
13697                 "//rtc_base/atomicops.h",
13698                 "//rtc_base/base64.cc",
13699                 "//rtc_base/base64.h",
13700                 "//rtc_base/basictypes.h",
13701                 "//rtc_base/bind.h",
13702                 "//rtc_base/bitbuffer.cc",
13703                 "//rtc_base/bitbuffer.h",
13704                 "//rtc_base/bitrateallocationstrategy.cc",
13705                 "//rtc_base/bitrateallocationstrategy.h",
13706                 "//rtc_base/buffer.h",
13707                 "//rtc_base/bufferqueue.cc",
13708                 "//rtc_base/bufferqueue.h",
13709                 "//rtc_base/bytebuffer.cc",
13710                 "//rtc_base/bytebuffer.h",
13711                 "//rtc_base/byteorder.h",
13712                 "//rtc_base/checks.cc",
13713                 "//rtc_base/checks.h",
13714                 "//rtc_base/constructormagic.h",
13715                 "//rtc_base/copyonwritebuffer.cc",
13716                 "//rtc_base/copyonwritebuffer.h",
13717                 "//rtc_base/criticalsection.cc",
13718                 "//rtc_base/criticalsection.h",
13719                 "//rtc_base/deprecation.h",
13720                 "//rtc_base/event_tracer.cc",
13721                 "//rtc_base/event_tracer.h",
13722                 "//rtc_base/file.cc",
13723                 "//rtc_base/file.h",
13724                 "//rtc_base/flags.cc",
13725                 "//rtc_base/flags.h",
13726                 "//rtc_base/format_macros.h",
13727                 "//rtc_base/function_view.h",
13728                 "//rtc_base/ignore_wundef.h",
13729                 "//rtc_base/location.cc",
13730                 "//rtc_base/location.h",
13731                 "//rtc_base/numerics/histogram_percentile_counter.cc",
13732                 "//rtc_base/numerics/histogram_percentile_counter.h",
13733                 "//rtc_base/numerics/mod_ops.h",
13734                 "//rtc_base/numerics/moving_max_counter.h",
13735                 "//rtc_base/numerics/safe_compare.h",
13736                 "//rtc_base/numerics/safe_conversions.h",
13737                 "//rtc_base/numerics/safe_conversions_impl.h",
13738                 "//rtc_base/numerics/safe_minmax.h",
13739                 "//rtc_base/onetimeevent.h",
13740                 "//rtc_base/pathutils.cc",
13741                 "//rtc_base/pathutils.h",
13742                 "//rtc_base/platform_file.cc",
13743                 "//rtc_base/platform_file.h",
13744                 "//rtc_base/platform_thread.cc",
13745                 "//rtc_base/platform_thread.h",
13746                 "//rtc_base/platform_thread_types.h",
13747                 "//rtc_base/ptr_util.h",
13748                 "//rtc_base/race_checker.cc",
13749                 "//rtc_base/race_checker.h",
13750                 "//rtc_base/random.cc",
13751                 "//rtc_base/random.h",
13752                 "//rtc_base/rate_limiter.cc",
13753                 "//rtc_base/rate_limiter.h",
13754                 "//rtc_base/rate_statistics.cc",
13755                 "//rtc_base/rate_statistics.h",
13756                 "//rtc_base/ratetracker.cc",
13757                 "//rtc_base/ratetracker.h",
13758                 "//rtc_base/refcount.h",
13759                 "//rtc_base/refcountedobject.h",
13760                 "//rtc_base/refcounter.h",
13761                 "//rtc_base/sanitizer.h",
13762                 "//rtc_base/scoped_ref_ptr.h",
13763                 "//rtc_base/string_to_number.cc",
13764                 "//rtc_base/string_to_number.h",
13765                 "//rtc_base/stringencode.cc",
13766                 "//rtc_base/stringencode.h",
13767                 "//rtc_base/stringize_macros.h",
13768                 "//rtc_base/stringutils.cc",
13769                 "//rtc_base/stringutils.h",
13770                 "//rtc_base/swap_queue.h",
13771                 "//rtc_base/template_util.h",
13772                 "//rtc_base/thread_annotations.h",
13773                 "//rtc_base/thread_checker.h",
13774                 "//rtc_base/thread_checker_impl.cc",
13775                 "//rtc_base/thread_checker_impl.h",
13776                 "//rtc_base/timestampaligner.cc",
13777                 "//rtc_base/timestampaligner.h",
13778                 "//rtc_base/timeutils.cc",
13779                 "//rtc_base/timeutils.h",
13780                 "//rtc_base/trace_event.h",
13781                 "//rtc_base/type_traits.h",
13782                 "//rtc_base/file_posix.cc",
13783                 "//rtc_base/event.cc",
13784                 "//rtc_base/event.h",
13785                 "//rtc_base/logging.cc",
13786                 "//rtc_base/logging.h",
13787                 "//rtc_base/asyncresolverinterface.cc",
13788                 "//rtc_base/asyncresolverinterface.h",
13789                 "//rtc_base/asyncsocket.cc",
13790                 "//rtc_base/asyncsocket.h",
13791                 "//rtc_base/ipaddress.cc",
13792                 "//rtc_base/ipaddress.h",
13793                 "//rtc_base/messagehandler.cc",
13794                 "//rtc_base/messagehandler.h",
13795                 "//rtc_base/messagequeue.cc",
13796                 "//rtc_base/messagequeue.h",
13797                 "//rtc_base/nethelpers.cc",
13798                 "//rtc_base/nethelpers.h",
13799                 "//rtc_base/physicalsocketserver.cc",
13800                 "//rtc_base/physicalsocketserver.h",
13801                 "//rtc_base/nullsocketserver.cc",
13802                 "//rtc_base/nullsocketserver.h",
13803                 "//rtc_base/signalthread.cc",
13804                 "//rtc_base/signalthread.h",
13805                 "//rtc_base/socketaddress.cc",
13806                 "//rtc_base/socketaddress.h",
13807                 "//rtc_base/thread.cc",
13808                 "//rtc_base/thread.h"
13809             ],
13810             "type": "source_set"
13811         },
13812         "//rtc_base:rtc_numerics": {
13813             "cflags": [
13814                 "-fno-strict-aliasing",
13815                 "--param=ssp-buffer-size=4",
13816                 "-fstack-protector",
13817                 "-Wno-builtin-macro-redefined",
13818                 "-D__DATE__=",
13819                 "-D__TIME__=",
13820                 "-D__TIMESTAMP__=",
13821                 "-funwind-tables",
13822                 "-fcolor-diagnostics",
13823                 "--target=arm-linux-gnueabihf",
13824                 "-march=armv7-a",
13825                 "-mfloat-abi=hard",
13826                 "-mtune=generic-armv7-a",
13827                 "-mfpu=neon",
13828                 "-mthumb",
13829                 "-Wall",
13830                 "-Werror",
13831                 "-Wextra",
13832                 "-Wno-missing-field-initializers",
13833                 "-Wno-unused-parameter",
13834                 "-Wno-c++11-narrowing",
13835                 "-Wno-covered-switch-default",
13836                 "-Wno-unneeded-internal-declaration",
13837                 "-Wno-inconsistent-missing-override",
13838                 "-Wno-undefined-var-template",
13839                 "-Wno-nonportable-include-path",
13840                 "-Wno-address-of-packed-member",
13841                 "-Wno-unused-lambda-capture",
13842                 "-Wno-user-defined-warnings",
13843                 "-O2",
13844                 "-fno-ident",
13845                 "-fdata-sections",
13846                 "-ffunction-sections",
13847                 "-fomit-frame-pointer",
13848                 "-g2",
13849                 "-fvisibility=hidden",
13850                 "-Xclang",
13851                 "-add-plugin",
13852                 "-Xclang",
13853                 "find-bad-constructs",
13854                 "-Xclang",
13855                 "-plugin-arg-find-bad-constructs",
13856                 "-Xclang",
13857                 "check-auto-raw-pointer",
13858                 "-Wheader-hygiene",
13859                 "-Wstring-conversion",
13860                 "-Wtautological-overlap-compare",
13861                 "-Wextra",
13862                 "-Wno-unused-parameter",
13863                 "-Wno-missing-field-initializers",
13864                 "-Wno-strict-overflow",
13865                 "-Wc++11-narrowing",
13866                 "-Wimplicit-fallthrough",
13867                 "-Wthread-safety",
13868                 "-Winconsistent-missing-override",
13869                 "-Wundef",
13870                 "-Wunused-lambda-capture"
13871             ],
13872             "defines": [
13873                 "V8_DEPRECATION_WARNINGS",
13874                 "USE_X11=1",
13875                 "CHROMIUM_BUILD",
13876                 "_FILE_OFFSET_BITS=64",
13877                 "_FORTIFY_SOURCE=2",
13878                 "NDEBUG",
13879                 "NVALGRIND",
13880                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13881                 "WEBRTC_ENABLE_PROTOBUF=0",
13882                 "WEBRTC_RESTRICT_LOGGING",
13883                 "WEBRTC_ARCH_ARM",
13884                 "WEBRTC_ARCH_ARM_V7",
13885                 "WEBRTC_HAS_NEON",
13886                 "WEBRTC_MOZILLA_BUILD",
13887                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13888                 "WEBRTC_POSIX",
13889                 "WEBRTC_BSD"
13890             ],
13891             "deps": [
13892                 "//api:optional",
13893                 "//rtc_base:rtc_base_approved"
13894             ],
13895             "include_dirs": [
13896                 "//",
13897                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13898             ],
13899             "libs": [],
13900             "sources": [
13901                 "//rtc_base/numerics/exp_filter.cc",
13902                 "//rtc_base/numerics/exp_filter.h",
13903                 "//rtc_base/numerics/moving_median_filter.h",
13904                 "//rtc_base/numerics/percentile_filter.h",
13905                 "//rtc_base/numerics/sequence_number_util.h"
13906             ],
13907             "type": "static_library"
13908         },
13909         "//rtc_base:rtc_task_queue": {
13910             "cflags": [
13911                 "-fno-strict-aliasing",
13912                 "--param=ssp-buffer-size=4",
13913                 "-fstack-protector",
13914                 "-Wno-builtin-macro-redefined",
13915                 "-D__DATE__=",
13916                 "-D__TIME__=",
13917                 "-D__TIMESTAMP__=",
13918                 "-funwind-tables",
13919                 "-fcolor-diagnostics",
13920                 "--target=arm-linux-gnueabihf",
13921                 "-march=armv7-a",
13922                 "-mfloat-abi=hard",
13923                 "-mtune=generic-armv7-a",
13924                 "-mfpu=neon",
13925                 "-mthumb",
13926                 "-Wall",
13927                 "-Werror",
13928                 "-Wextra",
13929                 "-Wno-missing-field-initializers",
13930                 "-Wno-unused-parameter",
13931                 "-Wno-c++11-narrowing",
13932                 "-Wno-covered-switch-default",
13933                 "-Wno-unneeded-internal-declaration",
13934                 "-Wno-inconsistent-missing-override",
13935                 "-Wno-undefined-var-template",
13936                 "-Wno-nonportable-include-path",
13937                 "-Wno-address-of-packed-member",
13938                 "-Wno-unused-lambda-capture",
13939                 "-Wno-user-defined-warnings",
13940                 "-O2",
13941                 "-fno-ident",
13942                 "-fdata-sections",
13943                 "-ffunction-sections",
13944                 "-fomit-frame-pointer",
13945                 "-g2",
13946                 "-fvisibility=hidden",
13947                 "-Xclang",
13948                 "-add-plugin",
13949                 "-Xclang",
13950                 "find-bad-constructs",
13951                 "-Xclang",
13952                 "-plugin-arg-find-bad-constructs",
13953                 "-Xclang",
13954                 "check-auto-raw-pointer",
13955                 "-Wheader-hygiene",
13956                 "-Wstring-conversion",
13957                 "-Wtautological-overlap-compare",
13958                 "-Wextra",
13959                 "-Wno-unused-parameter",
13960                 "-Wno-missing-field-initializers",
13961                 "-Wno-strict-overflow",
13962                 "-Wc++11-narrowing",
13963                 "-Wimplicit-fallthrough",
13964                 "-Wthread-safety",
13965                 "-Winconsistent-missing-override",
13966                 "-Wundef",
13967                 "-Wunused-lambda-capture"
13968             ],
13969             "defines": [
13970                 "V8_DEPRECATION_WARNINGS",
13971                 "USE_X11=1",
13972                 "CHROMIUM_BUILD",
13973                 "_FILE_OFFSET_BITS=64",
13974                 "_FORTIFY_SOURCE=2",
13975                 "NDEBUG",
13976                 "NVALGRIND",
13977                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13978                 "WEBRTC_ENABLE_PROTOBUF=0",
13979                 "WEBRTC_RESTRICT_LOGGING",
13980                 "WEBRTC_ARCH_ARM",
13981                 "WEBRTC_ARCH_ARM_V7",
13982                 "WEBRTC_HAS_NEON",
13983                 "WEBRTC_MOZILLA_BUILD",
13984                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13985                 "WEBRTC_POSIX",
13986                 "WEBRTC_BSD"
13987             ],
13988             "deps": [
13989                 "//rtc_base:rtc_base_approved",
13990                 "//rtc_base:rtc_task_queue_api",
13991                 "//rtc_base:rtc_task_queue_impl"
13992             ],
13993             "include_dirs": [
13994                 "//",
13995                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
13996             ],
13997             "libs": [],
13998             "sources": [],
13999             "type": "source_set"
14000         },
14001         "//rtc_base:rtc_task_queue_api": {
14002             "cflags": [
14003                 "-fno-strict-aliasing",
14004                 "--param=ssp-buffer-size=4",
14005                 "-fstack-protector",
14006                 "-Wno-builtin-macro-redefined",
14007                 "-D__DATE__=",
14008                 "-D__TIME__=",
14009                 "-D__TIMESTAMP__=",
14010                 "-funwind-tables",
14011                 "-fcolor-diagnostics",
14012                 "--target=arm-linux-gnueabihf",
14013                 "-march=armv7-a",
14014                 "-mfloat-abi=hard",
14015                 "-mtune=generic-armv7-a",
14016                 "-mfpu=neon",
14017                 "-mthumb",
14018                 "-Wall",
14019                 "-Werror",
14020                 "-Wextra",
14021                 "-Wno-missing-field-initializers",
14022                 "-Wno-unused-parameter",
14023                 "-Wno-c++11-narrowing",
14024                 "-Wno-covered-switch-default",
14025                 "-Wno-unneeded-internal-declaration",
14026                 "-Wno-inconsistent-missing-override",
14027                 "-Wno-undefined-var-template",
14028                 "-Wno-nonportable-include-path",
14029                 "-Wno-address-of-packed-member",
14030                 "-Wno-unused-lambda-capture",
14031                 "-Wno-user-defined-warnings",
14032                 "-O2",
14033                 "-fno-ident",
14034                 "-fdata-sections",
14035                 "-ffunction-sections",
14036                 "-fomit-frame-pointer",
14037                 "-g2",
14038                 "-fvisibility=hidden",
14039                 "-Xclang",
14040                 "-add-plugin",
14041                 "-Xclang",
14042                 "find-bad-constructs",
14043                 "-Xclang",
14044                 "-plugin-arg-find-bad-constructs",
14045                 "-Xclang",
14046                 "check-auto-raw-pointer",
14047                 "-Wheader-hygiene",
14048                 "-Wstring-conversion",
14049                 "-Wtautological-overlap-compare",
14050                 "-Wextra",
14051                 "-Wno-unused-parameter",
14052                 "-Wno-missing-field-initializers",
14053                 "-Wno-strict-overflow",
14054                 "-Wc++11-narrowing",
14055                 "-Wimplicit-fallthrough",
14056                 "-Wthread-safety",
14057                 "-Winconsistent-missing-override",
14058                 "-Wundef",
14059                 "-Wunused-lambda-capture"
14060             ],
14061             "defines": [
14062                 "V8_DEPRECATION_WARNINGS",
14063                 "USE_X11=1",
14064                 "CHROMIUM_BUILD",
14065                 "_FILE_OFFSET_BITS=64",
14066                 "_FORTIFY_SOURCE=2",
14067                 "NDEBUG",
14068                 "NVALGRIND",
14069                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14070                 "WEBRTC_ENABLE_PROTOBUF=0",
14071                 "WEBRTC_RESTRICT_LOGGING",
14072                 "WEBRTC_ARCH_ARM",
14073                 "WEBRTC_ARCH_ARM_V7",
14074                 "WEBRTC_HAS_NEON",
14075                 "WEBRTC_MOZILLA_BUILD",
14076                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14077                 "WEBRTC_POSIX",
14078                 "WEBRTC_BSD"
14079             ],
14080             "deps": [
14081                 "//rtc_base:rtc_base_approved"
14082             ],
14083             "include_dirs": [
14084                 "//",
14085                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14086             ],
14087             "libs": [],
14088             "sources": [
14089                 "//rtc_base/task_queue.h"
14090             ],
14091             "type": "source_set"
14092         },
14093         "//rtc_base:rtc_task_queue_impl": {
14094             "cflags": [
14095                 "-fno-strict-aliasing",
14096                 "--param=ssp-buffer-size=4",
14097                 "-fstack-protector",
14098                 "-Wno-builtin-macro-redefined",
14099                 "-D__DATE__=",
14100                 "-D__TIME__=",
14101                 "-D__TIMESTAMP__=",
14102                 "-funwind-tables",
14103                 "-fcolor-diagnostics",
14104                 "--target=arm-linux-gnueabihf",
14105                 "-march=armv7-a",
14106                 "-mfloat-abi=hard",
14107                 "-mtune=generic-armv7-a",
14108                 "-mfpu=neon",
14109                 "-mthumb",
14110                 "-Wall",
14111                 "-Werror",
14112                 "-Wextra",
14113                 "-Wno-missing-field-initializers",
14114                 "-Wno-unused-parameter",
14115                 "-Wno-c++11-narrowing",
14116                 "-Wno-covered-switch-default",
14117                 "-Wno-unneeded-internal-declaration",
14118                 "-Wno-inconsistent-missing-override",
14119                 "-Wno-undefined-var-template",
14120                 "-Wno-nonportable-include-path",
14121                 "-Wno-address-of-packed-member",
14122                 "-Wno-unused-lambda-capture",
14123                 "-Wno-user-defined-warnings",
14124                 "-O2",
14125                 "-fno-ident",
14126                 "-fdata-sections",
14127                 "-ffunction-sections",
14128                 "-fomit-frame-pointer",
14129                 "-g2",
14130                 "-fvisibility=hidden",
14131                 "-Xclang",
14132                 "-add-plugin",
14133                 "-Xclang",
14134                 "find-bad-constructs",
14135                 "-Xclang",
14136                 "-plugin-arg-find-bad-constructs",
14137                 "-Xclang",
14138                 "check-auto-raw-pointer",
14139                 "-Wheader-hygiene",
14140                 "-Wstring-conversion",
14141                 "-Wtautological-overlap-compare",
14142                 "-Wextra",
14143                 "-Wno-unused-parameter",
14144                 "-Wno-missing-field-initializers",
14145                 "-Wno-strict-overflow",
14146                 "-Wc++11-narrowing",
14147                 "-Wimplicit-fallthrough",
14148                 "-Wthread-safety",
14149                 "-Winconsistent-missing-override",
14150                 "-Wundef",
14151                 "-Wunused-lambda-capture"
14152             ],
14153             "defines": [
14154                 "V8_DEPRECATION_WARNINGS",
14155                 "USE_X11=1",
14156                 "CHROMIUM_BUILD",
14157                 "_FILE_OFFSET_BITS=64",
14158                 "_FORTIFY_SOURCE=2",
14159                 "NDEBUG",
14160                 "NVALGRIND",
14161                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14162                 "WEBRTC_ENABLE_PROTOBUF=0",
14163                 "WEBRTC_RESTRICT_LOGGING",
14164                 "WEBRTC_ARCH_ARM",
14165                 "WEBRTC_ARCH_ARM_V7",
14166                 "WEBRTC_HAS_NEON",
14167                 "WEBRTC_MOZILLA_BUILD",
14168                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14169                 "WEBRTC_POSIX",
14170                 "WEBRTC_BSD"
14171             ],
14172             "deps": [
14173                 "//rtc_base:rtc_base_approved",
14174                 "//rtc_base:rtc_task_queue_api"
14175             ],
14176             "include_dirs": [
14177                 "/ipc/chromium/src/third_party/libevent/include/",
14178                 "/ipc/chromium/src/third_party/libevent/bsd/",
14179                 "//",
14180                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14181             ],
14182             "libs": [],
14183             "sources": [
14184                 "//rtc_base/task_queue_libevent.cc",
14185                 "//rtc_base/task_queue_posix.cc",
14186                 "//rtc_base/task_queue_posix.h"
14187             ],
14188             "type": "source_set"
14189         },
14190         "//rtc_base:sequenced_task_checker": {
14191             "cflags": [
14192                 "-fno-strict-aliasing",
14193                 "--param=ssp-buffer-size=4",
14194                 "-fstack-protector",
14195                 "-Wno-builtin-macro-redefined",
14196                 "-D__DATE__=",
14197                 "-D__TIME__=",
14198                 "-D__TIMESTAMP__=",
14199                 "-funwind-tables",
14200                 "-fcolor-diagnostics",
14201                 "--target=arm-linux-gnueabihf",
14202                 "-march=armv7-a",
14203                 "-mfloat-abi=hard",
14204                 "-mtune=generic-armv7-a",
14205                 "-mfpu=neon",
14206                 "-mthumb",
14207                 "-Wall",
14208                 "-Werror",
14209                 "-Wextra",
14210                 "-Wno-missing-field-initializers",
14211                 "-Wno-unused-parameter",
14212                 "-Wno-c++11-narrowing",
14213                 "-Wno-covered-switch-default",
14214                 "-Wno-unneeded-internal-declaration",
14215                 "-Wno-inconsistent-missing-override",
14216                 "-Wno-undefined-var-template",
14217                 "-Wno-nonportable-include-path",
14218                 "-Wno-address-of-packed-member",
14219                 "-Wno-unused-lambda-capture",
14220                 "-Wno-user-defined-warnings",
14221                 "-O2",
14222                 "-fno-ident",
14223                 "-fdata-sections",
14224                 "-ffunction-sections",
14225                 "-fomit-frame-pointer",
14226                 "-g2",
14227                 "-fvisibility=hidden",
14228                 "-Xclang",
14229                 "-add-plugin",
14230                 "-Xclang",
14231                 "find-bad-constructs",
14232                 "-Xclang",
14233                 "-plugin-arg-find-bad-constructs",
14234                 "-Xclang",
14235                 "check-auto-raw-pointer",
14236                 "-Wheader-hygiene",
14237                 "-Wstring-conversion",
14238                 "-Wtautological-overlap-compare",
14239                 "-Wextra",
14240                 "-Wno-unused-parameter",
14241                 "-Wno-missing-field-initializers",
14242                 "-Wno-strict-overflow",
14243                 "-Wc++11-narrowing",
14244                 "-Wimplicit-fallthrough",
14245                 "-Wthread-safety",
14246                 "-Winconsistent-missing-override",
14247                 "-Wundef",
14248                 "-Wunused-lambda-capture"
14249             ],
14250             "defines": [
14251                 "V8_DEPRECATION_WARNINGS",
14252                 "USE_X11=1",
14253                 "CHROMIUM_BUILD",
14254                 "_FILE_OFFSET_BITS=64",
14255                 "_FORTIFY_SOURCE=2",
14256                 "NDEBUG",
14257                 "NVALGRIND",
14258                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14259                 "WEBRTC_ENABLE_PROTOBUF=0",
14260                 "WEBRTC_RESTRICT_LOGGING",
14261                 "WEBRTC_ARCH_ARM",
14262                 "WEBRTC_ARCH_ARM_V7",
14263                 "WEBRTC_HAS_NEON",
14264                 "WEBRTC_MOZILLA_BUILD",
14265                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14266                 "WEBRTC_POSIX",
14267                 "WEBRTC_BSD"
14268             ],
14269             "deps": [
14270                 "//rtc_base:rtc_base_approved",
14271                 "//rtc_base:rtc_task_queue"
14272             ],
14273             "include_dirs": [
14274                 "//",
14275                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14276             ],
14277             "libs": [],
14278             "sources": [
14279                 "//rtc_base/sequenced_task_checker.h",
14280                 "//rtc_base/sequenced_task_checker_impl.cc",
14281                 "//rtc_base/sequenced_task_checker_impl.h"
14282             ],
14283             "type": "static_library"
14284         },
14285         "//rtc_base:weak_ptr": {
14286             "cflags": [
14287                 "-fno-strict-aliasing",
14288                 "--param=ssp-buffer-size=4",
14289                 "-fstack-protector",
14290                 "-Wno-builtin-macro-redefined",
14291                 "-D__DATE__=",
14292                 "-D__TIME__=",
14293                 "-D__TIMESTAMP__=",
14294                 "-funwind-tables",
14295                 "-fcolor-diagnostics",
14296                 "--target=arm-linux-gnueabihf",
14297                 "-march=armv7-a",
14298                 "-mfloat-abi=hard",
14299                 "-mtune=generic-armv7-a",
14300                 "-mfpu=neon",
14301                 "-mthumb",
14302                 "-Wall",
14303                 "-Werror",
14304                 "-Wextra",
14305                 "-Wno-missing-field-initializers",
14306                 "-Wno-unused-parameter",
14307                 "-Wno-c++11-narrowing",
14308                 "-Wno-covered-switch-default",
14309                 "-Wno-unneeded-internal-declaration",
14310                 "-Wno-inconsistent-missing-override",
14311                 "-Wno-undefined-var-template",
14312                 "-Wno-nonportable-include-path",
14313                 "-Wno-address-of-packed-member",
14314                 "-Wno-unused-lambda-capture",
14315                 "-Wno-user-defined-warnings",
14316                 "-O2",
14317                 "-fno-ident",
14318                 "-fdata-sections",
14319                 "-ffunction-sections",
14320                 "-fomit-frame-pointer",
14321                 "-g2",
14322                 "-fvisibility=hidden",
14323                 "-Xclang",
14324                 "-add-plugin",
14325                 "-Xclang",
14326                 "find-bad-constructs",
14327                 "-Xclang",
14328                 "-plugin-arg-find-bad-constructs",
14329                 "-Xclang",
14330                 "check-auto-raw-pointer",
14331                 "-Wheader-hygiene",
14332                 "-Wstring-conversion",
14333                 "-Wtautological-overlap-compare",
14334                 "-Wextra",
14335                 "-Wno-unused-parameter",
14336                 "-Wno-missing-field-initializers",
14337                 "-Wno-strict-overflow",
14338                 "-Wc++11-narrowing",
14339                 "-Wimplicit-fallthrough",
14340                 "-Wthread-safety",
14341                 "-Winconsistent-missing-override",
14342                 "-Wundef",
14343                 "-Wunused-lambda-capture"
14344             ],
14345             "defines": [
14346                 "V8_DEPRECATION_WARNINGS",
14347                 "USE_X11=1",
14348                 "CHROMIUM_BUILD",
14349                 "_FILE_OFFSET_BITS=64",
14350                 "_FORTIFY_SOURCE=2",
14351                 "NDEBUG",
14352                 "NVALGRIND",
14353                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14354                 "WEBRTC_ENABLE_PROTOBUF=0",
14355                 "WEBRTC_RESTRICT_LOGGING",
14356                 "WEBRTC_ARCH_ARM",
14357                 "WEBRTC_ARCH_ARM_V7",
14358                 "WEBRTC_HAS_NEON",
14359                 "WEBRTC_MOZILLA_BUILD",
14360                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14361                 "WEBRTC_POSIX",
14362                 "WEBRTC_BSD"
14363             ],
14364             "deps": [
14365                 "//rtc_base:rtc_base_approved",
14366                 "//rtc_base:sequenced_task_checker"
14367             ],
14368             "include_dirs": [
14369                 "//",
14370                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14371             ],
14372             "libs": [],
14373             "sources": [
14374                 "//rtc_base/weak_ptr.cc",
14375                 "//rtc_base/weak_ptr.h"
14376             ],
14377             "type": "static_library"
14378         },
14379         "//system_wrappers:cpu_features_api": {
14380             "cflags": [
14381                 "-fno-strict-aliasing",
14382                 "--param=ssp-buffer-size=4",
14383                 "-fstack-protector",
14384                 "-Wno-builtin-macro-redefined",
14385                 "-D__DATE__=",
14386                 "-D__TIME__=",
14387                 "-D__TIMESTAMP__=",
14388                 "-funwind-tables",
14389                 "-fcolor-diagnostics",
14390                 "--target=arm-linux-gnueabihf",
14391                 "-march=armv7-a",
14392                 "-mfloat-abi=hard",
14393                 "-mtune=generic-armv7-a",
14394                 "-mfpu=neon",
14395                 "-mthumb",
14396                 "-Wall",
14397                 "-Werror",
14398                 "-Wextra",
14399                 "-Wno-missing-field-initializers",
14400                 "-Wno-unused-parameter",
14401                 "-Wno-c++11-narrowing",
14402                 "-Wno-covered-switch-default",
14403                 "-Wno-unneeded-internal-declaration",
14404                 "-Wno-inconsistent-missing-override",
14405                 "-Wno-undefined-var-template",
14406                 "-Wno-nonportable-include-path",
14407                 "-Wno-address-of-packed-member",
14408                 "-Wno-unused-lambda-capture",
14409                 "-Wno-user-defined-warnings",
14410                 "-O2",
14411                 "-fno-ident",
14412                 "-fdata-sections",
14413                 "-ffunction-sections",
14414                 "-fomit-frame-pointer",
14415                 "-g2",
14416                 "-fvisibility=hidden",
14417                 "-Xclang",
14418                 "-add-plugin",
14419                 "-Xclang",
14420                 "find-bad-constructs",
14421                 "-Xclang",
14422                 "-plugin-arg-find-bad-constructs",
14423                 "-Xclang",
14424                 "check-auto-raw-pointer",
14425                 "-Wheader-hygiene",
14426                 "-Wstring-conversion",
14427                 "-Wtautological-overlap-compare",
14428                 "-Wextra",
14429                 "-Wno-unused-parameter",
14430                 "-Wno-missing-field-initializers",
14431                 "-Wno-strict-overflow",
14432                 "-Wc++11-narrowing",
14433                 "-Wimplicit-fallthrough",
14434                 "-Wthread-safety",
14435                 "-Winconsistent-missing-override",
14436                 "-Wundef",
14437                 "-Wunused-lambda-capture"
14438             ],
14439             "defines": [
14440                 "V8_DEPRECATION_WARNINGS",
14441                 "USE_X11=1",
14442                 "CHROMIUM_BUILD",
14443                 "_FILE_OFFSET_BITS=64",
14444                 "_FORTIFY_SOURCE=2",
14445                 "NDEBUG",
14446                 "NVALGRIND",
14447                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14448                 "WEBRTC_ENABLE_PROTOBUF=0",
14449                 "WEBRTC_RESTRICT_LOGGING",
14450                 "WEBRTC_ARCH_ARM",
14451                 "WEBRTC_ARCH_ARM_V7",
14452                 "WEBRTC_HAS_NEON",
14453                 "WEBRTC_MOZILLA_BUILD",
14454                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14455                 "WEBRTC_POSIX",
14456                 "WEBRTC_BSD"
14457             ],
14458             "deps": [
14459                 "//:webrtc_common"
14460             ],
14461             "include_dirs": [
14462                 "//",
14463                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14464             ],
14465             "libs": [],
14466             "sources": [
14467                 "//system_wrappers/include/cpu_features_wrapper.h"
14468             ],
14469             "type": "source_set"
14470         },
14471         "//system_wrappers:field_trial_api": {
14472             "cflags": [
14473                 "-fno-strict-aliasing",
14474                 "--param=ssp-buffer-size=4",
14475                 "-fstack-protector",
14476                 "-Wno-builtin-macro-redefined",
14477                 "-D__DATE__=",
14478                 "-D__TIME__=",
14479                 "-D__TIMESTAMP__=",
14480                 "-funwind-tables",
14481                 "-fcolor-diagnostics",
14482                 "--target=arm-linux-gnueabihf",
14483                 "-march=armv7-a",
14484                 "-mfloat-abi=hard",
14485                 "-mtune=generic-armv7-a",
14486                 "-mfpu=neon",
14487                 "-mthumb",
14488                 "-Wall",
14489                 "-Werror",
14490                 "-Wextra",
14491                 "-Wno-missing-field-initializers",
14492                 "-Wno-unused-parameter",
14493                 "-Wno-c++11-narrowing",
14494                 "-Wno-covered-switch-default",
14495                 "-Wno-unneeded-internal-declaration",
14496                 "-Wno-inconsistent-missing-override",
14497                 "-Wno-undefined-var-template",
14498                 "-Wno-nonportable-include-path",
14499                 "-Wno-address-of-packed-member",
14500                 "-Wno-unused-lambda-capture",
14501                 "-Wno-user-defined-warnings",
14502                 "-O2",
14503                 "-fno-ident",
14504                 "-fdata-sections",
14505                 "-ffunction-sections",
14506                 "-fomit-frame-pointer",
14507                 "-g2",
14508                 "-fvisibility=hidden",
14509                 "-Xclang",
14510                 "-add-plugin",
14511                 "-Xclang",
14512                 "find-bad-constructs",
14513                 "-Xclang",
14514                 "-plugin-arg-find-bad-constructs",
14515                 "-Xclang",
14516                 "check-auto-raw-pointer",
14517                 "-Wheader-hygiene",
14518                 "-Wstring-conversion",
14519                 "-Wtautological-overlap-compare",
14520                 "-Wextra",
14521                 "-Wno-unused-parameter",
14522                 "-Wno-missing-field-initializers",
14523                 "-Wno-strict-overflow",
14524                 "-Wc++11-narrowing",
14525                 "-Wimplicit-fallthrough",
14526                 "-Wthread-safety",
14527                 "-Winconsistent-missing-override",
14528                 "-Wundef",
14529                 "-Wunused-lambda-capture"
14530             ],
14531             "defines": [
14532                 "V8_DEPRECATION_WARNINGS",
14533                 "USE_X11=1",
14534                 "CHROMIUM_BUILD",
14535                 "_FILE_OFFSET_BITS=64",
14536                 "_FORTIFY_SOURCE=2",
14537                 "NDEBUG",
14538                 "NVALGRIND",
14539                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14540                 "WEBRTC_ENABLE_PROTOBUF=0",
14541                 "WEBRTC_RESTRICT_LOGGING",
14542                 "WEBRTC_ARCH_ARM",
14543                 "WEBRTC_ARCH_ARM_V7",
14544                 "WEBRTC_HAS_NEON",
14545                 "WEBRTC_MOZILLA_BUILD",
14546                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14547                 "WEBRTC_POSIX",
14548                 "WEBRTC_BSD"
14549             ],
14550             "deps": [],
14551             "include_dirs": [
14552                 "//",
14553                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14554             ],
14555             "libs": [],
14556             "sources": [
14557                 "//system_wrappers/include/field_trial.h"
14558             ],
14559             "type": "source_set"
14560         },
14561         "//system_wrappers:field_trial_default": {
14562             "cflags": [
14563                 "-fno-strict-aliasing",
14564                 "--param=ssp-buffer-size=4",
14565                 "-fstack-protector",
14566                 "-Wno-builtin-macro-redefined",
14567                 "-D__DATE__=",
14568                 "-D__TIME__=",
14569                 "-D__TIMESTAMP__=",
14570                 "-funwind-tables",
14571                 "-fcolor-diagnostics",
14572                 "--target=arm-linux-gnueabihf",
14573                 "-march=armv7-a",
14574                 "-mfloat-abi=hard",
14575                 "-mtune=generic-armv7-a",
14576                 "-mfpu=neon",
14577                 "-mthumb",
14578                 "-Wall",
14579                 "-Werror",
14580                 "-Wextra",
14581                 "-Wno-missing-field-initializers",
14582                 "-Wno-unused-parameter",
14583                 "-Wno-c++11-narrowing",
14584                 "-Wno-covered-switch-default",
14585                 "-Wno-unneeded-internal-declaration",
14586                 "-Wno-inconsistent-missing-override",
14587                 "-Wno-undefined-var-template",
14588                 "-Wno-nonportable-include-path",
14589                 "-Wno-address-of-packed-member",
14590                 "-Wno-unused-lambda-capture",
14591                 "-Wno-user-defined-warnings",
14592                 "-O2",
14593                 "-fno-ident",
14594                 "-fdata-sections",
14595                 "-ffunction-sections",
14596                 "-fomit-frame-pointer",
14597                 "-g2",
14598                 "-fvisibility=hidden",
14599                 "-Xclang",
14600                 "-add-plugin",
14601                 "-Xclang",
14602                 "find-bad-constructs",
14603                 "-Xclang",
14604                 "-plugin-arg-find-bad-constructs",
14605                 "-Xclang",
14606                 "check-auto-raw-pointer",
14607                 "-Wheader-hygiene",
14608                 "-Wstring-conversion",
14609                 "-Wtautological-overlap-compare",
14610                 "-Wextra",
14611                 "-Wno-unused-parameter",
14612                 "-Wno-missing-field-initializers",
14613                 "-Wno-strict-overflow",
14614                 "-Wc++11-narrowing",
14615                 "-Wimplicit-fallthrough",
14616                 "-Wthread-safety",
14617                 "-Winconsistent-missing-override",
14618                 "-Wundef",
14619                 "-Wunused-lambda-capture"
14620             ],
14621             "defines": [
14622                 "V8_DEPRECATION_WARNINGS",
14623                 "USE_X11=1",
14624                 "CHROMIUM_BUILD",
14625                 "_FILE_OFFSET_BITS=64",
14626                 "_FORTIFY_SOURCE=2",
14627                 "NDEBUG",
14628                 "NVALGRIND",
14629                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14630                 "WEBRTC_ENABLE_PROTOBUF=0",
14631                 "WEBRTC_RESTRICT_LOGGING",
14632                 "WEBRTC_ARCH_ARM",
14633                 "WEBRTC_ARCH_ARM_V7",
14634                 "WEBRTC_HAS_NEON",
14635                 "WEBRTC_MOZILLA_BUILD",
14636                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14637                 "WEBRTC_POSIX",
14638                 "WEBRTC_BSD"
14639             ],
14640             "deps": [
14641                 "//system_wrappers:field_trial_api"
14642             ],
14643             "include_dirs": [
14644                 "//",
14645                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14646             ],
14647             "libs": [],
14648             "sources": [
14649                 "//system_wrappers/include/field_trial_default.h",
14650                 "//system_wrappers/source/field_trial_default.cc"
14651             ],
14652             "type": "source_set"
14653         },
14654         "//system_wrappers:metrics_api": {
14655             "cflags": [
14656                 "-fno-strict-aliasing",
14657                 "--param=ssp-buffer-size=4",
14658                 "-fstack-protector",
14659                 "-Wno-builtin-macro-redefined",
14660                 "-D__DATE__=",
14661                 "-D__TIME__=",
14662                 "-D__TIMESTAMP__=",
14663                 "-funwind-tables",
14664                 "-fcolor-diagnostics",
14665                 "--target=arm-linux-gnueabihf",
14666                 "-march=armv7-a",
14667                 "-mfloat-abi=hard",
14668                 "-mtune=generic-armv7-a",
14669                 "-mfpu=neon",
14670                 "-mthumb",
14671                 "-Wall",
14672                 "-Werror",
14673                 "-Wextra",
14674                 "-Wno-missing-field-initializers",
14675                 "-Wno-unused-parameter",
14676                 "-Wno-c++11-narrowing",
14677                 "-Wno-covered-switch-default",
14678                 "-Wno-unneeded-internal-declaration",
14679                 "-Wno-inconsistent-missing-override",
14680                 "-Wno-undefined-var-template",
14681                 "-Wno-nonportable-include-path",
14682                 "-Wno-address-of-packed-member",
14683                 "-Wno-unused-lambda-capture",
14684                 "-Wno-user-defined-warnings",
14685                 "-O2",
14686                 "-fno-ident",
14687                 "-fdata-sections",
14688                 "-ffunction-sections",
14689                 "-fomit-frame-pointer",
14690                 "-g2",
14691                 "-fvisibility=hidden",
14692                 "-Xclang",
14693                 "-add-plugin",
14694                 "-Xclang",
14695                 "find-bad-constructs",
14696                 "-Xclang",
14697                 "-plugin-arg-find-bad-constructs",
14698                 "-Xclang",
14699                 "check-auto-raw-pointer",
14700                 "-Wheader-hygiene",
14701                 "-Wstring-conversion",
14702                 "-Wtautological-overlap-compare",
14703                 "-Wextra",
14704                 "-Wno-unused-parameter",
14705                 "-Wno-missing-field-initializers",
14706                 "-Wno-strict-overflow",
14707                 "-Wc++11-narrowing",
14708                 "-Wimplicit-fallthrough",
14709                 "-Wthread-safety",
14710                 "-Winconsistent-missing-override",
14711                 "-Wundef",
14712                 "-Wunused-lambda-capture"
14713             ],
14714             "defines": [
14715                 "V8_DEPRECATION_WARNINGS",
14716                 "USE_X11=1",
14717                 "CHROMIUM_BUILD",
14718                 "_FILE_OFFSET_BITS=64",
14719                 "_FORTIFY_SOURCE=2",
14720                 "NDEBUG",
14721                 "NVALGRIND",
14722                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14723                 "WEBRTC_ENABLE_PROTOBUF=0",
14724                 "WEBRTC_RESTRICT_LOGGING",
14725                 "WEBRTC_ARCH_ARM",
14726                 "WEBRTC_ARCH_ARM_V7",
14727                 "WEBRTC_HAS_NEON",
14728                 "WEBRTC_MOZILLA_BUILD",
14729                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14730                 "WEBRTC_POSIX",
14731                 "WEBRTC_BSD"
14732             ],
14733             "deps": [
14734                 "//:webrtc_common",
14735                 "//rtc_base:rtc_base_approved"
14736             ],
14737             "include_dirs": [
14738                 "//",
14739                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14740             ],
14741             "libs": [],
14742             "sources": [
14743                 "//system_wrappers/include/metrics.h"
14744             ],
14745             "type": "source_set"
14746         },
14747         "//system_wrappers:metrics_default": {
14748             "cflags": [
14749                 "-fno-strict-aliasing",
14750                 "--param=ssp-buffer-size=4",
14751                 "-fstack-protector",
14752                 "-Wno-builtin-macro-redefined",
14753                 "-D__DATE__=",
14754                 "-D__TIME__=",
14755                 "-D__TIMESTAMP__=",
14756                 "-funwind-tables",
14757                 "-fcolor-diagnostics",
14758                 "--target=arm-linux-gnueabihf",
14759                 "-march=armv7-a",
14760                 "-mfloat-abi=hard",
14761                 "-mtune=generic-armv7-a",
14762                 "-mfpu=neon",
14763                 "-mthumb",
14764                 "-Wall",
14765                 "-Werror",
14766                 "-Wextra",
14767                 "-Wno-missing-field-initializers",
14768                 "-Wno-unused-parameter",
14769                 "-Wno-c++11-narrowing",
14770                 "-Wno-covered-switch-default",
14771                 "-Wno-unneeded-internal-declaration",
14772                 "-Wno-inconsistent-missing-override",
14773                 "-Wno-undefined-var-template",
14774                 "-Wno-nonportable-include-path",
14775                 "-Wno-address-of-packed-member",
14776                 "-Wno-unused-lambda-capture",
14777                 "-Wno-user-defined-warnings",
14778                 "-O2",
14779                 "-fno-ident",
14780                 "-fdata-sections",
14781                 "-ffunction-sections",
14782                 "-fomit-frame-pointer",
14783                 "-g2",
14784                 "-fvisibility=hidden",
14785                 "-Xclang",
14786                 "-add-plugin",
14787                 "-Xclang",
14788                 "find-bad-constructs",
14789                 "-Xclang",
14790                 "-plugin-arg-find-bad-constructs",
14791                 "-Xclang",
14792                 "check-auto-raw-pointer",
14793                 "-Wheader-hygiene",
14794                 "-Wstring-conversion",
14795                 "-Wtautological-overlap-compare",
14796                 "-Wextra",
14797                 "-Wno-unused-parameter",
14798                 "-Wno-missing-field-initializers",
14799                 "-Wno-strict-overflow",
14800                 "-Wc++11-narrowing",
14801                 "-Wimplicit-fallthrough",
14802                 "-Wthread-safety",
14803                 "-Winconsistent-missing-override",
14804                 "-Wundef",
14805                 "-Wunused-lambda-capture"
14806             ],
14807             "defines": [
14808                 "V8_DEPRECATION_WARNINGS",
14809                 "USE_X11=1",
14810                 "CHROMIUM_BUILD",
14811                 "_FILE_OFFSET_BITS=64",
14812                 "_FORTIFY_SOURCE=2",
14813                 "NDEBUG",
14814                 "NVALGRIND",
14815                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14816                 "WEBRTC_ENABLE_PROTOBUF=0",
14817                 "WEBRTC_RESTRICT_LOGGING",
14818                 "WEBRTC_ARCH_ARM",
14819                 "WEBRTC_ARCH_ARM_V7",
14820                 "WEBRTC_HAS_NEON",
14821                 "WEBRTC_MOZILLA_BUILD",
14822                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14823                 "WEBRTC_POSIX",
14824                 "WEBRTC_BSD"
14825             ],
14826             "deps": [
14827                 "//rtc_base:rtc_base_approved",
14828                 "//system_wrappers:metrics_api"
14829             ],
14830             "include_dirs": [
14831                 "//",
14832                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14833             ],
14834             "libs": [],
14835             "sources": [
14836                 "//system_wrappers/include/metrics_default.h",
14837                 "//system_wrappers/source/metrics_default.cc"
14838             ],
14839             "type": "source_set"
14840         },
14841         "//system_wrappers:system_wrappers": {
14842             "cflags": [
14843                 "-fno-strict-aliasing",
14844                 "--param=ssp-buffer-size=4",
14845                 "-fstack-protector",
14846                 "-Wno-builtin-macro-redefined",
14847                 "-D__DATE__=",
14848                 "-D__TIME__=",
14849                 "-D__TIMESTAMP__=",
14850                 "-funwind-tables",
14851                 "-fcolor-diagnostics",
14852                 "--target=arm-linux-gnueabihf",
14853                 "-march=armv7-a",
14854                 "-mfloat-abi=hard",
14855                 "-mtune=generic-armv7-a",
14856                 "-mfpu=neon",
14857                 "-mthumb",
14858                 "-Wall",
14859                 "-Werror",
14860                 "-Wextra",
14861                 "-Wno-missing-field-initializers",
14862                 "-Wno-unused-parameter",
14863                 "-Wno-c++11-narrowing",
14864                 "-Wno-covered-switch-default",
14865                 "-Wno-unneeded-internal-declaration",
14866                 "-Wno-inconsistent-missing-override",
14867                 "-Wno-undefined-var-template",
14868                 "-Wno-nonportable-include-path",
14869                 "-Wno-address-of-packed-member",
14870                 "-Wno-unused-lambda-capture",
14871                 "-Wno-user-defined-warnings",
14872                 "-O2",
14873                 "-fno-ident",
14874                 "-fdata-sections",
14875                 "-ffunction-sections",
14876                 "-fomit-frame-pointer",
14877                 "-g2",
14878                 "-fvisibility=hidden",
14879                 "-Xclang",
14880                 "-add-plugin",
14881                 "-Xclang",
14882                 "find-bad-constructs",
14883                 "-Xclang",
14884                 "-plugin-arg-find-bad-constructs",
14885                 "-Xclang",
14886                 "check-auto-raw-pointer",
14887                 "-Wheader-hygiene",
14888                 "-Wstring-conversion",
14889                 "-Wtautological-overlap-compare",
14890                 "-Wextra",
14891                 "-Wno-unused-parameter",
14892                 "-Wno-missing-field-initializers",
14893                 "-Wno-strict-overflow",
14894                 "-Wc++11-narrowing",
14895                 "-Wimplicit-fallthrough",
14896                 "-Wthread-safety",
14897                 "-Winconsistent-missing-override",
14898                 "-Wundef",
14899                 "-Wunused-lambda-capture"
14900             ],
14901             "defines": [
14902                 "WEBRTC_THREAD_RR",
14903                 "V8_DEPRECATION_WARNINGS",
14904                 "USE_X11=1",
14905                 "CHROMIUM_BUILD",
14906                 "_FILE_OFFSET_BITS=64",
14907                 "_FORTIFY_SOURCE=2",
14908                 "NDEBUG",
14909                 "NVALGRIND",
14910                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14911                 "WEBRTC_ENABLE_PROTOBUF=0",
14912                 "WEBRTC_RESTRICT_LOGGING",
14913                 "WEBRTC_ARCH_ARM",
14914                 "WEBRTC_ARCH_ARM_V7",
14915                 "WEBRTC_HAS_NEON",
14916                 "WEBRTC_MOZILLA_BUILD",
14917                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14918                 "WEBRTC_POSIX",
14919                 "WEBRTC_BSD"
14920             ],
14921             "deps": [
14922                 "//:webrtc_common",
14923                 "//api:optional",
14924                 "//modules:module_api_public",
14925                 "//rtc_base:rtc_base_approved",
14926                 "//rtc_base:rtc_numerics",
14927                 "//system_wrappers:cpu_features_api",
14928                 "//system_wrappers:field_trial_api",
14929                 "//system_wrappers:metrics_api"
14930             ],
14931             "include_dirs": [
14932                 "//",
14933                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/"
14934             ],
14935             "libs": [],
14936             "sources": [
14937                 "//system_wrappers/include/aligned_array.h",
14938                 "//system_wrappers/include/aligned_malloc.h",
14939                 "//system_wrappers/include/atomic32.h",
14940                 "//system_wrappers/include/clock.h",
14941                 "//system_wrappers/include/cpu_info.h",
14942                 "//system_wrappers/include/event_wrapper.h",
14943                 "//system_wrappers/include/file_wrapper.h",
14944                 "//system_wrappers/include/ntp_time.h",
14945                 "//system_wrappers/include/rtp_to_ntp_estimator.h",
14946                 "//system_wrappers/include/rw_lock_wrapper.h",
14947                 "//system_wrappers/include/sleep.h",
14948                 "//system_wrappers/include/timestamp_extrapolator.h",
14949                 "//system_wrappers/source/aligned_malloc.cc",
14950                 "//system_wrappers/source/atomic32.cc",
14951                 "//system_wrappers/source/clock.cc",
14952                 "//system_wrappers/source/cpu_features.cc",
14953                 "//system_wrappers/source/cpu_info.cc",
14954                 "//system_wrappers/source/event.cc",
14955                 "//system_wrappers/source/event_timer_posix.cc",
14956                 "//system_wrappers/source/event_timer_posix.h",
14957                 "//system_wrappers/source/file_impl.cc",
14958                 "//system_wrappers/source/rtp_to_ntp_estimator.cc",
14959                 "//system_wrappers/source/rw_lock.cc",
14960                 "//system_wrappers/source/rw_lock_posix.cc",
14961                 "//system_wrappers/source/rw_lock_posix.h",
14962                 "//system_wrappers/source/sleep.cc",
14963                 "//system_wrappers/source/timestamp_extrapolator.cc"
14964             ],
14965             "type": "static_library"
14966         },
14967         "//video:video": {
14968             "cflags": [
14969                 "-fno-strict-aliasing",
14970                 "--param=ssp-buffer-size=4",
14971                 "-fstack-protector",
14972                 "-Wno-builtin-macro-redefined",
14973                 "-D__DATE__=",
14974                 "-D__TIME__=",
14975                 "-D__TIMESTAMP__=",
14976                 "-funwind-tables",
14977                 "-fcolor-diagnostics",
14978                 "--target=arm-linux-gnueabihf",
14979                 "-march=armv7-a",
14980                 "-mfloat-abi=hard",
14981                 "-mtune=generic-armv7-a",
14982                 "-mfpu=neon",
14983                 "-mthumb",
14984                 "-Wall",
14985                 "-Werror",
14986                 "-Wextra",
14987                 "-Wno-missing-field-initializers",
14988                 "-Wno-unused-parameter",
14989                 "-Wno-c++11-narrowing",
14990                 "-Wno-covered-switch-default",
14991                 "-Wno-unneeded-internal-declaration",
14992                 "-Wno-inconsistent-missing-override",
14993                 "-Wno-undefined-var-template",
14994                 "-Wno-nonportable-include-path",
14995                 "-Wno-address-of-packed-member",
14996                 "-Wno-unused-lambda-capture",
14997                 "-Wno-user-defined-warnings",
14998                 "-O2",
14999                 "-fno-ident",
15000                 "-fdata-sections",
15001                 "-ffunction-sections",
15002                 "-fomit-frame-pointer",
15003                 "-g2",
15004                 "-fvisibility=hidden",
15005                 "-Wheader-hygiene",
15006                 "-Wstring-conversion",
15007                 "-Wtautological-overlap-compare",
15008                 "-Wextra",
15009                 "-Wno-unused-parameter",
15010                 "-Wno-missing-field-initializers",
15011                 "-Wno-strict-overflow",
15012                 "-Wc++11-narrowing",
15013                 "-Wimplicit-fallthrough",
15014                 "-Wthread-safety",
15015                 "-Winconsistent-missing-override",
15016                 "-Wundef",
15017                 "-Wunused-lambda-capture"
15018             ],
15019             "defines": [
15020                 "V8_DEPRECATION_WARNINGS",
15021                 "USE_X11=1",
15022                 "CHROMIUM_BUILD",
15023                 "_FILE_OFFSET_BITS=64",
15024                 "_FORTIFY_SOURCE=2",
15025                 "NDEBUG",
15026                 "NVALGRIND",
15027                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15028                 "WEBRTC_ENABLE_PROTOBUF=0",
15029                 "WEBRTC_RESTRICT_LOGGING",
15030                 "WEBRTC_ARCH_ARM",
15031                 "WEBRTC_ARCH_ARM_V7",
15032                 "WEBRTC_HAS_NEON",
15033                 "WEBRTC_MOZILLA_BUILD",
15034                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15035                 "WEBRTC_POSIX",
15036                 "WEBRTC_BSD"
15037             ],
15038             "deps": [
15039                 "//:webrtc_common",
15040                 "//api:optional",
15041                 "//api:transport_api",
15042                 "//api:video_frame_api_i420",
15043                 "//api/video_codecs:video_codecs_api",
15044                 "//call:bitrate_allocator",
15045                 "//call:call_interfaces",
15046                 "//call:rtp_interfaces",
15047                 "//call:rtp_receiver",
15048                 "//call:video_stream_api",
15049                 "//common_video:common_video",
15050                 "//logging:rtc_event_log_api",
15051                 "//modules:module_api",
15052                 "//modules/bitrate_controller:bitrate_controller",
15053                 "//modules/congestion_controller:congestion_controller",
15054                 "//modules/pacing:pacing",
15055                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
15056                 "//modules/rtp_rtcp:rtp_rtcp",
15057                 "//modules/utility:utility",
15058                 "//modules/video_coding:video_coding",
15059                 "//modules/video_coding:video_coding_utility",
15060                 "//modules/video_coding:webrtc_vp8",
15061                 "//modules/video_processing:video_processing",
15062                 "//rtc_base:rtc_base_approved",
15063                 "//rtc_base:rtc_numerics",
15064                 "//rtc_base:rtc_task_queue",
15065                 "//rtc_base:sequenced_task_checker",
15066                 "//rtc_base:weak_ptr",
15067                 "//system_wrappers:system_wrappers",
15068                 "//voice_engine:voice_engine"
15069             ],
15070             "include_dirs": [
15071                 "//",
15072                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
15073                 "//common_video/include/",
15074                 "/media/libyuv/libyuv/include/",
15075                 "//modules/audio_coding/include/",
15076                 "//modules/include/"
15077             ],
15078             "libs": [],
15079             "sources": [
15080                 "//video/call_stats.cc",
15081                 "//video/call_stats.h",
15082                 "//video/encoder_rtcp_feedback.cc",
15083                 "//video/encoder_rtcp_feedback.h",
15084                 "//video/overuse_frame_detector.cc",
15085                 "//video/overuse_frame_detector.h",
15086                 "//video/payload_router.cc",
15087                 "//video/payload_router.h",
15088                 "//video/quality_threshold.cc",
15089                 "//video/quality_threshold.h",
15090                 "//video/receive_statistics_proxy.cc",
15091                 "//video/receive_statistics_proxy.h",
15092                 "//video/report_block_stats.cc",
15093                 "//video/report_block_stats.h",
15094                 "//video/rtp_streams_synchronizer.cc",
15095                 "//video/rtp_streams_synchronizer.h",
15096                 "//video/rtp_video_stream_receiver.cc",
15097                 "//video/rtp_video_stream_receiver.h",
15098                 "//video/send_delay_stats.cc",
15099                 "//video/send_delay_stats.h",
15100                 "//video/send_statistics_proxy.cc",
15101                 "//video/send_statistics_proxy.h",
15102                 "//video/stats_counter.cc",
15103                 "//video/stats_counter.h",
15104                 "//video/stream_synchronization.cc",
15105                 "//video/stream_synchronization.h",
15106                 "//video/transport_adapter.cc",
15107                 "//video/transport_adapter.h",
15108                 "//video/video_receive_stream.cc",
15109                 "//video/video_receive_stream.h",
15110                 "//video/video_send_stream.cc",
15111                 "//video/video_send_stream.h",
15112                 "//video/video_stream_decoder.cc",
15113                 "//video/video_stream_decoder.h",
15114                 "//video/video_stream_encoder.cc",
15115                 "//video/video_stream_encoder.h"
15116             ],
15117             "type": "static_library"
15118         },
15119         "//voice_engine:audio_level": {
15120             "cflags": [
15121                 "-fno-strict-aliasing",
15122                 "--param=ssp-buffer-size=4",
15123                 "-fstack-protector",
15124                 "-Wno-builtin-macro-redefined",
15125                 "-D__DATE__=",
15126                 "-D__TIME__=",
15127                 "-D__TIMESTAMP__=",
15128                 "-funwind-tables",
15129                 "-fcolor-diagnostics",
15130                 "--target=arm-linux-gnueabihf",
15131                 "-march=armv7-a",
15132                 "-mfloat-abi=hard",
15133                 "-mtune=generic-armv7-a",
15134                 "-mfpu=neon",
15135                 "-mthumb",
15136                 "-Wall",
15137                 "-Werror",
15138                 "-Wextra",
15139                 "-Wno-missing-field-initializers",
15140                 "-Wno-unused-parameter",
15141                 "-Wno-c++11-narrowing",
15142                 "-Wno-covered-switch-default",
15143                 "-Wno-unneeded-internal-declaration",
15144                 "-Wno-inconsistent-missing-override",
15145                 "-Wno-undefined-var-template",
15146                 "-Wno-nonportable-include-path",
15147                 "-Wno-address-of-packed-member",
15148                 "-Wno-unused-lambda-capture",
15149                 "-Wno-user-defined-warnings",
15150                 "-O2",
15151                 "-fno-ident",
15152                 "-fdata-sections",
15153                 "-ffunction-sections",
15154                 "-fomit-frame-pointer",
15155                 "-g2",
15156                 "-fvisibility=hidden",
15157                 "-Xclang",
15158                 "-add-plugin",
15159                 "-Xclang",
15160                 "find-bad-constructs",
15161                 "-Xclang",
15162                 "-plugin-arg-find-bad-constructs",
15163                 "-Xclang",
15164                 "check-auto-raw-pointer",
15165                 "-Wheader-hygiene",
15166                 "-Wstring-conversion",
15167                 "-Wtautological-overlap-compare",
15168                 "-Wextra",
15169                 "-Wno-unused-parameter",
15170                 "-Wno-missing-field-initializers",
15171                 "-Wno-strict-overflow",
15172                 "-Wc++11-narrowing",
15173                 "-Wimplicit-fallthrough",
15174                 "-Wthread-safety",
15175                 "-Winconsistent-missing-override",
15176                 "-Wundef",
15177                 "-Wunused-lambda-capture"
15178             ],
15179             "defines": [
15180                 "V8_DEPRECATION_WARNINGS",
15181                 "USE_X11=1",
15182                 "CHROMIUM_BUILD",
15183                 "_FILE_OFFSET_BITS=64",
15184                 "_FORTIFY_SOURCE=2",
15185                 "NDEBUG",
15186                 "NVALGRIND",
15187                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15188                 "WEBRTC_ENABLE_PROTOBUF=0",
15189                 "WEBRTC_RESTRICT_LOGGING",
15190                 "WEBRTC_ARCH_ARM",
15191                 "WEBRTC_ARCH_ARM_V7",
15192                 "WEBRTC_HAS_NEON",
15193                 "WEBRTC_MOZILLA_BUILD",
15194                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15195                 "WEBRTC_POSIX",
15196                 "WEBRTC_BSD"
15197             ],
15198             "deps": [
15199                 "//:webrtc_common",
15200                 "//common_audio:common_audio",
15201                 "//modules:module_api",
15202                 "//rtc_base:rtc_base_approved"
15203             ],
15204             "include_dirs": [
15205                 "//",
15206                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
15207                 "//common_audio/resampler/include/",
15208                 "//common_audio/signal_processing/include/",
15209                 "//common_audio/vad/include/"
15210             ],
15211             "libs": [],
15212             "sources": [
15213                 "//voice_engine/audio_level.cc",
15214                 "//voice_engine/audio_level.h"
15215             ],
15216             "type": "static_library"
15217         },
15218         "//voice_engine:voice_engine": {
15219             "cflags": [
15220                 "-fno-strict-aliasing",
15221                 "--param=ssp-buffer-size=4",
15222                 "-fstack-protector",
15223                 "-Wno-builtin-macro-redefined",
15224                 "-D__DATE__=",
15225                 "-D__TIME__=",
15226                 "-D__TIMESTAMP__=",
15227                 "-funwind-tables",
15228                 "-fcolor-diagnostics",
15229                 "--target=arm-linux-gnueabihf",
15230                 "-march=armv7-a",
15231                 "-mfloat-abi=hard",
15232                 "-mtune=generic-armv7-a",
15233                 "-mfpu=neon",
15234                 "-mthumb",
15235                 "-Wall",
15236                 "-Werror",
15237                 "-Wextra",
15238                 "-Wno-missing-field-initializers",
15239                 "-Wno-unused-parameter",
15240                 "-Wno-c++11-narrowing",
15241                 "-Wno-covered-switch-default",
15242                 "-Wno-unneeded-internal-declaration",
15243                 "-Wno-inconsistent-missing-override",
15244                 "-Wno-undefined-var-template",
15245                 "-Wno-nonportable-include-path",
15246                 "-Wno-address-of-packed-member",
15247                 "-Wno-unused-lambda-capture",
15248                 "-Wno-user-defined-warnings",
15249                 "-O2",
15250                 "-fno-ident",
15251                 "-fdata-sections",
15252                 "-ffunction-sections",
15253                 "-fomit-frame-pointer",
15254                 "-g2",
15255                 "-fvisibility=hidden",
15256                 "-Wheader-hygiene",
15257                 "-Wstring-conversion",
15258                 "-Wtautological-overlap-compare",
15259                 "-Wextra",
15260                 "-Wno-unused-parameter",
15261                 "-Wno-missing-field-initializers",
15262                 "-Wno-strict-overflow",
15263                 "-Wc++11-narrowing",
15264                 "-Wimplicit-fallthrough",
15265                 "-Wthread-safety",
15266                 "-Winconsistent-missing-override",
15267                 "-Wundef",
15268                 "-Wunused-lambda-capture"
15269             ],
15270             "defines": [
15271                 "V8_DEPRECATION_WARNINGS",
15272                 "USE_X11=1",
15273                 "CHROMIUM_BUILD",
15274                 "_FILE_OFFSET_BITS=64",
15275                 "_FORTIFY_SOURCE=2",
15276                 "NDEBUG",
15277                 "NVALGRIND",
15278                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15279                 "WEBRTC_ENABLE_PROTOBUF=0",
15280                 "WEBRTC_RESTRICT_LOGGING",
15281                 "WEBRTC_ARCH_ARM",
15282                 "WEBRTC_ARCH_ARM_V7",
15283                 "WEBRTC_HAS_NEON",
15284                 "WEBRTC_MOZILLA_BUILD",
15285                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15286                 "WEBRTC_POSIX",
15287                 "WEBRTC_BSD"
15288             ],
15289             "deps": [
15290                 "//:webrtc_common",
15291                 "//api:array_view",
15292                 "//api:audio_mixer_api",
15293                 "//api:call_api",
15294                 "//api:optional",
15295                 "//api:refcountedbase",
15296                 "//api:transport_api",
15297                 "//api/audio_codecs:audio_codecs_api",
15298                 "//audio/utility:audio_frame_operations",
15299                 "//call:rtp_interfaces",
15300                 "//common_audio:common_audio",
15301                 "//logging:rtc_event_log_api",
15302                 "//modules:module_api",
15303                 "//modules/audio_coding:audio_coding",
15304                 "//modules/audio_coding:audio_format_conversion",
15305                 "//modules/audio_coding:audio_network_adaptor_config",
15306                 "//modules/audio_device:audio_device",
15307                 "//modules/audio_processing:audio_processing",
15308                 "//modules/bitrate_controller:bitrate_controller",
15309                 "//modules/media_file:media_file",
15310                 "//modules/pacing:pacing",
15311                 "//modules/rtp_rtcp:rtp_rtcp",
15312                 "//modules/utility:utility",
15313                 "//rtc_base:rtc_base_approved",
15314                 "//rtc_base:rtc_task_queue",
15315                 "//system_wrappers:system_wrappers",
15316                 "//voice_engine:audio_level"
15317             ],
15318             "include_dirs": [
15319                 "//",
15320                 "/tmp/objdir/media/webrtc/trunk/webrtc/gn-output/gen/",
15321                 "//modules/audio_coding/include/",
15322                 "//modules/include/",
15323                 "//common_audio/resampler/include/",
15324                 "//common_audio/signal_processing/include/",
15325                 "//common_audio/vad/include/",
15326                 "//modules/include/",
15327                 "//modules/audio_device/include/",
15328                 "//modules/audio_device/dummy/"
15329             ],
15330             "libs": [],
15331             "sources": [
15332                 "//voice_engine/channel.cc",
15333                 "//voice_engine/channel.h",
15334                 "//voice_engine/channel_manager.cc",
15335                 "//voice_engine/channel_manager.h",
15336                 "//voice_engine/channel_proxy.cc",
15337                 "//voice_engine/channel_proxy.h",
15338                 "//voice_engine/include/voe_base.h",
15339                 "//voice_engine/include/voe_errors.h",
15340                 "//voice_engine/shared_data.cc",
15341                 "//voice_engine/shared_data.h",
15342                 "//voice_engine/transmit_mixer.cc",
15343                 "//voice_engine/transmit_mixer.h",
15344                 "//voice_engine/transport_feedback_packet_loss_tracker.cc",
15345                 "//voice_engine/transport_feedback_packet_loss_tracker.h",
15346                 "//voice_engine/utility.cc",
15347                 "//voice_engine/utility.h",
15348                 "//voice_engine/voe_base_impl.cc",
15349                 "//voice_engine/voe_base_impl.h",
15350                 "//voice_engine/voice_engine_impl.cc",
15351                 "//voice_engine/voice_engine_impl.h"
15352             ],
15353             "type": "static_library"
15354         }
15355     }