Bug 1649121: part 26) Move `CollectTopMostChildContentsCompletelyInRange`. r=masayuki
[gecko.git] / media / webrtc / gn-configs / x64_False_x86_linux.json
blob2910bc6337a50411f47df699de9c5e1045812b65
2     "gn_gen_args": {
3         "host_cpu": "x64",
4         "is_debug": false,
5         "target_cpu": "x86",
6         "target_os": "linux"
7     },
8     "mozbuild_args": {
9         "CPU_ARCH": "x86",
10         "HOST_CPU_ARCH": "x86_64",
11         "MOZ_DEBUG": null,
12         "OS_TARGET": "Linux"
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                 "-fPIC",
32                 "-pipe",
33                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
34                 "-fcolor-diagnostics",
35                 "-m32",
36                 "-msse2",
37                 "-mfpmath=sse",
38                 "-mmmx",
39                 "-momit-leaf-frame-pointer",
40                 "-pthread",
41                 "-mstack-alignment=16",
42                 "-mstackrealign",
43                 "-Wall",
44                 "-Werror",
45                 "-Wextra",
46                 "-Wno-missing-field-initializers",
47                 "-Wno-unused-parameter",
48                 "-Wno-c++11-narrowing",
49                 "-Wno-covered-switch-default",
50                 "-Wno-unneeded-internal-declaration",
51                 "-Wno-inconsistent-missing-override",
52                 "-Wno-deprecated-register",
53                 "-Wno-undefined-var-template",
54                 "-Wno-nonportable-include-path",
55                 "-Wno-address-of-packed-member",
56                 "-Wno-unused-lambda-capture",
57                 "-Wno-user-defined-warnings",
58                 "-O2",
59                 "-fno-ident",
60                 "-fdata-sections",
61                 "-ffunction-sections",
62                 "-fomit-frame-pointer",
63                 "-g0",
64                 "-fvisibility=hidden",
65                 "-Xclang",
66                 "-load",
67                 "-Xclang",
68                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
69                 "-Xclang",
70                 "-add-plugin",
71                 "-Xclang",
72                 "find-bad-constructs",
73                 "-Xclang",
74                 "-plugin-arg-find-bad-constructs",
75                 "-Xclang",
76                 "check-auto-raw-pointer",
77                 "-Xclang",
78                 "-plugin-arg-find-bad-constructs",
79                 "-Xclang",
80                 "check-ipc",
81                 "-Wheader-hygiene",
82                 "-Wstring-conversion",
83                 "-Wtautological-overlap-compare",
84                 "-Wextra",
85                 "-Wno-unused-parameter",
86                 "-Wno-missing-field-initializers",
87                 "-Wno-strict-overflow",
88                 "-Wc++11-narrowing",
89                 "-Wimplicit-fallthrough",
90                 "-Wthread-safety",
91                 "-Winconsistent-missing-override",
92                 "-Wundef",
93                 "-Wunused-lambda-capture"
94             ],
95             "defines": [
96                 "V8_DEPRECATION_WARNINGS",
97                 "USE_NSS_CERTS=1",
98                 "USE_X11=1",
99                 "CHROMIUM_BUILD",
100                 "_FILE_OFFSET_BITS=64",
101                 "NDEBUG",
102                 "NVALGRIND",
103                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
104                 "WEBRTC_ENABLE_PROTOBUF=0",
105                 "WEBRTC_RESTRICT_LOGGING",
106                 "WEBRTC_MOZILLA_BUILD",
107                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
108                 "WEBRTC_POSIX",
109                 "WEBRTC_LINUX",
110                 "HAVE_WEBRTC_VIDEO",
111                 "HAVE_WEBRTC_VOICE"
112             ],
113             "deps": [
114                 "//:webrtc_common",
115                 "//api:base_peerconnection_api",
116                 "//api:transport_api",
117                 "//api:video_frame_api",
118                 "//audio:audio",
119                 "//call:call",
120                 "//common_audio:common_audio",
121                 "//common_video:common_video",
122                 "//media:media",
123                 "//modules:modules",
124                 "//modules/video_capture:video_capture_internal_impl",
125                 "//rtc_base:rtc_base",
126                 "//system_wrappers:field_trial_default",
127                 "//system_wrappers:metrics_default",
128                 "//system_wrappers:system_wrappers_default",
129                 "//video:video",
130                 "//voice_engine:voice_engine"
131             ],
132             "include_dirs": [
133                 "//",
134                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
135                 "//common_audio/resampler/include/",
136                 "//common_audio/signal_processing/include/",
137                 "//common_audio/vad/include/",
138                 "//common_video/include/",
139                 "/media/libyuv/libyuv/include/",
140                 "//modules/audio_coding/include/",
141                 "//modules/include/",
142                 "//modules/include/",
143                 "//modules/audio_device/include/",
144                 "//modules/audio_device/dummy/"
145             ],
146             "libs": [
147                 "rt",
148                 "m",
149                 "X11",
150                 "X11-xcb",
151                 "xcb",
152                 "Xcomposite",
153                 "Xcursor",
154                 "Xdamage",
155                 "Xext",
156                 "Xfixes",
157                 "Xi",
158                 "Xrender"
159             ],
160             "sources": [],
161             "type": "static_library"
162         },
163         "//:webrtc_common": {
164             "cflags": [
165                 "-fno-strict-aliasing",
166                 "--param=ssp-buffer-size=4",
167                 "-fstack-protector",
168                 "-Wno-builtin-macro-redefined",
169                 "-D__DATE__=",
170                 "-D__TIME__=",
171                 "-D__TIMESTAMP__=",
172                 "-funwind-tables",
173                 "-fPIC",
174                 "-pipe",
175                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
176                 "-fcolor-diagnostics",
177                 "-m32",
178                 "-msse2",
179                 "-mfpmath=sse",
180                 "-mmmx",
181                 "-momit-leaf-frame-pointer",
182                 "-pthread",
183                 "-mstack-alignment=16",
184                 "-mstackrealign",
185                 "-Wall",
186                 "-Werror",
187                 "-Wextra",
188                 "-Wno-missing-field-initializers",
189                 "-Wno-unused-parameter",
190                 "-Wno-c++11-narrowing",
191                 "-Wno-covered-switch-default",
192                 "-Wno-unneeded-internal-declaration",
193                 "-Wno-inconsistent-missing-override",
194                 "-Wno-deprecated-register",
195                 "-Wno-undefined-var-template",
196                 "-Wno-nonportable-include-path",
197                 "-Wno-address-of-packed-member",
198                 "-Wno-unused-lambda-capture",
199                 "-Wno-user-defined-warnings",
200                 "-O2",
201                 "-fno-ident",
202                 "-fdata-sections",
203                 "-ffunction-sections",
204                 "-fomit-frame-pointer",
205                 "-g0",
206                 "-fvisibility=hidden",
207                 "-Wheader-hygiene",
208                 "-Wstring-conversion",
209                 "-Wtautological-overlap-compare",
210                 "-Wextra",
211                 "-Wno-unused-parameter",
212                 "-Wno-missing-field-initializers",
213                 "-Wno-strict-overflow",
214                 "-Wc++11-narrowing",
215                 "-Wimplicit-fallthrough",
216                 "-Wthread-safety",
217                 "-Winconsistent-missing-override",
218                 "-Wundef",
219                 "-Wunused-lambda-capture"
220             ],
221             "defines": [
222                 "V8_DEPRECATION_WARNINGS",
223                 "USE_NSS_CERTS=1",
224                 "USE_X11=1",
225                 "CHROMIUM_BUILD",
226                 "_FILE_OFFSET_BITS=64",
227                 "NDEBUG",
228                 "NVALGRIND",
229                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
230                 "WEBRTC_ENABLE_PROTOBUF=0",
231                 "WEBRTC_RESTRICT_LOGGING",
232                 "WEBRTC_MOZILLA_BUILD",
233                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
234                 "WEBRTC_POSIX",
235                 "WEBRTC_LINUX"
236             ],
237             "deps": [],
238             "include_dirs": [
239                 "//",
240                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
241             ],
242             "libs": [],
243             "sources": [
244                 "//common_types.cc",
245                 "//common_types.h",
246                 "//typedefs.h"
247             ],
248             "type": "static_library"
249         },
250         "//api/audio_codecs/L16:audio_decoder_L16": {
251             "cflags": [
252                 "-fno-strict-aliasing",
253                 "--param=ssp-buffer-size=4",
254                 "-fstack-protector",
255                 "-Wno-builtin-macro-redefined",
256                 "-D__DATE__=",
257                 "-D__TIME__=",
258                 "-D__TIMESTAMP__=",
259                 "-funwind-tables",
260                 "-fPIC",
261                 "-pipe",
262                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
263                 "-fcolor-diagnostics",
264                 "-m32",
265                 "-msse2",
266                 "-mfpmath=sse",
267                 "-mmmx",
268                 "-momit-leaf-frame-pointer",
269                 "-pthread",
270                 "-mstack-alignment=16",
271                 "-mstackrealign",
272                 "-Wall",
273                 "-Werror",
274                 "-Wextra",
275                 "-Wno-missing-field-initializers",
276                 "-Wno-unused-parameter",
277                 "-Wno-c++11-narrowing",
278                 "-Wno-covered-switch-default",
279                 "-Wno-unneeded-internal-declaration",
280                 "-Wno-inconsistent-missing-override",
281                 "-Wno-deprecated-register",
282                 "-Wno-undefined-var-template",
283                 "-Wno-nonportable-include-path",
284                 "-Wno-address-of-packed-member",
285                 "-Wno-unused-lambda-capture",
286                 "-Wno-user-defined-warnings",
287                 "-O2",
288                 "-fno-ident",
289                 "-fdata-sections",
290                 "-ffunction-sections",
291                 "-fomit-frame-pointer",
292                 "-g0",
293                 "-fvisibility=hidden",
294                 "-Xclang",
295                 "-load",
296                 "-Xclang",
297                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
298                 "-Xclang",
299                 "-add-plugin",
300                 "-Xclang",
301                 "find-bad-constructs",
302                 "-Xclang",
303                 "-plugin-arg-find-bad-constructs",
304                 "-Xclang",
305                 "check-auto-raw-pointer",
306                 "-Xclang",
307                 "-plugin-arg-find-bad-constructs",
308                 "-Xclang",
309                 "check-ipc",
310                 "-Wheader-hygiene",
311                 "-Wstring-conversion",
312                 "-Wtautological-overlap-compare",
313                 "-Wextra",
314                 "-Wno-unused-parameter",
315                 "-Wno-missing-field-initializers",
316                 "-Wno-strict-overflow",
317                 "-Wc++11-narrowing",
318                 "-Wimplicit-fallthrough",
319                 "-Wthread-safety",
320                 "-Winconsistent-missing-override",
321                 "-Wundef",
322                 "-Wunused-lambda-capture"
323             ],
324             "defines": [
325                 "V8_DEPRECATION_WARNINGS",
326                 "USE_NSS_CERTS=1",
327                 "USE_X11=1",
328                 "CHROMIUM_BUILD",
329                 "_FILE_OFFSET_BITS=64",
330                 "NDEBUG",
331                 "NVALGRIND",
332                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
333                 "WEBRTC_ENABLE_PROTOBUF=0",
334                 "WEBRTC_RESTRICT_LOGGING",
335                 "WEBRTC_MOZILLA_BUILD",
336                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
337                 "WEBRTC_POSIX",
338                 "WEBRTC_LINUX"
339             ],
340             "deps": [
341                 "//:webrtc_common",
342                 "//api:optional",
343                 "//api/audio_codecs:audio_codecs_api",
344                 "//modules/audio_coding:pcm16b",
345                 "//rtc_base:rtc_base_approved"
346             ],
347             "include_dirs": [
348                 "//",
349                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
350                 "//modules/audio_coding/codecs/pcm16b/include/"
351             ],
352             "libs": [],
353             "sources": [
354                 "//api/audio_codecs/L16/audio_decoder_L16.cc",
355                 "//api/audio_codecs/L16/audio_decoder_L16.h"
356             ],
357             "type": "static_library"
358         },
359         "//api/audio_codecs/L16:audio_encoder_L16": {
360             "cflags": [
361                 "-fno-strict-aliasing",
362                 "--param=ssp-buffer-size=4",
363                 "-fstack-protector",
364                 "-Wno-builtin-macro-redefined",
365                 "-D__DATE__=",
366                 "-D__TIME__=",
367                 "-D__TIMESTAMP__=",
368                 "-funwind-tables",
369                 "-fPIC",
370                 "-pipe",
371                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
372                 "-fcolor-diagnostics",
373                 "-m32",
374                 "-msse2",
375                 "-mfpmath=sse",
376                 "-mmmx",
377                 "-momit-leaf-frame-pointer",
378                 "-pthread",
379                 "-mstack-alignment=16",
380                 "-mstackrealign",
381                 "-Wall",
382                 "-Werror",
383                 "-Wextra",
384                 "-Wno-missing-field-initializers",
385                 "-Wno-unused-parameter",
386                 "-Wno-c++11-narrowing",
387                 "-Wno-covered-switch-default",
388                 "-Wno-unneeded-internal-declaration",
389                 "-Wno-inconsistent-missing-override",
390                 "-Wno-deprecated-register",
391                 "-Wno-undefined-var-template",
392                 "-Wno-nonportable-include-path",
393                 "-Wno-address-of-packed-member",
394                 "-Wno-unused-lambda-capture",
395                 "-Wno-user-defined-warnings",
396                 "-O2",
397                 "-fno-ident",
398                 "-fdata-sections",
399                 "-ffunction-sections",
400                 "-fomit-frame-pointer",
401                 "-g0",
402                 "-fvisibility=hidden",
403                 "-Xclang",
404                 "-load",
405                 "-Xclang",
406                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
407                 "-Xclang",
408                 "-add-plugin",
409                 "-Xclang",
410                 "find-bad-constructs",
411                 "-Xclang",
412                 "-plugin-arg-find-bad-constructs",
413                 "-Xclang",
414                 "check-auto-raw-pointer",
415                 "-Xclang",
416                 "-plugin-arg-find-bad-constructs",
417                 "-Xclang",
418                 "check-ipc",
419                 "-Wheader-hygiene",
420                 "-Wstring-conversion",
421                 "-Wtautological-overlap-compare",
422                 "-Wextra",
423                 "-Wno-unused-parameter",
424                 "-Wno-missing-field-initializers",
425                 "-Wno-strict-overflow",
426                 "-Wc++11-narrowing",
427                 "-Wimplicit-fallthrough",
428                 "-Wthread-safety",
429                 "-Winconsistent-missing-override",
430                 "-Wundef",
431                 "-Wunused-lambda-capture"
432             ],
433             "defines": [
434                 "V8_DEPRECATION_WARNINGS",
435                 "USE_NSS_CERTS=1",
436                 "USE_X11=1",
437                 "CHROMIUM_BUILD",
438                 "_FILE_OFFSET_BITS=64",
439                 "NDEBUG",
440                 "NVALGRIND",
441                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
442                 "WEBRTC_ENABLE_PROTOBUF=0",
443                 "WEBRTC_RESTRICT_LOGGING",
444                 "WEBRTC_MOZILLA_BUILD",
445                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
446                 "WEBRTC_POSIX",
447                 "WEBRTC_LINUX"
448             ],
449             "deps": [
450                 "//:webrtc_common",
451                 "//api:optional",
452                 "//api/audio_codecs:audio_codecs_api",
453                 "//modules/audio_coding:pcm16b",
454                 "//rtc_base:rtc_base_approved"
455             ],
456             "include_dirs": [
457                 "//",
458                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
459                 "//modules/audio_coding/codecs/pcm16b/include/"
460             ],
461             "libs": [],
462             "sources": [
463                 "//api/audio_codecs/L16/audio_encoder_L16.cc",
464                 "//api/audio_codecs/L16/audio_encoder_L16.h"
465             ],
466             "type": "static_library"
467         },
468         "//api/audio_codecs/g711:audio_decoder_g711": {
469             "cflags": [
470                 "-fno-strict-aliasing",
471                 "--param=ssp-buffer-size=4",
472                 "-fstack-protector",
473                 "-Wno-builtin-macro-redefined",
474                 "-D__DATE__=",
475                 "-D__TIME__=",
476                 "-D__TIMESTAMP__=",
477                 "-funwind-tables",
478                 "-fPIC",
479                 "-pipe",
480                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
481                 "-fcolor-diagnostics",
482                 "-m32",
483                 "-msse2",
484                 "-mfpmath=sse",
485                 "-mmmx",
486                 "-momit-leaf-frame-pointer",
487                 "-pthread",
488                 "-mstack-alignment=16",
489                 "-mstackrealign",
490                 "-Wall",
491                 "-Werror",
492                 "-Wextra",
493                 "-Wno-missing-field-initializers",
494                 "-Wno-unused-parameter",
495                 "-Wno-c++11-narrowing",
496                 "-Wno-covered-switch-default",
497                 "-Wno-unneeded-internal-declaration",
498                 "-Wno-inconsistent-missing-override",
499                 "-Wno-deprecated-register",
500                 "-Wno-undefined-var-template",
501                 "-Wno-nonportable-include-path",
502                 "-Wno-address-of-packed-member",
503                 "-Wno-unused-lambda-capture",
504                 "-Wno-user-defined-warnings",
505                 "-O2",
506                 "-fno-ident",
507                 "-fdata-sections",
508                 "-ffunction-sections",
509                 "-fomit-frame-pointer",
510                 "-g0",
511                 "-fvisibility=hidden",
512                 "-Xclang",
513                 "-load",
514                 "-Xclang",
515                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
516                 "-Xclang",
517                 "-add-plugin",
518                 "-Xclang",
519                 "find-bad-constructs",
520                 "-Xclang",
521                 "-plugin-arg-find-bad-constructs",
522                 "-Xclang",
523                 "check-auto-raw-pointer",
524                 "-Xclang",
525                 "-plugin-arg-find-bad-constructs",
526                 "-Xclang",
527                 "check-ipc",
528                 "-Wheader-hygiene",
529                 "-Wstring-conversion",
530                 "-Wtautological-overlap-compare",
531                 "-Wextra",
532                 "-Wno-unused-parameter",
533                 "-Wno-missing-field-initializers",
534                 "-Wno-strict-overflow",
535                 "-Wc++11-narrowing",
536                 "-Wimplicit-fallthrough",
537                 "-Wthread-safety",
538                 "-Winconsistent-missing-override",
539                 "-Wundef",
540                 "-Wunused-lambda-capture"
541             ],
542             "defines": [
543                 "V8_DEPRECATION_WARNINGS",
544                 "USE_NSS_CERTS=1",
545                 "USE_X11=1",
546                 "CHROMIUM_BUILD",
547                 "_FILE_OFFSET_BITS=64",
548                 "NDEBUG",
549                 "NVALGRIND",
550                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
551                 "WEBRTC_ENABLE_PROTOBUF=0",
552                 "WEBRTC_RESTRICT_LOGGING",
553                 "WEBRTC_MOZILLA_BUILD",
554                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
555                 "WEBRTC_POSIX",
556                 "WEBRTC_LINUX"
557             ],
558             "deps": [
559                 "//:webrtc_common",
560                 "//api:optional",
561                 "//api/audio_codecs:audio_codecs_api",
562                 "//modules/audio_coding:g711",
563                 "//rtc_base:rtc_base_approved"
564             ],
565             "include_dirs": [
566                 "//",
567                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
568                 "//modules/audio_coding/codecs/g711/include/"
569             ],
570             "libs": [],
571             "sources": [
572                 "//api/audio_codecs/g711/audio_decoder_g711.cc",
573                 "//api/audio_codecs/g711/audio_decoder_g711.h"
574             ],
575             "type": "static_library"
576         },
577         "//api/audio_codecs/g711:audio_encoder_g711": {
578             "cflags": [
579                 "-fno-strict-aliasing",
580                 "--param=ssp-buffer-size=4",
581                 "-fstack-protector",
582                 "-Wno-builtin-macro-redefined",
583                 "-D__DATE__=",
584                 "-D__TIME__=",
585                 "-D__TIMESTAMP__=",
586                 "-funwind-tables",
587                 "-fPIC",
588                 "-pipe",
589                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
590                 "-fcolor-diagnostics",
591                 "-m32",
592                 "-msse2",
593                 "-mfpmath=sse",
594                 "-mmmx",
595                 "-momit-leaf-frame-pointer",
596                 "-pthread",
597                 "-mstack-alignment=16",
598                 "-mstackrealign",
599                 "-Wall",
600                 "-Werror",
601                 "-Wextra",
602                 "-Wno-missing-field-initializers",
603                 "-Wno-unused-parameter",
604                 "-Wno-c++11-narrowing",
605                 "-Wno-covered-switch-default",
606                 "-Wno-unneeded-internal-declaration",
607                 "-Wno-inconsistent-missing-override",
608                 "-Wno-deprecated-register",
609                 "-Wno-undefined-var-template",
610                 "-Wno-nonportable-include-path",
611                 "-Wno-address-of-packed-member",
612                 "-Wno-unused-lambda-capture",
613                 "-Wno-user-defined-warnings",
614                 "-O2",
615                 "-fno-ident",
616                 "-fdata-sections",
617                 "-ffunction-sections",
618                 "-fomit-frame-pointer",
619                 "-g0",
620                 "-fvisibility=hidden",
621                 "-Xclang",
622                 "-load",
623                 "-Xclang",
624                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
625                 "-Xclang",
626                 "-add-plugin",
627                 "-Xclang",
628                 "find-bad-constructs",
629                 "-Xclang",
630                 "-plugin-arg-find-bad-constructs",
631                 "-Xclang",
632                 "check-auto-raw-pointer",
633                 "-Xclang",
634                 "-plugin-arg-find-bad-constructs",
635                 "-Xclang",
636                 "check-ipc",
637                 "-Wheader-hygiene",
638                 "-Wstring-conversion",
639                 "-Wtautological-overlap-compare",
640                 "-Wextra",
641                 "-Wno-unused-parameter",
642                 "-Wno-missing-field-initializers",
643                 "-Wno-strict-overflow",
644                 "-Wc++11-narrowing",
645                 "-Wimplicit-fallthrough",
646                 "-Wthread-safety",
647                 "-Winconsistent-missing-override",
648                 "-Wundef",
649                 "-Wunused-lambda-capture"
650             ],
651             "defines": [
652                 "V8_DEPRECATION_WARNINGS",
653                 "USE_NSS_CERTS=1",
654                 "USE_X11=1",
655                 "CHROMIUM_BUILD",
656                 "_FILE_OFFSET_BITS=64",
657                 "NDEBUG",
658                 "NVALGRIND",
659                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
660                 "WEBRTC_ENABLE_PROTOBUF=0",
661                 "WEBRTC_RESTRICT_LOGGING",
662                 "WEBRTC_MOZILLA_BUILD",
663                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
664                 "WEBRTC_POSIX",
665                 "WEBRTC_LINUX"
666             ],
667             "deps": [
668                 "//:webrtc_common",
669                 "//api:optional",
670                 "//api/audio_codecs:audio_codecs_api",
671                 "//modules/audio_coding:g711",
672                 "//rtc_base:rtc_base_approved"
673             ],
674             "include_dirs": [
675                 "//",
676                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
677                 "//modules/audio_coding/codecs/g711/include/"
678             ],
679             "libs": [],
680             "sources": [
681                 "//api/audio_codecs/g711/audio_encoder_g711.cc",
682                 "//api/audio_codecs/g711/audio_encoder_g711.h"
683             ],
684             "type": "static_library"
685         },
686         "//api/audio_codecs/g722:audio_decoder_g722": {
687             "cflags": [
688                 "-fno-strict-aliasing",
689                 "--param=ssp-buffer-size=4",
690                 "-fstack-protector",
691                 "-Wno-builtin-macro-redefined",
692                 "-D__DATE__=",
693                 "-D__TIME__=",
694                 "-D__TIMESTAMP__=",
695                 "-funwind-tables",
696                 "-fPIC",
697                 "-pipe",
698                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
699                 "-fcolor-diagnostics",
700                 "-m32",
701                 "-msse2",
702                 "-mfpmath=sse",
703                 "-mmmx",
704                 "-momit-leaf-frame-pointer",
705                 "-pthread",
706                 "-mstack-alignment=16",
707                 "-mstackrealign",
708                 "-Wall",
709                 "-Werror",
710                 "-Wextra",
711                 "-Wno-missing-field-initializers",
712                 "-Wno-unused-parameter",
713                 "-Wno-c++11-narrowing",
714                 "-Wno-covered-switch-default",
715                 "-Wno-unneeded-internal-declaration",
716                 "-Wno-inconsistent-missing-override",
717                 "-Wno-deprecated-register",
718                 "-Wno-undefined-var-template",
719                 "-Wno-nonportable-include-path",
720                 "-Wno-address-of-packed-member",
721                 "-Wno-unused-lambda-capture",
722                 "-Wno-user-defined-warnings",
723                 "-O2",
724                 "-fno-ident",
725                 "-fdata-sections",
726                 "-ffunction-sections",
727                 "-fomit-frame-pointer",
728                 "-g0",
729                 "-fvisibility=hidden",
730                 "-Xclang",
731                 "-load",
732                 "-Xclang",
733                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
734                 "-Xclang",
735                 "-add-plugin",
736                 "-Xclang",
737                 "find-bad-constructs",
738                 "-Xclang",
739                 "-plugin-arg-find-bad-constructs",
740                 "-Xclang",
741                 "check-auto-raw-pointer",
742                 "-Xclang",
743                 "-plugin-arg-find-bad-constructs",
744                 "-Xclang",
745                 "check-ipc",
746                 "-Wheader-hygiene",
747                 "-Wstring-conversion",
748                 "-Wtautological-overlap-compare",
749                 "-Wextra",
750                 "-Wno-unused-parameter",
751                 "-Wno-missing-field-initializers",
752                 "-Wno-strict-overflow",
753                 "-Wc++11-narrowing",
754                 "-Wimplicit-fallthrough",
755                 "-Wthread-safety",
756                 "-Winconsistent-missing-override",
757                 "-Wundef",
758                 "-Wunused-lambda-capture"
759             ],
760             "defines": [
761                 "V8_DEPRECATION_WARNINGS",
762                 "USE_NSS_CERTS=1",
763                 "USE_X11=1",
764                 "CHROMIUM_BUILD",
765                 "_FILE_OFFSET_BITS=64",
766                 "NDEBUG",
767                 "NVALGRIND",
768                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
769                 "WEBRTC_ENABLE_PROTOBUF=0",
770                 "WEBRTC_RESTRICT_LOGGING",
771                 "WEBRTC_MOZILLA_BUILD",
772                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
773                 "WEBRTC_POSIX",
774                 "WEBRTC_LINUX"
775             ],
776             "deps": [
777                 "//:webrtc_common",
778                 "//api:optional",
779                 "//api/audio_codecs:audio_codecs_api",
780                 "//modules/audio_coding:g722",
781                 "//rtc_base:rtc_base_approved"
782             ],
783             "include_dirs": [
784                 "//",
785                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
786                 "//modules/audio_coding/codecs/g722/include/"
787             ],
788             "libs": [],
789             "sources": [
790                 "//api/audio_codecs/g722/audio_decoder_g722.cc",
791                 "//api/audio_codecs/g722/audio_decoder_g722.h"
792             ],
793             "type": "static_library"
794         },
795         "//api/audio_codecs/g722:audio_encoder_g722": {
796             "cflags": [
797                 "-fno-strict-aliasing",
798                 "--param=ssp-buffer-size=4",
799                 "-fstack-protector",
800                 "-Wno-builtin-macro-redefined",
801                 "-D__DATE__=",
802                 "-D__TIME__=",
803                 "-D__TIMESTAMP__=",
804                 "-funwind-tables",
805                 "-fPIC",
806                 "-pipe",
807                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
808                 "-fcolor-diagnostics",
809                 "-m32",
810                 "-msse2",
811                 "-mfpmath=sse",
812                 "-mmmx",
813                 "-momit-leaf-frame-pointer",
814                 "-pthread",
815                 "-mstack-alignment=16",
816                 "-mstackrealign",
817                 "-Wall",
818                 "-Werror",
819                 "-Wextra",
820                 "-Wno-missing-field-initializers",
821                 "-Wno-unused-parameter",
822                 "-Wno-c++11-narrowing",
823                 "-Wno-covered-switch-default",
824                 "-Wno-unneeded-internal-declaration",
825                 "-Wno-inconsistent-missing-override",
826                 "-Wno-deprecated-register",
827                 "-Wno-undefined-var-template",
828                 "-Wno-nonportable-include-path",
829                 "-Wno-address-of-packed-member",
830                 "-Wno-unused-lambda-capture",
831                 "-Wno-user-defined-warnings",
832                 "-O2",
833                 "-fno-ident",
834                 "-fdata-sections",
835                 "-ffunction-sections",
836                 "-fomit-frame-pointer",
837                 "-g0",
838                 "-fvisibility=hidden",
839                 "-Xclang",
840                 "-load",
841                 "-Xclang",
842                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
843                 "-Xclang",
844                 "-add-plugin",
845                 "-Xclang",
846                 "find-bad-constructs",
847                 "-Xclang",
848                 "-plugin-arg-find-bad-constructs",
849                 "-Xclang",
850                 "check-auto-raw-pointer",
851                 "-Xclang",
852                 "-plugin-arg-find-bad-constructs",
853                 "-Xclang",
854                 "check-ipc",
855                 "-Wheader-hygiene",
856                 "-Wstring-conversion",
857                 "-Wtautological-overlap-compare",
858                 "-Wextra",
859                 "-Wno-unused-parameter",
860                 "-Wno-missing-field-initializers",
861                 "-Wno-strict-overflow",
862                 "-Wc++11-narrowing",
863                 "-Wimplicit-fallthrough",
864                 "-Wthread-safety",
865                 "-Winconsistent-missing-override",
866                 "-Wundef",
867                 "-Wunused-lambda-capture"
868             ],
869             "defines": [
870                 "V8_DEPRECATION_WARNINGS",
871                 "USE_NSS_CERTS=1",
872                 "USE_X11=1",
873                 "CHROMIUM_BUILD",
874                 "_FILE_OFFSET_BITS=64",
875                 "NDEBUG",
876                 "NVALGRIND",
877                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
878                 "WEBRTC_ENABLE_PROTOBUF=0",
879                 "WEBRTC_RESTRICT_LOGGING",
880                 "WEBRTC_MOZILLA_BUILD",
881                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
882                 "WEBRTC_POSIX",
883                 "WEBRTC_LINUX"
884             ],
885             "deps": [
886                 "//:webrtc_common",
887                 "//api:optional",
888                 "//api/audio_codecs:audio_codecs_api",
889                 "//api/audio_codecs/g722:audio_encoder_g722_config",
890                 "//modules/audio_coding:g722",
891                 "//rtc_base:rtc_base_approved"
892             ],
893             "include_dirs": [
894                 "//",
895                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
896                 "//modules/audio_coding/codecs/g722/include/"
897             ],
898             "libs": [],
899             "sources": [
900                 "//api/audio_codecs/g722/audio_encoder_g722.cc",
901                 "//api/audio_codecs/g722/audio_encoder_g722.h"
902             ],
903             "type": "static_library"
904         },
905         "//api/audio_codecs/g722:audio_encoder_g722_config": {
906             "cflags": [
907                 "-fno-strict-aliasing",
908                 "--param=ssp-buffer-size=4",
909                 "-fstack-protector",
910                 "-Wno-builtin-macro-redefined",
911                 "-D__DATE__=",
912                 "-D__TIME__=",
913                 "-D__TIMESTAMP__=",
914                 "-funwind-tables",
915                 "-fPIC",
916                 "-pipe",
917                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
918                 "-fcolor-diagnostics",
919                 "-m32",
920                 "-msse2",
921                 "-mfpmath=sse",
922                 "-mmmx",
923                 "-momit-leaf-frame-pointer",
924                 "-pthread",
925                 "-mstack-alignment=16",
926                 "-mstackrealign",
927                 "-Wall",
928                 "-Werror",
929                 "-Wextra",
930                 "-Wno-missing-field-initializers",
931                 "-Wno-unused-parameter",
932                 "-Wno-c++11-narrowing",
933                 "-Wno-covered-switch-default",
934                 "-Wno-unneeded-internal-declaration",
935                 "-Wno-inconsistent-missing-override",
936                 "-Wno-deprecated-register",
937                 "-Wno-undefined-var-template",
938                 "-Wno-nonportable-include-path",
939                 "-Wno-address-of-packed-member",
940                 "-Wno-unused-lambda-capture",
941                 "-Wno-user-defined-warnings",
942                 "-O2",
943                 "-fno-ident",
944                 "-fdata-sections",
945                 "-ffunction-sections",
946                 "-fomit-frame-pointer",
947                 "-g0",
948                 "-fvisibility=hidden",
949                 "-Xclang",
950                 "-load",
951                 "-Xclang",
952                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
953                 "-Xclang",
954                 "-add-plugin",
955                 "-Xclang",
956                 "find-bad-constructs",
957                 "-Xclang",
958                 "-plugin-arg-find-bad-constructs",
959                 "-Xclang",
960                 "check-auto-raw-pointer",
961                 "-Xclang",
962                 "-plugin-arg-find-bad-constructs",
963                 "-Xclang",
964                 "check-ipc",
965                 "-Wheader-hygiene",
966                 "-Wstring-conversion",
967                 "-Wtautological-overlap-compare",
968                 "-Wextra",
969                 "-Wno-unused-parameter",
970                 "-Wno-missing-field-initializers",
971                 "-Wno-strict-overflow",
972                 "-Wc++11-narrowing",
973                 "-Wimplicit-fallthrough",
974                 "-Wthread-safety",
975                 "-Winconsistent-missing-override",
976                 "-Wundef",
977                 "-Wunused-lambda-capture"
978             ],
979             "defines": [
980                 "V8_DEPRECATION_WARNINGS",
981                 "USE_NSS_CERTS=1",
982                 "USE_X11=1",
983                 "CHROMIUM_BUILD",
984                 "_FILE_OFFSET_BITS=64",
985                 "NDEBUG",
986                 "NVALGRIND",
987                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
988                 "WEBRTC_ENABLE_PROTOBUF=0",
989                 "WEBRTC_RESTRICT_LOGGING",
990                 "WEBRTC_MOZILLA_BUILD",
991                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
992                 "WEBRTC_POSIX",
993                 "WEBRTC_LINUX"
994             ],
995             "deps": [],
996             "include_dirs": [
997                 "//",
998                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
999             ],
1000             "libs": [],
1001             "sources": [
1002                 "//api/audio_codecs/g722/audio_encoder_g722_config.h"
1003             ],
1004             "type": "source_set"
1005         },
1006         "//api/audio_codecs/ilbc:audio_decoder_ilbc": {
1007             "cflags": [
1008                 "-fno-strict-aliasing",
1009                 "--param=ssp-buffer-size=4",
1010                 "-fstack-protector",
1011                 "-Wno-builtin-macro-redefined",
1012                 "-D__DATE__=",
1013                 "-D__TIME__=",
1014                 "-D__TIMESTAMP__=",
1015                 "-funwind-tables",
1016                 "-fPIC",
1017                 "-pipe",
1018                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1019                 "-fcolor-diagnostics",
1020                 "-m32",
1021                 "-msse2",
1022                 "-mfpmath=sse",
1023                 "-mmmx",
1024                 "-momit-leaf-frame-pointer",
1025                 "-pthread",
1026                 "-mstack-alignment=16",
1027                 "-mstackrealign",
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-deprecated-register",
1038                 "-Wno-undefined-var-template",
1039                 "-Wno-nonportable-include-path",
1040                 "-Wno-address-of-packed-member",
1041                 "-Wno-unused-lambda-capture",
1042                 "-Wno-user-defined-warnings",
1043                 "-O2",
1044                 "-fno-ident",
1045                 "-fdata-sections",
1046                 "-ffunction-sections",
1047                 "-fomit-frame-pointer",
1048                 "-g0",
1049                 "-fvisibility=hidden",
1050                 "-Xclang",
1051                 "-load",
1052                 "-Xclang",
1053                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1054                 "-Xclang",
1055                 "-add-plugin",
1056                 "-Xclang",
1057                 "find-bad-constructs",
1058                 "-Xclang",
1059                 "-plugin-arg-find-bad-constructs",
1060                 "-Xclang",
1061                 "check-auto-raw-pointer",
1062                 "-Xclang",
1063                 "-plugin-arg-find-bad-constructs",
1064                 "-Xclang",
1065                 "check-ipc",
1066                 "-Wheader-hygiene",
1067                 "-Wstring-conversion",
1068                 "-Wtautological-overlap-compare",
1069                 "-Wextra",
1070                 "-Wno-unused-parameter",
1071                 "-Wno-missing-field-initializers",
1072                 "-Wno-strict-overflow",
1073                 "-Wc++11-narrowing",
1074                 "-Wimplicit-fallthrough",
1075                 "-Wthread-safety",
1076                 "-Winconsistent-missing-override",
1077                 "-Wundef",
1078                 "-Wunused-lambda-capture"
1079             ],
1080             "defines": [
1081                 "V8_DEPRECATION_WARNINGS",
1082                 "USE_NSS_CERTS=1",
1083                 "USE_X11=1",
1084                 "CHROMIUM_BUILD",
1085                 "_FILE_OFFSET_BITS=64",
1086                 "NDEBUG",
1087                 "NVALGRIND",
1088                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1089                 "WEBRTC_ENABLE_PROTOBUF=0",
1090                 "WEBRTC_RESTRICT_LOGGING",
1091                 "WEBRTC_MOZILLA_BUILD",
1092                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1093                 "WEBRTC_POSIX",
1094                 "WEBRTC_LINUX"
1095             ],
1096             "deps": [
1097                 "//:webrtc_common",
1098                 "//api:optional",
1099                 "//api/audio_codecs:audio_codecs_api",
1100                 "//modules/audio_coding:ilbc",
1101                 "//rtc_base:rtc_base_approved"
1102             ],
1103             "include_dirs": [
1104                 "//",
1105                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
1106                 "//modules/audio_coding/codecs/ilbc/include/"
1107             ],
1108             "libs": [
1109                 "rt"
1110             ],
1111             "sources": [
1112                 "//api/audio_codecs/ilbc/audio_decoder_ilbc.cc",
1113                 "//api/audio_codecs/ilbc/audio_decoder_ilbc.h"
1114             ],
1115             "type": "static_library"
1116         },
1117         "//api/audio_codecs/ilbc:audio_encoder_ilbc": {
1118             "cflags": [
1119                 "-fno-strict-aliasing",
1120                 "--param=ssp-buffer-size=4",
1121                 "-fstack-protector",
1122                 "-Wno-builtin-macro-redefined",
1123                 "-D__DATE__=",
1124                 "-D__TIME__=",
1125                 "-D__TIMESTAMP__=",
1126                 "-funwind-tables",
1127                 "-fPIC",
1128                 "-pipe",
1129                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1130                 "-fcolor-diagnostics",
1131                 "-m32",
1132                 "-msse2",
1133                 "-mfpmath=sse",
1134                 "-mmmx",
1135                 "-momit-leaf-frame-pointer",
1136                 "-pthread",
1137                 "-mstack-alignment=16",
1138                 "-mstackrealign",
1139                 "-Wall",
1140                 "-Werror",
1141                 "-Wextra",
1142                 "-Wno-missing-field-initializers",
1143                 "-Wno-unused-parameter",
1144                 "-Wno-c++11-narrowing",
1145                 "-Wno-covered-switch-default",
1146                 "-Wno-unneeded-internal-declaration",
1147                 "-Wno-inconsistent-missing-override",
1148                 "-Wno-deprecated-register",
1149                 "-Wno-undefined-var-template",
1150                 "-Wno-nonportable-include-path",
1151                 "-Wno-address-of-packed-member",
1152                 "-Wno-unused-lambda-capture",
1153                 "-Wno-user-defined-warnings",
1154                 "-O2",
1155                 "-fno-ident",
1156                 "-fdata-sections",
1157                 "-ffunction-sections",
1158                 "-fomit-frame-pointer",
1159                 "-g0",
1160                 "-fvisibility=hidden",
1161                 "-Xclang",
1162                 "-load",
1163                 "-Xclang",
1164                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1165                 "-Xclang",
1166                 "-add-plugin",
1167                 "-Xclang",
1168                 "find-bad-constructs",
1169                 "-Xclang",
1170                 "-plugin-arg-find-bad-constructs",
1171                 "-Xclang",
1172                 "check-auto-raw-pointer",
1173                 "-Xclang",
1174                 "-plugin-arg-find-bad-constructs",
1175                 "-Xclang",
1176                 "check-ipc",
1177                 "-Wheader-hygiene",
1178                 "-Wstring-conversion",
1179                 "-Wtautological-overlap-compare",
1180                 "-Wextra",
1181                 "-Wno-unused-parameter",
1182                 "-Wno-missing-field-initializers",
1183                 "-Wno-strict-overflow",
1184                 "-Wc++11-narrowing",
1185                 "-Wimplicit-fallthrough",
1186                 "-Wthread-safety",
1187                 "-Winconsistent-missing-override",
1188                 "-Wundef",
1189                 "-Wunused-lambda-capture"
1190             ],
1191             "defines": [
1192                 "V8_DEPRECATION_WARNINGS",
1193                 "USE_NSS_CERTS=1",
1194                 "USE_X11=1",
1195                 "CHROMIUM_BUILD",
1196                 "_FILE_OFFSET_BITS=64",
1197                 "NDEBUG",
1198                 "NVALGRIND",
1199                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1200                 "WEBRTC_ENABLE_PROTOBUF=0",
1201                 "WEBRTC_RESTRICT_LOGGING",
1202                 "WEBRTC_MOZILLA_BUILD",
1203                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1204                 "WEBRTC_POSIX",
1205                 "WEBRTC_LINUX"
1206             ],
1207             "deps": [
1208                 "//:webrtc_common",
1209                 "//api:optional",
1210                 "//api/audio_codecs:audio_codecs_api",
1211                 "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
1212                 "//modules/audio_coding:ilbc",
1213                 "//rtc_base:rtc_base_approved"
1214             ],
1215             "include_dirs": [
1216                 "//",
1217                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
1218                 "//modules/audio_coding/codecs/ilbc/include/"
1219             ],
1220             "libs": [
1221                 "rt"
1222             ],
1223             "sources": [
1224                 "//api/audio_codecs/ilbc/audio_encoder_ilbc.cc",
1225                 "//api/audio_codecs/ilbc/audio_encoder_ilbc.h"
1226             ],
1227             "type": "static_library"
1228         },
1229         "//api/audio_codecs/ilbc:audio_encoder_ilbc_config": {
1230             "cflags": [
1231                 "-fno-strict-aliasing",
1232                 "--param=ssp-buffer-size=4",
1233                 "-fstack-protector",
1234                 "-Wno-builtin-macro-redefined",
1235                 "-D__DATE__=",
1236                 "-D__TIME__=",
1237                 "-D__TIMESTAMP__=",
1238                 "-funwind-tables",
1239                 "-fPIC",
1240                 "-pipe",
1241                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1242                 "-fcolor-diagnostics",
1243                 "-m32",
1244                 "-msse2",
1245                 "-mfpmath=sse",
1246                 "-mmmx",
1247                 "-momit-leaf-frame-pointer",
1248                 "-pthread",
1249                 "-mstack-alignment=16",
1250                 "-mstackrealign",
1251                 "-Wall",
1252                 "-Werror",
1253                 "-Wextra",
1254                 "-Wno-missing-field-initializers",
1255                 "-Wno-unused-parameter",
1256                 "-Wno-c++11-narrowing",
1257                 "-Wno-covered-switch-default",
1258                 "-Wno-unneeded-internal-declaration",
1259                 "-Wno-inconsistent-missing-override",
1260                 "-Wno-deprecated-register",
1261                 "-Wno-undefined-var-template",
1262                 "-Wno-nonportable-include-path",
1263                 "-Wno-address-of-packed-member",
1264                 "-Wno-unused-lambda-capture",
1265                 "-Wno-user-defined-warnings",
1266                 "-O2",
1267                 "-fno-ident",
1268                 "-fdata-sections",
1269                 "-ffunction-sections",
1270                 "-fomit-frame-pointer",
1271                 "-g0",
1272                 "-fvisibility=hidden",
1273                 "-Xclang",
1274                 "-load",
1275                 "-Xclang",
1276                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1277                 "-Xclang",
1278                 "-add-plugin",
1279                 "-Xclang",
1280                 "find-bad-constructs",
1281                 "-Xclang",
1282                 "-plugin-arg-find-bad-constructs",
1283                 "-Xclang",
1284                 "check-auto-raw-pointer",
1285                 "-Xclang",
1286                 "-plugin-arg-find-bad-constructs",
1287                 "-Xclang",
1288                 "check-ipc",
1289                 "-Wheader-hygiene",
1290                 "-Wstring-conversion",
1291                 "-Wtautological-overlap-compare",
1292                 "-Wextra",
1293                 "-Wno-unused-parameter",
1294                 "-Wno-missing-field-initializers",
1295                 "-Wno-strict-overflow",
1296                 "-Wc++11-narrowing",
1297                 "-Wimplicit-fallthrough",
1298                 "-Wthread-safety",
1299                 "-Winconsistent-missing-override",
1300                 "-Wundef",
1301                 "-Wunused-lambda-capture"
1302             ],
1303             "defines": [
1304                 "V8_DEPRECATION_WARNINGS",
1305                 "USE_NSS_CERTS=1",
1306                 "USE_X11=1",
1307                 "CHROMIUM_BUILD",
1308                 "_FILE_OFFSET_BITS=64",
1309                 "NDEBUG",
1310                 "NVALGRIND",
1311                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1312                 "WEBRTC_ENABLE_PROTOBUF=0",
1313                 "WEBRTC_RESTRICT_LOGGING",
1314                 "WEBRTC_MOZILLA_BUILD",
1315                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1316                 "WEBRTC_POSIX",
1317                 "WEBRTC_LINUX"
1318             ],
1319             "deps": [],
1320             "include_dirs": [
1321                 "//",
1322                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
1323             ],
1324             "libs": [],
1325             "sources": [
1326                 "//api/audio_codecs/ilbc/audio_encoder_ilbc_config.h"
1327             ],
1328             "type": "source_set"
1329         },
1330         "//api/audio_codecs/isac:audio_decoder_isac": {
1331             "cflags": [
1332                 "-fno-strict-aliasing",
1333                 "--param=ssp-buffer-size=4",
1334                 "-fstack-protector",
1335                 "-Wno-builtin-macro-redefined",
1336                 "-D__DATE__=",
1337                 "-D__TIME__=",
1338                 "-D__TIMESTAMP__=",
1339                 "-funwind-tables",
1340                 "-fPIC",
1341                 "-pipe",
1342                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1343                 "-fcolor-diagnostics",
1344                 "-m32",
1345                 "-msse2",
1346                 "-mfpmath=sse",
1347                 "-mmmx",
1348                 "-momit-leaf-frame-pointer",
1349                 "-pthread",
1350                 "-mstack-alignment=16",
1351                 "-mstackrealign",
1352                 "-Wall",
1353                 "-Werror",
1354                 "-Wextra",
1355                 "-Wno-missing-field-initializers",
1356                 "-Wno-unused-parameter",
1357                 "-Wno-c++11-narrowing",
1358                 "-Wno-covered-switch-default",
1359                 "-Wno-unneeded-internal-declaration",
1360                 "-Wno-inconsistent-missing-override",
1361                 "-Wno-deprecated-register",
1362                 "-Wno-undefined-var-template",
1363                 "-Wno-nonportable-include-path",
1364                 "-Wno-address-of-packed-member",
1365                 "-Wno-unused-lambda-capture",
1366                 "-Wno-user-defined-warnings",
1367                 "-O2",
1368                 "-fno-ident",
1369                 "-fdata-sections",
1370                 "-ffunction-sections",
1371                 "-fomit-frame-pointer",
1372                 "-g0",
1373                 "-fvisibility=hidden",
1374                 "-Xclang",
1375                 "-load",
1376                 "-Xclang",
1377                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1378                 "-Xclang",
1379                 "-add-plugin",
1380                 "-Xclang",
1381                 "find-bad-constructs",
1382                 "-Xclang",
1383                 "-plugin-arg-find-bad-constructs",
1384                 "-Xclang",
1385                 "check-auto-raw-pointer",
1386                 "-Xclang",
1387                 "-plugin-arg-find-bad-constructs",
1388                 "-Xclang",
1389                 "check-ipc",
1390                 "-Wheader-hygiene",
1391                 "-Wstring-conversion",
1392                 "-Wtautological-overlap-compare",
1393                 "-Wextra",
1394                 "-Wno-unused-parameter",
1395                 "-Wno-missing-field-initializers",
1396                 "-Wno-strict-overflow",
1397                 "-Wc++11-narrowing",
1398                 "-Wimplicit-fallthrough",
1399                 "-Wthread-safety",
1400                 "-Winconsistent-missing-override",
1401                 "-Wundef",
1402                 "-Wunused-lambda-capture"
1403             ],
1404             "defines": [
1405                 "V8_DEPRECATION_WARNINGS",
1406                 "USE_NSS_CERTS=1",
1407                 "USE_X11=1",
1408                 "CHROMIUM_BUILD",
1409                 "_FILE_OFFSET_BITS=64",
1410                 "NDEBUG",
1411                 "NVALGRIND",
1412                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1413                 "WEBRTC_ENABLE_PROTOBUF=0",
1414                 "WEBRTC_RESTRICT_LOGGING",
1415                 "WEBRTC_MOZILLA_BUILD",
1416                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1417                 "WEBRTC_POSIX",
1418                 "WEBRTC_LINUX",
1419                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
1420                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
1421             ],
1422             "deps": [
1423                 "//api/audio_codecs/isac:audio_decoder_isac_float"
1424             ],
1425             "include_dirs": [
1426                 "//",
1427                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
1428             ],
1429             "libs": [
1430                 "m",
1431                 "rt"
1432             ],
1433             "sources": [],
1434             "type": "source_set"
1435         },
1436         "//api/audio_codecs/isac:audio_decoder_isac_float": {
1437             "cflags": [
1438                 "-fno-strict-aliasing",
1439                 "--param=ssp-buffer-size=4",
1440                 "-fstack-protector",
1441                 "-Wno-builtin-macro-redefined",
1442                 "-D__DATE__=",
1443                 "-D__TIME__=",
1444                 "-D__TIMESTAMP__=",
1445                 "-funwind-tables",
1446                 "-fPIC",
1447                 "-pipe",
1448                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1449                 "-fcolor-diagnostics",
1450                 "-m32",
1451                 "-msse2",
1452                 "-mfpmath=sse",
1453                 "-mmmx",
1454                 "-momit-leaf-frame-pointer",
1455                 "-pthread",
1456                 "-mstack-alignment=16",
1457                 "-mstackrealign",
1458                 "-Wall",
1459                 "-Werror",
1460                 "-Wextra",
1461                 "-Wno-missing-field-initializers",
1462                 "-Wno-unused-parameter",
1463                 "-Wno-c++11-narrowing",
1464                 "-Wno-covered-switch-default",
1465                 "-Wno-unneeded-internal-declaration",
1466                 "-Wno-inconsistent-missing-override",
1467                 "-Wno-deprecated-register",
1468                 "-Wno-undefined-var-template",
1469                 "-Wno-nonportable-include-path",
1470                 "-Wno-address-of-packed-member",
1471                 "-Wno-unused-lambda-capture",
1472                 "-Wno-user-defined-warnings",
1473                 "-O2",
1474                 "-fno-ident",
1475                 "-fdata-sections",
1476                 "-ffunction-sections",
1477                 "-fomit-frame-pointer",
1478                 "-g0",
1479                 "-fvisibility=hidden",
1480                 "-Xclang",
1481                 "-load",
1482                 "-Xclang",
1483                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1484                 "-Xclang",
1485                 "-add-plugin",
1486                 "-Xclang",
1487                 "find-bad-constructs",
1488                 "-Xclang",
1489                 "-plugin-arg-find-bad-constructs",
1490                 "-Xclang",
1491                 "check-auto-raw-pointer",
1492                 "-Xclang",
1493                 "-plugin-arg-find-bad-constructs",
1494                 "-Xclang",
1495                 "check-ipc",
1496                 "-Wheader-hygiene",
1497                 "-Wstring-conversion",
1498                 "-Wtautological-overlap-compare",
1499                 "-Wextra",
1500                 "-Wno-unused-parameter",
1501                 "-Wno-missing-field-initializers",
1502                 "-Wno-strict-overflow",
1503                 "-Wc++11-narrowing",
1504                 "-Wimplicit-fallthrough",
1505                 "-Wthread-safety",
1506                 "-Winconsistent-missing-override",
1507                 "-Wundef",
1508                 "-Wunused-lambda-capture"
1509             ],
1510             "defines": [
1511                 "V8_DEPRECATION_WARNINGS",
1512                 "USE_NSS_CERTS=1",
1513                 "USE_X11=1",
1514                 "CHROMIUM_BUILD",
1515                 "_FILE_OFFSET_BITS=64",
1516                 "NDEBUG",
1517                 "NVALGRIND",
1518                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1519                 "WEBRTC_ENABLE_PROTOBUF=0",
1520                 "WEBRTC_RESTRICT_LOGGING",
1521                 "WEBRTC_MOZILLA_BUILD",
1522                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1523                 "WEBRTC_POSIX",
1524                 "WEBRTC_LINUX"
1525             ],
1526             "deps": [
1527                 "//:webrtc_common",
1528                 "//api:optional",
1529                 "//api/audio_codecs:audio_codecs_api",
1530                 "//modules/audio_coding:isac",
1531                 "//rtc_base:rtc_base_approved"
1532             ],
1533             "include_dirs": [
1534                 "//",
1535                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
1536                 "//modules/audio_coding/codecs/isac/main/include/"
1537             ],
1538             "libs": [
1539                 "m",
1540                 "rt"
1541             ],
1542             "sources": [
1543                 "//api/audio_codecs/isac/audio_decoder_isac_float.cc",
1544                 "//api/audio_codecs/isac/audio_decoder_isac_float.h"
1545             ],
1546             "type": "static_library"
1547         },
1548         "//api/audio_codecs/isac:audio_encoder_isac": {
1549             "cflags": [
1550                 "-fno-strict-aliasing",
1551                 "--param=ssp-buffer-size=4",
1552                 "-fstack-protector",
1553                 "-Wno-builtin-macro-redefined",
1554                 "-D__DATE__=",
1555                 "-D__TIME__=",
1556                 "-D__TIMESTAMP__=",
1557                 "-funwind-tables",
1558                 "-fPIC",
1559                 "-pipe",
1560                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1561                 "-fcolor-diagnostics",
1562                 "-m32",
1563                 "-msse2",
1564                 "-mfpmath=sse",
1565                 "-mmmx",
1566                 "-momit-leaf-frame-pointer",
1567                 "-pthread",
1568                 "-mstack-alignment=16",
1569                 "-mstackrealign",
1570                 "-Wall",
1571                 "-Werror",
1572                 "-Wextra",
1573                 "-Wno-missing-field-initializers",
1574                 "-Wno-unused-parameter",
1575                 "-Wno-c++11-narrowing",
1576                 "-Wno-covered-switch-default",
1577                 "-Wno-unneeded-internal-declaration",
1578                 "-Wno-inconsistent-missing-override",
1579                 "-Wno-deprecated-register",
1580                 "-Wno-undefined-var-template",
1581                 "-Wno-nonportable-include-path",
1582                 "-Wno-address-of-packed-member",
1583                 "-Wno-unused-lambda-capture",
1584                 "-Wno-user-defined-warnings",
1585                 "-O2",
1586                 "-fno-ident",
1587                 "-fdata-sections",
1588                 "-ffunction-sections",
1589                 "-fomit-frame-pointer",
1590                 "-g0",
1591                 "-fvisibility=hidden",
1592                 "-Xclang",
1593                 "-load",
1594                 "-Xclang",
1595                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1596                 "-Xclang",
1597                 "-add-plugin",
1598                 "-Xclang",
1599                 "find-bad-constructs",
1600                 "-Xclang",
1601                 "-plugin-arg-find-bad-constructs",
1602                 "-Xclang",
1603                 "check-auto-raw-pointer",
1604                 "-Xclang",
1605                 "-plugin-arg-find-bad-constructs",
1606                 "-Xclang",
1607                 "check-ipc",
1608                 "-Wheader-hygiene",
1609                 "-Wstring-conversion",
1610                 "-Wtautological-overlap-compare",
1611                 "-Wextra",
1612                 "-Wno-unused-parameter",
1613                 "-Wno-missing-field-initializers",
1614                 "-Wno-strict-overflow",
1615                 "-Wc++11-narrowing",
1616                 "-Wimplicit-fallthrough",
1617                 "-Wthread-safety",
1618                 "-Winconsistent-missing-override",
1619                 "-Wundef",
1620                 "-Wunused-lambda-capture"
1621             ],
1622             "defines": [
1623                 "V8_DEPRECATION_WARNINGS",
1624                 "USE_NSS_CERTS=1",
1625                 "USE_X11=1",
1626                 "CHROMIUM_BUILD",
1627                 "_FILE_OFFSET_BITS=64",
1628                 "NDEBUG",
1629                 "NVALGRIND",
1630                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1631                 "WEBRTC_ENABLE_PROTOBUF=0",
1632                 "WEBRTC_RESTRICT_LOGGING",
1633                 "WEBRTC_MOZILLA_BUILD",
1634                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1635                 "WEBRTC_POSIX",
1636                 "WEBRTC_LINUX",
1637                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
1638                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
1639             ],
1640             "deps": [
1641                 "//api/audio_codecs/isac:audio_encoder_isac_float"
1642             ],
1643             "include_dirs": [
1644                 "//",
1645                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
1646             ],
1647             "libs": [
1648                 "m",
1649                 "rt"
1650             ],
1651             "sources": [],
1652             "type": "source_set"
1653         },
1654         "//api/audio_codecs/isac:audio_encoder_isac_float": {
1655             "cflags": [
1656                 "-fno-strict-aliasing",
1657                 "--param=ssp-buffer-size=4",
1658                 "-fstack-protector",
1659                 "-Wno-builtin-macro-redefined",
1660                 "-D__DATE__=",
1661                 "-D__TIME__=",
1662                 "-D__TIMESTAMP__=",
1663                 "-funwind-tables",
1664                 "-fPIC",
1665                 "-pipe",
1666                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1667                 "-fcolor-diagnostics",
1668                 "-m32",
1669                 "-msse2",
1670                 "-mfpmath=sse",
1671                 "-mmmx",
1672                 "-momit-leaf-frame-pointer",
1673                 "-pthread",
1674                 "-mstack-alignment=16",
1675                 "-mstackrealign",
1676                 "-Wall",
1677                 "-Werror",
1678                 "-Wextra",
1679                 "-Wno-missing-field-initializers",
1680                 "-Wno-unused-parameter",
1681                 "-Wno-c++11-narrowing",
1682                 "-Wno-covered-switch-default",
1683                 "-Wno-unneeded-internal-declaration",
1684                 "-Wno-inconsistent-missing-override",
1685                 "-Wno-deprecated-register",
1686                 "-Wno-undefined-var-template",
1687                 "-Wno-nonportable-include-path",
1688                 "-Wno-address-of-packed-member",
1689                 "-Wno-unused-lambda-capture",
1690                 "-Wno-user-defined-warnings",
1691                 "-O2",
1692                 "-fno-ident",
1693                 "-fdata-sections",
1694                 "-ffunction-sections",
1695                 "-fomit-frame-pointer",
1696                 "-g0",
1697                 "-fvisibility=hidden",
1698                 "-Xclang",
1699                 "-load",
1700                 "-Xclang",
1701                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1702                 "-Xclang",
1703                 "-add-plugin",
1704                 "-Xclang",
1705                 "find-bad-constructs",
1706                 "-Xclang",
1707                 "-plugin-arg-find-bad-constructs",
1708                 "-Xclang",
1709                 "check-auto-raw-pointer",
1710                 "-Xclang",
1711                 "-plugin-arg-find-bad-constructs",
1712                 "-Xclang",
1713                 "check-ipc",
1714                 "-Wheader-hygiene",
1715                 "-Wstring-conversion",
1716                 "-Wtautological-overlap-compare",
1717                 "-Wextra",
1718                 "-Wno-unused-parameter",
1719                 "-Wno-missing-field-initializers",
1720                 "-Wno-strict-overflow",
1721                 "-Wc++11-narrowing",
1722                 "-Wimplicit-fallthrough",
1723                 "-Wthread-safety",
1724                 "-Winconsistent-missing-override",
1725                 "-Wundef",
1726                 "-Wunused-lambda-capture"
1727             ],
1728             "defines": [
1729                 "V8_DEPRECATION_WARNINGS",
1730                 "USE_NSS_CERTS=1",
1731                 "USE_X11=1",
1732                 "CHROMIUM_BUILD",
1733                 "_FILE_OFFSET_BITS=64",
1734                 "NDEBUG",
1735                 "NVALGRIND",
1736                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1737                 "WEBRTC_ENABLE_PROTOBUF=0",
1738                 "WEBRTC_RESTRICT_LOGGING",
1739                 "WEBRTC_MOZILLA_BUILD",
1740                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1741                 "WEBRTC_POSIX",
1742                 "WEBRTC_LINUX"
1743             ],
1744             "deps": [
1745                 "//:webrtc_common",
1746                 "//api:optional",
1747                 "//api/audio_codecs:audio_codecs_api",
1748                 "//modules/audio_coding:isac",
1749                 "//rtc_base:rtc_base_approved"
1750             ],
1751             "include_dirs": [
1752                 "//",
1753                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
1754                 "//modules/audio_coding/codecs/isac/main/include/"
1755             ],
1756             "libs": [
1757                 "m",
1758                 "rt"
1759             ],
1760             "sources": [
1761                 "//api/audio_codecs/isac/audio_encoder_isac_float.cc",
1762                 "//api/audio_codecs/isac/audio_encoder_isac_float.h"
1763             ],
1764             "type": "static_library"
1765         },
1766         "//api/audio_codecs/opus:audio_decoder_opus": {
1767             "cflags": [
1768                 "-fno-strict-aliasing",
1769                 "--param=ssp-buffer-size=4",
1770                 "-fstack-protector",
1771                 "-Wno-builtin-macro-redefined",
1772                 "-D__DATE__=",
1773                 "-D__TIME__=",
1774                 "-D__TIMESTAMP__=",
1775                 "-funwind-tables",
1776                 "-fPIC",
1777                 "-pipe",
1778                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1779                 "-fcolor-diagnostics",
1780                 "-m32",
1781                 "-msse2",
1782                 "-mfpmath=sse",
1783                 "-mmmx",
1784                 "-momit-leaf-frame-pointer",
1785                 "-pthread",
1786                 "-mstack-alignment=16",
1787                 "-mstackrealign",
1788                 "-Wall",
1789                 "-Werror",
1790                 "-Wextra",
1791                 "-Wno-missing-field-initializers",
1792                 "-Wno-unused-parameter",
1793                 "-Wno-c++11-narrowing",
1794                 "-Wno-covered-switch-default",
1795                 "-Wno-unneeded-internal-declaration",
1796                 "-Wno-inconsistent-missing-override",
1797                 "-Wno-deprecated-register",
1798                 "-Wno-undefined-var-template",
1799                 "-Wno-nonportable-include-path",
1800                 "-Wno-address-of-packed-member",
1801                 "-Wno-unused-lambda-capture",
1802                 "-Wno-user-defined-warnings",
1803                 "-O2",
1804                 "-fno-ident",
1805                 "-fdata-sections",
1806                 "-ffunction-sections",
1807                 "-fomit-frame-pointer",
1808                 "-g0",
1809                 "-fvisibility=hidden",
1810                 "-Xclang",
1811                 "-load",
1812                 "-Xclang",
1813                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
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                 "-Xclang",
1823                 "-plugin-arg-find-bad-constructs",
1824                 "-Xclang",
1825                 "check-ipc",
1826                 "-Wheader-hygiene",
1827                 "-Wstring-conversion",
1828                 "-Wtautological-overlap-compare",
1829                 "-Wextra",
1830                 "-Wno-unused-parameter",
1831                 "-Wno-missing-field-initializers",
1832                 "-Wno-strict-overflow",
1833                 "-Wc++11-narrowing",
1834                 "-Wimplicit-fallthrough",
1835                 "-Wthread-safety",
1836                 "-Winconsistent-missing-override",
1837                 "-Wundef",
1838                 "-Wunused-lambda-capture"
1839             ],
1840             "defines": [
1841                 "V8_DEPRECATION_WARNINGS",
1842                 "USE_NSS_CERTS=1",
1843                 "USE_X11=1",
1844                 "CHROMIUM_BUILD",
1845                 "_FILE_OFFSET_BITS=64",
1846                 "NDEBUG",
1847                 "NVALGRIND",
1848                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1849                 "WEBRTC_ENABLE_PROTOBUF=0",
1850                 "WEBRTC_RESTRICT_LOGGING",
1851                 "WEBRTC_MOZILLA_BUILD",
1852                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1853                 "WEBRTC_POSIX",
1854                 "WEBRTC_LINUX"
1855             ],
1856             "deps": [
1857                 "//:webrtc_common",
1858                 "//api:optional",
1859                 "//api/audio_codecs:audio_codecs_api",
1860                 "//modules/audio_coding:webrtc_opus",
1861                 "//rtc_base:rtc_base_approved"
1862             ],
1863             "include_dirs": [
1864                 "/media/libopus/include/",
1865                 "//",
1866                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
1867             ],
1868             "libs": [
1869                 "rt"
1870             ],
1871             "sources": [
1872                 "//api/audio_codecs/opus/audio_decoder_opus.cc",
1873                 "//api/audio_codecs/opus/audio_decoder_opus.h"
1874             ],
1875             "type": "static_library"
1876         },
1877         "//api/audio_codecs/opus:audio_encoder_opus": {
1878             "cflags": [
1879                 "-fno-strict-aliasing",
1880                 "--param=ssp-buffer-size=4",
1881                 "-fstack-protector",
1882                 "-Wno-builtin-macro-redefined",
1883                 "-D__DATE__=",
1884                 "-D__TIME__=",
1885                 "-D__TIMESTAMP__=",
1886                 "-funwind-tables",
1887                 "-fPIC",
1888                 "-pipe",
1889                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
1890                 "-fcolor-diagnostics",
1891                 "-m32",
1892                 "-msse2",
1893                 "-mfpmath=sse",
1894                 "-mmmx",
1895                 "-momit-leaf-frame-pointer",
1896                 "-pthread",
1897                 "-mstack-alignment=16",
1898                 "-mstackrealign",
1899                 "-Wall",
1900                 "-Werror",
1901                 "-Wextra",
1902                 "-Wno-missing-field-initializers",
1903                 "-Wno-unused-parameter",
1904                 "-Wno-c++11-narrowing",
1905                 "-Wno-covered-switch-default",
1906                 "-Wno-unneeded-internal-declaration",
1907                 "-Wno-inconsistent-missing-override",
1908                 "-Wno-deprecated-register",
1909                 "-Wno-undefined-var-template",
1910                 "-Wno-nonportable-include-path",
1911                 "-Wno-address-of-packed-member",
1912                 "-Wno-unused-lambda-capture",
1913                 "-Wno-user-defined-warnings",
1914                 "-O2",
1915                 "-fno-ident",
1916                 "-fdata-sections",
1917                 "-ffunction-sections",
1918                 "-fomit-frame-pointer",
1919                 "-g0",
1920                 "-fvisibility=hidden",
1921                 "-Xclang",
1922                 "-load",
1923                 "-Xclang",
1924                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
1925                 "-Xclang",
1926                 "-add-plugin",
1927                 "-Xclang",
1928                 "find-bad-constructs",
1929                 "-Xclang",
1930                 "-plugin-arg-find-bad-constructs",
1931                 "-Xclang",
1932                 "check-auto-raw-pointer",
1933                 "-Xclang",
1934                 "-plugin-arg-find-bad-constructs",
1935                 "-Xclang",
1936                 "check-ipc",
1937                 "-Wheader-hygiene",
1938                 "-Wstring-conversion",
1939                 "-Wtautological-overlap-compare",
1940                 "-Wextra",
1941                 "-Wno-unused-parameter",
1942                 "-Wno-missing-field-initializers",
1943                 "-Wno-strict-overflow",
1944                 "-Wc++11-narrowing",
1945                 "-Wimplicit-fallthrough",
1946                 "-Wthread-safety",
1947                 "-Winconsistent-missing-override",
1948                 "-Wundef",
1949                 "-Wunused-lambda-capture"
1950             ],
1951             "defines": [
1952                 "V8_DEPRECATION_WARNINGS",
1953                 "USE_NSS_CERTS=1",
1954                 "USE_X11=1",
1955                 "CHROMIUM_BUILD",
1956                 "_FILE_OFFSET_BITS=64",
1957                 "NDEBUG",
1958                 "NVALGRIND",
1959                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
1960                 "WEBRTC_ENABLE_PROTOBUF=0",
1961                 "WEBRTC_RESTRICT_LOGGING",
1962                 "WEBRTC_MOZILLA_BUILD",
1963                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
1964                 "WEBRTC_POSIX",
1965                 "WEBRTC_LINUX"
1966             ],
1967             "deps": [
1968                 "//api:optional",
1969                 "//api/audio_codecs:audio_codecs_api",
1970                 "//api/audio_codecs/opus:audio_encoder_opus_config",
1971                 "//modules/audio_coding:webrtc_opus",
1972                 "//rtc_base:protobuf_utils",
1973                 "//rtc_base:rtc_base_approved"
1974             ],
1975             "include_dirs": [
1976                 "/media/libopus/include/",
1977                 "//",
1978                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
1979             ],
1980             "libs": [
1981                 "rt"
1982             ],
1983             "sources": [
1984                 "//api/audio_codecs/opus/audio_encoder_opus.cc"
1985             ],
1986             "type": "source_set"
1987         },
1988         "//api/audio_codecs/opus:audio_encoder_opus_config": {
1989             "cflags": [
1990                 "-fno-strict-aliasing",
1991                 "--param=ssp-buffer-size=4",
1992                 "-fstack-protector",
1993                 "-Wno-builtin-macro-redefined",
1994                 "-D__DATE__=",
1995                 "-D__TIME__=",
1996                 "-D__TIMESTAMP__=",
1997                 "-funwind-tables",
1998                 "-fPIC",
1999                 "-pipe",
2000                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2001                 "-fcolor-diagnostics",
2002                 "-m32",
2003                 "-msse2",
2004                 "-mfpmath=sse",
2005                 "-mmmx",
2006                 "-momit-leaf-frame-pointer",
2007                 "-pthread",
2008                 "-mstack-alignment=16",
2009                 "-mstackrealign",
2010                 "-Wall",
2011                 "-Werror",
2012                 "-Wextra",
2013                 "-Wno-missing-field-initializers",
2014                 "-Wno-unused-parameter",
2015                 "-Wno-c++11-narrowing",
2016                 "-Wno-covered-switch-default",
2017                 "-Wno-unneeded-internal-declaration",
2018                 "-Wno-inconsistent-missing-override",
2019                 "-Wno-deprecated-register",
2020                 "-Wno-undefined-var-template",
2021                 "-Wno-nonportable-include-path",
2022                 "-Wno-address-of-packed-member",
2023                 "-Wno-unused-lambda-capture",
2024                 "-Wno-user-defined-warnings",
2025                 "-O2",
2026                 "-fno-ident",
2027                 "-fdata-sections",
2028                 "-ffunction-sections",
2029                 "-fomit-frame-pointer",
2030                 "-g0",
2031                 "-fvisibility=hidden",
2032                 "-Xclang",
2033                 "-load",
2034                 "-Xclang",
2035                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2036                 "-Xclang",
2037                 "-add-plugin",
2038                 "-Xclang",
2039                 "find-bad-constructs",
2040                 "-Xclang",
2041                 "-plugin-arg-find-bad-constructs",
2042                 "-Xclang",
2043                 "check-auto-raw-pointer",
2044                 "-Xclang",
2045                 "-plugin-arg-find-bad-constructs",
2046                 "-Xclang",
2047                 "check-ipc",
2048                 "-Wheader-hygiene",
2049                 "-Wstring-conversion",
2050                 "-Wtautological-overlap-compare",
2051                 "-Wextra",
2052                 "-Wno-unused-parameter",
2053                 "-Wno-missing-field-initializers",
2054                 "-Wno-strict-overflow",
2055                 "-Wc++11-narrowing",
2056                 "-Wimplicit-fallthrough",
2057                 "-Wthread-safety",
2058                 "-Winconsistent-missing-override",
2059                 "-Wundef",
2060                 "-Wunused-lambda-capture"
2061             ],
2062             "defines": [
2063                 "WEBRTC_OPUS_VARIABLE_COMPLEXITY=0",
2064                 "V8_DEPRECATION_WARNINGS",
2065                 "USE_NSS_CERTS=1",
2066                 "USE_X11=1",
2067                 "CHROMIUM_BUILD",
2068                 "_FILE_OFFSET_BITS=64",
2069                 "NDEBUG",
2070                 "NVALGRIND",
2071                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2072                 "WEBRTC_ENABLE_PROTOBUF=0",
2073                 "WEBRTC_RESTRICT_LOGGING",
2074                 "WEBRTC_MOZILLA_BUILD",
2075                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2076                 "WEBRTC_POSIX",
2077                 "WEBRTC_LINUX"
2078             ],
2079             "deps": [
2080                 "//api:optional",
2081                 "//rtc_base:rtc_base_approved"
2082             ],
2083             "include_dirs": [
2084                 "/media/libopus/include/",
2085                 "//",
2086                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2087             ],
2088             "libs": [],
2089             "sources": [
2090                 "//api/audio_codecs/opus/audio_encoder_opus_config.cc",
2091                 "//api/audio_codecs/opus/audio_encoder_opus_config.h"
2092             ],
2093             "type": "static_library"
2094         },
2095         "//api/audio_codecs:audio_codecs_api": {
2096             "cflags": [
2097                 "-fno-strict-aliasing",
2098                 "--param=ssp-buffer-size=4",
2099                 "-fstack-protector",
2100                 "-Wno-builtin-macro-redefined",
2101                 "-D__DATE__=",
2102                 "-D__TIME__=",
2103                 "-D__TIMESTAMP__=",
2104                 "-funwind-tables",
2105                 "-fPIC",
2106                 "-pipe",
2107                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2108                 "-fcolor-diagnostics",
2109                 "-m32",
2110                 "-msse2",
2111                 "-mfpmath=sse",
2112                 "-mmmx",
2113                 "-momit-leaf-frame-pointer",
2114                 "-pthread",
2115                 "-mstack-alignment=16",
2116                 "-mstackrealign",
2117                 "-Wall",
2118                 "-Werror",
2119                 "-Wextra",
2120                 "-Wno-missing-field-initializers",
2121                 "-Wno-unused-parameter",
2122                 "-Wno-c++11-narrowing",
2123                 "-Wno-covered-switch-default",
2124                 "-Wno-unneeded-internal-declaration",
2125                 "-Wno-inconsistent-missing-override",
2126                 "-Wno-deprecated-register",
2127                 "-Wno-undefined-var-template",
2128                 "-Wno-nonportable-include-path",
2129                 "-Wno-address-of-packed-member",
2130                 "-Wno-unused-lambda-capture",
2131                 "-Wno-user-defined-warnings",
2132                 "-O2",
2133                 "-fno-ident",
2134                 "-fdata-sections",
2135                 "-ffunction-sections",
2136                 "-fomit-frame-pointer",
2137                 "-g0",
2138                 "-fvisibility=hidden",
2139                 "-Xclang",
2140                 "-load",
2141                 "-Xclang",
2142                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2143                 "-Xclang",
2144                 "-add-plugin",
2145                 "-Xclang",
2146                 "find-bad-constructs",
2147                 "-Xclang",
2148                 "-plugin-arg-find-bad-constructs",
2149                 "-Xclang",
2150                 "check-auto-raw-pointer",
2151                 "-Xclang",
2152                 "-plugin-arg-find-bad-constructs",
2153                 "-Xclang",
2154                 "check-ipc",
2155                 "-Wheader-hygiene",
2156                 "-Wstring-conversion",
2157                 "-Wtautological-overlap-compare",
2158                 "-Wextra",
2159                 "-Wno-unused-parameter",
2160                 "-Wno-missing-field-initializers",
2161                 "-Wno-strict-overflow",
2162                 "-Wc++11-narrowing",
2163                 "-Wimplicit-fallthrough",
2164                 "-Wthread-safety",
2165                 "-Winconsistent-missing-override",
2166                 "-Wundef",
2167                 "-Wunused-lambda-capture"
2168             ],
2169             "defines": [
2170                 "V8_DEPRECATION_WARNINGS",
2171                 "USE_NSS_CERTS=1",
2172                 "USE_X11=1",
2173                 "CHROMIUM_BUILD",
2174                 "_FILE_OFFSET_BITS=64",
2175                 "NDEBUG",
2176                 "NVALGRIND",
2177                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2178                 "WEBRTC_ENABLE_PROTOBUF=0",
2179                 "WEBRTC_RESTRICT_LOGGING",
2180                 "WEBRTC_MOZILLA_BUILD",
2181                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2182                 "WEBRTC_POSIX",
2183                 "WEBRTC_LINUX"
2184             ],
2185             "deps": [
2186                 "//:webrtc_common",
2187                 "//api:array_view",
2188                 "//api:optional",
2189                 "//rtc_base:rtc_base_approved"
2190             ],
2191             "include_dirs": [
2192                 "//",
2193                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2194             ],
2195             "libs": [],
2196             "sources": [
2197                 "//api/audio_codecs/audio_decoder.cc",
2198                 "//api/audio_codecs/audio_decoder.h",
2199                 "//api/audio_codecs/audio_decoder_factory.h",
2200                 "//api/audio_codecs/audio_decoder_factory_template.h",
2201                 "//api/audio_codecs/audio_encoder.cc",
2202                 "//api/audio_codecs/audio_encoder.h",
2203                 "//api/audio_codecs/audio_encoder_factory.h",
2204                 "//api/audio_codecs/audio_encoder_factory_template.h",
2205                 "//api/audio_codecs/audio_format.cc",
2206                 "//api/audio_codecs/audio_format.h"
2207             ],
2208             "type": "source_set"
2209         },
2210         "//api/audio_codecs:builtin_audio_decoder_factory": {
2211             "cflags": [
2212                 "-fno-strict-aliasing",
2213                 "--param=ssp-buffer-size=4",
2214                 "-fstack-protector",
2215                 "-Wno-builtin-macro-redefined",
2216                 "-D__DATE__=",
2217                 "-D__TIME__=",
2218                 "-D__TIMESTAMP__=",
2219                 "-funwind-tables",
2220                 "-fPIC",
2221                 "-pipe",
2222                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2223                 "-fcolor-diagnostics",
2224                 "-m32",
2225                 "-msse2",
2226                 "-mfpmath=sse",
2227                 "-mmmx",
2228                 "-momit-leaf-frame-pointer",
2229                 "-pthread",
2230                 "-mstack-alignment=16",
2231                 "-mstackrealign",
2232                 "-Wall",
2233                 "-Werror",
2234                 "-Wextra",
2235                 "-Wno-missing-field-initializers",
2236                 "-Wno-unused-parameter",
2237                 "-Wno-c++11-narrowing",
2238                 "-Wno-covered-switch-default",
2239                 "-Wno-unneeded-internal-declaration",
2240                 "-Wno-inconsistent-missing-override",
2241                 "-Wno-deprecated-register",
2242                 "-Wno-undefined-var-template",
2243                 "-Wno-nonportable-include-path",
2244                 "-Wno-address-of-packed-member",
2245                 "-Wno-unused-lambda-capture",
2246                 "-Wno-user-defined-warnings",
2247                 "-O2",
2248                 "-fno-ident",
2249                 "-fdata-sections",
2250                 "-ffunction-sections",
2251                 "-fomit-frame-pointer",
2252                 "-g0",
2253                 "-fvisibility=hidden",
2254                 "-Xclang",
2255                 "-load",
2256                 "-Xclang",
2257                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2258                 "-Xclang",
2259                 "-add-plugin",
2260                 "-Xclang",
2261                 "find-bad-constructs",
2262                 "-Xclang",
2263                 "-plugin-arg-find-bad-constructs",
2264                 "-Xclang",
2265                 "check-auto-raw-pointer",
2266                 "-Xclang",
2267                 "-plugin-arg-find-bad-constructs",
2268                 "-Xclang",
2269                 "check-ipc",
2270                 "-Wheader-hygiene",
2271                 "-Wstring-conversion",
2272                 "-Wtautological-overlap-compare",
2273                 "-Wextra",
2274                 "-Wno-unused-parameter",
2275                 "-Wno-missing-field-initializers",
2276                 "-Wno-strict-overflow",
2277                 "-Wc++11-narrowing",
2278                 "-Wimplicit-fallthrough",
2279                 "-Wthread-safety",
2280                 "-Winconsistent-missing-override",
2281                 "-Wundef",
2282                 "-Wunused-lambda-capture"
2283             ],
2284             "defines": [
2285                 "WEBRTC_USE_BUILTIN_ILBC=1",
2286                 "WEBRTC_USE_BUILTIN_OPUS=1",
2287                 "V8_DEPRECATION_WARNINGS",
2288                 "USE_NSS_CERTS=1",
2289                 "USE_X11=1",
2290                 "CHROMIUM_BUILD",
2291                 "_FILE_OFFSET_BITS=64",
2292                 "NDEBUG",
2293                 "NVALGRIND",
2294                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2295                 "WEBRTC_ENABLE_PROTOBUF=0",
2296                 "WEBRTC_RESTRICT_LOGGING",
2297                 "WEBRTC_MOZILLA_BUILD",
2298                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2299                 "WEBRTC_POSIX",
2300                 "WEBRTC_LINUX",
2301                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
2302                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
2303             ],
2304             "deps": [
2305                 "//api/audio_codecs:audio_codecs_api",
2306                 "//api/audio_codecs/L16:audio_decoder_L16",
2307                 "//api/audio_codecs/g711:audio_decoder_g711",
2308                 "//api/audio_codecs/g722:audio_decoder_g722",
2309                 "//api/audio_codecs/ilbc:audio_decoder_ilbc",
2310                 "//api/audio_codecs/isac:audio_decoder_isac",
2311                 "//api/audio_codecs/opus:audio_decoder_opus",
2312                 "//rtc_base:rtc_base_approved"
2313             ],
2314             "include_dirs": [
2315                 "//",
2316                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2317             ],
2318             "libs": [
2319                 "m",
2320                 "rt"
2321             ],
2322             "sources": [
2323                 "//api/audio_codecs/builtin_audio_decoder_factory.cc",
2324                 "//api/audio_codecs/builtin_audio_decoder_factory.h"
2325             ],
2326             "type": "static_library"
2327         },
2328         "//api/audio_codecs:builtin_audio_encoder_factory": {
2329             "cflags": [
2330                 "-fno-strict-aliasing",
2331                 "--param=ssp-buffer-size=4",
2332                 "-fstack-protector",
2333                 "-Wno-builtin-macro-redefined",
2334                 "-D__DATE__=",
2335                 "-D__TIME__=",
2336                 "-D__TIMESTAMP__=",
2337                 "-funwind-tables",
2338                 "-fPIC",
2339                 "-pipe",
2340                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2341                 "-fcolor-diagnostics",
2342                 "-m32",
2343                 "-msse2",
2344                 "-mfpmath=sse",
2345                 "-mmmx",
2346                 "-momit-leaf-frame-pointer",
2347                 "-pthread",
2348                 "-mstack-alignment=16",
2349                 "-mstackrealign",
2350                 "-Wall",
2351                 "-Werror",
2352                 "-Wextra",
2353                 "-Wno-missing-field-initializers",
2354                 "-Wno-unused-parameter",
2355                 "-Wno-c++11-narrowing",
2356                 "-Wno-covered-switch-default",
2357                 "-Wno-unneeded-internal-declaration",
2358                 "-Wno-inconsistent-missing-override",
2359                 "-Wno-deprecated-register",
2360                 "-Wno-undefined-var-template",
2361                 "-Wno-nonportable-include-path",
2362                 "-Wno-address-of-packed-member",
2363                 "-Wno-unused-lambda-capture",
2364                 "-Wno-user-defined-warnings",
2365                 "-O2",
2366                 "-fno-ident",
2367                 "-fdata-sections",
2368                 "-ffunction-sections",
2369                 "-fomit-frame-pointer",
2370                 "-g0",
2371                 "-fvisibility=hidden",
2372                 "-Xclang",
2373                 "-load",
2374                 "-Xclang",
2375                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2376                 "-Xclang",
2377                 "-add-plugin",
2378                 "-Xclang",
2379                 "find-bad-constructs",
2380                 "-Xclang",
2381                 "-plugin-arg-find-bad-constructs",
2382                 "-Xclang",
2383                 "check-auto-raw-pointer",
2384                 "-Xclang",
2385                 "-plugin-arg-find-bad-constructs",
2386                 "-Xclang",
2387                 "check-ipc",
2388                 "-Wheader-hygiene",
2389                 "-Wstring-conversion",
2390                 "-Wtautological-overlap-compare",
2391                 "-Wextra",
2392                 "-Wno-unused-parameter",
2393                 "-Wno-missing-field-initializers",
2394                 "-Wno-strict-overflow",
2395                 "-Wc++11-narrowing",
2396                 "-Wimplicit-fallthrough",
2397                 "-Wthread-safety",
2398                 "-Winconsistent-missing-override",
2399                 "-Wundef",
2400                 "-Wunused-lambda-capture"
2401             ],
2402             "defines": [
2403                 "WEBRTC_USE_BUILTIN_ILBC=1",
2404                 "WEBRTC_USE_BUILTIN_OPUS=1",
2405                 "V8_DEPRECATION_WARNINGS",
2406                 "USE_NSS_CERTS=1",
2407                 "USE_X11=1",
2408                 "CHROMIUM_BUILD",
2409                 "_FILE_OFFSET_BITS=64",
2410                 "NDEBUG",
2411                 "NVALGRIND",
2412                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2413                 "WEBRTC_ENABLE_PROTOBUF=0",
2414                 "WEBRTC_RESTRICT_LOGGING",
2415                 "WEBRTC_MOZILLA_BUILD",
2416                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2417                 "WEBRTC_POSIX",
2418                 "WEBRTC_LINUX",
2419                 "WEBRTC_USE_BUILTIN_ISAC_FIX=0",
2420                 "WEBRTC_USE_BUILTIN_ISAC_FLOAT=1"
2421             ],
2422             "deps": [
2423                 "//api/audio_codecs:audio_codecs_api",
2424                 "//api/audio_codecs/L16:audio_encoder_L16",
2425                 "//api/audio_codecs/g711:audio_encoder_g711",
2426                 "//api/audio_codecs/g722:audio_encoder_g722",
2427                 "//api/audio_codecs/ilbc:audio_encoder_ilbc",
2428                 "//api/audio_codecs/isac:audio_encoder_isac",
2429                 "//api/audio_codecs/opus:audio_encoder_opus",
2430                 "//rtc_base:rtc_base_approved"
2431             ],
2432             "include_dirs": [
2433                 "//",
2434                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2435             ],
2436             "libs": [
2437                 "m",
2438                 "rt"
2439             ],
2440             "sources": [
2441                 "//api/audio_codecs/builtin_audio_encoder_factory.cc",
2442                 "//api/audio_codecs/builtin_audio_encoder_factory.h"
2443             ],
2444             "type": "static_library"
2445         },
2446         "//api/video_codecs:video_codecs_api": {
2447             "cflags": [
2448                 "-fno-strict-aliasing",
2449                 "--param=ssp-buffer-size=4",
2450                 "-fstack-protector",
2451                 "-Wno-builtin-macro-redefined",
2452                 "-D__DATE__=",
2453                 "-D__TIME__=",
2454                 "-D__TIMESTAMP__=",
2455                 "-funwind-tables",
2456                 "-fPIC",
2457                 "-pipe",
2458                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2459                 "-fcolor-diagnostics",
2460                 "-m32",
2461                 "-msse2",
2462                 "-mfpmath=sse",
2463                 "-mmmx",
2464                 "-momit-leaf-frame-pointer",
2465                 "-pthread",
2466                 "-mstack-alignment=16",
2467                 "-mstackrealign",
2468                 "-Wall",
2469                 "-Werror",
2470                 "-Wextra",
2471                 "-Wno-missing-field-initializers",
2472                 "-Wno-unused-parameter",
2473                 "-Wno-c++11-narrowing",
2474                 "-Wno-covered-switch-default",
2475                 "-Wno-unneeded-internal-declaration",
2476                 "-Wno-inconsistent-missing-override",
2477                 "-Wno-deprecated-register",
2478                 "-Wno-undefined-var-template",
2479                 "-Wno-nonportable-include-path",
2480                 "-Wno-address-of-packed-member",
2481                 "-Wno-unused-lambda-capture",
2482                 "-Wno-user-defined-warnings",
2483                 "-O2",
2484                 "-fno-ident",
2485                 "-fdata-sections",
2486                 "-ffunction-sections",
2487                 "-fomit-frame-pointer",
2488                 "-g0",
2489                 "-fvisibility=hidden",
2490                 "-Xclang",
2491                 "-load",
2492                 "-Xclang",
2493                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2494                 "-Xclang",
2495                 "-add-plugin",
2496                 "-Xclang",
2497                 "find-bad-constructs",
2498                 "-Xclang",
2499                 "-plugin-arg-find-bad-constructs",
2500                 "-Xclang",
2501                 "check-auto-raw-pointer",
2502                 "-Xclang",
2503                 "-plugin-arg-find-bad-constructs",
2504                 "-Xclang",
2505                 "check-ipc",
2506                 "-Wheader-hygiene",
2507                 "-Wstring-conversion",
2508                 "-Wtautological-overlap-compare",
2509                 "-Wextra",
2510                 "-Wno-unused-parameter",
2511                 "-Wno-missing-field-initializers",
2512                 "-Wno-strict-overflow",
2513                 "-Wc++11-narrowing",
2514                 "-Wimplicit-fallthrough",
2515                 "-Wthread-safety",
2516                 "-Winconsistent-missing-override",
2517                 "-Wundef",
2518                 "-Wunused-lambda-capture"
2519             ],
2520             "defines": [
2521                 "V8_DEPRECATION_WARNINGS",
2522                 "USE_NSS_CERTS=1",
2523                 "USE_X11=1",
2524                 "CHROMIUM_BUILD",
2525                 "_FILE_OFFSET_BITS=64",
2526                 "NDEBUG",
2527                 "NVALGRIND",
2528                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2529                 "WEBRTC_ENABLE_PROTOBUF=0",
2530                 "WEBRTC_RESTRICT_LOGGING",
2531                 "WEBRTC_MOZILLA_BUILD",
2532                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2533                 "WEBRTC_POSIX",
2534                 "WEBRTC_LINUX"
2535             ],
2536             "deps": [
2537                 "//:webrtc_common",
2538                 "//api:optional",
2539                 "//api:video_frame_api",
2540                 "//common_video:common_video",
2541                 "//rtc_base:rtc_base_approved"
2542             ],
2543             "include_dirs": [
2544                 "//",
2545                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
2546                 "//common_video/include/",
2547                 "/media/libyuv/libyuv/include/"
2548             ],
2549             "libs": [
2550                 "rt"
2551             ],
2552             "sources": [
2553                 "//api/video_codecs/sdp_video_format.h",
2554                 "//api/video_codecs/video_decoder.h",
2555                 "//api/video_codecs/video_decoder_factory.h",
2556                 "//api/video_codecs/video_encoder.cc",
2557                 "//api/video_codecs/video_encoder.h",
2558                 "//api/video_codecs/video_encoder_factory.h"
2559             ],
2560             "type": "source_set"
2561         },
2562         "//api:array_view": {
2563             "cflags": [
2564                 "-fno-strict-aliasing",
2565                 "--param=ssp-buffer-size=4",
2566                 "-fstack-protector",
2567                 "-Wno-builtin-macro-redefined",
2568                 "-D__DATE__=",
2569                 "-D__TIME__=",
2570                 "-D__TIMESTAMP__=",
2571                 "-funwind-tables",
2572                 "-fPIC",
2573                 "-pipe",
2574                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2575                 "-fcolor-diagnostics",
2576                 "-m32",
2577                 "-msse2",
2578                 "-mfpmath=sse",
2579                 "-mmmx",
2580                 "-momit-leaf-frame-pointer",
2581                 "-pthread",
2582                 "-mstack-alignment=16",
2583                 "-mstackrealign",
2584                 "-Wall",
2585                 "-Werror",
2586                 "-Wextra",
2587                 "-Wno-missing-field-initializers",
2588                 "-Wno-unused-parameter",
2589                 "-Wno-c++11-narrowing",
2590                 "-Wno-covered-switch-default",
2591                 "-Wno-unneeded-internal-declaration",
2592                 "-Wno-inconsistent-missing-override",
2593                 "-Wno-deprecated-register",
2594                 "-Wno-undefined-var-template",
2595                 "-Wno-nonportable-include-path",
2596                 "-Wno-address-of-packed-member",
2597                 "-Wno-unused-lambda-capture",
2598                 "-Wno-user-defined-warnings",
2599                 "-O2",
2600                 "-fno-ident",
2601                 "-fdata-sections",
2602                 "-ffunction-sections",
2603                 "-fomit-frame-pointer",
2604                 "-g0",
2605                 "-fvisibility=hidden",
2606                 "-Xclang",
2607                 "-load",
2608                 "-Xclang",
2609                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2610                 "-Xclang",
2611                 "-add-plugin",
2612                 "-Xclang",
2613                 "find-bad-constructs",
2614                 "-Xclang",
2615                 "-plugin-arg-find-bad-constructs",
2616                 "-Xclang",
2617                 "check-auto-raw-pointer",
2618                 "-Xclang",
2619                 "-plugin-arg-find-bad-constructs",
2620                 "-Xclang",
2621                 "check-ipc",
2622                 "-Wheader-hygiene",
2623                 "-Wstring-conversion",
2624                 "-Wtautological-overlap-compare",
2625                 "-Wextra",
2626                 "-Wno-unused-parameter",
2627                 "-Wno-missing-field-initializers",
2628                 "-Wno-strict-overflow",
2629                 "-Wc++11-narrowing",
2630                 "-Wimplicit-fallthrough",
2631                 "-Wthread-safety",
2632                 "-Winconsistent-missing-override",
2633                 "-Wundef",
2634                 "-Wunused-lambda-capture"
2635             ],
2636             "defines": [
2637                 "V8_DEPRECATION_WARNINGS",
2638                 "USE_NSS_CERTS=1",
2639                 "USE_X11=1",
2640                 "CHROMIUM_BUILD",
2641                 "_FILE_OFFSET_BITS=64",
2642                 "NDEBUG",
2643                 "NVALGRIND",
2644                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2645                 "WEBRTC_ENABLE_PROTOBUF=0",
2646                 "WEBRTC_RESTRICT_LOGGING",
2647                 "WEBRTC_MOZILLA_BUILD",
2648                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2649                 "WEBRTC_POSIX",
2650                 "WEBRTC_LINUX"
2651             ],
2652             "deps": [
2653                 "//rtc_base:rtc_base_approved"
2654             ],
2655             "include_dirs": [
2656                 "//",
2657                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2658             ],
2659             "libs": [],
2660             "sources": [
2661                 "//api/array_view.h"
2662             ],
2663             "type": "source_set"
2664         },
2665         "//api:audio_mixer_api": {
2666             "cflags": [
2667                 "-fno-strict-aliasing",
2668                 "--param=ssp-buffer-size=4",
2669                 "-fstack-protector",
2670                 "-Wno-builtin-macro-redefined",
2671                 "-D__DATE__=",
2672                 "-D__TIME__=",
2673                 "-D__TIMESTAMP__=",
2674                 "-funwind-tables",
2675                 "-fPIC",
2676                 "-pipe",
2677                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2678                 "-fcolor-diagnostics",
2679                 "-m32",
2680                 "-msse2",
2681                 "-mfpmath=sse",
2682                 "-mmmx",
2683                 "-momit-leaf-frame-pointer",
2684                 "-pthread",
2685                 "-mstack-alignment=16",
2686                 "-mstackrealign",
2687                 "-Wall",
2688                 "-Werror",
2689                 "-Wextra",
2690                 "-Wno-missing-field-initializers",
2691                 "-Wno-unused-parameter",
2692                 "-Wno-c++11-narrowing",
2693                 "-Wno-covered-switch-default",
2694                 "-Wno-unneeded-internal-declaration",
2695                 "-Wno-inconsistent-missing-override",
2696                 "-Wno-deprecated-register",
2697                 "-Wno-undefined-var-template",
2698                 "-Wno-nonportable-include-path",
2699                 "-Wno-address-of-packed-member",
2700                 "-Wno-unused-lambda-capture",
2701                 "-Wno-user-defined-warnings",
2702                 "-O2",
2703                 "-fno-ident",
2704                 "-fdata-sections",
2705                 "-ffunction-sections",
2706                 "-fomit-frame-pointer",
2707                 "-g0",
2708                 "-fvisibility=hidden",
2709                 "-Xclang",
2710                 "-load",
2711                 "-Xclang",
2712                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2713                 "-Xclang",
2714                 "-add-plugin",
2715                 "-Xclang",
2716                 "find-bad-constructs",
2717                 "-Xclang",
2718                 "-plugin-arg-find-bad-constructs",
2719                 "-Xclang",
2720                 "check-auto-raw-pointer",
2721                 "-Xclang",
2722                 "-plugin-arg-find-bad-constructs",
2723                 "-Xclang",
2724                 "check-ipc",
2725                 "-Wheader-hygiene",
2726                 "-Wstring-conversion",
2727                 "-Wtautological-overlap-compare",
2728                 "-Wextra",
2729                 "-Wno-unused-parameter",
2730                 "-Wno-missing-field-initializers",
2731                 "-Wno-strict-overflow",
2732                 "-Wc++11-narrowing",
2733                 "-Wimplicit-fallthrough",
2734                 "-Wthread-safety",
2735                 "-Winconsistent-missing-override",
2736                 "-Wundef",
2737                 "-Wunused-lambda-capture"
2738             ],
2739             "defines": [
2740                 "V8_DEPRECATION_WARNINGS",
2741                 "USE_NSS_CERTS=1",
2742                 "USE_X11=1",
2743                 "CHROMIUM_BUILD",
2744                 "_FILE_OFFSET_BITS=64",
2745                 "NDEBUG",
2746                 "NVALGRIND",
2747                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2748                 "WEBRTC_ENABLE_PROTOBUF=0",
2749                 "WEBRTC_RESTRICT_LOGGING",
2750                 "WEBRTC_MOZILLA_BUILD",
2751                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2752                 "WEBRTC_POSIX",
2753                 "WEBRTC_LINUX"
2754             ],
2755             "deps": [
2756                 "//modules:module_api",
2757                 "//rtc_base:rtc_base_approved"
2758             ],
2759             "include_dirs": [
2760                 "//",
2761                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2762             ],
2763             "libs": [
2764                 "rt"
2765             ],
2766             "sources": [
2767                 "//api/audio/audio_mixer.h"
2768             ],
2769             "type": "source_set"
2770         },
2771         "//api:base_peerconnection_api": {
2772             "cflags": [
2773                 "-fno-strict-aliasing",
2774                 "--param=ssp-buffer-size=4",
2775                 "-fstack-protector",
2776                 "-Wno-builtin-macro-redefined",
2777                 "-D__DATE__=",
2778                 "-D__TIME__=",
2779                 "-D__TIMESTAMP__=",
2780                 "-funwind-tables",
2781                 "-fPIC",
2782                 "-pipe",
2783                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2784                 "-fcolor-diagnostics",
2785                 "-m32",
2786                 "-msse2",
2787                 "-mfpmath=sse",
2788                 "-mmmx",
2789                 "-momit-leaf-frame-pointer",
2790                 "-pthread",
2791                 "-mstack-alignment=16",
2792                 "-mstackrealign",
2793                 "-Wall",
2794                 "-Werror",
2795                 "-Wextra",
2796                 "-Wno-missing-field-initializers",
2797                 "-Wno-unused-parameter",
2798                 "-Wno-c++11-narrowing",
2799                 "-Wno-covered-switch-default",
2800                 "-Wno-unneeded-internal-declaration",
2801                 "-Wno-inconsistent-missing-override",
2802                 "-Wno-deprecated-register",
2803                 "-Wno-undefined-var-template",
2804                 "-Wno-nonportable-include-path",
2805                 "-Wno-address-of-packed-member",
2806                 "-Wno-unused-lambda-capture",
2807                 "-Wno-user-defined-warnings",
2808                 "-O2",
2809                 "-fno-ident",
2810                 "-fdata-sections",
2811                 "-ffunction-sections",
2812                 "-fomit-frame-pointer",
2813                 "-g0",
2814                 "-fvisibility=hidden",
2815                 "-Xclang",
2816                 "-load",
2817                 "-Xclang",
2818                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2819                 "-Xclang",
2820                 "-add-plugin",
2821                 "-Xclang",
2822                 "find-bad-constructs",
2823                 "-Xclang",
2824                 "-plugin-arg-find-bad-constructs",
2825                 "-Xclang",
2826                 "check-auto-raw-pointer",
2827                 "-Xclang",
2828                 "-plugin-arg-find-bad-constructs",
2829                 "-Xclang",
2830                 "check-ipc",
2831                 "-Wheader-hygiene",
2832                 "-Wstring-conversion",
2833                 "-Wtautological-overlap-compare",
2834                 "-Wextra",
2835                 "-Wno-unused-parameter",
2836                 "-Wno-missing-field-initializers",
2837                 "-Wno-strict-overflow",
2838                 "-Wc++11-narrowing",
2839                 "-Wimplicit-fallthrough",
2840                 "-Wthread-safety",
2841                 "-Winconsistent-missing-override",
2842                 "-Wundef",
2843                 "-Wunused-lambda-capture"
2844             ],
2845             "defines": [
2846                 "V8_DEPRECATION_WARNINGS",
2847                 "USE_NSS_CERTS=1",
2848                 "USE_X11=1",
2849                 "CHROMIUM_BUILD",
2850                 "_FILE_OFFSET_BITS=64",
2851                 "NDEBUG",
2852                 "NVALGRIND",
2853                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2854                 "WEBRTC_ENABLE_PROTOBUF=0",
2855                 "WEBRTC_RESTRICT_LOGGING",
2856                 "WEBRTC_MOZILLA_BUILD",
2857                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2858                 "WEBRTC_POSIX",
2859                 "WEBRTC_LINUX"
2860             ],
2861             "deps": [],
2862             "include_dirs": [
2863                 "//",
2864                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2865             ],
2866             "libs": [],
2867             "sources": [
2868                 "//api/rtpparameters.cc",
2869                 "//api/rtpparameters.h"
2870             ],
2871             "type": "static_library"
2872         },
2873         "//api:call_api": {
2874             "cflags": [
2875                 "-fno-strict-aliasing",
2876                 "--param=ssp-buffer-size=4",
2877                 "-fstack-protector",
2878                 "-Wno-builtin-macro-redefined",
2879                 "-D__DATE__=",
2880                 "-D__TIME__=",
2881                 "-D__TIMESTAMP__=",
2882                 "-funwind-tables",
2883                 "-fPIC",
2884                 "-pipe",
2885                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2886                 "-fcolor-diagnostics",
2887                 "-m32",
2888                 "-msse2",
2889                 "-mfpmath=sse",
2890                 "-mmmx",
2891                 "-momit-leaf-frame-pointer",
2892                 "-pthread",
2893                 "-mstack-alignment=16",
2894                 "-mstackrealign",
2895                 "-Wall",
2896                 "-Werror",
2897                 "-Wextra",
2898                 "-Wno-missing-field-initializers",
2899                 "-Wno-unused-parameter",
2900                 "-Wno-c++11-narrowing",
2901                 "-Wno-covered-switch-default",
2902                 "-Wno-unneeded-internal-declaration",
2903                 "-Wno-inconsistent-missing-override",
2904                 "-Wno-deprecated-register",
2905                 "-Wno-undefined-var-template",
2906                 "-Wno-nonportable-include-path",
2907                 "-Wno-address-of-packed-member",
2908                 "-Wno-unused-lambda-capture",
2909                 "-Wno-user-defined-warnings",
2910                 "-O2",
2911                 "-fno-ident",
2912                 "-fdata-sections",
2913                 "-ffunction-sections",
2914                 "-fomit-frame-pointer",
2915                 "-g0",
2916                 "-fvisibility=hidden",
2917                 "-Xclang",
2918                 "-load",
2919                 "-Xclang",
2920                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
2921                 "-Xclang",
2922                 "-add-plugin",
2923                 "-Xclang",
2924                 "find-bad-constructs",
2925                 "-Xclang",
2926                 "-plugin-arg-find-bad-constructs",
2927                 "-Xclang",
2928                 "check-auto-raw-pointer",
2929                 "-Xclang",
2930                 "-plugin-arg-find-bad-constructs",
2931                 "-Xclang",
2932                 "check-ipc",
2933                 "-Wheader-hygiene",
2934                 "-Wstring-conversion",
2935                 "-Wtautological-overlap-compare",
2936                 "-Wextra",
2937                 "-Wno-unused-parameter",
2938                 "-Wno-missing-field-initializers",
2939                 "-Wno-strict-overflow",
2940                 "-Wc++11-narrowing",
2941                 "-Wimplicit-fallthrough",
2942                 "-Wthread-safety",
2943                 "-Winconsistent-missing-override",
2944                 "-Wundef",
2945                 "-Wunused-lambda-capture"
2946             ],
2947             "defines": [
2948                 "V8_DEPRECATION_WARNINGS",
2949                 "USE_NSS_CERTS=1",
2950                 "USE_X11=1",
2951                 "CHROMIUM_BUILD",
2952                 "_FILE_OFFSET_BITS=64",
2953                 "NDEBUG",
2954                 "NVALGRIND",
2955                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
2956                 "WEBRTC_ENABLE_PROTOBUF=0",
2957                 "WEBRTC_RESTRICT_LOGGING",
2958                 "WEBRTC_MOZILLA_BUILD",
2959                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
2960                 "WEBRTC_POSIX",
2961                 "WEBRTC_LINUX"
2962             ],
2963             "deps": [
2964                 "//:webrtc_common",
2965                 "//api:audio_mixer_api",
2966                 "//api:transport_api",
2967                 "//api/audio_codecs:audio_codecs_api",
2968                 "//rtc_base:rtc_base_approved"
2969             ],
2970             "include_dirs": [
2971                 "//",
2972                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
2973             ],
2974             "libs": [
2975                 "rt"
2976             ],
2977             "sources": [
2978                 "//api/call/audio_sink.h"
2979             ],
2980             "type": "source_set"
2981         },
2982         "//api:optional": {
2983             "cflags": [
2984                 "-fno-strict-aliasing",
2985                 "--param=ssp-buffer-size=4",
2986                 "-fstack-protector",
2987                 "-Wno-builtin-macro-redefined",
2988                 "-D__DATE__=",
2989                 "-D__TIME__=",
2990                 "-D__TIMESTAMP__=",
2991                 "-funwind-tables",
2992                 "-fPIC",
2993                 "-pipe",
2994                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
2995                 "-fcolor-diagnostics",
2996                 "-m32",
2997                 "-msse2",
2998                 "-mfpmath=sse",
2999                 "-mmmx",
3000                 "-momit-leaf-frame-pointer",
3001                 "-pthread",
3002                 "-mstack-alignment=16",
3003                 "-mstackrealign",
3004                 "-Wall",
3005                 "-Werror",
3006                 "-Wextra",
3007                 "-Wno-missing-field-initializers",
3008                 "-Wno-unused-parameter",
3009                 "-Wno-c++11-narrowing",
3010                 "-Wno-covered-switch-default",
3011                 "-Wno-unneeded-internal-declaration",
3012                 "-Wno-inconsistent-missing-override",
3013                 "-Wno-deprecated-register",
3014                 "-Wno-undefined-var-template",
3015                 "-Wno-nonportable-include-path",
3016                 "-Wno-address-of-packed-member",
3017                 "-Wno-unused-lambda-capture",
3018                 "-Wno-user-defined-warnings",
3019                 "-O2",
3020                 "-fno-ident",
3021                 "-fdata-sections",
3022                 "-ffunction-sections",
3023                 "-fomit-frame-pointer",
3024                 "-g0",
3025                 "-fvisibility=hidden",
3026                 "-Xclang",
3027                 "-load",
3028                 "-Xclang",
3029                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
3030                 "-Xclang",
3031                 "-add-plugin",
3032                 "-Xclang",
3033                 "find-bad-constructs",
3034                 "-Xclang",
3035                 "-plugin-arg-find-bad-constructs",
3036                 "-Xclang",
3037                 "check-auto-raw-pointer",
3038                 "-Xclang",
3039                 "-plugin-arg-find-bad-constructs",
3040                 "-Xclang",
3041                 "check-ipc",
3042                 "-Wheader-hygiene",
3043                 "-Wstring-conversion",
3044                 "-Wtautological-overlap-compare",
3045                 "-Wextra",
3046                 "-Wno-unused-parameter",
3047                 "-Wno-missing-field-initializers",
3048                 "-Wno-strict-overflow",
3049                 "-Wc++11-narrowing",
3050                 "-Wimplicit-fallthrough",
3051                 "-Wthread-safety",
3052                 "-Winconsistent-missing-override",
3053                 "-Wundef",
3054                 "-Wunused-lambda-capture"
3055             ],
3056             "defines": [
3057                 "V8_DEPRECATION_WARNINGS",
3058                 "USE_NSS_CERTS=1",
3059                 "USE_X11=1",
3060                 "CHROMIUM_BUILD",
3061                 "_FILE_OFFSET_BITS=64",
3062                 "NDEBUG",
3063                 "NVALGRIND",
3064                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3065                 "WEBRTC_ENABLE_PROTOBUF=0",
3066                 "WEBRTC_RESTRICT_LOGGING",
3067                 "WEBRTC_MOZILLA_BUILD",
3068                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3069                 "WEBRTC_POSIX",
3070                 "WEBRTC_LINUX"
3071             ],
3072             "deps": [
3073                 "//api:array_view",
3074                 "//rtc_base:rtc_base_approved"
3075             ],
3076             "include_dirs": [
3077                 "//",
3078                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3079             ],
3080             "libs": [],
3081             "sources": [
3082                 "//api/optional.cc",
3083                 "//api/optional.h"
3084             ],
3085             "type": "source_set"
3086         },
3087         "//api:refcountedbase": {
3088             "cflags": [
3089                 "-fno-strict-aliasing",
3090                 "--param=ssp-buffer-size=4",
3091                 "-fstack-protector",
3092                 "-Wno-builtin-macro-redefined",
3093                 "-D__DATE__=",
3094                 "-D__TIME__=",
3095                 "-D__TIMESTAMP__=",
3096                 "-funwind-tables",
3097                 "-fPIC",
3098                 "-pipe",
3099                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3100                 "-fcolor-diagnostics",
3101                 "-m32",
3102                 "-msse2",
3103                 "-mfpmath=sse",
3104                 "-mmmx",
3105                 "-momit-leaf-frame-pointer",
3106                 "-pthread",
3107                 "-mstack-alignment=16",
3108                 "-mstackrealign",
3109                 "-Wall",
3110                 "-Werror",
3111                 "-Wextra",
3112                 "-Wno-missing-field-initializers",
3113                 "-Wno-unused-parameter",
3114                 "-Wno-c++11-narrowing",
3115                 "-Wno-covered-switch-default",
3116                 "-Wno-unneeded-internal-declaration",
3117                 "-Wno-inconsistent-missing-override",
3118                 "-Wno-deprecated-register",
3119                 "-Wno-undefined-var-template",
3120                 "-Wno-nonportable-include-path",
3121                 "-Wno-address-of-packed-member",
3122                 "-Wno-unused-lambda-capture",
3123                 "-Wno-user-defined-warnings",
3124                 "-O2",
3125                 "-fno-ident",
3126                 "-fdata-sections",
3127                 "-ffunction-sections",
3128                 "-fomit-frame-pointer",
3129                 "-g0",
3130                 "-fvisibility=hidden",
3131                 "-Xclang",
3132                 "-load",
3133                 "-Xclang",
3134                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
3135                 "-Xclang",
3136                 "-add-plugin",
3137                 "-Xclang",
3138                 "find-bad-constructs",
3139                 "-Xclang",
3140                 "-plugin-arg-find-bad-constructs",
3141                 "-Xclang",
3142                 "check-auto-raw-pointer",
3143                 "-Xclang",
3144                 "-plugin-arg-find-bad-constructs",
3145                 "-Xclang",
3146                 "check-ipc",
3147                 "-Wheader-hygiene",
3148                 "-Wstring-conversion",
3149                 "-Wtautological-overlap-compare",
3150                 "-Wextra",
3151                 "-Wno-unused-parameter",
3152                 "-Wno-missing-field-initializers",
3153                 "-Wno-strict-overflow",
3154                 "-Wc++11-narrowing",
3155                 "-Wimplicit-fallthrough",
3156                 "-Wthread-safety",
3157                 "-Winconsistent-missing-override",
3158                 "-Wundef",
3159                 "-Wunused-lambda-capture"
3160             ],
3161             "defines": [
3162                 "V8_DEPRECATION_WARNINGS",
3163                 "USE_NSS_CERTS=1",
3164                 "USE_X11=1",
3165                 "CHROMIUM_BUILD",
3166                 "_FILE_OFFSET_BITS=64",
3167                 "NDEBUG",
3168                 "NVALGRIND",
3169                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3170                 "WEBRTC_ENABLE_PROTOBUF=0",
3171                 "WEBRTC_RESTRICT_LOGGING",
3172                 "WEBRTC_MOZILLA_BUILD",
3173                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3174                 "WEBRTC_POSIX",
3175                 "WEBRTC_LINUX"
3176             ],
3177             "deps": [
3178                 "//rtc_base:rtc_base_approved"
3179             ],
3180             "include_dirs": [
3181                 "//",
3182                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3183             ],
3184             "libs": [],
3185             "sources": [
3186                 "//api/refcountedbase.h"
3187             ],
3188             "type": "source_set"
3189         },
3190         "//api:transport_api": {
3191             "cflags": [
3192                 "-fno-strict-aliasing",
3193                 "--param=ssp-buffer-size=4",
3194                 "-fstack-protector",
3195                 "-Wno-builtin-macro-redefined",
3196                 "-D__DATE__=",
3197                 "-D__TIME__=",
3198                 "-D__TIMESTAMP__=",
3199                 "-funwind-tables",
3200                 "-fPIC",
3201                 "-pipe",
3202                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3203                 "-fcolor-diagnostics",
3204                 "-m32",
3205                 "-msse2",
3206                 "-mfpmath=sse",
3207                 "-mmmx",
3208                 "-momit-leaf-frame-pointer",
3209                 "-pthread",
3210                 "-mstack-alignment=16",
3211                 "-mstackrealign",
3212                 "-Wall",
3213                 "-Werror",
3214                 "-Wextra",
3215                 "-Wno-missing-field-initializers",
3216                 "-Wno-unused-parameter",
3217                 "-Wno-c++11-narrowing",
3218                 "-Wno-covered-switch-default",
3219                 "-Wno-unneeded-internal-declaration",
3220                 "-Wno-inconsistent-missing-override",
3221                 "-Wno-deprecated-register",
3222                 "-Wno-undefined-var-template",
3223                 "-Wno-nonportable-include-path",
3224                 "-Wno-address-of-packed-member",
3225                 "-Wno-unused-lambda-capture",
3226                 "-Wno-user-defined-warnings",
3227                 "-O2",
3228                 "-fno-ident",
3229                 "-fdata-sections",
3230                 "-ffunction-sections",
3231                 "-fomit-frame-pointer",
3232                 "-g0",
3233                 "-fvisibility=hidden",
3234                 "-Xclang",
3235                 "-load",
3236                 "-Xclang",
3237                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
3238                 "-Xclang",
3239                 "-add-plugin",
3240                 "-Xclang",
3241                 "find-bad-constructs",
3242                 "-Xclang",
3243                 "-plugin-arg-find-bad-constructs",
3244                 "-Xclang",
3245                 "check-auto-raw-pointer",
3246                 "-Xclang",
3247                 "-plugin-arg-find-bad-constructs",
3248                 "-Xclang",
3249                 "check-ipc",
3250                 "-Wheader-hygiene",
3251                 "-Wstring-conversion",
3252                 "-Wtautological-overlap-compare",
3253                 "-Wextra",
3254                 "-Wno-unused-parameter",
3255                 "-Wno-missing-field-initializers",
3256                 "-Wno-strict-overflow",
3257                 "-Wc++11-narrowing",
3258                 "-Wimplicit-fallthrough",
3259                 "-Wthread-safety",
3260                 "-Winconsistent-missing-override",
3261                 "-Wundef",
3262                 "-Wunused-lambda-capture"
3263             ],
3264             "defines": [
3265                 "V8_DEPRECATION_WARNINGS",
3266                 "USE_NSS_CERTS=1",
3267                 "USE_X11=1",
3268                 "CHROMIUM_BUILD",
3269                 "_FILE_OFFSET_BITS=64",
3270                 "NDEBUG",
3271                 "NVALGRIND",
3272                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3273                 "WEBRTC_ENABLE_PROTOBUF=0",
3274                 "WEBRTC_RESTRICT_LOGGING",
3275                 "WEBRTC_MOZILLA_BUILD",
3276                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3277                 "WEBRTC_POSIX",
3278                 "WEBRTC_LINUX"
3279             ],
3280             "deps": [],
3281             "include_dirs": [
3282                 "//",
3283                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3284             ],
3285             "libs": [],
3286             "sources": [
3287                 "//api/call/transport.h"
3288             ],
3289             "type": "source_set"
3290         },
3291         "//api:video_frame_api": {
3292             "cflags": [
3293                 "-fno-strict-aliasing",
3294                 "--param=ssp-buffer-size=4",
3295                 "-fstack-protector",
3296                 "-Wno-builtin-macro-redefined",
3297                 "-D__DATE__=",
3298                 "-D__TIME__=",
3299                 "-D__TIMESTAMP__=",
3300                 "-funwind-tables",
3301                 "-fPIC",
3302                 "-pipe",
3303                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3304                 "-fcolor-diagnostics",
3305                 "-m32",
3306                 "-msse2",
3307                 "-mfpmath=sse",
3308                 "-mmmx",
3309                 "-momit-leaf-frame-pointer",
3310                 "-pthread",
3311                 "-mstack-alignment=16",
3312                 "-mstackrealign",
3313                 "-Wall",
3314                 "-Werror",
3315                 "-Wextra",
3316                 "-Wno-missing-field-initializers",
3317                 "-Wno-unused-parameter",
3318                 "-Wno-c++11-narrowing",
3319                 "-Wno-covered-switch-default",
3320                 "-Wno-unneeded-internal-declaration",
3321                 "-Wno-inconsistent-missing-override",
3322                 "-Wno-deprecated-register",
3323                 "-Wno-undefined-var-template",
3324                 "-Wno-nonportable-include-path",
3325                 "-Wno-address-of-packed-member",
3326                 "-Wno-unused-lambda-capture",
3327                 "-Wno-user-defined-warnings",
3328                 "-O2",
3329                 "-fno-ident",
3330                 "-fdata-sections",
3331                 "-ffunction-sections",
3332                 "-fomit-frame-pointer",
3333                 "-g0",
3334                 "-fvisibility=hidden",
3335                 "-Xclang",
3336                 "-load",
3337                 "-Xclang",
3338                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
3339                 "-Xclang",
3340                 "-add-plugin",
3341                 "-Xclang",
3342                 "find-bad-constructs",
3343                 "-Xclang",
3344                 "-plugin-arg-find-bad-constructs",
3345                 "-Xclang",
3346                 "check-auto-raw-pointer",
3347                 "-Xclang",
3348                 "-plugin-arg-find-bad-constructs",
3349                 "-Xclang",
3350                 "check-ipc",
3351                 "-Wheader-hygiene",
3352                 "-Wstring-conversion",
3353                 "-Wtautological-overlap-compare",
3354                 "-Wextra",
3355                 "-Wno-unused-parameter",
3356                 "-Wno-missing-field-initializers",
3357                 "-Wno-strict-overflow",
3358                 "-Wc++11-narrowing",
3359                 "-Wimplicit-fallthrough",
3360                 "-Wthread-safety",
3361                 "-Winconsistent-missing-override",
3362                 "-Wundef",
3363                 "-Wunused-lambda-capture"
3364             ],
3365             "defines": [
3366                 "V8_DEPRECATION_WARNINGS",
3367                 "USE_NSS_CERTS=1",
3368                 "USE_X11=1",
3369                 "CHROMIUM_BUILD",
3370                 "_FILE_OFFSET_BITS=64",
3371                 "NDEBUG",
3372                 "NVALGRIND",
3373                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3374                 "WEBRTC_ENABLE_PROTOBUF=0",
3375                 "WEBRTC_RESTRICT_LOGGING",
3376                 "WEBRTC_MOZILLA_BUILD",
3377                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3378                 "WEBRTC_POSIX",
3379                 "WEBRTC_LINUX"
3380             ],
3381             "deps": [
3382                 "//rtc_base:rtc_base_approved"
3383             ],
3384             "include_dirs": [
3385                 "/media/libyuv/libyuv/include/",
3386                 "//",
3387                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3388             ],
3389             "libs": [],
3390             "sources": [
3391                 "//api/video/video_content_type.cc",
3392                 "//api/video/video_content_type.h",
3393                 "//api/video/video_frame.cc",
3394                 "//api/video/video_frame.h",
3395                 "//api/video/video_frame_buffer.cc",
3396                 "//api/video/video_frame_buffer.h",
3397                 "//api/video/video_rotation.h",
3398                 "//api/video/video_timing.cc",
3399                 "//api/video/video_timing.h"
3400             ],
3401             "type": "source_set"
3402         },
3403         "//api:video_frame_api_i420": {
3404             "cflags": [
3405                 "-fno-strict-aliasing",
3406                 "--param=ssp-buffer-size=4",
3407                 "-fstack-protector",
3408                 "-Wno-builtin-macro-redefined",
3409                 "-D__DATE__=",
3410                 "-D__TIME__=",
3411                 "-D__TIMESTAMP__=",
3412                 "-funwind-tables",
3413                 "-fPIC",
3414                 "-pipe",
3415                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3416                 "-fcolor-diagnostics",
3417                 "-m32",
3418                 "-msse2",
3419                 "-mfpmath=sse",
3420                 "-mmmx",
3421                 "-momit-leaf-frame-pointer",
3422                 "-pthread",
3423                 "-mstack-alignment=16",
3424                 "-mstackrealign",
3425                 "-Wall",
3426                 "-Werror",
3427                 "-Wextra",
3428                 "-Wno-missing-field-initializers",
3429                 "-Wno-unused-parameter",
3430                 "-Wno-c++11-narrowing",
3431                 "-Wno-covered-switch-default",
3432                 "-Wno-unneeded-internal-declaration",
3433                 "-Wno-inconsistent-missing-override",
3434                 "-Wno-deprecated-register",
3435                 "-Wno-undefined-var-template",
3436                 "-Wno-nonportable-include-path",
3437                 "-Wno-address-of-packed-member",
3438                 "-Wno-unused-lambda-capture",
3439                 "-Wno-user-defined-warnings",
3440                 "-O2",
3441                 "-fno-ident",
3442                 "-fdata-sections",
3443                 "-ffunction-sections",
3444                 "-fomit-frame-pointer",
3445                 "-g0",
3446                 "-fvisibility=hidden",
3447                 "-Xclang",
3448                 "-load",
3449                 "-Xclang",
3450                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
3451                 "-Xclang",
3452                 "-add-plugin",
3453                 "-Xclang",
3454                 "find-bad-constructs",
3455                 "-Xclang",
3456                 "-plugin-arg-find-bad-constructs",
3457                 "-Xclang",
3458                 "check-auto-raw-pointer",
3459                 "-Xclang",
3460                 "-plugin-arg-find-bad-constructs",
3461                 "-Xclang",
3462                 "check-ipc",
3463                 "-Wheader-hygiene",
3464                 "-Wstring-conversion",
3465                 "-Wtautological-overlap-compare",
3466                 "-Wextra",
3467                 "-Wno-unused-parameter",
3468                 "-Wno-missing-field-initializers",
3469                 "-Wno-strict-overflow",
3470                 "-Wc++11-narrowing",
3471                 "-Wimplicit-fallthrough",
3472                 "-Wthread-safety",
3473                 "-Winconsistent-missing-override",
3474                 "-Wundef",
3475                 "-Wunused-lambda-capture"
3476             ],
3477             "defines": [
3478                 "V8_DEPRECATION_WARNINGS",
3479                 "USE_NSS_CERTS=1",
3480                 "USE_X11=1",
3481                 "CHROMIUM_BUILD",
3482                 "_FILE_OFFSET_BITS=64",
3483                 "NDEBUG",
3484                 "NVALGRIND",
3485                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3486                 "WEBRTC_ENABLE_PROTOBUF=0",
3487                 "WEBRTC_RESTRICT_LOGGING",
3488                 "WEBRTC_MOZILLA_BUILD",
3489                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3490                 "WEBRTC_POSIX",
3491                 "WEBRTC_LINUX"
3492             ],
3493             "deps": [
3494                 "//api:video_frame_api",
3495                 "//rtc_base:rtc_base_approved",
3496                 "//system_wrappers:system_wrappers"
3497             ],
3498             "include_dirs": [
3499                 "/media/libyuv/libyuv/include/",
3500                 "//",
3501                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3502             ],
3503             "libs": [
3504                 "rt"
3505             ],
3506             "sources": [
3507                 "//api/video/i420_buffer.cc",
3508                 "//api/video/i420_buffer.h"
3509             ],
3510             "type": "source_set"
3511         },
3512         "//audio/utility:audio_frame_operations": {
3513             "cflags": [
3514                 "-fno-strict-aliasing",
3515                 "--param=ssp-buffer-size=4",
3516                 "-fstack-protector",
3517                 "-Wno-builtin-macro-redefined",
3518                 "-D__DATE__=",
3519                 "-D__TIME__=",
3520                 "-D__TIMESTAMP__=",
3521                 "-funwind-tables",
3522                 "-fPIC",
3523                 "-pipe",
3524                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3525                 "-fcolor-diagnostics",
3526                 "-m32",
3527                 "-msse2",
3528                 "-mfpmath=sse",
3529                 "-mmmx",
3530                 "-momit-leaf-frame-pointer",
3531                 "-pthread",
3532                 "-mstack-alignment=16",
3533                 "-mstackrealign",
3534                 "-Wall",
3535                 "-Werror",
3536                 "-Wextra",
3537                 "-Wno-missing-field-initializers",
3538                 "-Wno-unused-parameter",
3539                 "-Wno-c++11-narrowing",
3540                 "-Wno-covered-switch-default",
3541                 "-Wno-unneeded-internal-declaration",
3542                 "-Wno-inconsistent-missing-override",
3543                 "-Wno-deprecated-register",
3544                 "-Wno-undefined-var-template",
3545                 "-Wno-nonportable-include-path",
3546                 "-Wno-address-of-packed-member",
3547                 "-Wno-unused-lambda-capture",
3548                 "-Wno-user-defined-warnings",
3549                 "-O2",
3550                 "-fno-ident",
3551                 "-fdata-sections",
3552                 "-ffunction-sections",
3553                 "-fomit-frame-pointer",
3554                 "-g0",
3555                 "-fvisibility=hidden",
3556                 "-Xclang",
3557                 "-load",
3558                 "-Xclang",
3559                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
3560                 "-Xclang",
3561                 "-add-plugin",
3562                 "-Xclang",
3563                 "find-bad-constructs",
3564                 "-Xclang",
3565                 "-plugin-arg-find-bad-constructs",
3566                 "-Xclang",
3567                 "check-auto-raw-pointer",
3568                 "-Xclang",
3569                 "-plugin-arg-find-bad-constructs",
3570                 "-Xclang",
3571                 "check-ipc",
3572                 "-Wheader-hygiene",
3573                 "-Wstring-conversion",
3574                 "-Wtautological-overlap-compare",
3575                 "-Wextra",
3576                 "-Wno-unused-parameter",
3577                 "-Wno-missing-field-initializers",
3578                 "-Wno-strict-overflow",
3579                 "-Wc++11-narrowing",
3580                 "-Wimplicit-fallthrough",
3581                 "-Wthread-safety",
3582                 "-Winconsistent-missing-override",
3583                 "-Wundef",
3584                 "-Wunused-lambda-capture"
3585             ],
3586             "defines": [
3587                 "V8_DEPRECATION_WARNINGS",
3588                 "USE_NSS_CERTS=1",
3589                 "USE_X11=1",
3590                 "CHROMIUM_BUILD",
3591                 "_FILE_OFFSET_BITS=64",
3592                 "NDEBUG",
3593                 "NVALGRIND",
3594                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3595                 "WEBRTC_ENABLE_PROTOBUF=0",
3596                 "WEBRTC_RESTRICT_LOGGING",
3597                 "WEBRTC_MOZILLA_BUILD",
3598                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3599                 "WEBRTC_POSIX",
3600                 "WEBRTC_LINUX"
3601             ],
3602             "deps": [
3603                 "//:webrtc_common",
3604                 "//modules:module_api",
3605                 "//modules/audio_coding:audio_format_conversion",
3606                 "//rtc_base:rtc_base_approved"
3607             ],
3608             "include_dirs": [
3609                 "//",
3610                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3611             ],
3612             "libs": [
3613                 "rt"
3614             ],
3615             "sources": [
3616                 "//audio/utility/audio_frame_operations.cc",
3617                 "//audio/utility/audio_frame_operations.h"
3618             ],
3619             "type": "static_library"
3620         },
3621         "//audio:audio": {
3622             "cflags": [
3623                 "-fno-strict-aliasing",
3624                 "--param=ssp-buffer-size=4",
3625                 "-fstack-protector",
3626                 "-Wno-builtin-macro-redefined",
3627                 "-D__DATE__=",
3628                 "-D__TIME__=",
3629                 "-D__TIMESTAMP__=",
3630                 "-funwind-tables",
3631                 "-fPIC",
3632                 "-pipe",
3633                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3634                 "-fcolor-diagnostics",
3635                 "-m32",
3636                 "-msse2",
3637                 "-mfpmath=sse",
3638                 "-mmmx",
3639                 "-momit-leaf-frame-pointer",
3640                 "-pthread",
3641                 "-mstack-alignment=16",
3642                 "-mstackrealign",
3643                 "-Wall",
3644                 "-Werror",
3645                 "-Wextra",
3646                 "-Wno-missing-field-initializers",
3647                 "-Wno-unused-parameter",
3648                 "-Wno-c++11-narrowing",
3649                 "-Wno-covered-switch-default",
3650                 "-Wno-unneeded-internal-declaration",
3651                 "-Wno-inconsistent-missing-override",
3652                 "-Wno-deprecated-register",
3653                 "-Wno-undefined-var-template",
3654                 "-Wno-nonportable-include-path",
3655                 "-Wno-address-of-packed-member",
3656                 "-Wno-unused-lambda-capture",
3657                 "-Wno-user-defined-warnings",
3658                 "-O2",
3659                 "-fno-ident",
3660                 "-fdata-sections",
3661                 "-ffunction-sections",
3662                 "-fomit-frame-pointer",
3663                 "-g0",
3664                 "-fvisibility=hidden",
3665                 "-Wheader-hygiene",
3666                 "-Wstring-conversion",
3667                 "-Wtautological-overlap-compare",
3668                 "-Wextra",
3669                 "-Wno-unused-parameter",
3670                 "-Wno-missing-field-initializers",
3671                 "-Wno-strict-overflow",
3672                 "-Wc++11-narrowing",
3673                 "-Wimplicit-fallthrough",
3674                 "-Wthread-safety",
3675                 "-Winconsistent-missing-override",
3676                 "-Wundef",
3677                 "-Wunused-lambda-capture"
3678             ],
3679             "defines": [
3680                 "V8_DEPRECATION_WARNINGS",
3681                 "USE_NSS_CERTS=1",
3682                 "USE_X11=1",
3683                 "CHROMIUM_BUILD",
3684                 "_FILE_OFFSET_BITS=64",
3685                 "NDEBUG",
3686                 "NVALGRIND",
3687                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3688                 "WEBRTC_ENABLE_PROTOBUF=0",
3689                 "WEBRTC_RESTRICT_LOGGING",
3690                 "WEBRTC_MOZILLA_BUILD",
3691                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3692                 "WEBRTC_POSIX",
3693                 "WEBRTC_LINUX"
3694             ],
3695             "deps": [
3696                 "//:webrtc_common",
3697                 "//api:audio_mixer_api",
3698                 "//api:call_api",
3699                 "//api:optional",
3700                 "//api/audio_codecs:audio_codecs_api",
3701                 "//api/audio_codecs:builtin_audio_encoder_factory",
3702                 "//call:bitrate_allocator",
3703                 "//call:call_interfaces",
3704                 "//call:rtp_interfaces",
3705                 "//common_audio:common_audio",
3706                 "//modules/audio_coding:cng",
3707                 "//modules/audio_device:audio_device",
3708                 "//modules/audio_processing:audio_processing",
3709                 "//modules/bitrate_controller:bitrate_controller",
3710                 "//modules/congestion_controller:congestion_controller",
3711                 "//modules/pacing:pacing",
3712                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
3713                 "//modules/rtp_rtcp:rtp_rtcp",
3714                 "//rtc_base:rtc_base",
3715                 "//rtc_base:rtc_base_approved",
3716                 "//rtc_base:rtc_task_queue",
3717                 "//system_wrappers:system_wrappers",
3718                 "//voice_engine:voice_engine"
3719             ],
3720             "include_dirs": [
3721                 "//",
3722                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
3723                 "//common_audio/resampler/include/",
3724                 "//common_audio/signal_processing/include/",
3725                 "//common_audio/vad/include/",
3726                 "//modules/audio_coding/codecs/cng/include/",
3727                 "//modules/include/",
3728                 "//modules/audio_device/include/",
3729                 "//modules/audio_device/dummy/",
3730                 "//modules/audio_coding/include/",
3731                 "//modules/include/"
3732             ],
3733             "libs": [
3734                 "rt",
3735                 "m"
3736             ],
3737             "sources": [
3738                 "//audio/audio_receive_stream.cc",
3739                 "//audio/audio_receive_stream.h",
3740                 "//audio/audio_send_stream.cc",
3741                 "//audio/audio_send_stream.h",
3742                 "//audio/audio_state.cc",
3743                 "//audio/audio_state.h",
3744                 "//audio/audio_transport_proxy.cc",
3745                 "//audio/audio_transport_proxy.h",
3746                 "//audio/conversion.h",
3747                 "//audio/null_audio_poller.cc",
3748                 "//audio/null_audio_poller.h",
3749                 "//audio/scoped_voe_interface.h",
3750                 "//audio/time_interval.cc",
3751                 "//audio/time_interval.h"
3752             ],
3753             "type": "static_library"
3754         },
3755         "//call:bitrate_allocator": {
3756             "cflags": [
3757                 "-fno-strict-aliasing",
3758                 "--param=ssp-buffer-size=4",
3759                 "-fstack-protector",
3760                 "-Wno-builtin-macro-redefined",
3761                 "-D__DATE__=",
3762                 "-D__TIME__=",
3763                 "-D__TIMESTAMP__=",
3764                 "-funwind-tables",
3765                 "-fPIC",
3766                 "-pipe",
3767                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3768                 "-fcolor-diagnostics",
3769                 "-m32",
3770                 "-msse2",
3771                 "-mfpmath=sse",
3772                 "-mmmx",
3773                 "-momit-leaf-frame-pointer",
3774                 "-pthread",
3775                 "-mstack-alignment=16",
3776                 "-mstackrealign",
3777                 "-Wall",
3778                 "-Werror",
3779                 "-Wextra",
3780                 "-Wno-missing-field-initializers",
3781                 "-Wno-unused-parameter",
3782                 "-Wno-c++11-narrowing",
3783                 "-Wno-covered-switch-default",
3784                 "-Wno-unneeded-internal-declaration",
3785                 "-Wno-inconsistent-missing-override",
3786                 "-Wno-deprecated-register",
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                 "-g0",
3798                 "-fvisibility=hidden",
3799                 "-Wheader-hygiene",
3800                 "-Wstring-conversion",
3801                 "-Wtautological-overlap-compare",
3802                 "-Wextra",
3803                 "-Wno-unused-parameter",
3804                 "-Wno-missing-field-initializers",
3805                 "-Wno-strict-overflow",
3806                 "-Wc++11-narrowing",
3807                 "-Wimplicit-fallthrough",
3808                 "-Wthread-safety",
3809                 "-Winconsistent-missing-override",
3810                 "-Wundef",
3811                 "-Wunused-lambda-capture"
3812             ],
3813             "defines": [
3814                 "V8_DEPRECATION_WARNINGS",
3815                 "USE_NSS_CERTS=1",
3816                 "USE_X11=1",
3817                 "CHROMIUM_BUILD",
3818                 "_FILE_OFFSET_BITS=64",
3819                 "NDEBUG",
3820                 "NVALGRIND",
3821                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3822                 "WEBRTC_ENABLE_PROTOBUF=0",
3823                 "WEBRTC_RESTRICT_LOGGING",
3824                 "WEBRTC_MOZILLA_BUILD",
3825                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3826                 "WEBRTC_POSIX",
3827                 "WEBRTC_LINUX"
3828             ],
3829             "deps": [
3830                 "//modules/bitrate_controller:bitrate_controller",
3831                 "//rtc_base:rtc_base_approved",
3832                 "//rtc_base:sequenced_task_checker",
3833                 "//system_wrappers:system_wrappers"
3834             ],
3835             "include_dirs": [
3836                 "//",
3837                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3838             ],
3839             "libs": [
3840                 "rt"
3841             ],
3842             "sources": [
3843                 "//call/bitrate_allocator.cc",
3844                 "//call/bitrate_allocator.h"
3845             ],
3846             "type": "source_set"
3847         },
3848         "//call:call": {
3849             "cflags": [
3850                 "-fno-strict-aliasing",
3851                 "--param=ssp-buffer-size=4",
3852                 "-fstack-protector",
3853                 "-Wno-builtin-macro-redefined",
3854                 "-D__DATE__=",
3855                 "-D__TIME__=",
3856                 "-D__TIMESTAMP__=",
3857                 "-funwind-tables",
3858                 "-fPIC",
3859                 "-pipe",
3860                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3861                 "-fcolor-diagnostics",
3862                 "-m32",
3863                 "-msse2",
3864                 "-mfpmath=sse",
3865                 "-mmmx",
3866                 "-momit-leaf-frame-pointer",
3867                 "-pthread",
3868                 "-mstack-alignment=16",
3869                 "-mstackrealign",
3870                 "-Wall",
3871                 "-Werror",
3872                 "-Wextra",
3873                 "-Wno-missing-field-initializers",
3874                 "-Wno-unused-parameter",
3875                 "-Wno-c++11-narrowing",
3876                 "-Wno-covered-switch-default",
3877                 "-Wno-unneeded-internal-declaration",
3878                 "-Wno-inconsistent-missing-override",
3879                 "-Wno-deprecated-register",
3880                 "-Wno-undefined-var-template",
3881                 "-Wno-nonportable-include-path",
3882                 "-Wno-address-of-packed-member",
3883                 "-Wno-unused-lambda-capture",
3884                 "-Wno-user-defined-warnings",
3885                 "-O2",
3886                 "-fno-ident",
3887                 "-fdata-sections",
3888                 "-ffunction-sections",
3889                 "-fomit-frame-pointer",
3890                 "-g0",
3891                 "-fvisibility=hidden",
3892                 "-Wheader-hygiene",
3893                 "-Wstring-conversion",
3894                 "-Wtautological-overlap-compare",
3895                 "-Wextra",
3896                 "-Wno-unused-parameter",
3897                 "-Wno-missing-field-initializers",
3898                 "-Wno-strict-overflow",
3899                 "-Wc++11-narrowing",
3900                 "-Wimplicit-fallthrough",
3901                 "-Wthread-safety",
3902                 "-Winconsistent-missing-override",
3903                 "-Wundef",
3904                 "-Wunused-lambda-capture"
3905             ],
3906             "defines": [
3907                 "V8_DEPRECATION_WARNINGS",
3908                 "USE_NSS_CERTS=1",
3909                 "USE_X11=1",
3910                 "CHROMIUM_BUILD",
3911                 "_FILE_OFFSET_BITS=64",
3912                 "NDEBUG",
3913                 "NVALGRIND",
3914                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
3915                 "WEBRTC_ENABLE_PROTOBUF=0",
3916                 "WEBRTC_RESTRICT_LOGGING",
3917                 "WEBRTC_MOZILLA_BUILD",
3918                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
3919                 "WEBRTC_POSIX",
3920                 "WEBRTC_LINUX"
3921             ],
3922             "deps": [
3923                 "//:webrtc_common",
3924                 "//api:call_api",
3925                 "//api:optional",
3926                 "//api:transport_api",
3927                 "//audio:audio",
3928                 "//call:bitrate_allocator",
3929                 "//call:call_interfaces",
3930                 "//call:rtp_interfaces",
3931                 "//call:rtp_receiver",
3932                 "//call:rtp_sender",
3933                 "//call:video_stream_api",
3934                 "//logging:rtc_event_log_api",
3935                 "//logging:rtc_event_log_impl",
3936                 "//modules/bitrate_controller:bitrate_controller",
3937                 "//modules/congestion_controller:congestion_controller",
3938                 "//modules/pacing:pacing",
3939                 "//modules/rtp_rtcp:rtp_rtcp",
3940                 "//modules/utility:utility",
3941                 "//rtc_base:rtc_base_approved",
3942                 "//rtc_base:rtc_task_queue",
3943                 "//rtc_base:sequenced_task_checker",
3944                 "//system_wrappers:system_wrappers",
3945                 "//video:video"
3946             ],
3947             "include_dirs": [
3948                 "//",
3949                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
3950             ],
3951             "libs": [
3952                 "rt",
3953                 "m"
3954             ],
3955             "sources": [
3956                 "//call/call.cc",
3957                 "//call/callfactory.cc",
3958                 "//call/callfactory.h",
3959                 "//call/flexfec_receive_stream_impl.cc",
3960                 "//call/flexfec_receive_stream_impl.h"
3961             ],
3962             "type": "static_library"
3963         },
3964         "//call:call_interfaces": {
3965             "cflags": [
3966                 "-fno-strict-aliasing",
3967                 "--param=ssp-buffer-size=4",
3968                 "-fstack-protector",
3969                 "-Wno-builtin-macro-redefined",
3970                 "-D__DATE__=",
3971                 "-D__TIME__=",
3972                 "-D__TIMESTAMP__=",
3973                 "-funwind-tables",
3974                 "-fPIC",
3975                 "-pipe",
3976                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
3977                 "-fcolor-diagnostics",
3978                 "-m32",
3979                 "-msse2",
3980                 "-mfpmath=sse",
3981                 "-mmmx",
3982                 "-momit-leaf-frame-pointer",
3983                 "-pthread",
3984                 "-mstack-alignment=16",
3985                 "-mstackrealign",
3986                 "-Wall",
3987                 "-Werror",
3988                 "-Wextra",
3989                 "-Wno-missing-field-initializers",
3990                 "-Wno-unused-parameter",
3991                 "-Wno-c++11-narrowing",
3992                 "-Wno-covered-switch-default",
3993                 "-Wno-unneeded-internal-declaration",
3994                 "-Wno-inconsistent-missing-override",
3995                 "-Wno-deprecated-register",
3996                 "-Wno-undefined-var-template",
3997                 "-Wno-nonportable-include-path",
3998                 "-Wno-address-of-packed-member",
3999                 "-Wno-unused-lambda-capture",
4000                 "-Wno-user-defined-warnings",
4001                 "-O2",
4002                 "-fno-ident",
4003                 "-fdata-sections",
4004                 "-ffunction-sections",
4005                 "-fomit-frame-pointer",
4006                 "-g0",
4007                 "-fvisibility=hidden",
4008                 "-Xclang",
4009                 "-load",
4010                 "-Xclang",
4011                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4012                 "-Xclang",
4013                 "-add-plugin",
4014                 "-Xclang",
4015                 "find-bad-constructs",
4016                 "-Xclang",
4017                 "-plugin-arg-find-bad-constructs",
4018                 "-Xclang",
4019                 "check-auto-raw-pointer",
4020                 "-Xclang",
4021                 "-plugin-arg-find-bad-constructs",
4022                 "-Xclang",
4023                 "check-ipc",
4024                 "-Wheader-hygiene",
4025                 "-Wstring-conversion",
4026                 "-Wtautological-overlap-compare",
4027                 "-Wextra",
4028                 "-Wno-unused-parameter",
4029                 "-Wno-missing-field-initializers",
4030                 "-Wno-strict-overflow",
4031                 "-Wc++11-narrowing",
4032                 "-Wimplicit-fallthrough",
4033                 "-Wthread-safety",
4034                 "-Winconsistent-missing-override",
4035                 "-Wundef",
4036                 "-Wunused-lambda-capture"
4037             ],
4038             "defines": [
4039                 "V8_DEPRECATION_WARNINGS",
4040                 "USE_NSS_CERTS=1",
4041                 "USE_X11=1",
4042                 "CHROMIUM_BUILD",
4043                 "_FILE_OFFSET_BITS=64",
4044                 "NDEBUG",
4045                 "NVALGRIND",
4046                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4047                 "WEBRTC_ENABLE_PROTOBUF=0",
4048                 "WEBRTC_RESTRICT_LOGGING",
4049                 "WEBRTC_MOZILLA_BUILD",
4050                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4051                 "WEBRTC_POSIX",
4052                 "WEBRTC_LINUX"
4053             ],
4054             "deps": [
4055                 "//:webrtc_common",
4056                 "//api:audio_mixer_api",
4057                 "//api:optional",
4058                 "//api:transport_api",
4059                 "//api/audio_codecs:audio_codecs_api",
4060                 "//call:rtp_interfaces",
4061                 "//call:video_stream_api",
4062                 "//modules/audio_processing:audio_processing_statistics",
4063                 "//rtc_base:rtc_base",
4064                 "//rtc_base:rtc_base_approved"
4065             ],
4066             "include_dirs": [
4067                 "//",
4068                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
4069             ],
4070             "libs": [
4071                 "rt"
4072             ],
4073             "sources": [
4074                 "//call/audio_receive_stream.h",
4075                 "//call/audio_send_stream.h",
4076                 "//call/audio_state.h",
4077                 "//call/call.h",
4078                 "//call/callfactoryinterface.h",
4079                 "//call/flexfec_receive_stream.h",
4080                 "//call/syncable.cc",
4081                 "//call/syncable.h",
4082                 "//call/audio_send_stream_call.cc"
4083             ],
4084             "type": "source_set"
4085         },
4086         "//call:rtp_interfaces": {
4087             "cflags": [
4088                 "-fno-strict-aliasing",
4089                 "--param=ssp-buffer-size=4",
4090                 "-fstack-protector",
4091                 "-Wno-builtin-macro-redefined",
4092                 "-D__DATE__=",
4093                 "-D__TIME__=",
4094                 "-D__TIMESTAMP__=",
4095                 "-funwind-tables",
4096                 "-fPIC",
4097                 "-pipe",
4098                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4099                 "-fcolor-diagnostics",
4100                 "-m32",
4101                 "-msse2",
4102                 "-mfpmath=sse",
4103                 "-mmmx",
4104                 "-momit-leaf-frame-pointer",
4105                 "-pthread",
4106                 "-mstack-alignment=16",
4107                 "-mstackrealign",
4108                 "-Wall",
4109                 "-Werror",
4110                 "-Wextra",
4111                 "-Wno-missing-field-initializers",
4112                 "-Wno-unused-parameter",
4113                 "-Wno-c++11-narrowing",
4114                 "-Wno-covered-switch-default",
4115                 "-Wno-unneeded-internal-declaration",
4116                 "-Wno-inconsistent-missing-override",
4117                 "-Wno-deprecated-register",
4118                 "-Wno-undefined-var-template",
4119                 "-Wno-nonportable-include-path",
4120                 "-Wno-address-of-packed-member",
4121                 "-Wno-unused-lambda-capture",
4122                 "-Wno-user-defined-warnings",
4123                 "-O2",
4124                 "-fno-ident",
4125                 "-fdata-sections",
4126                 "-ffunction-sections",
4127                 "-fomit-frame-pointer",
4128                 "-g0",
4129                 "-fvisibility=hidden",
4130                 "-Xclang",
4131                 "-load",
4132                 "-Xclang",
4133                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4134                 "-Xclang",
4135                 "-add-plugin",
4136                 "-Xclang",
4137                 "find-bad-constructs",
4138                 "-Xclang",
4139                 "-plugin-arg-find-bad-constructs",
4140                 "-Xclang",
4141                 "check-auto-raw-pointer",
4142                 "-Xclang",
4143                 "-plugin-arg-find-bad-constructs",
4144                 "-Xclang",
4145                 "check-ipc",
4146                 "-Wheader-hygiene",
4147                 "-Wstring-conversion",
4148                 "-Wtautological-overlap-compare",
4149                 "-Wextra",
4150                 "-Wno-unused-parameter",
4151                 "-Wno-missing-field-initializers",
4152                 "-Wno-strict-overflow",
4153                 "-Wc++11-narrowing",
4154                 "-Wimplicit-fallthrough",
4155                 "-Wthread-safety",
4156                 "-Winconsistent-missing-override",
4157                 "-Wundef",
4158                 "-Wunused-lambda-capture"
4159             ],
4160             "defines": [
4161                 "V8_DEPRECATION_WARNINGS",
4162                 "USE_NSS_CERTS=1",
4163                 "USE_X11=1",
4164                 "CHROMIUM_BUILD",
4165                 "_FILE_OFFSET_BITS=64",
4166                 "NDEBUG",
4167                 "NVALGRIND",
4168                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4169                 "WEBRTC_ENABLE_PROTOBUF=0",
4170                 "WEBRTC_RESTRICT_LOGGING",
4171                 "WEBRTC_MOZILLA_BUILD",
4172                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4173                 "WEBRTC_POSIX",
4174                 "WEBRTC_LINUX"
4175             ],
4176             "deps": [
4177                 "//api:array_view",
4178                 "//rtc_base:rtc_base_approved"
4179             ],
4180             "include_dirs": [
4181                 "//",
4182                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
4183             ],
4184             "libs": [],
4185             "sources": [
4186                 "//call/rtcp_packet_sink_interface.h",
4187                 "//call/rtp_config.cc",
4188                 "//call/rtp_config.h",
4189                 "//call/rtp_packet_sink_interface.h",
4190                 "//call/rtp_stream_receiver_controller_interface.h",
4191                 "//call/rtp_transport_controller_send_interface.h"
4192             ],
4193             "type": "source_set"
4194         },
4195         "//call:rtp_receiver": {
4196             "cflags": [
4197                 "-fno-strict-aliasing",
4198                 "--param=ssp-buffer-size=4",
4199                 "-fstack-protector",
4200                 "-Wno-builtin-macro-redefined",
4201                 "-D__DATE__=",
4202                 "-D__TIME__=",
4203                 "-D__TIMESTAMP__=",
4204                 "-funwind-tables",
4205                 "-fPIC",
4206                 "-pipe",
4207                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4208                 "-fcolor-diagnostics",
4209                 "-m32",
4210                 "-msse2",
4211                 "-mfpmath=sse",
4212                 "-mmmx",
4213                 "-momit-leaf-frame-pointer",
4214                 "-pthread",
4215                 "-mstack-alignment=16",
4216                 "-mstackrealign",
4217                 "-Wall",
4218                 "-Werror",
4219                 "-Wextra",
4220                 "-Wno-missing-field-initializers",
4221                 "-Wno-unused-parameter",
4222                 "-Wno-c++11-narrowing",
4223                 "-Wno-covered-switch-default",
4224                 "-Wno-unneeded-internal-declaration",
4225                 "-Wno-inconsistent-missing-override",
4226                 "-Wno-deprecated-register",
4227                 "-Wno-undefined-var-template",
4228                 "-Wno-nonportable-include-path",
4229                 "-Wno-address-of-packed-member",
4230                 "-Wno-unused-lambda-capture",
4231                 "-Wno-user-defined-warnings",
4232                 "-O2",
4233                 "-fno-ident",
4234                 "-fdata-sections",
4235                 "-ffunction-sections",
4236                 "-fomit-frame-pointer",
4237                 "-g0",
4238                 "-fvisibility=hidden",
4239                 "-Xclang",
4240                 "-load",
4241                 "-Xclang",
4242                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4243                 "-Xclang",
4244                 "-add-plugin",
4245                 "-Xclang",
4246                 "find-bad-constructs",
4247                 "-Xclang",
4248                 "-plugin-arg-find-bad-constructs",
4249                 "-Xclang",
4250                 "check-auto-raw-pointer",
4251                 "-Xclang",
4252                 "-plugin-arg-find-bad-constructs",
4253                 "-Xclang",
4254                 "check-ipc",
4255                 "-Wheader-hygiene",
4256                 "-Wstring-conversion",
4257                 "-Wtautological-overlap-compare",
4258                 "-Wextra",
4259                 "-Wno-unused-parameter",
4260                 "-Wno-missing-field-initializers",
4261                 "-Wno-strict-overflow",
4262                 "-Wc++11-narrowing",
4263                 "-Wimplicit-fallthrough",
4264                 "-Wthread-safety",
4265                 "-Winconsistent-missing-override",
4266                 "-Wundef",
4267                 "-Wunused-lambda-capture"
4268             ],
4269             "defines": [
4270                 "V8_DEPRECATION_WARNINGS",
4271                 "USE_NSS_CERTS=1",
4272                 "USE_X11=1",
4273                 "CHROMIUM_BUILD",
4274                 "_FILE_OFFSET_BITS=64",
4275                 "NDEBUG",
4276                 "NVALGRIND",
4277                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4278                 "WEBRTC_ENABLE_PROTOBUF=0",
4279                 "WEBRTC_RESTRICT_LOGGING",
4280                 "WEBRTC_MOZILLA_BUILD",
4281                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4282                 "WEBRTC_POSIX",
4283                 "WEBRTC_LINUX"
4284             ],
4285             "deps": [
4286                 "//:webrtc_common",
4287                 "//api:array_view",
4288                 "//api:optional",
4289                 "//call:rtp_interfaces",
4290                 "//modules/rtp_rtcp:rtp_rtcp",
4291                 "//rtc_base:rtc_base_approved"
4292             ],
4293             "include_dirs": [
4294                 "//",
4295                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
4296             ],
4297             "libs": [
4298                 "rt"
4299             ],
4300             "sources": [
4301                 "//call/rtcp_demuxer.cc",
4302                 "//call/rtcp_demuxer.h",
4303                 "//call/rtp_demuxer.cc",
4304                 "//call/rtp_demuxer.h",
4305                 "//call/rtp_rtcp_demuxer_helper.cc",
4306                 "//call/rtp_rtcp_demuxer_helper.h",
4307                 "//call/rtp_stream_receiver_controller.cc",
4308                 "//call/rtp_stream_receiver_controller.h",
4309                 "//call/rtx_receive_stream.cc",
4310                 "//call/rtx_receive_stream.h",
4311                 "//call/ssrc_binding_observer.h"
4312             ],
4313             "type": "source_set"
4314         },
4315         "//call:rtp_sender": {
4316             "cflags": [
4317                 "-fno-strict-aliasing",
4318                 "--param=ssp-buffer-size=4",
4319                 "-fstack-protector",
4320                 "-Wno-builtin-macro-redefined",
4321                 "-D__DATE__=",
4322                 "-D__TIME__=",
4323                 "-D__TIMESTAMP__=",
4324                 "-funwind-tables",
4325                 "-fPIC",
4326                 "-pipe",
4327                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4328                 "-fcolor-diagnostics",
4329                 "-m32",
4330                 "-msse2",
4331                 "-mfpmath=sse",
4332                 "-mmmx",
4333                 "-momit-leaf-frame-pointer",
4334                 "-pthread",
4335                 "-mstack-alignment=16",
4336                 "-mstackrealign",
4337                 "-Wall",
4338                 "-Werror",
4339                 "-Wextra",
4340                 "-Wno-missing-field-initializers",
4341                 "-Wno-unused-parameter",
4342                 "-Wno-c++11-narrowing",
4343                 "-Wno-covered-switch-default",
4344                 "-Wno-unneeded-internal-declaration",
4345                 "-Wno-inconsistent-missing-override",
4346                 "-Wno-deprecated-register",
4347                 "-Wno-undefined-var-template",
4348                 "-Wno-nonportable-include-path",
4349                 "-Wno-address-of-packed-member",
4350                 "-Wno-unused-lambda-capture",
4351                 "-Wno-user-defined-warnings",
4352                 "-O2",
4353                 "-fno-ident",
4354                 "-fdata-sections",
4355                 "-ffunction-sections",
4356                 "-fomit-frame-pointer",
4357                 "-g0",
4358                 "-fvisibility=hidden",
4359                 "-Xclang",
4360                 "-load",
4361                 "-Xclang",
4362                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4363                 "-Xclang",
4364                 "-add-plugin",
4365                 "-Xclang",
4366                 "find-bad-constructs",
4367                 "-Xclang",
4368                 "-plugin-arg-find-bad-constructs",
4369                 "-Xclang",
4370                 "check-auto-raw-pointer",
4371                 "-Xclang",
4372                 "-plugin-arg-find-bad-constructs",
4373                 "-Xclang",
4374                 "check-ipc",
4375                 "-Wheader-hygiene",
4376                 "-Wstring-conversion",
4377                 "-Wtautological-overlap-compare",
4378                 "-Wextra",
4379                 "-Wno-unused-parameter",
4380                 "-Wno-missing-field-initializers",
4381                 "-Wno-strict-overflow",
4382                 "-Wc++11-narrowing",
4383                 "-Wimplicit-fallthrough",
4384                 "-Wthread-safety",
4385                 "-Winconsistent-missing-override",
4386                 "-Wundef",
4387                 "-Wunused-lambda-capture"
4388             ],
4389             "defines": [
4390                 "V8_DEPRECATION_WARNINGS",
4391                 "USE_NSS_CERTS=1",
4392                 "USE_X11=1",
4393                 "CHROMIUM_BUILD",
4394                 "_FILE_OFFSET_BITS=64",
4395                 "NDEBUG",
4396                 "NVALGRIND",
4397                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4398                 "WEBRTC_ENABLE_PROTOBUF=0",
4399                 "WEBRTC_RESTRICT_LOGGING",
4400                 "WEBRTC_MOZILLA_BUILD",
4401                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4402                 "WEBRTC_POSIX",
4403                 "WEBRTC_LINUX"
4404             ],
4405             "deps": [
4406                 "//:webrtc_common",
4407                 "//call:rtp_interfaces",
4408                 "//modules/congestion_controller:congestion_controller",
4409                 "//modules/pacing:pacing",
4410                 "//rtc_base:rtc_base_approved"
4411             ],
4412             "include_dirs": [
4413                 "//",
4414                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
4415             ],
4416             "libs": [
4417                 "rt"
4418             ],
4419             "sources": [
4420                 "//call/rtp_transport_controller_send.cc",
4421                 "//call/rtp_transport_controller_send.h"
4422             ],
4423             "type": "source_set"
4424         },
4425         "//call:video_stream_api": {
4426             "cflags": [
4427                 "-fno-strict-aliasing",
4428                 "--param=ssp-buffer-size=4",
4429                 "-fstack-protector",
4430                 "-Wno-builtin-macro-redefined",
4431                 "-D__DATE__=",
4432                 "-D__TIME__=",
4433                 "-D__TIMESTAMP__=",
4434                 "-funwind-tables",
4435                 "-fPIC",
4436                 "-pipe",
4437                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4438                 "-fcolor-diagnostics",
4439                 "-m32",
4440                 "-msse2",
4441                 "-mfpmath=sse",
4442                 "-mmmx",
4443                 "-momit-leaf-frame-pointer",
4444                 "-pthread",
4445                 "-mstack-alignment=16",
4446                 "-mstackrealign",
4447                 "-Wall",
4448                 "-Werror",
4449                 "-Wextra",
4450                 "-Wno-missing-field-initializers",
4451                 "-Wno-unused-parameter",
4452                 "-Wno-c++11-narrowing",
4453                 "-Wno-covered-switch-default",
4454                 "-Wno-unneeded-internal-declaration",
4455                 "-Wno-inconsistent-missing-override",
4456                 "-Wno-deprecated-register",
4457                 "-Wno-undefined-var-template",
4458                 "-Wno-nonportable-include-path",
4459                 "-Wno-address-of-packed-member",
4460                 "-Wno-unused-lambda-capture",
4461                 "-Wno-user-defined-warnings",
4462                 "-O2",
4463                 "-fno-ident",
4464                 "-fdata-sections",
4465                 "-ffunction-sections",
4466                 "-fomit-frame-pointer",
4467                 "-g0",
4468                 "-fvisibility=hidden",
4469                 "-Xclang",
4470                 "-load",
4471                 "-Xclang",
4472                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4473                 "-Xclang",
4474                 "-add-plugin",
4475                 "-Xclang",
4476                 "find-bad-constructs",
4477                 "-Xclang",
4478                 "-plugin-arg-find-bad-constructs",
4479                 "-Xclang",
4480                 "check-auto-raw-pointer",
4481                 "-Xclang",
4482                 "-plugin-arg-find-bad-constructs",
4483                 "-Xclang",
4484                 "check-ipc",
4485                 "-Wheader-hygiene",
4486                 "-Wstring-conversion",
4487                 "-Wtautological-overlap-compare",
4488                 "-Wextra",
4489                 "-Wno-unused-parameter",
4490                 "-Wno-missing-field-initializers",
4491                 "-Wno-strict-overflow",
4492                 "-Wc++11-narrowing",
4493                 "-Wimplicit-fallthrough",
4494                 "-Wthread-safety",
4495                 "-Winconsistent-missing-override",
4496                 "-Wundef",
4497                 "-Wunused-lambda-capture"
4498             ],
4499             "defines": [
4500                 "V8_DEPRECATION_WARNINGS",
4501                 "USE_NSS_CERTS=1",
4502                 "USE_X11=1",
4503                 "CHROMIUM_BUILD",
4504                 "_FILE_OFFSET_BITS=64",
4505                 "NDEBUG",
4506                 "NVALGRIND",
4507                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4508                 "WEBRTC_ENABLE_PROTOBUF=0",
4509                 "WEBRTC_RESTRICT_LOGGING",
4510                 "WEBRTC_MOZILLA_BUILD",
4511                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4512                 "WEBRTC_POSIX",
4513                 "WEBRTC_LINUX"
4514             ],
4515             "deps": [
4516                 "//:webrtc_common",
4517                 "//api:optional",
4518                 "//api:transport_api",
4519                 "//call:rtp_interfaces",
4520                 "//common_video:common_video",
4521                 "//rtc_base:rtc_base_approved"
4522             ],
4523             "include_dirs": [
4524                 "//",
4525                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
4526                 "//common_video/include/",
4527                 "/media/libyuv/libyuv/include/"
4528             ],
4529             "libs": [
4530                 "rt"
4531             ],
4532             "sources": [
4533                 "//call/video_config.cc",
4534                 "//call/video_config.h",
4535                 "//call/video_receive_stream.cc",
4536                 "//call/video_receive_stream.h",
4537                 "//call/video_send_stream.cc",
4538                 "//call/video_send_stream.h"
4539             ],
4540             "type": "source_set"
4541         },
4542         "//common_audio:common_audio": {
4543             "cflags": [
4544                 "-fno-strict-aliasing",
4545                 "--param=ssp-buffer-size=4",
4546                 "-fstack-protector",
4547                 "-Wno-builtin-macro-redefined",
4548                 "-D__DATE__=",
4549                 "-D__TIME__=",
4550                 "-D__TIMESTAMP__=",
4551                 "-funwind-tables",
4552                 "-fPIC",
4553                 "-pipe",
4554                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4555                 "-fcolor-diagnostics",
4556                 "-m32",
4557                 "-msse2",
4558                 "-mfpmath=sse",
4559                 "-mmmx",
4560                 "-momit-leaf-frame-pointer",
4561                 "-pthread",
4562                 "-mstack-alignment=16",
4563                 "-mstackrealign",
4564                 "-Wall",
4565                 "-Werror",
4566                 "-Wextra",
4567                 "-Wno-missing-field-initializers",
4568                 "-Wno-unused-parameter",
4569                 "-Wno-c++11-narrowing",
4570                 "-Wno-covered-switch-default",
4571                 "-Wno-unneeded-internal-declaration",
4572                 "-Wno-inconsistent-missing-override",
4573                 "-Wno-deprecated-register",
4574                 "-Wno-undefined-var-template",
4575                 "-Wno-nonportable-include-path",
4576                 "-Wno-address-of-packed-member",
4577                 "-Wno-unused-lambda-capture",
4578                 "-Wno-user-defined-warnings",
4579                 "-O2",
4580                 "-fno-ident",
4581                 "-fdata-sections",
4582                 "-ffunction-sections",
4583                 "-fomit-frame-pointer",
4584                 "-g0",
4585                 "-fvisibility=hidden",
4586                 "-Wheader-hygiene",
4587                 "-Wstring-conversion",
4588                 "-Wtautological-overlap-compare",
4589                 "-Wextra",
4590                 "-Wno-unused-parameter",
4591                 "-Wno-missing-field-initializers",
4592                 "-Wno-strict-overflow",
4593                 "-Wc++11-narrowing",
4594                 "-Wimplicit-fallthrough",
4595                 "-Wthread-safety",
4596                 "-Winconsistent-missing-override",
4597                 "-Wundef",
4598                 "-Wunused-lambda-capture"
4599             ],
4600             "defines": [
4601                 "V8_DEPRECATION_WARNINGS",
4602                 "USE_NSS_CERTS=1",
4603                 "USE_X11=1",
4604                 "CHROMIUM_BUILD",
4605                 "_FILE_OFFSET_BITS=64",
4606                 "NDEBUG",
4607                 "NVALGRIND",
4608                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4609                 "WEBRTC_ENABLE_PROTOBUF=0",
4610                 "WEBRTC_RESTRICT_LOGGING",
4611                 "WEBRTC_MOZILLA_BUILD",
4612                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4613                 "WEBRTC_POSIX",
4614                 "WEBRTC_LINUX"
4615             ],
4616             "deps": [
4617                 "//:webrtc_common",
4618                 "//api:optional",
4619                 "//common_audio:common_audio_c",
4620                 "//common_audio:common_audio_sse2",
4621                 "//common_audio:sinc_resampler",
4622                 "//rtc_base:gtest_prod",
4623                 "//rtc_base:rtc_base_approved",
4624                 "//system_wrappers:system_wrappers"
4625             ],
4626             "include_dirs": [
4627                 "//",
4628                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
4629                 "//common_audio/resampler/include/",
4630                 "//common_audio/signal_processing/include/",
4631                 "//common_audio/vad/include/"
4632             ],
4633             "libs": [
4634                 "rt"
4635             ],
4636             "sources": [
4637                 "//common_audio/audio_converter.cc",
4638                 "//common_audio/audio_converter.h",
4639                 "//common_audio/audio_ring_buffer.cc",
4640                 "//common_audio/audio_ring_buffer.h",
4641                 "//common_audio/audio_util.cc",
4642                 "//common_audio/blocker.cc",
4643                 "//common_audio/blocker.h",
4644                 "//common_audio/channel_buffer.cc",
4645                 "//common_audio/channel_buffer.h",
4646                 "//common_audio/include/audio_util.h",
4647                 "//common_audio/lapped_transform.cc",
4648                 "//common_audio/lapped_transform.h",
4649                 "//common_audio/real_fourier.cc",
4650                 "//common_audio/real_fourier.h",
4651                 "//common_audio/real_fourier_ooura.cc",
4652                 "//common_audio/real_fourier_ooura.h",
4653                 "//common_audio/resampler/include/push_resampler.h",
4654                 "//common_audio/resampler/include/resampler.h",
4655                 "//common_audio/resampler/push_resampler.cc",
4656                 "//common_audio/resampler/push_sinc_resampler.cc",
4657                 "//common_audio/resampler/push_sinc_resampler.h",
4658                 "//common_audio/resampler/resampler.cc",
4659                 "//common_audio/resampler/sinc_resampler.cc",
4660                 "//common_audio/smoothing_filter.cc",
4661                 "//common_audio/smoothing_filter.h",
4662                 "//common_audio/sparse_fir_filter.cc",
4663                 "//common_audio/sparse_fir_filter.h",
4664                 "//common_audio/vad/include/vad.h",
4665                 "//common_audio/vad/vad.cc",
4666                 "//common_audio/wav_file.cc",
4667                 "//common_audio/wav_file.h",
4668                 "//common_audio/wav_header.cc",
4669                 "//common_audio/wav_header.h",
4670                 "//common_audio/window_generator.cc",
4671                 "//common_audio/window_generator.h"
4672             ],
4673             "type": "static_library"
4674         },
4675         "//common_audio:common_audio_c": {
4676             "cflags": [
4677                 "-fno-strict-aliasing",
4678                 "--param=ssp-buffer-size=4",
4679                 "-fstack-protector",
4680                 "-Wno-builtin-macro-redefined",
4681                 "-D__DATE__=",
4682                 "-D__TIME__=",
4683                 "-D__TIMESTAMP__=",
4684                 "-funwind-tables",
4685                 "-fPIC",
4686                 "-pipe",
4687                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4688                 "-fcolor-diagnostics",
4689                 "-m32",
4690                 "-msse2",
4691                 "-mfpmath=sse",
4692                 "-mmmx",
4693                 "-momit-leaf-frame-pointer",
4694                 "-pthread",
4695                 "-mstack-alignment=16",
4696                 "-mstackrealign",
4697                 "-Wall",
4698                 "-Werror",
4699                 "-Wextra",
4700                 "-Wno-missing-field-initializers",
4701                 "-Wno-unused-parameter",
4702                 "-Wno-c++11-narrowing",
4703                 "-Wno-covered-switch-default",
4704                 "-Wno-unneeded-internal-declaration",
4705                 "-Wno-inconsistent-missing-override",
4706                 "-Wno-deprecated-register",
4707                 "-Wno-undefined-var-template",
4708                 "-Wno-nonportable-include-path",
4709                 "-Wno-address-of-packed-member",
4710                 "-Wno-unused-lambda-capture",
4711                 "-Wno-user-defined-warnings",
4712                 "-O2",
4713                 "-fno-ident",
4714                 "-fdata-sections",
4715                 "-ffunction-sections",
4716                 "-fomit-frame-pointer",
4717                 "-g0",
4718                 "-fvisibility=hidden",
4719                 "-Xclang",
4720                 "-load",
4721                 "-Xclang",
4722                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4723                 "-Xclang",
4724                 "-add-plugin",
4725                 "-Xclang",
4726                 "find-bad-constructs",
4727                 "-Xclang",
4728                 "-plugin-arg-find-bad-constructs",
4729                 "-Xclang",
4730                 "check-auto-raw-pointer",
4731                 "-Xclang",
4732                 "-plugin-arg-find-bad-constructs",
4733                 "-Xclang",
4734                 "check-ipc",
4735                 "-Wheader-hygiene",
4736                 "-Wstring-conversion",
4737                 "-Wtautological-overlap-compare",
4738                 "-Wextra",
4739                 "-Wno-unused-parameter",
4740                 "-Wno-missing-field-initializers",
4741                 "-Wno-strict-overflow",
4742                 "-Wc++11-narrowing",
4743                 "-Wimplicit-fallthrough",
4744                 "-Wthread-safety",
4745                 "-Winconsistent-missing-override",
4746                 "-Wundef",
4747                 "-Wunused-lambda-capture"
4748             ],
4749             "defines": [
4750                 "V8_DEPRECATION_WARNINGS",
4751                 "USE_NSS_CERTS=1",
4752                 "USE_X11=1",
4753                 "CHROMIUM_BUILD",
4754                 "_FILE_OFFSET_BITS=64",
4755                 "NDEBUG",
4756                 "NVALGRIND",
4757                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4758                 "WEBRTC_ENABLE_PROTOBUF=0",
4759                 "WEBRTC_RESTRICT_LOGGING",
4760                 "WEBRTC_MOZILLA_BUILD",
4761                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4762                 "WEBRTC_POSIX",
4763                 "WEBRTC_LINUX"
4764             ],
4765             "deps": [
4766                 "//:webrtc_common",
4767                 "//common_audio:common_audio_c_arm_asm",
4768                 "//common_audio:common_audio_cc",
4769                 "//rtc_base:compile_assert_c",
4770                 "//rtc_base:rtc_base_approved",
4771                 "//system_wrappers:system_wrappers"
4772             ],
4773             "include_dirs": [
4774                 "//",
4775                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
4776                 "//common_audio/resampler/include/",
4777                 "//common_audio/signal_processing/include/",
4778                 "//common_audio/vad/include/"
4779             ],
4780             "libs": [
4781                 "rt"
4782             ],
4783             "sources": [
4784                 "//common_audio/fft4g.c",
4785                 "//common_audio/fft4g.h",
4786                 "//common_audio/ring_buffer.c",
4787                 "//common_audio/ring_buffer.h",
4788                 "//common_audio/signal_processing/auto_corr_to_refl_coef.c",
4789                 "//common_audio/signal_processing/auto_correlation.c",
4790                 "//common_audio/signal_processing/complex_fft_tables.h",
4791                 "//common_audio/signal_processing/copy_set_operations.c",
4792                 "//common_audio/signal_processing/cross_correlation.c",
4793                 "//common_audio/signal_processing/division_operations.c",
4794                 "//common_audio/signal_processing/downsample_fast.c",
4795                 "//common_audio/signal_processing/energy.c",
4796                 "//common_audio/signal_processing/filter_ar.c",
4797                 "//common_audio/signal_processing/filter_ma_fast_q12.c",
4798                 "//common_audio/signal_processing/get_hanning_window.c",
4799                 "//common_audio/signal_processing/get_scaling_square.c",
4800                 "//common_audio/signal_processing/ilbc_specific_functions.c",
4801                 "//common_audio/signal_processing/include/real_fft.h",
4802                 "//common_audio/signal_processing/include/signal_processing_library.h",
4803                 "//common_audio/signal_processing/include/spl_inl.h",
4804                 "//common_audio/signal_processing/include/spl_inl_armv7.h",
4805                 "//common_audio/signal_processing/levinson_durbin.c",
4806                 "//common_audio/signal_processing/lpc_to_refl_coef.c",
4807                 "//common_audio/signal_processing/min_max_operations.c",
4808                 "//common_audio/signal_processing/randomization_functions.c",
4809                 "//common_audio/signal_processing/real_fft.c",
4810                 "//common_audio/signal_processing/refl_coef_to_lpc.c",
4811                 "//common_audio/signal_processing/resample.c",
4812                 "//common_audio/signal_processing/resample_48khz.c",
4813                 "//common_audio/signal_processing/resample_by_2.c",
4814                 "//common_audio/signal_processing/resample_by_2_internal.c",
4815                 "//common_audio/signal_processing/resample_by_2_internal.h",
4816                 "//common_audio/signal_processing/resample_fractional.c",
4817                 "//common_audio/signal_processing/spl_init.c",
4818                 "//common_audio/signal_processing/spl_inl.c",
4819                 "//common_audio/signal_processing/spl_sqrt.c",
4820                 "//common_audio/signal_processing/splitting_filter.c",
4821                 "//common_audio/signal_processing/sqrt_of_one_minus_x_squared.c",
4822                 "//common_audio/signal_processing/vector_scaling_operations.c",
4823                 "//common_audio/vad/include/webrtc_vad.h",
4824                 "//common_audio/vad/vad_core.c",
4825                 "//common_audio/vad/vad_core.h",
4826                 "//common_audio/vad/vad_filterbank.c",
4827                 "//common_audio/vad/vad_filterbank.h",
4828                 "//common_audio/vad/vad_gmm.c",
4829                 "//common_audio/vad/vad_gmm.h",
4830                 "//common_audio/vad/vad_sp.c",
4831                 "//common_audio/vad/vad_sp.h",
4832                 "//common_audio/vad/webrtc_vad.c",
4833                 "//common_audio/signal_processing/complex_fft.c",
4834                 "//common_audio/signal_processing/complex_bit_reverse.c",
4835                 "//common_audio/signal_processing/filter_ar_fast_q12.c",
4836                 "//common_audio/signal_processing/spl_sqrt_floor.c"
4837             ],
4838             "type": "source_set"
4839         },
4840         "//common_audio:common_audio_c_arm_asm": {
4841             "cflags": [
4842                 "-fno-strict-aliasing",
4843                 "--param=ssp-buffer-size=4",
4844                 "-fstack-protector",
4845                 "-Wno-builtin-macro-redefined",
4846                 "-D__DATE__=",
4847                 "-D__TIME__=",
4848                 "-D__TIMESTAMP__=",
4849                 "-funwind-tables",
4850                 "-fPIC",
4851                 "-pipe",
4852                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4853                 "-fcolor-diagnostics",
4854                 "-m32",
4855                 "-msse2",
4856                 "-mfpmath=sse",
4857                 "-mmmx",
4858                 "-momit-leaf-frame-pointer",
4859                 "-pthread",
4860                 "-mstack-alignment=16",
4861                 "-mstackrealign",
4862                 "-Wall",
4863                 "-Werror",
4864                 "-Wextra",
4865                 "-Wno-missing-field-initializers",
4866                 "-Wno-unused-parameter",
4867                 "-Wno-c++11-narrowing",
4868                 "-Wno-covered-switch-default",
4869                 "-Wno-unneeded-internal-declaration",
4870                 "-Wno-inconsistent-missing-override",
4871                 "-Wno-deprecated-register",
4872                 "-Wno-undefined-var-template",
4873                 "-Wno-nonportable-include-path",
4874                 "-Wno-address-of-packed-member",
4875                 "-Wno-unused-lambda-capture",
4876                 "-Wno-user-defined-warnings",
4877                 "-O2",
4878                 "-fno-ident",
4879                 "-fdata-sections",
4880                 "-ffunction-sections",
4881                 "-fomit-frame-pointer",
4882                 "-g0",
4883                 "-fvisibility=hidden",
4884                 "-Xclang",
4885                 "-load",
4886                 "-Xclang",
4887                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4888                 "-Xclang",
4889                 "-add-plugin",
4890                 "-Xclang",
4891                 "find-bad-constructs",
4892                 "-Xclang",
4893                 "-plugin-arg-find-bad-constructs",
4894                 "-Xclang",
4895                 "check-auto-raw-pointer",
4896                 "-Xclang",
4897                 "-plugin-arg-find-bad-constructs",
4898                 "-Xclang",
4899                 "check-ipc",
4900                 "-Wheader-hygiene",
4901                 "-Wstring-conversion",
4902                 "-Wtautological-overlap-compare",
4903                 "-Wextra",
4904                 "-Wno-unused-parameter",
4905                 "-Wno-missing-field-initializers",
4906                 "-Wno-strict-overflow",
4907                 "-Wc++11-narrowing",
4908                 "-Wimplicit-fallthrough",
4909                 "-Wthread-safety",
4910                 "-Winconsistent-missing-override",
4911                 "-Wundef",
4912                 "-Wunused-lambda-capture"
4913             ],
4914             "defines": [
4915                 "V8_DEPRECATION_WARNINGS",
4916                 "USE_NSS_CERTS=1",
4917                 "USE_X11=1",
4918                 "CHROMIUM_BUILD",
4919                 "_FILE_OFFSET_BITS=64",
4920                 "NDEBUG",
4921                 "NVALGRIND",
4922                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
4923                 "WEBRTC_ENABLE_PROTOBUF=0",
4924                 "WEBRTC_RESTRICT_LOGGING",
4925                 "WEBRTC_MOZILLA_BUILD",
4926                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
4927                 "WEBRTC_POSIX",
4928                 "WEBRTC_LINUX"
4929             ],
4930             "deps": [],
4931             "include_dirs": [
4932                 "//",
4933                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
4934             ],
4935             "libs": [],
4936             "sources": [],
4937             "type": "source_set"
4938         },
4939         "//common_audio:common_audio_cc": {
4940             "cflags": [
4941                 "-fno-strict-aliasing",
4942                 "--param=ssp-buffer-size=4",
4943                 "-fstack-protector",
4944                 "-Wno-builtin-macro-redefined",
4945                 "-D__DATE__=",
4946                 "-D__TIME__=",
4947                 "-D__TIMESTAMP__=",
4948                 "-funwind-tables",
4949                 "-fPIC",
4950                 "-pipe",
4951                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
4952                 "-fcolor-diagnostics",
4953                 "-m32",
4954                 "-msse2",
4955                 "-mfpmath=sse",
4956                 "-mmmx",
4957                 "-momit-leaf-frame-pointer",
4958                 "-pthread",
4959                 "-mstack-alignment=16",
4960                 "-mstackrealign",
4961                 "-Wall",
4962                 "-Werror",
4963                 "-Wextra",
4964                 "-Wno-missing-field-initializers",
4965                 "-Wno-unused-parameter",
4966                 "-Wno-c++11-narrowing",
4967                 "-Wno-covered-switch-default",
4968                 "-Wno-unneeded-internal-declaration",
4969                 "-Wno-inconsistent-missing-override",
4970                 "-Wno-deprecated-register",
4971                 "-Wno-undefined-var-template",
4972                 "-Wno-nonportable-include-path",
4973                 "-Wno-address-of-packed-member",
4974                 "-Wno-unused-lambda-capture",
4975                 "-Wno-user-defined-warnings",
4976                 "-O2",
4977                 "-fno-ident",
4978                 "-fdata-sections",
4979                 "-ffunction-sections",
4980                 "-fomit-frame-pointer",
4981                 "-g0",
4982                 "-fvisibility=hidden",
4983                 "-Xclang",
4984                 "-load",
4985                 "-Xclang",
4986                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
4987                 "-Xclang",
4988                 "-add-plugin",
4989                 "-Xclang",
4990                 "find-bad-constructs",
4991                 "-Xclang",
4992                 "-plugin-arg-find-bad-constructs",
4993                 "-Xclang",
4994                 "check-auto-raw-pointer",
4995                 "-Xclang",
4996                 "-plugin-arg-find-bad-constructs",
4997                 "-Xclang",
4998                 "check-ipc",
4999                 "-Wheader-hygiene",
5000                 "-Wstring-conversion",
5001                 "-Wtautological-overlap-compare",
5002                 "-Wextra",
5003                 "-Wno-unused-parameter",
5004                 "-Wno-missing-field-initializers",
5005                 "-Wno-strict-overflow",
5006                 "-Wc++11-narrowing",
5007                 "-Wimplicit-fallthrough",
5008                 "-Wthread-safety",
5009                 "-Winconsistent-missing-override",
5010                 "-Wundef",
5011                 "-Wunused-lambda-capture"
5012             ],
5013             "defines": [
5014                 "V8_DEPRECATION_WARNINGS",
5015                 "USE_NSS_CERTS=1",
5016                 "USE_X11=1",
5017                 "CHROMIUM_BUILD",
5018                 "_FILE_OFFSET_BITS=64",
5019                 "NDEBUG",
5020                 "NVALGRIND",
5021                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5022                 "WEBRTC_ENABLE_PROTOBUF=0",
5023                 "WEBRTC_RESTRICT_LOGGING",
5024                 "WEBRTC_MOZILLA_BUILD",
5025                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5026                 "WEBRTC_POSIX",
5027                 "WEBRTC_LINUX"
5028             ],
5029             "deps": [
5030                 "//:webrtc_common",
5031                 "//rtc_base:rtc_base_approved",
5032                 "//system_wrappers:system_wrappers"
5033             ],
5034             "include_dirs": [
5035                 "//",
5036                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
5037                 "//common_audio/resampler/include/",
5038                 "//common_audio/signal_processing/include/",
5039                 "//common_audio/vad/include/"
5040             ],
5041             "libs": [
5042                 "rt"
5043             ],
5044             "sources": [
5045                 "//common_audio/signal_processing/dot_product_with_scale.cc",
5046                 "//common_audio/signal_processing/dot_product_with_scale.h"
5047             ],
5048             "type": "source_set"
5049         },
5050         "//common_audio:common_audio_sse2": {
5051             "cflags": [
5052                 "-fno-strict-aliasing",
5053                 "--param=ssp-buffer-size=4",
5054                 "-fstack-protector",
5055                 "-Wno-builtin-macro-redefined",
5056                 "-D__DATE__=",
5057                 "-D__TIME__=",
5058                 "-D__TIMESTAMP__=",
5059                 "-funwind-tables",
5060                 "-fPIC",
5061                 "-pipe",
5062                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5063                 "-fcolor-diagnostics",
5064                 "-m32",
5065                 "-msse2",
5066                 "-mfpmath=sse",
5067                 "-mmmx",
5068                 "-momit-leaf-frame-pointer",
5069                 "-pthread",
5070                 "-mstack-alignment=16",
5071                 "-mstackrealign",
5072                 "-Wall",
5073                 "-Werror",
5074                 "-Wextra",
5075                 "-Wno-missing-field-initializers",
5076                 "-Wno-unused-parameter",
5077                 "-Wno-c++11-narrowing",
5078                 "-Wno-covered-switch-default",
5079                 "-Wno-unneeded-internal-declaration",
5080                 "-Wno-inconsistent-missing-override",
5081                 "-Wno-deprecated-register",
5082                 "-Wno-undefined-var-template",
5083                 "-Wno-nonportable-include-path",
5084                 "-Wno-address-of-packed-member",
5085                 "-Wno-unused-lambda-capture",
5086                 "-Wno-user-defined-warnings",
5087                 "-O2",
5088                 "-fno-ident",
5089                 "-fdata-sections",
5090                 "-ffunction-sections",
5091                 "-fomit-frame-pointer",
5092                 "-g0",
5093                 "-fvisibility=hidden",
5094                 "-Wheader-hygiene",
5095                 "-Wstring-conversion",
5096                 "-Wtautological-overlap-compare",
5097                 "-Wextra",
5098                 "-Wno-unused-parameter",
5099                 "-Wno-missing-field-initializers",
5100                 "-Wno-strict-overflow",
5101                 "-Wc++11-narrowing",
5102                 "-Wimplicit-fallthrough",
5103                 "-Wthread-safety",
5104                 "-Winconsistent-missing-override",
5105                 "-Wundef",
5106                 "-Wunused-lambda-capture"
5107             ],
5108             "defines": [
5109                 "V8_DEPRECATION_WARNINGS",
5110                 "USE_NSS_CERTS=1",
5111                 "USE_X11=1",
5112                 "CHROMIUM_BUILD",
5113                 "_FILE_OFFSET_BITS=64",
5114                 "NDEBUG",
5115                 "NVALGRIND",
5116                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5117                 "WEBRTC_ENABLE_PROTOBUF=0",
5118                 "WEBRTC_RESTRICT_LOGGING",
5119                 "WEBRTC_MOZILLA_BUILD",
5120                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5121                 "WEBRTC_POSIX",
5122                 "WEBRTC_LINUX"
5123             ],
5124             "deps": [
5125                 "//common_audio:fir_filter",
5126                 "//common_audio:sinc_resampler",
5127                 "//rtc_base:rtc_base_approved",
5128                 "//system_wrappers:system_wrappers"
5129             ],
5130             "include_dirs": [
5131                 "//",
5132                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
5133             ],
5134             "libs": [
5135                 "rt"
5136             ],
5137             "sources": [
5138                 "//common_audio/fir_filter_sse.cc",
5139                 "//common_audio/fir_filter_sse.h",
5140                 "//common_audio/resampler/sinc_resampler_sse.cc"
5141             ],
5142             "type": "static_library"
5143         },
5144         "//common_audio:fir_filter": {
5145             "cflags": [
5146                 "-fno-strict-aliasing",
5147                 "--param=ssp-buffer-size=4",
5148                 "-fstack-protector",
5149                 "-Wno-builtin-macro-redefined",
5150                 "-D__DATE__=",
5151                 "-D__TIME__=",
5152                 "-D__TIMESTAMP__=",
5153                 "-funwind-tables",
5154                 "-fPIC",
5155                 "-pipe",
5156                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5157                 "-fcolor-diagnostics",
5158                 "-m32",
5159                 "-msse2",
5160                 "-mfpmath=sse",
5161                 "-mmmx",
5162                 "-momit-leaf-frame-pointer",
5163                 "-pthread",
5164                 "-mstack-alignment=16",
5165                 "-mstackrealign",
5166                 "-Wall",
5167                 "-Werror",
5168                 "-Wextra",
5169                 "-Wno-missing-field-initializers",
5170                 "-Wno-unused-parameter",
5171                 "-Wno-c++11-narrowing",
5172                 "-Wno-covered-switch-default",
5173                 "-Wno-unneeded-internal-declaration",
5174                 "-Wno-inconsistent-missing-override",
5175                 "-Wno-deprecated-register",
5176                 "-Wno-undefined-var-template",
5177                 "-Wno-nonportable-include-path",
5178                 "-Wno-address-of-packed-member",
5179                 "-Wno-unused-lambda-capture",
5180                 "-Wno-user-defined-warnings",
5181                 "-O2",
5182                 "-fno-ident",
5183                 "-fdata-sections",
5184                 "-ffunction-sections",
5185                 "-fomit-frame-pointer",
5186                 "-g0",
5187                 "-fvisibility=hidden",
5188                 "-Xclang",
5189                 "-load",
5190                 "-Xclang",
5191                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
5192                 "-Xclang",
5193                 "-add-plugin",
5194                 "-Xclang",
5195                 "find-bad-constructs",
5196                 "-Xclang",
5197                 "-plugin-arg-find-bad-constructs",
5198                 "-Xclang",
5199                 "check-auto-raw-pointer",
5200                 "-Xclang",
5201                 "-plugin-arg-find-bad-constructs",
5202                 "-Xclang",
5203                 "check-ipc",
5204                 "-Wheader-hygiene",
5205                 "-Wstring-conversion",
5206                 "-Wtautological-overlap-compare",
5207                 "-Wextra",
5208                 "-Wno-unused-parameter",
5209                 "-Wno-missing-field-initializers",
5210                 "-Wno-strict-overflow",
5211                 "-Wc++11-narrowing",
5212                 "-Wimplicit-fallthrough",
5213                 "-Wthread-safety",
5214                 "-Winconsistent-missing-override",
5215                 "-Wundef",
5216                 "-Wunused-lambda-capture"
5217             ],
5218             "defines": [
5219                 "V8_DEPRECATION_WARNINGS",
5220                 "USE_NSS_CERTS=1",
5221                 "USE_X11=1",
5222                 "CHROMIUM_BUILD",
5223                 "_FILE_OFFSET_BITS=64",
5224                 "NDEBUG",
5225                 "NVALGRIND",
5226                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5227                 "WEBRTC_ENABLE_PROTOBUF=0",
5228                 "WEBRTC_RESTRICT_LOGGING",
5229                 "WEBRTC_MOZILLA_BUILD",
5230                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5231                 "WEBRTC_POSIX",
5232                 "WEBRTC_LINUX"
5233             ],
5234             "deps": [],
5235             "include_dirs": [
5236                 "//",
5237                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
5238             ],
5239             "libs": [],
5240             "sources": [
5241                 "//common_audio/fir_filter.h"
5242             ],
5243             "type": "source_set"
5244         },
5245         "//common_audio:fir_filter_factory": {
5246             "cflags": [
5247                 "-fno-strict-aliasing",
5248                 "--param=ssp-buffer-size=4",
5249                 "-fstack-protector",
5250                 "-Wno-builtin-macro-redefined",
5251                 "-D__DATE__=",
5252                 "-D__TIME__=",
5253                 "-D__TIMESTAMP__=",
5254                 "-funwind-tables",
5255                 "-fPIC",
5256                 "-pipe",
5257                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5258                 "-fcolor-diagnostics",
5259                 "-m32",
5260                 "-msse2",
5261                 "-mfpmath=sse",
5262                 "-mmmx",
5263                 "-momit-leaf-frame-pointer",
5264                 "-pthread",
5265                 "-mstack-alignment=16",
5266                 "-mstackrealign",
5267                 "-Wall",
5268                 "-Werror",
5269                 "-Wextra",
5270                 "-Wno-missing-field-initializers",
5271                 "-Wno-unused-parameter",
5272                 "-Wno-c++11-narrowing",
5273                 "-Wno-covered-switch-default",
5274                 "-Wno-unneeded-internal-declaration",
5275                 "-Wno-inconsistent-missing-override",
5276                 "-Wno-deprecated-register",
5277                 "-Wno-undefined-var-template",
5278                 "-Wno-nonportable-include-path",
5279                 "-Wno-address-of-packed-member",
5280                 "-Wno-unused-lambda-capture",
5281                 "-Wno-user-defined-warnings",
5282                 "-O2",
5283                 "-fno-ident",
5284                 "-fdata-sections",
5285                 "-ffunction-sections",
5286                 "-fomit-frame-pointer",
5287                 "-g0",
5288                 "-fvisibility=hidden",
5289                 "-Xclang",
5290                 "-load",
5291                 "-Xclang",
5292                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
5293                 "-Xclang",
5294                 "-add-plugin",
5295                 "-Xclang",
5296                 "find-bad-constructs",
5297                 "-Xclang",
5298                 "-plugin-arg-find-bad-constructs",
5299                 "-Xclang",
5300                 "check-auto-raw-pointer",
5301                 "-Xclang",
5302                 "-plugin-arg-find-bad-constructs",
5303                 "-Xclang",
5304                 "check-ipc",
5305                 "-Wheader-hygiene",
5306                 "-Wstring-conversion",
5307                 "-Wtautological-overlap-compare",
5308                 "-Wextra",
5309                 "-Wno-unused-parameter",
5310                 "-Wno-missing-field-initializers",
5311                 "-Wno-strict-overflow",
5312                 "-Wc++11-narrowing",
5313                 "-Wimplicit-fallthrough",
5314                 "-Wthread-safety",
5315                 "-Winconsistent-missing-override",
5316                 "-Wundef",
5317                 "-Wunused-lambda-capture"
5318             ],
5319             "defines": [
5320                 "V8_DEPRECATION_WARNINGS",
5321                 "USE_NSS_CERTS=1",
5322                 "USE_X11=1",
5323                 "CHROMIUM_BUILD",
5324                 "_FILE_OFFSET_BITS=64",
5325                 "NDEBUG",
5326                 "NVALGRIND",
5327                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5328                 "WEBRTC_ENABLE_PROTOBUF=0",
5329                 "WEBRTC_RESTRICT_LOGGING",
5330                 "WEBRTC_MOZILLA_BUILD",
5331                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5332                 "WEBRTC_POSIX",
5333                 "WEBRTC_LINUX"
5334             ],
5335             "deps": [
5336                 "//common_audio:common_audio_sse2",
5337                 "//common_audio:fir_filter",
5338                 "//rtc_base:rtc_base_approved",
5339                 "//system_wrappers:cpu_features_api"
5340             ],
5341             "include_dirs": [
5342                 "//",
5343                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
5344             ],
5345             "libs": [
5346                 "rt"
5347             ],
5348             "sources": [
5349                 "//common_audio/fir_filter_c.cc",
5350                 "//common_audio/fir_filter_c.h",
5351                 "//common_audio/fir_filter_factory.cc",
5352                 "//common_audio/fir_filter_factory.h"
5353             ],
5354             "type": "source_set"
5355         },
5356         "//common_audio:sinc_resampler": {
5357             "cflags": [
5358                 "-fno-strict-aliasing",
5359                 "--param=ssp-buffer-size=4",
5360                 "-fstack-protector",
5361                 "-Wno-builtin-macro-redefined",
5362                 "-D__DATE__=",
5363                 "-D__TIME__=",
5364                 "-D__TIMESTAMP__=",
5365                 "-funwind-tables",
5366                 "-fPIC",
5367                 "-pipe",
5368                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5369                 "-fcolor-diagnostics",
5370                 "-m32",
5371                 "-msse2",
5372                 "-mfpmath=sse",
5373                 "-mmmx",
5374                 "-momit-leaf-frame-pointer",
5375                 "-pthread",
5376                 "-mstack-alignment=16",
5377                 "-mstackrealign",
5378                 "-Wall",
5379                 "-Werror",
5380                 "-Wextra",
5381                 "-Wno-missing-field-initializers",
5382                 "-Wno-unused-parameter",
5383                 "-Wno-c++11-narrowing",
5384                 "-Wno-covered-switch-default",
5385                 "-Wno-unneeded-internal-declaration",
5386                 "-Wno-inconsistent-missing-override",
5387                 "-Wno-deprecated-register",
5388                 "-Wno-undefined-var-template",
5389                 "-Wno-nonportable-include-path",
5390                 "-Wno-address-of-packed-member",
5391                 "-Wno-unused-lambda-capture",
5392                 "-Wno-user-defined-warnings",
5393                 "-O2",
5394                 "-fno-ident",
5395                 "-fdata-sections",
5396                 "-ffunction-sections",
5397                 "-fomit-frame-pointer",
5398                 "-g0",
5399                 "-fvisibility=hidden",
5400                 "-Xclang",
5401                 "-load",
5402                 "-Xclang",
5403                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
5404                 "-Xclang",
5405                 "-add-plugin",
5406                 "-Xclang",
5407                 "find-bad-constructs",
5408                 "-Xclang",
5409                 "-plugin-arg-find-bad-constructs",
5410                 "-Xclang",
5411                 "check-auto-raw-pointer",
5412                 "-Xclang",
5413                 "-plugin-arg-find-bad-constructs",
5414                 "-Xclang",
5415                 "check-ipc",
5416                 "-Wheader-hygiene",
5417                 "-Wstring-conversion",
5418                 "-Wtautological-overlap-compare",
5419                 "-Wextra",
5420                 "-Wno-unused-parameter",
5421                 "-Wno-missing-field-initializers",
5422                 "-Wno-strict-overflow",
5423                 "-Wc++11-narrowing",
5424                 "-Wimplicit-fallthrough",
5425                 "-Wthread-safety",
5426                 "-Winconsistent-missing-override",
5427                 "-Wundef",
5428                 "-Wunused-lambda-capture"
5429             ],
5430             "defines": [
5431                 "V8_DEPRECATION_WARNINGS",
5432                 "USE_NSS_CERTS=1",
5433                 "USE_X11=1",
5434                 "CHROMIUM_BUILD",
5435                 "_FILE_OFFSET_BITS=64",
5436                 "NDEBUG",
5437                 "NVALGRIND",
5438                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5439                 "WEBRTC_ENABLE_PROTOBUF=0",
5440                 "WEBRTC_RESTRICT_LOGGING",
5441                 "WEBRTC_MOZILLA_BUILD",
5442                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5443                 "WEBRTC_POSIX",
5444                 "WEBRTC_LINUX"
5445             ],
5446             "deps": [
5447                 "//:webrtc_common",
5448                 "//rtc_base:gtest_prod",
5449                 "//rtc_base:rtc_base_approved",
5450                 "//system_wrappers:system_wrappers"
5451             ],
5452             "include_dirs": [
5453                 "//",
5454                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
5455             ],
5456             "libs": [
5457                 "rt"
5458             ],
5459             "sources": [
5460                 "//common_audio/resampler/sinc_resampler.h"
5461             ],
5462             "type": "source_set"
5463         },
5464         "//common_video:common_video": {
5465             "cflags": [
5466                 "-fno-strict-aliasing",
5467                 "--param=ssp-buffer-size=4",
5468                 "-fstack-protector",
5469                 "-Wno-builtin-macro-redefined",
5470                 "-D__DATE__=",
5471                 "-D__TIME__=",
5472                 "-D__TIMESTAMP__=",
5473                 "-funwind-tables",
5474                 "-fPIC",
5475                 "-pipe",
5476                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5477                 "-fcolor-diagnostics",
5478                 "-m32",
5479                 "-msse2",
5480                 "-mfpmath=sse",
5481                 "-mmmx",
5482                 "-momit-leaf-frame-pointer",
5483                 "-pthread",
5484                 "-mstack-alignment=16",
5485                 "-mstackrealign",
5486                 "-Wall",
5487                 "-Werror",
5488                 "-Wextra",
5489                 "-Wno-missing-field-initializers",
5490                 "-Wno-unused-parameter",
5491                 "-Wno-c++11-narrowing",
5492                 "-Wno-covered-switch-default",
5493                 "-Wno-unneeded-internal-declaration",
5494                 "-Wno-inconsistent-missing-override",
5495                 "-Wno-deprecated-register",
5496                 "-Wno-undefined-var-template",
5497                 "-Wno-nonportable-include-path",
5498                 "-Wno-address-of-packed-member",
5499                 "-Wno-unused-lambda-capture",
5500                 "-Wno-user-defined-warnings",
5501                 "-O2",
5502                 "-fno-ident",
5503                 "-fdata-sections",
5504                 "-ffunction-sections",
5505                 "-fomit-frame-pointer",
5506                 "-g0",
5507                 "-fvisibility=hidden",
5508                 "-Wheader-hygiene",
5509                 "-Wstring-conversion",
5510                 "-Wtautological-overlap-compare",
5511                 "-Wextra",
5512                 "-Wno-unused-parameter",
5513                 "-Wno-missing-field-initializers",
5514                 "-Wno-strict-overflow",
5515                 "-Wc++11-narrowing",
5516                 "-Wimplicit-fallthrough",
5517                 "-Wthread-safety",
5518                 "-Winconsistent-missing-override",
5519                 "-Wundef",
5520                 "-Wunused-lambda-capture"
5521             ],
5522             "defines": [
5523                 "V8_DEPRECATION_WARNINGS",
5524                 "USE_NSS_CERTS=1",
5525                 "USE_X11=1",
5526                 "CHROMIUM_BUILD",
5527                 "_FILE_OFFSET_BITS=64",
5528                 "NDEBUG",
5529                 "NVALGRIND",
5530                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5531                 "WEBRTC_ENABLE_PROTOBUF=0",
5532                 "WEBRTC_RESTRICT_LOGGING",
5533                 "WEBRTC_MOZILLA_BUILD",
5534                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5535                 "WEBRTC_POSIX",
5536                 "WEBRTC_LINUX"
5537             ],
5538             "deps": [
5539                 "//:webrtc_common",
5540                 "//api:optional",
5541                 "//api:video_frame_api",
5542                 "//api:video_frame_api_i420",
5543                 "//media:rtc_h264_profile_id",
5544                 "//modules:module_api",
5545                 "//rtc_base:rtc_base",
5546                 "//rtc_base:rtc_task_queue",
5547                 "//system_wrappers:system_wrappers"
5548             ],
5549             "include_dirs": [
5550                 "//modules/interface/",
5551                 "/media/libyuv/libyuv/include/",
5552                 "//",
5553                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
5554                 "//common_video/include/",
5555                 "/media/libyuv/libyuv/include/"
5556             ],
5557             "libs": [
5558                 "rt"
5559             ],
5560             "sources": [
5561                 "//common_video/bitrate_adjuster.cc",
5562                 "//common_video/h264/h264_bitstream_parser.cc",
5563                 "//common_video/h264/h264_bitstream_parser.h",
5564                 "//common_video/h264/h264_common.cc",
5565                 "//common_video/h264/h264_common.h",
5566                 "//common_video/h264/pps_parser.cc",
5567                 "//common_video/h264/pps_parser.h",
5568                 "//common_video/h264/profile_level_id.h",
5569                 "//common_video/h264/sps_parser.cc",
5570                 "//common_video/h264/sps_parser.h",
5571                 "//common_video/h264/sps_vui_rewriter.cc",
5572                 "//common_video/h264/sps_vui_rewriter.h",
5573                 "//common_video/i420_buffer_pool.cc",
5574                 "//common_video/include/bitrate_adjuster.h",
5575                 "//common_video/include/frame_callback.h",
5576                 "//common_video/include/i420_buffer_pool.h",
5577                 "//common_video/include/incoming_video_stream.h",
5578                 "//common_video/include/video_bitrate_allocator.h",
5579                 "//common_video/include/video_frame.h",
5580                 "//common_video/include/video_frame_buffer.h",
5581                 "//common_video/incoming_video_stream.cc",
5582                 "//common_video/libyuv/include/webrtc_libyuv.h",
5583                 "//common_video/libyuv/webrtc_libyuv.cc",
5584                 "//common_video/video_frame.cc",
5585                 "//common_video/video_frame_buffer.cc",
5586                 "//common_video/video_render_frames.cc",
5587                 "//common_video/video_render_frames.h"
5588             ],
5589             "type": "static_library"
5590         },
5591         "//logging:rtc_event_log_api": {
5592             "cflags": [
5593                 "-fno-strict-aliasing",
5594                 "--param=ssp-buffer-size=4",
5595                 "-fstack-protector",
5596                 "-Wno-builtin-macro-redefined",
5597                 "-D__DATE__=",
5598                 "-D__TIME__=",
5599                 "-D__TIMESTAMP__=",
5600                 "-funwind-tables",
5601                 "-fPIC",
5602                 "-pipe",
5603                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5604                 "-fcolor-diagnostics",
5605                 "-m32",
5606                 "-msse2",
5607                 "-mfpmath=sse",
5608                 "-mmmx",
5609                 "-momit-leaf-frame-pointer",
5610                 "-pthread",
5611                 "-mstack-alignment=16",
5612                 "-mstackrealign",
5613                 "-Wall",
5614                 "-Werror",
5615                 "-Wextra",
5616                 "-Wno-missing-field-initializers",
5617                 "-Wno-unused-parameter",
5618                 "-Wno-c++11-narrowing",
5619                 "-Wno-covered-switch-default",
5620                 "-Wno-unneeded-internal-declaration",
5621                 "-Wno-inconsistent-missing-override",
5622                 "-Wno-deprecated-register",
5623                 "-Wno-undefined-var-template",
5624                 "-Wno-nonportable-include-path",
5625                 "-Wno-address-of-packed-member",
5626                 "-Wno-unused-lambda-capture",
5627                 "-Wno-user-defined-warnings",
5628                 "-O2",
5629                 "-fno-ident",
5630                 "-fdata-sections",
5631                 "-ffunction-sections",
5632                 "-fomit-frame-pointer",
5633                 "-g0",
5634                 "-fvisibility=hidden",
5635                 "-Wheader-hygiene",
5636                 "-Wstring-conversion",
5637                 "-Wtautological-overlap-compare",
5638                 "-Wextra",
5639                 "-Wno-unused-parameter",
5640                 "-Wno-missing-field-initializers",
5641                 "-Wno-strict-overflow",
5642                 "-Wc++11-narrowing",
5643                 "-Wimplicit-fallthrough",
5644                 "-Wthread-safety",
5645                 "-Winconsistent-missing-override",
5646                 "-Wundef",
5647                 "-Wunused-lambda-capture"
5648             ],
5649             "defines": [
5650                 "V8_DEPRECATION_WARNINGS",
5651                 "USE_NSS_CERTS=1",
5652                 "USE_X11=1",
5653                 "CHROMIUM_BUILD",
5654                 "_FILE_OFFSET_BITS=64",
5655                 "NDEBUG",
5656                 "NVALGRIND",
5657                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5658                 "WEBRTC_ENABLE_PROTOBUF=0",
5659                 "WEBRTC_RESTRICT_LOGGING",
5660                 "WEBRTC_MOZILLA_BUILD",
5661                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5662                 "WEBRTC_POSIX",
5663                 "WEBRTC_LINUX"
5664             ],
5665             "deps": [
5666                 "//:webrtc_common",
5667                 "//api:array_view",
5668                 "//call:video_stream_api",
5669                 "//modules/audio_coding:audio_network_adaptor_config",
5670                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
5671                 "//modules/rtp_rtcp:rtp_rtcp_format",
5672                 "//rtc_base:rtc_base_approved",
5673                 "//system_wrappers:system_wrappers"
5674             ],
5675             "include_dirs": [
5676                 "//",
5677                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
5678             ],
5679             "libs": [
5680                 "rt"
5681             ],
5682             "sources": [
5683                 "//logging/rtc_event_log/events/rtc_event.h",
5684                 "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.cc",
5685                 "//logging/rtc_event_log/events/rtc_event_audio_network_adaptation.h",
5686                 "//logging/rtc_event_log/events/rtc_event_audio_playout.cc",
5687                 "//logging/rtc_event_log/events/rtc_event_audio_playout.h",
5688                 "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.cc",
5689                 "//logging/rtc_event_log/events/rtc_event_audio_receive_stream_config.h",
5690                 "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.cc",
5691                 "//logging/rtc_event_log/events/rtc_event_audio_send_stream_config.h",
5692                 "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.cc",
5693                 "//logging/rtc_event_log/events/rtc_event_bwe_update_delay_based.h",
5694                 "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.cc",
5695                 "//logging/rtc_event_log/events/rtc_event_bwe_update_loss_based.h",
5696                 "//logging/rtc_event_log/events/rtc_event_logging_started.cc",
5697                 "//logging/rtc_event_log/events/rtc_event_logging_started.h",
5698                 "//logging/rtc_event_log/events/rtc_event_logging_stopped.cc",
5699                 "//logging/rtc_event_log/events/rtc_event_logging_stopped.h",
5700                 "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.cc",
5701                 "//logging/rtc_event_log/events/rtc_event_probe_cluster_created.h",
5702                 "//logging/rtc_event_log/events/rtc_event_probe_result_failure.cc",
5703                 "//logging/rtc_event_log/events/rtc_event_probe_result_failure.h",
5704                 "//logging/rtc_event_log/events/rtc_event_probe_result_success.cc",
5705                 "//logging/rtc_event_log/events/rtc_event_probe_result_success.h",
5706                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.cc",
5707                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_incoming.h",
5708                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.cc",
5709                 "//logging/rtc_event_log/events/rtc_event_rtcp_packet_outgoing.h",
5710                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.cc",
5711                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_incoming.h",
5712                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.cc",
5713                 "//logging/rtc_event_log/events/rtc_event_rtp_packet_outgoing.h",
5714                 "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.cc",
5715                 "//logging/rtc_event_log/events/rtc_event_video_receive_stream_config.h",
5716                 "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.cc",
5717                 "//logging/rtc_event_log/events/rtc_event_video_send_stream_config.h",
5718                 "//logging/rtc_event_log/output/rtc_event_log_output_file.cc",
5719                 "//logging/rtc_event_log/output/rtc_event_log_output_file.h",
5720                 "//logging/rtc_event_log/rtc_event_log.h",
5721                 "//logging/rtc_event_log/rtc_event_log_factory_interface.h",
5722                 "//logging/rtc_event_log/rtc_stream_config.cc",
5723                 "//logging/rtc_event_log/rtc_stream_config.h"
5724             ],
5725             "type": "source_set"
5726         },
5727         "//logging:rtc_event_log_impl": {
5728             "cflags": [
5729                 "-fno-strict-aliasing",
5730                 "--param=ssp-buffer-size=4",
5731                 "-fstack-protector",
5732                 "-Wno-builtin-macro-redefined",
5733                 "-D__DATE__=",
5734                 "-D__TIME__=",
5735                 "-D__TIMESTAMP__=",
5736                 "-funwind-tables",
5737                 "-fPIC",
5738                 "-pipe",
5739                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5740                 "-fcolor-diagnostics",
5741                 "-m32",
5742                 "-msse2",
5743                 "-mfpmath=sse",
5744                 "-mmmx",
5745                 "-momit-leaf-frame-pointer",
5746                 "-pthread",
5747                 "-mstack-alignment=16",
5748                 "-mstackrealign",
5749                 "-Wall",
5750                 "-Werror",
5751                 "-Wextra",
5752                 "-Wno-missing-field-initializers",
5753                 "-Wno-unused-parameter",
5754                 "-Wno-c++11-narrowing",
5755                 "-Wno-covered-switch-default",
5756                 "-Wno-unneeded-internal-declaration",
5757                 "-Wno-inconsistent-missing-override",
5758                 "-Wno-deprecated-register",
5759                 "-Wno-undefined-var-template",
5760                 "-Wno-nonportable-include-path",
5761                 "-Wno-address-of-packed-member",
5762                 "-Wno-unused-lambda-capture",
5763                 "-Wno-user-defined-warnings",
5764                 "-O2",
5765                 "-fno-ident",
5766                 "-fdata-sections",
5767                 "-ffunction-sections",
5768                 "-fomit-frame-pointer",
5769                 "-g0",
5770                 "-fvisibility=hidden",
5771                 "-Wheader-hygiene",
5772                 "-Wstring-conversion",
5773                 "-Wtautological-overlap-compare",
5774                 "-Wextra",
5775                 "-Wno-unused-parameter",
5776                 "-Wno-missing-field-initializers",
5777                 "-Wno-strict-overflow",
5778                 "-Wc++11-narrowing",
5779                 "-Wimplicit-fallthrough",
5780                 "-Wthread-safety",
5781                 "-Winconsistent-missing-override",
5782                 "-Wundef",
5783                 "-Wunused-lambda-capture"
5784             ],
5785             "defines": [
5786                 "V8_DEPRECATION_WARNINGS",
5787                 "USE_NSS_CERTS=1",
5788                 "USE_X11=1",
5789                 "CHROMIUM_BUILD",
5790                 "_FILE_OFFSET_BITS=64",
5791                 "NDEBUG",
5792                 "NVALGRIND",
5793                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5794                 "WEBRTC_ENABLE_PROTOBUF=0",
5795                 "WEBRTC_RESTRICT_LOGGING",
5796                 "WEBRTC_MOZILLA_BUILD",
5797                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5798                 "WEBRTC_POSIX",
5799                 "WEBRTC_LINUX"
5800             ],
5801             "deps": [
5802                 "//:webrtc_common",
5803                 "//logging:rtc_event_log_api",
5804                 "//modules/audio_coding:audio_network_adaptor",
5805                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
5806                 "//modules/rtp_rtcp:rtp_rtcp",
5807                 "//rtc_base:protobuf_utils",
5808                 "//rtc_base:rtc_base_approved",
5809                 "//rtc_base:rtc_task_queue",
5810                 "//rtc_base:sequenced_task_checker",
5811                 "//system_wrappers:system_wrappers"
5812             ],
5813             "include_dirs": [
5814                 "//",
5815                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
5816             ],
5817             "libs": [
5818                 "rt"
5819             ],
5820             "sources": [
5821                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder.h",
5822                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.cc",
5823                 "//logging/rtc_event_log/encoder/rtc_event_log_encoder_legacy.h",
5824                 "//logging/rtc_event_log/rtc_event_log.cc",
5825                 "//logging/rtc_event_log/rtc_event_log_factory.cc",
5826                 "//logging/rtc_event_log/rtc_event_log_factory.h"
5827             ],
5828             "type": "static_library"
5829         },
5830         "//media:rtc_audio_video": {
5831             "cflags": [
5832                 "-fno-strict-aliasing",
5833                 "--param=ssp-buffer-size=4",
5834                 "-fstack-protector",
5835                 "-Wno-builtin-macro-redefined",
5836                 "-D__DATE__=",
5837                 "-D__TIME__=",
5838                 "-D__TIMESTAMP__=",
5839                 "-funwind-tables",
5840                 "-fPIC",
5841                 "-pipe",
5842                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
5843                 "-fcolor-diagnostics",
5844                 "-m32",
5845                 "-msse2",
5846                 "-mfpmath=sse",
5847                 "-mmmx",
5848                 "-momit-leaf-frame-pointer",
5849                 "-pthread",
5850                 "-mstack-alignment=16",
5851                 "-mstackrealign",
5852                 "-Wall",
5853                 "-Werror",
5854                 "-Wextra",
5855                 "-Wno-missing-field-initializers",
5856                 "-Wno-unused-parameter",
5857                 "-Wno-c++11-narrowing",
5858                 "-Wno-covered-switch-default",
5859                 "-Wno-unneeded-internal-declaration",
5860                 "-Wno-inconsistent-missing-override",
5861                 "-Wno-deprecated-register",
5862                 "-Wno-undefined-var-template",
5863                 "-Wno-nonportable-include-path",
5864                 "-Wno-address-of-packed-member",
5865                 "-Wno-unused-lambda-capture",
5866                 "-Wno-user-defined-warnings",
5867                 "-O2",
5868                 "-fno-ident",
5869                 "-fdata-sections",
5870                 "-ffunction-sections",
5871                 "-fomit-frame-pointer",
5872                 "-g0",
5873                 "-fvisibility=hidden",
5874                 "-Wheader-hygiene",
5875                 "-Wstring-conversion",
5876                 "-Wtautological-overlap-compare",
5877                 "-Wextra",
5878                 "-Wno-unused-parameter",
5879                 "-Wno-missing-field-initializers",
5880                 "-Wno-strict-overflow",
5881                 "-Wc++11-narrowing",
5882                 "-Wimplicit-fallthrough",
5883                 "-Wthread-safety",
5884                 "-Winconsistent-missing-override",
5885                 "-Wundef",
5886                 "-Wunused-lambda-capture",
5887                 "-Wno-deprecated-declarations"
5888             ],
5889             "defines": [
5890                 "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
5891                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
5892                 "V8_DEPRECATION_WARNINGS",
5893                 "USE_NSS_CERTS=1",
5894                 "USE_X11=1",
5895                 "CHROMIUM_BUILD",
5896                 "_FILE_OFFSET_BITS=64",
5897                 "NDEBUG",
5898                 "NVALGRIND",
5899                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
5900                 "WEBRTC_ENABLE_PROTOBUF=0",
5901                 "WEBRTC_RESTRICT_LOGGING",
5902                 "WEBRTC_MOZILLA_BUILD",
5903                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
5904                 "WEBRTC_POSIX",
5905                 "WEBRTC_LINUX",
5906                 "HAVE_WEBRTC_VIDEO",
5907                 "HAVE_WEBRTC_VOICE"
5908             ],
5909             "deps": [
5910                 "//:webrtc_common",
5911                 "//api:call_api",
5912                 "//api:optional",
5913                 "//api:transport_api",
5914                 "//api:video_frame_api",
5915                 "//api:video_frame_api_i420",
5916                 "//api/audio_codecs:audio_codecs_api",
5917                 "//api/video_codecs:video_codecs_api",
5918                 "//call:call",
5919                 "//call:video_stream_api",
5920                 "//common_video:common_video",
5921                 "//media:rtc_media_base",
5922                 "//modules/audio_coding:rent_a_codec",
5923                 "//modules/audio_device:audio_device",
5924                 "//modules/audio_mixer:audio_mixer_impl",
5925                 "//modules/audio_processing:audio_processing",
5926                 "//modules/audio_processing/aec_dump:aec_dump",
5927                 "//modules/audio_processing/aec_dump:null_aec_dump_factory",
5928                 "//modules/video_capture:video_capture_internal_impl",
5929                 "//modules/video_capture:video_capture_module",
5930                 "//modules/video_coding:video_coding",
5931                 "//modules/video_coding:video_coding_utility",
5932                 "//modules/video_coding:webrtc_h264",
5933                 "//modules/video_coding:webrtc_vp8",
5934                 "//modules/video_coding:webrtc_vp9",
5935                 "//rtc_base:rtc_base",
5936                 "//rtc_base:rtc_base_approved",
5937                 "//rtc_base:rtc_task_queue",
5938                 "//rtc_base:sequenced_task_checker",
5939                 "//system_wrappers:system_wrappers",
5940                 "//video:video",
5941                 "//voice_engine:voice_engine"
5942             ],
5943             "include_dirs": [
5944                 "/media/libyuv/libyuv/include/",
5945                 "//",
5946                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
5947                 "//common_video/include/",
5948                 "/media/libyuv/libyuv/include/",
5949                 "//modules/include/",
5950                 "//modules/audio_device/include/",
5951                 "//modules/audio_device/dummy/",
5952                 "//modules/audio_coding/include/",
5953                 "//modules/include/"
5954             ],
5955             "libs": [
5956                 "rt",
5957                 "m"
5958             ],
5959             "sources": [
5960                 "//media/engine/adm_helpers.cc",
5961                 "//media/engine/adm_helpers.h",
5962                 "//media/engine/apm_helpers.cc",
5963                 "//media/engine/apm_helpers.h",
5964                 "//media/engine/constants.cc",
5965                 "//media/engine/constants.h",
5966                 "//media/engine/convert_legacy_video_factory.cc",
5967                 "//media/engine/convert_legacy_video_factory.h",
5968                 "//media/engine/internaldecoderfactory.cc",
5969                 "//media/engine/internaldecoderfactory.h",
5970                 "//media/engine/internalencoderfactory.cc",
5971                 "//media/engine/internalencoderfactory.h",
5972                 "//media/engine/nullwebrtcvideoengine.h",
5973                 "//media/engine/payload_type_mapper.cc",
5974                 "//media/engine/payload_type_mapper.h",
5975                 "//media/engine/scopedvideodecoder.cc",
5976                 "//media/engine/scopedvideodecoder.h",
5977                 "//media/engine/scopedvideoencoder.cc",
5978                 "//media/engine/scopedvideoencoder.h",
5979                 "//media/engine/simulcast.cc",
5980                 "//media/engine/simulcast.h",
5981                 "//media/engine/simulcast_encoder_adapter.cc",
5982                 "//media/engine/simulcast_encoder_adapter.h",
5983                 "//media/engine/videodecodersoftwarefallbackwrapper.cc",
5984                 "//media/engine/videodecodersoftwarefallbackwrapper.h",
5985                 "//media/engine/videoencodersoftwarefallbackwrapper.cc",
5986                 "//media/engine/videoencodersoftwarefallbackwrapper.h",
5987                 "//media/engine/vp8_encoder_simulcast_proxy.cc",
5988                 "//media/engine/vp8_encoder_simulcast_proxy.h",
5989                 "//media/engine/webrtcvideodecoderfactory.cc",
5990                 "//media/engine/webrtcvideodecoderfactory.h",
5991                 "//media/engine/webrtcvideoencoderfactory.cc",
5992                 "//media/engine/webrtcvideoencoderfactory.h"
5993             ],
5994             "type": "static_library"
5995         },
5996         "//media:rtc_h264_profile_id": {
5997             "cflags": [
5998                 "-fno-strict-aliasing",
5999                 "--param=ssp-buffer-size=4",
6000                 "-fstack-protector",
6001                 "-Wno-builtin-macro-redefined",
6002                 "-D__DATE__=",
6003                 "-D__TIME__=",
6004                 "-D__TIMESTAMP__=",
6005                 "-funwind-tables",
6006                 "-fPIC",
6007                 "-pipe",
6008                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6009                 "-fcolor-diagnostics",
6010                 "-m32",
6011                 "-msse2",
6012                 "-mfpmath=sse",
6013                 "-mmmx",
6014                 "-momit-leaf-frame-pointer",
6015                 "-pthread",
6016                 "-mstack-alignment=16",
6017                 "-mstackrealign",
6018                 "-Wall",
6019                 "-Werror",
6020                 "-Wextra",
6021                 "-Wno-missing-field-initializers",
6022                 "-Wno-unused-parameter",
6023                 "-Wno-c++11-narrowing",
6024                 "-Wno-covered-switch-default",
6025                 "-Wno-unneeded-internal-declaration",
6026                 "-Wno-inconsistent-missing-override",
6027                 "-Wno-deprecated-register",
6028                 "-Wno-undefined-var-template",
6029                 "-Wno-nonportable-include-path",
6030                 "-Wno-address-of-packed-member",
6031                 "-Wno-unused-lambda-capture",
6032                 "-Wno-user-defined-warnings",
6033                 "-O2",
6034                 "-fno-ident",
6035                 "-fdata-sections",
6036                 "-ffunction-sections",
6037                 "-fomit-frame-pointer",
6038                 "-g0",
6039                 "-fvisibility=hidden",
6040                 "-Wheader-hygiene",
6041                 "-Wstring-conversion",
6042                 "-Wtautological-overlap-compare",
6043                 "-Wextra",
6044                 "-Wno-unused-parameter",
6045                 "-Wno-missing-field-initializers",
6046                 "-Wno-strict-overflow",
6047                 "-Wc++11-narrowing",
6048                 "-Wimplicit-fallthrough",
6049                 "-Wthread-safety",
6050                 "-Winconsistent-missing-override",
6051                 "-Wundef",
6052                 "-Wunused-lambda-capture"
6053             ],
6054             "defines": [
6055                 "V8_DEPRECATION_WARNINGS",
6056                 "USE_NSS_CERTS=1",
6057                 "USE_X11=1",
6058                 "CHROMIUM_BUILD",
6059                 "_FILE_OFFSET_BITS=64",
6060                 "NDEBUG",
6061                 "NVALGRIND",
6062                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6063                 "WEBRTC_ENABLE_PROTOBUF=0",
6064                 "WEBRTC_RESTRICT_LOGGING",
6065                 "WEBRTC_MOZILLA_BUILD",
6066                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6067                 "WEBRTC_POSIX",
6068                 "WEBRTC_LINUX"
6069             ],
6070             "deps": [
6071                 "//:webrtc_common",
6072                 "//api:optional",
6073                 "//rtc_base:rtc_base",
6074                 "//rtc_base:rtc_base_approved"
6075             ],
6076             "include_dirs": [
6077                 "//",
6078                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
6079             ],
6080             "libs": [],
6081             "sources": [
6082                 "//media/base/h264_profile_level_id.cc",
6083                 "//media/base/h264_profile_level_id.h"
6084             ],
6085             "type": "source_set"
6086         },
6087         "//media:rtc_media": {
6088             "cflags": [
6089                 "-fno-strict-aliasing",
6090                 "--param=ssp-buffer-size=4",
6091                 "-fstack-protector",
6092                 "-Wno-builtin-macro-redefined",
6093                 "-D__DATE__=",
6094                 "-D__TIME__=",
6095                 "-D__TIMESTAMP__=",
6096                 "-funwind-tables",
6097                 "-fPIC",
6098                 "-pipe",
6099                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6100                 "-fcolor-diagnostics",
6101                 "-m32",
6102                 "-msse2",
6103                 "-mfpmath=sse",
6104                 "-mmmx",
6105                 "-momit-leaf-frame-pointer",
6106                 "-pthread",
6107                 "-mstack-alignment=16",
6108                 "-mstackrealign",
6109                 "-Wall",
6110                 "-Werror",
6111                 "-Wextra",
6112                 "-Wno-missing-field-initializers",
6113                 "-Wno-unused-parameter",
6114                 "-Wno-c++11-narrowing",
6115                 "-Wno-covered-switch-default",
6116                 "-Wno-unneeded-internal-declaration",
6117                 "-Wno-inconsistent-missing-override",
6118                 "-Wno-deprecated-register",
6119                 "-Wno-undefined-var-template",
6120                 "-Wno-nonportable-include-path",
6121                 "-Wno-address-of-packed-member",
6122                 "-Wno-unused-lambda-capture",
6123                 "-Wno-user-defined-warnings",
6124                 "-O2",
6125                 "-fno-ident",
6126                 "-fdata-sections",
6127                 "-ffunction-sections",
6128                 "-fomit-frame-pointer",
6129                 "-g0",
6130                 "-fvisibility=hidden",
6131                 "-Xclang",
6132                 "-load",
6133                 "-Xclang",
6134                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
6135                 "-Xclang",
6136                 "-add-plugin",
6137                 "-Xclang",
6138                 "find-bad-constructs",
6139                 "-Xclang",
6140                 "-plugin-arg-find-bad-constructs",
6141                 "-Xclang",
6142                 "check-auto-raw-pointer",
6143                 "-Xclang",
6144                 "-plugin-arg-find-bad-constructs",
6145                 "-Xclang",
6146                 "check-ipc",
6147                 "-Wheader-hygiene",
6148                 "-Wstring-conversion",
6149                 "-Wtautological-overlap-compare",
6150                 "-Wextra",
6151                 "-Wno-unused-parameter",
6152                 "-Wno-missing-field-initializers",
6153                 "-Wno-strict-overflow",
6154                 "-Wc++11-narrowing",
6155                 "-Wimplicit-fallthrough",
6156                 "-Wthread-safety",
6157                 "-Winconsistent-missing-override",
6158                 "-Wundef",
6159                 "-Wunused-lambda-capture"
6160             ],
6161             "defines": [
6162                 "V8_DEPRECATION_WARNINGS",
6163                 "USE_NSS_CERTS=1",
6164                 "USE_X11=1",
6165                 "CHROMIUM_BUILD",
6166                 "_FILE_OFFSET_BITS=64",
6167                 "NDEBUG",
6168                 "NVALGRIND",
6169                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6170                 "WEBRTC_ENABLE_PROTOBUF=0",
6171                 "WEBRTC_RESTRICT_LOGGING",
6172                 "WEBRTC_MOZILLA_BUILD",
6173                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6174                 "WEBRTC_POSIX",
6175                 "WEBRTC_LINUX",
6176                 "HAVE_WEBRTC_VIDEO",
6177                 "HAVE_WEBRTC_VOICE"
6178             ],
6179             "deps": [
6180                 "//media:rtc_audio_video"
6181             ],
6182             "include_dirs": [
6183                 "//",
6184                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
6185             ],
6186             "libs": [
6187                 "rt",
6188                 "m"
6189             ],
6190             "sources": [],
6191             "type": "source_set"
6192         },
6193         "//media:rtc_media_base": {
6194             "cflags": [
6195                 "-fno-strict-aliasing",
6196                 "--param=ssp-buffer-size=4",
6197                 "-fstack-protector",
6198                 "-Wno-builtin-macro-redefined",
6199                 "-D__DATE__=",
6200                 "-D__TIME__=",
6201                 "-D__TIMESTAMP__=",
6202                 "-funwind-tables",
6203                 "-fPIC",
6204                 "-pipe",
6205                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6206                 "-fcolor-diagnostics",
6207                 "-m32",
6208                 "-msse2",
6209                 "-mfpmath=sse",
6210                 "-mmmx",
6211                 "-momit-leaf-frame-pointer",
6212                 "-pthread",
6213                 "-mstack-alignment=16",
6214                 "-mstackrealign",
6215                 "-Wall",
6216                 "-Werror",
6217                 "-Wextra",
6218                 "-Wno-missing-field-initializers",
6219                 "-Wno-unused-parameter",
6220                 "-Wno-c++11-narrowing",
6221                 "-Wno-covered-switch-default",
6222                 "-Wno-unneeded-internal-declaration",
6223                 "-Wno-inconsistent-missing-override",
6224                 "-Wno-deprecated-register",
6225                 "-Wno-undefined-var-template",
6226                 "-Wno-nonportable-include-path",
6227                 "-Wno-address-of-packed-member",
6228                 "-Wno-unused-lambda-capture",
6229                 "-Wno-user-defined-warnings",
6230                 "-O2",
6231                 "-fno-ident",
6232                 "-fdata-sections",
6233                 "-ffunction-sections",
6234                 "-fomit-frame-pointer",
6235                 "-g0",
6236                 "-fvisibility=hidden",
6237                 "-Wheader-hygiene",
6238                 "-Wstring-conversion",
6239                 "-Wtautological-overlap-compare",
6240                 "-Wextra",
6241                 "-Wno-unused-parameter",
6242                 "-Wno-missing-field-initializers",
6243                 "-Wno-strict-overflow",
6244                 "-Wc++11-narrowing",
6245                 "-Wimplicit-fallthrough",
6246                 "-Wthread-safety",
6247                 "-Winconsistent-missing-override",
6248                 "-Wundef",
6249                 "-Wunused-lambda-capture"
6250             ],
6251             "defines": [
6252                 "V8_DEPRECATION_WARNINGS",
6253                 "USE_NSS_CERTS=1",
6254                 "USE_X11=1",
6255                 "CHROMIUM_BUILD",
6256                 "_FILE_OFFSET_BITS=64",
6257                 "NDEBUG",
6258                 "NVALGRIND",
6259                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6260                 "WEBRTC_ENABLE_PROTOBUF=0",
6261                 "WEBRTC_RESTRICT_LOGGING",
6262                 "WEBRTC_MOZILLA_BUILD",
6263                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6264                 "WEBRTC_POSIX",
6265                 "WEBRTC_LINUX"
6266             ],
6267             "deps": [
6268                 "//:webrtc_common",
6269                 "//api:optional",
6270                 "//api:video_frame_api",
6271                 "//api:video_frame_api_i420",
6272                 "//api/audio_codecs:audio_codecs_api",
6273                 "//api/video_codecs:video_codecs_api",
6274                 "//call:call_interfaces",
6275                 "//call:video_stream_api",
6276                 "//media:rtc_h264_profile_id",
6277                 "//modules/audio_processing:audio_processing_statistics",
6278                 "//rtc_base:rtc_base",
6279                 "//rtc_base:rtc_base_approved",
6280                 "//system_wrappers:field_trial_api"
6281             ],
6282             "include_dirs": [
6283                 "/media/libyuv/libyuv/include/",
6284                 "//",
6285                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
6286             ],
6287             "libs": [
6288                 "rt"
6289             ],
6290             "sources": [
6291                 "//media/base/adaptedvideotracksource.cc",
6292                 "//media/base/adaptedvideotracksource.h",
6293                 "//media/base/audiosource.h",
6294                 "//media/base/codec.cc",
6295                 "//media/base/codec.h",
6296                 "//media/base/cryptoparams.h",
6297                 "//media/base/device.h",
6298                 "//media/base/mediachannel.h",
6299                 "//media/base/mediaconstants.cc",
6300                 "//media/base/mediaconstants.h",
6301                 "//media/base/mediaengine.cc",
6302                 "//media/base/mediaengine.h",
6303                 "//media/base/streamparams.cc",
6304                 "//media/base/streamparams.h",
6305                 "//media/base/videoadapter.cc",
6306                 "//media/base/videoadapter.h",
6307                 "//media/base/videobroadcaster.cc",
6308                 "//media/base/videobroadcaster.h",
6309                 "//media/base/videocapturer.cc",
6310                 "//media/base/videocapturer.h",
6311                 "//media/base/videocapturerfactory.h",
6312                 "//media/base/videocommon.cc",
6313                 "//media/base/videocommon.h",
6314                 "//media/base/videosourcebase.cc",
6315                 "//media/base/videosourcebase.h",
6316                 "//media/base/videosourceinterface.cc"
6317             ],
6318             "type": "static_library"
6319         },
6320         "//modules/audio_coding:audio_coding": {
6321             "cflags": [
6322                 "-fno-strict-aliasing",
6323                 "--param=ssp-buffer-size=4",
6324                 "-fstack-protector",
6325                 "-Wno-builtin-macro-redefined",
6326                 "-D__DATE__=",
6327                 "-D__TIME__=",
6328                 "-D__TIMESTAMP__=",
6329                 "-funwind-tables",
6330                 "-fPIC",
6331                 "-pipe",
6332                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6333                 "-fcolor-diagnostics",
6334                 "-m32",
6335                 "-msse2",
6336                 "-mfpmath=sse",
6337                 "-mmmx",
6338                 "-momit-leaf-frame-pointer",
6339                 "-pthread",
6340                 "-mstack-alignment=16",
6341                 "-mstackrealign",
6342                 "-Wall",
6343                 "-Werror",
6344                 "-Wextra",
6345                 "-Wno-missing-field-initializers",
6346                 "-Wno-unused-parameter",
6347                 "-Wno-c++11-narrowing",
6348                 "-Wno-covered-switch-default",
6349                 "-Wno-unneeded-internal-declaration",
6350                 "-Wno-inconsistent-missing-override",
6351                 "-Wno-deprecated-register",
6352                 "-Wno-undefined-var-template",
6353                 "-Wno-nonportable-include-path",
6354                 "-Wno-address-of-packed-member",
6355                 "-Wno-unused-lambda-capture",
6356                 "-Wno-user-defined-warnings",
6357                 "-O2",
6358                 "-fno-ident",
6359                 "-fdata-sections",
6360                 "-ffunction-sections",
6361                 "-fomit-frame-pointer",
6362                 "-g0",
6363                 "-fvisibility=hidden",
6364                 "-Xclang",
6365                 "-load",
6366                 "-Xclang",
6367                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
6368                 "-Xclang",
6369                 "-add-plugin",
6370                 "-Xclang",
6371                 "find-bad-constructs",
6372                 "-Xclang",
6373                 "-plugin-arg-find-bad-constructs",
6374                 "-Xclang",
6375                 "check-auto-raw-pointer",
6376                 "-Xclang",
6377                 "-plugin-arg-find-bad-constructs",
6378                 "-Xclang",
6379                 "check-ipc",
6380                 "-Wheader-hygiene",
6381                 "-Wstring-conversion",
6382                 "-Wtautological-overlap-compare",
6383                 "-Wextra",
6384                 "-Wno-unused-parameter",
6385                 "-Wno-missing-field-initializers",
6386                 "-Wno-strict-overflow",
6387                 "-Wc++11-narrowing",
6388                 "-Wimplicit-fallthrough",
6389                 "-Wthread-safety",
6390                 "-Winconsistent-missing-override",
6391                 "-Wundef",
6392                 "-Wunused-lambda-capture"
6393             ],
6394             "defines": [
6395                 "WEBRTC_CODEC_ILBC",
6396                 "WEBRTC_CODEC_OPUS",
6397                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
6398                 "WEBRTC_CODEC_ISAC",
6399                 "V8_DEPRECATION_WARNINGS",
6400                 "USE_NSS_CERTS=1",
6401                 "USE_X11=1",
6402                 "CHROMIUM_BUILD",
6403                 "_FILE_OFFSET_BITS=64",
6404                 "NDEBUG",
6405                 "NVALGRIND",
6406                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6407                 "WEBRTC_ENABLE_PROTOBUF=0",
6408                 "WEBRTC_RESTRICT_LOGGING",
6409                 "WEBRTC_MOZILLA_BUILD",
6410                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6411                 "WEBRTC_POSIX",
6412                 "WEBRTC_LINUX"
6413             ],
6414             "deps": [
6415                 "//:webrtc_common",
6416                 "//api:array_view",
6417                 "//api:optional",
6418                 "//api/audio_codecs:audio_codecs_api",
6419                 "//api/audio_codecs:builtin_audio_decoder_factory",
6420                 "//common_audio:common_audio",
6421                 "//logging:rtc_event_log_api",
6422                 "//modules:module_api",
6423                 "//modules/audio_coding:audio_coding_module_typedefs",
6424                 "//modules/audio_coding:cng",
6425                 "//modules/audio_coding:g711",
6426                 "//modules/audio_coding:g722",
6427                 "//modules/audio_coding:ilbc",
6428                 "//modules/audio_coding:isac",
6429                 "//modules/audio_coding:neteq",
6430                 "//modules/audio_coding:pcm16b",
6431                 "//modules/audio_coding:rent_a_codec",
6432                 "//modules/audio_coding:webrtc_opus",
6433                 "//rtc_base:rtc_base_approved",
6434                 "//system_wrappers:system_wrappers"
6435             ],
6436             "include_dirs": [
6437                 "//",
6438                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
6439                 "//modules/audio_coding/include/",
6440                 "//modules/include/",
6441                 "//modules/audio_coding/codecs/cng/include/",
6442                 "//modules/audio_coding/codecs/g711/include/",
6443                 "//modules/audio_coding/codecs/pcm16b/include/",
6444                 "//modules/audio_coding/codecs/ilbc/include/",
6445                 "//modules/audio_coding/codecs/isac/main/include/",
6446                 "//modules/audio_coding/codecs/g722/include/",
6447                 "//common_audio/resampler/include/",
6448                 "//common_audio/signal_processing/include/",
6449                 "//common_audio/vad/include/"
6450             ],
6451             "libs": [
6452                 "rt",
6453                 "m"
6454             ],
6455             "sources": [
6456                 "//modules/audio_coding/acm2/acm_receiver.cc",
6457                 "//modules/audio_coding/acm2/acm_receiver.h",
6458                 "//modules/audio_coding/acm2/acm_resampler.cc",
6459                 "//modules/audio_coding/acm2/acm_resampler.h",
6460                 "//modules/audio_coding/acm2/audio_coding_module.cc",
6461                 "//modules/audio_coding/acm2/call_statistics.cc",
6462                 "//modules/audio_coding/acm2/call_statistics.h",
6463                 "//modules/audio_coding/acm2/codec_manager.cc",
6464                 "//modules/audio_coding/acm2/codec_manager.h",
6465                 "//modules/audio_coding/include/audio_coding_module.h"
6466             ],
6467             "type": "static_library"
6468         },
6469         "//modules/audio_coding:audio_coding_module_typedefs": {
6470             "cflags": [
6471                 "-fno-strict-aliasing",
6472                 "--param=ssp-buffer-size=4",
6473                 "-fstack-protector",
6474                 "-Wno-builtin-macro-redefined",
6475                 "-D__DATE__=",
6476                 "-D__TIME__=",
6477                 "-D__TIMESTAMP__=",
6478                 "-funwind-tables",
6479                 "-fPIC",
6480                 "-pipe",
6481                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6482                 "-fcolor-diagnostics",
6483                 "-m32",
6484                 "-msse2",
6485                 "-mfpmath=sse",
6486                 "-mmmx",
6487                 "-momit-leaf-frame-pointer",
6488                 "-pthread",
6489                 "-mstack-alignment=16",
6490                 "-mstackrealign",
6491                 "-Wall",
6492                 "-Werror",
6493                 "-Wextra",
6494                 "-Wno-missing-field-initializers",
6495                 "-Wno-unused-parameter",
6496                 "-Wno-c++11-narrowing",
6497                 "-Wno-covered-switch-default",
6498                 "-Wno-unneeded-internal-declaration",
6499                 "-Wno-inconsistent-missing-override",
6500                 "-Wno-deprecated-register",
6501                 "-Wno-undefined-var-template",
6502                 "-Wno-nonportable-include-path",
6503                 "-Wno-address-of-packed-member",
6504                 "-Wno-unused-lambda-capture",
6505                 "-Wno-user-defined-warnings",
6506                 "-O2",
6507                 "-fno-ident",
6508                 "-fdata-sections",
6509                 "-ffunction-sections",
6510                 "-fomit-frame-pointer",
6511                 "-g0",
6512                 "-fvisibility=hidden",
6513                 "-Xclang",
6514                 "-load",
6515                 "-Xclang",
6516                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
6517                 "-Xclang",
6518                 "-add-plugin",
6519                 "-Xclang",
6520                 "find-bad-constructs",
6521                 "-Xclang",
6522                 "-plugin-arg-find-bad-constructs",
6523                 "-Xclang",
6524                 "check-auto-raw-pointer",
6525                 "-Xclang",
6526                 "-plugin-arg-find-bad-constructs",
6527                 "-Xclang",
6528                 "check-ipc",
6529                 "-Wheader-hygiene",
6530                 "-Wstring-conversion",
6531                 "-Wtautological-overlap-compare",
6532                 "-Wextra",
6533                 "-Wno-unused-parameter",
6534                 "-Wno-missing-field-initializers",
6535                 "-Wno-strict-overflow",
6536                 "-Wc++11-narrowing",
6537                 "-Wimplicit-fallthrough",
6538                 "-Wthread-safety",
6539                 "-Winconsistent-missing-override",
6540                 "-Wundef",
6541                 "-Wunused-lambda-capture"
6542             ],
6543             "defines": [
6544                 "V8_DEPRECATION_WARNINGS",
6545                 "USE_NSS_CERTS=1",
6546                 "USE_X11=1",
6547                 "CHROMIUM_BUILD",
6548                 "_FILE_OFFSET_BITS=64",
6549                 "NDEBUG",
6550                 "NVALGRIND",
6551                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6552                 "WEBRTC_ENABLE_PROTOBUF=0",
6553                 "WEBRTC_RESTRICT_LOGGING",
6554                 "WEBRTC_MOZILLA_BUILD",
6555                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6556                 "WEBRTC_POSIX",
6557                 "WEBRTC_LINUX"
6558             ],
6559             "deps": [
6560                 "//:webrtc_common",
6561                 "//modules:module_api"
6562             ],
6563             "include_dirs": [
6564                 "//",
6565                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
6566             ],
6567             "libs": [
6568                 "rt"
6569             ],
6570             "sources": [
6571                 "//modules/audio_coding/include/audio_coding_module_typedefs.h"
6572             ],
6573             "type": "source_set"
6574         },
6575         "//modules/audio_coding:audio_format_conversion": {
6576             "cflags": [
6577                 "-fno-strict-aliasing",
6578                 "--param=ssp-buffer-size=4",
6579                 "-fstack-protector",
6580                 "-Wno-builtin-macro-redefined",
6581                 "-D__DATE__=",
6582                 "-D__TIME__=",
6583                 "-D__TIMESTAMP__=",
6584                 "-funwind-tables",
6585                 "-fPIC",
6586                 "-pipe",
6587                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6588                 "-fcolor-diagnostics",
6589                 "-m32",
6590                 "-msse2",
6591                 "-mfpmath=sse",
6592                 "-mmmx",
6593                 "-momit-leaf-frame-pointer",
6594                 "-pthread",
6595                 "-mstack-alignment=16",
6596                 "-mstackrealign",
6597                 "-Wall",
6598                 "-Werror",
6599                 "-Wextra",
6600                 "-Wno-missing-field-initializers",
6601                 "-Wno-unused-parameter",
6602                 "-Wno-c++11-narrowing",
6603                 "-Wno-covered-switch-default",
6604                 "-Wno-unneeded-internal-declaration",
6605                 "-Wno-inconsistent-missing-override",
6606                 "-Wno-deprecated-register",
6607                 "-Wno-undefined-var-template",
6608                 "-Wno-nonportable-include-path",
6609                 "-Wno-address-of-packed-member",
6610                 "-Wno-unused-lambda-capture",
6611                 "-Wno-user-defined-warnings",
6612                 "-O2",
6613                 "-fno-ident",
6614                 "-fdata-sections",
6615                 "-ffunction-sections",
6616                 "-fomit-frame-pointer",
6617                 "-g0",
6618                 "-fvisibility=hidden",
6619                 "-Xclang",
6620                 "-load",
6621                 "-Xclang",
6622                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
6623                 "-Xclang",
6624                 "-add-plugin",
6625                 "-Xclang",
6626                 "find-bad-constructs",
6627                 "-Xclang",
6628                 "-plugin-arg-find-bad-constructs",
6629                 "-Xclang",
6630                 "check-auto-raw-pointer",
6631                 "-Xclang",
6632                 "-plugin-arg-find-bad-constructs",
6633                 "-Xclang",
6634                 "check-ipc",
6635                 "-Wheader-hygiene",
6636                 "-Wstring-conversion",
6637                 "-Wtautological-overlap-compare",
6638                 "-Wextra",
6639                 "-Wno-unused-parameter",
6640                 "-Wno-missing-field-initializers",
6641                 "-Wno-strict-overflow",
6642                 "-Wc++11-narrowing",
6643                 "-Wimplicit-fallthrough",
6644                 "-Wthread-safety",
6645                 "-Winconsistent-missing-override",
6646                 "-Wundef",
6647                 "-Wunused-lambda-capture"
6648             ],
6649             "defines": [
6650                 "V8_DEPRECATION_WARNINGS",
6651                 "USE_NSS_CERTS=1",
6652                 "USE_X11=1",
6653                 "CHROMIUM_BUILD",
6654                 "_FILE_OFFSET_BITS=64",
6655                 "NDEBUG",
6656                 "NVALGRIND",
6657                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6658                 "WEBRTC_ENABLE_PROTOBUF=0",
6659                 "WEBRTC_RESTRICT_LOGGING",
6660                 "WEBRTC_MOZILLA_BUILD",
6661                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6662                 "WEBRTC_POSIX",
6663                 "WEBRTC_LINUX"
6664             ],
6665             "deps": [
6666                 "//:webrtc_common",
6667                 "//api:array_view",
6668                 "//api:optional",
6669                 "//api/audio_codecs:audio_codecs_api",
6670                 "//rtc_base:rtc_base_approved"
6671             ],
6672             "include_dirs": [
6673                 "//",
6674                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
6675             ],
6676             "libs": [],
6677             "sources": [
6678                 "//modules/audio_coding/codecs/audio_format_conversion.cc",
6679                 "//modules/audio_coding/codecs/audio_format_conversion.h"
6680             ],
6681             "type": "static_library"
6682         },
6683         "//modules/audio_coding:audio_network_adaptor": {
6684             "cflags": [
6685                 "-fno-strict-aliasing",
6686                 "--param=ssp-buffer-size=4",
6687                 "-fstack-protector",
6688                 "-Wno-builtin-macro-redefined",
6689                 "-D__DATE__=",
6690                 "-D__TIME__=",
6691                 "-D__TIMESTAMP__=",
6692                 "-funwind-tables",
6693                 "-fPIC",
6694                 "-pipe",
6695                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6696                 "-fcolor-diagnostics",
6697                 "-m32",
6698                 "-msse2",
6699                 "-mfpmath=sse",
6700                 "-mmmx",
6701                 "-momit-leaf-frame-pointer",
6702                 "-pthread",
6703                 "-mstack-alignment=16",
6704                 "-mstackrealign",
6705                 "-Wall",
6706                 "-Werror",
6707                 "-Wextra",
6708                 "-Wno-missing-field-initializers",
6709                 "-Wno-unused-parameter",
6710                 "-Wno-c++11-narrowing",
6711                 "-Wno-covered-switch-default",
6712                 "-Wno-unneeded-internal-declaration",
6713                 "-Wno-inconsistent-missing-override",
6714                 "-Wno-deprecated-register",
6715                 "-Wno-undefined-var-template",
6716                 "-Wno-nonportable-include-path",
6717                 "-Wno-address-of-packed-member",
6718                 "-Wno-unused-lambda-capture",
6719                 "-Wno-user-defined-warnings",
6720                 "-O2",
6721                 "-fno-ident",
6722                 "-fdata-sections",
6723                 "-ffunction-sections",
6724                 "-fomit-frame-pointer",
6725                 "-g0",
6726                 "-fvisibility=hidden",
6727                 "-Wheader-hygiene",
6728                 "-Wstring-conversion",
6729                 "-Wtautological-overlap-compare",
6730                 "-Wextra",
6731                 "-Wno-unused-parameter",
6732                 "-Wno-missing-field-initializers",
6733                 "-Wno-strict-overflow",
6734                 "-Wc++11-narrowing",
6735                 "-Wimplicit-fallthrough",
6736                 "-Wthread-safety",
6737                 "-Winconsistent-missing-override",
6738                 "-Wundef",
6739                 "-Wunused-lambda-capture"
6740             ],
6741             "defines": [
6742                 "V8_DEPRECATION_WARNINGS",
6743                 "USE_NSS_CERTS=1",
6744                 "USE_X11=1",
6745                 "CHROMIUM_BUILD",
6746                 "_FILE_OFFSET_BITS=64",
6747                 "NDEBUG",
6748                 "NVALGRIND",
6749                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6750                 "WEBRTC_ENABLE_PROTOBUF=0",
6751                 "WEBRTC_RESTRICT_LOGGING",
6752                 "WEBRTC_MOZILLA_BUILD",
6753                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6754                 "WEBRTC_POSIX",
6755                 "WEBRTC_LINUX"
6756             ],
6757             "deps": [
6758                 "//:webrtc_common",
6759                 "//api:optional",
6760                 "//api/audio_codecs:audio_codecs_api",
6761                 "//common_audio:common_audio",
6762                 "//logging:rtc_event_log_api",
6763                 "//modules/audio_coding:audio_network_adaptor_config",
6764                 "//rtc_base:protobuf_utils",
6765                 "//rtc_base:rtc_base_approved",
6766                 "//system_wrappers:system_wrappers"
6767             ],
6768             "include_dirs": [
6769                 "//",
6770                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
6771                 "//common_audio/resampler/include/",
6772                 "//common_audio/signal_processing/include/",
6773                 "//common_audio/vad/include/"
6774             ],
6775             "libs": [
6776                 "rt"
6777             ],
6778             "sources": [
6779                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.cc",
6780                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_impl.h",
6781                 "//modules/audio_coding/audio_network_adaptor/bitrate_controller.cc",
6782                 "//modules/audio_coding/audio_network_adaptor/bitrate_controller.h",
6783                 "//modules/audio_coding/audio_network_adaptor/channel_controller.cc",
6784                 "//modules/audio_coding/audio_network_adaptor/channel_controller.h",
6785                 "//modules/audio_coding/audio_network_adaptor/controller.cc",
6786                 "//modules/audio_coding/audio_network_adaptor/controller.h",
6787                 "//modules/audio_coding/audio_network_adaptor/controller_manager.cc",
6788                 "//modules/audio_coding/audio_network_adaptor/controller_manager.h",
6789                 "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.cc",
6790                 "//modules/audio_coding/audio_network_adaptor/debug_dump_writer.h",
6791                 "//modules/audio_coding/audio_network_adaptor/dtx_controller.cc",
6792                 "//modules/audio_coding/audio_network_adaptor/dtx_controller.h",
6793                 "//modules/audio_coding/audio_network_adaptor/event_log_writer.cc",
6794                 "//modules/audio_coding/audio_network_adaptor/event_log_writer.h",
6795                 "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.cc",
6796                 "//modules/audio_coding/audio_network_adaptor/fec_controller_plr_based.h",
6797                 "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.cc",
6798                 "//modules/audio_coding/audio_network_adaptor/fec_controller_rplr_based.h",
6799                 "//modules/audio_coding/audio_network_adaptor/frame_length_controller.cc",
6800                 "//modules/audio_coding/audio_network_adaptor/frame_length_controller.h",
6801                 "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor.h",
6802                 "//modules/audio_coding/audio_network_adaptor/util/threshold_curve.h"
6803             ],
6804             "type": "static_library"
6805         },
6806         "//modules/audio_coding:audio_network_adaptor_config": {
6807             "cflags": [
6808                 "-fno-strict-aliasing",
6809                 "--param=ssp-buffer-size=4",
6810                 "-fstack-protector",
6811                 "-Wno-builtin-macro-redefined",
6812                 "-D__DATE__=",
6813                 "-D__TIME__=",
6814                 "-D__TIMESTAMP__=",
6815                 "-funwind-tables",
6816                 "-fPIC",
6817                 "-pipe",
6818                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6819                 "-fcolor-diagnostics",
6820                 "-m32",
6821                 "-msse2",
6822                 "-mfpmath=sse",
6823                 "-mmmx",
6824                 "-momit-leaf-frame-pointer",
6825                 "-pthread",
6826                 "-mstack-alignment=16",
6827                 "-mstackrealign",
6828                 "-Wall",
6829                 "-Werror",
6830                 "-Wextra",
6831                 "-Wno-missing-field-initializers",
6832                 "-Wno-unused-parameter",
6833                 "-Wno-c++11-narrowing",
6834                 "-Wno-covered-switch-default",
6835                 "-Wno-unneeded-internal-declaration",
6836                 "-Wno-inconsistent-missing-override",
6837                 "-Wno-deprecated-register",
6838                 "-Wno-undefined-var-template",
6839                 "-Wno-nonportable-include-path",
6840                 "-Wno-address-of-packed-member",
6841                 "-Wno-unused-lambda-capture",
6842                 "-Wno-user-defined-warnings",
6843                 "-O2",
6844                 "-fno-ident",
6845                 "-fdata-sections",
6846                 "-ffunction-sections",
6847                 "-fomit-frame-pointer",
6848                 "-g0",
6849                 "-fvisibility=hidden",
6850                 "-Xclang",
6851                 "-load",
6852                 "-Xclang",
6853                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
6854                 "-Xclang",
6855                 "-add-plugin",
6856                 "-Xclang",
6857                 "find-bad-constructs",
6858                 "-Xclang",
6859                 "-plugin-arg-find-bad-constructs",
6860                 "-Xclang",
6861                 "check-auto-raw-pointer",
6862                 "-Xclang",
6863                 "-plugin-arg-find-bad-constructs",
6864                 "-Xclang",
6865                 "check-ipc",
6866                 "-Wheader-hygiene",
6867                 "-Wstring-conversion",
6868                 "-Wtautological-overlap-compare",
6869                 "-Wextra",
6870                 "-Wno-unused-parameter",
6871                 "-Wno-missing-field-initializers",
6872                 "-Wno-strict-overflow",
6873                 "-Wc++11-narrowing",
6874                 "-Wimplicit-fallthrough",
6875                 "-Wthread-safety",
6876                 "-Winconsistent-missing-override",
6877                 "-Wundef",
6878                 "-Wunused-lambda-capture"
6879             ],
6880             "defines": [
6881                 "V8_DEPRECATION_WARNINGS",
6882                 "USE_NSS_CERTS=1",
6883                 "USE_X11=1",
6884                 "CHROMIUM_BUILD",
6885                 "_FILE_OFFSET_BITS=64",
6886                 "NDEBUG",
6887                 "NVALGRIND",
6888                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6889                 "WEBRTC_ENABLE_PROTOBUF=0",
6890                 "WEBRTC_RESTRICT_LOGGING",
6891                 "WEBRTC_MOZILLA_BUILD",
6892                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6893                 "WEBRTC_POSIX",
6894                 "WEBRTC_LINUX"
6895             ],
6896             "deps": [
6897                 "//api:optional"
6898             ],
6899             "include_dirs": [
6900                 "//",
6901                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
6902             ],
6903             "libs": [],
6904             "sources": [
6905                 "//modules/audio_coding/audio_network_adaptor/audio_network_adaptor_config.cc",
6906                 "//modules/audio_coding/audio_network_adaptor/include/audio_network_adaptor_config.h"
6907             ],
6908             "type": "static_library"
6909         },
6910         "//modules/audio_coding:cng": {
6911             "cflags": [
6912                 "-fno-strict-aliasing",
6913                 "--param=ssp-buffer-size=4",
6914                 "-fstack-protector",
6915                 "-Wno-builtin-macro-redefined",
6916                 "-D__DATE__=",
6917                 "-D__TIME__=",
6918                 "-D__TIMESTAMP__=",
6919                 "-funwind-tables",
6920                 "-fPIC",
6921                 "-pipe",
6922                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
6923                 "-fcolor-diagnostics",
6924                 "-m32",
6925                 "-msse2",
6926                 "-mfpmath=sse",
6927                 "-mmmx",
6928                 "-momit-leaf-frame-pointer",
6929                 "-pthread",
6930                 "-mstack-alignment=16",
6931                 "-mstackrealign",
6932                 "-Wall",
6933                 "-Werror",
6934                 "-Wextra",
6935                 "-Wno-missing-field-initializers",
6936                 "-Wno-unused-parameter",
6937                 "-Wno-c++11-narrowing",
6938                 "-Wno-covered-switch-default",
6939                 "-Wno-unneeded-internal-declaration",
6940                 "-Wno-inconsistent-missing-override",
6941                 "-Wno-deprecated-register",
6942                 "-Wno-undefined-var-template",
6943                 "-Wno-nonportable-include-path",
6944                 "-Wno-address-of-packed-member",
6945                 "-Wno-unused-lambda-capture",
6946                 "-Wno-user-defined-warnings",
6947                 "-O2",
6948                 "-fno-ident",
6949                 "-fdata-sections",
6950                 "-ffunction-sections",
6951                 "-fomit-frame-pointer",
6952                 "-g0",
6953                 "-fvisibility=hidden",
6954                 "-Xclang",
6955                 "-load",
6956                 "-Xclang",
6957                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
6958                 "-Xclang",
6959                 "-add-plugin",
6960                 "-Xclang",
6961                 "find-bad-constructs",
6962                 "-Xclang",
6963                 "-plugin-arg-find-bad-constructs",
6964                 "-Xclang",
6965                 "check-auto-raw-pointer",
6966                 "-Xclang",
6967                 "-plugin-arg-find-bad-constructs",
6968                 "-Xclang",
6969                 "check-ipc",
6970                 "-Wheader-hygiene",
6971                 "-Wstring-conversion",
6972                 "-Wtautological-overlap-compare",
6973                 "-Wextra",
6974                 "-Wno-unused-parameter",
6975                 "-Wno-missing-field-initializers",
6976                 "-Wno-strict-overflow",
6977                 "-Wc++11-narrowing",
6978                 "-Wimplicit-fallthrough",
6979                 "-Wthread-safety",
6980                 "-Winconsistent-missing-override",
6981                 "-Wundef",
6982                 "-Wunused-lambda-capture"
6983             ],
6984             "defines": [
6985                 "V8_DEPRECATION_WARNINGS",
6986                 "USE_NSS_CERTS=1",
6987                 "USE_X11=1",
6988                 "CHROMIUM_BUILD",
6989                 "_FILE_OFFSET_BITS=64",
6990                 "NDEBUG",
6991                 "NVALGRIND",
6992                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
6993                 "WEBRTC_ENABLE_PROTOBUF=0",
6994                 "WEBRTC_RESTRICT_LOGGING",
6995                 "WEBRTC_MOZILLA_BUILD",
6996                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
6997                 "WEBRTC_POSIX",
6998                 "WEBRTC_LINUX"
6999             ],
7000             "deps": [
7001                 "//:webrtc_common",
7002                 "//api:array_view",
7003                 "//api/audio_codecs:audio_codecs_api",
7004                 "//common_audio:common_audio",
7005                 "//rtc_base:rtc_base_approved"
7006             ],
7007             "include_dirs": [
7008                 "//",
7009                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
7010                 "//modules/audio_coding/codecs/cng/include/",
7011                 "//common_audio/resampler/include/",
7012                 "//common_audio/signal_processing/include/",
7013                 "//common_audio/vad/include/"
7014             ],
7015             "libs": [
7016                 "rt"
7017             ],
7018             "sources": [
7019                 "//modules/audio_coding/codecs/cng/audio_encoder_cng.cc",
7020                 "//modules/audio_coding/codecs/cng/audio_encoder_cng.h",
7021                 "//modules/audio_coding/codecs/cng/webrtc_cng.cc",
7022                 "//modules/audio_coding/codecs/cng/webrtc_cng.h"
7023             ],
7024             "type": "static_library"
7025         },
7026         "//modules/audio_coding:g711": {
7027             "cflags": [
7028                 "-fno-strict-aliasing",
7029                 "--param=ssp-buffer-size=4",
7030                 "-fstack-protector",
7031                 "-Wno-builtin-macro-redefined",
7032                 "-D__DATE__=",
7033                 "-D__TIME__=",
7034                 "-D__TIMESTAMP__=",
7035                 "-funwind-tables",
7036                 "-fPIC",
7037                 "-pipe",
7038                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7039                 "-fcolor-diagnostics",
7040                 "-m32",
7041                 "-msse2",
7042                 "-mfpmath=sse",
7043                 "-mmmx",
7044                 "-momit-leaf-frame-pointer",
7045                 "-pthread",
7046                 "-mstack-alignment=16",
7047                 "-mstackrealign",
7048                 "-Wall",
7049                 "-Werror",
7050                 "-Wextra",
7051                 "-Wno-missing-field-initializers",
7052                 "-Wno-unused-parameter",
7053                 "-Wno-c++11-narrowing",
7054                 "-Wno-covered-switch-default",
7055                 "-Wno-unneeded-internal-declaration",
7056                 "-Wno-inconsistent-missing-override",
7057                 "-Wno-deprecated-register",
7058                 "-Wno-undefined-var-template",
7059                 "-Wno-nonportable-include-path",
7060                 "-Wno-address-of-packed-member",
7061                 "-Wno-unused-lambda-capture",
7062                 "-Wno-user-defined-warnings",
7063                 "-O2",
7064                 "-fno-ident",
7065                 "-fdata-sections",
7066                 "-ffunction-sections",
7067                 "-fomit-frame-pointer",
7068                 "-g0",
7069                 "-fvisibility=hidden",
7070                 "-Xclang",
7071                 "-load",
7072                 "-Xclang",
7073                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7074                 "-Xclang",
7075                 "-add-plugin",
7076                 "-Xclang",
7077                 "find-bad-constructs",
7078                 "-Xclang",
7079                 "-plugin-arg-find-bad-constructs",
7080                 "-Xclang",
7081                 "check-auto-raw-pointer",
7082                 "-Xclang",
7083                 "-plugin-arg-find-bad-constructs",
7084                 "-Xclang",
7085                 "check-ipc",
7086                 "-Wheader-hygiene",
7087                 "-Wstring-conversion",
7088                 "-Wtautological-overlap-compare",
7089                 "-Wextra",
7090                 "-Wno-unused-parameter",
7091                 "-Wno-missing-field-initializers",
7092                 "-Wno-strict-overflow",
7093                 "-Wc++11-narrowing",
7094                 "-Wimplicit-fallthrough",
7095                 "-Wthread-safety",
7096                 "-Winconsistent-missing-override",
7097                 "-Wundef",
7098                 "-Wunused-lambda-capture"
7099             ],
7100             "defines": [
7101                 "V8_DEPRECATION_WARNINGS",
7102                 "USE_NSS_CERTS=1",
7103                 "USE_X11=1",
7104                 "CHROMIUM_BUILD",
7105                 "_FILE_OFFSET_BITS=64",
7106                 "NDEBUG",
7107                 "NVALGRIND",
7108                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7109                 "WEBRTC_ENABLE_PROTOBUF=0",
7110                 "WEBRTC_RESTRICT_LOGGING",
7111                 "WEBRTC_MOZILLA_BUILD",
7112                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7113                 "WEBRTC_POSIX",
7114                 "WEBRTC_LINUX"
7115             ],
7116             "deps": [
7117                 "//:webrtc_common",
7118                 "//api/audio_codecs:audio_codecs_api",
7119                 "//modules/audio_coding:g711_c",
7120                 "//modules/audio_coding:legacy_encoded_audio_frame",
7121                 "//rtc_base:rtc_base_approved"
7122             ],
7123             "include_dirs": [
7124                 "//",
7125                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
7126                 "//modules/audio_coding/codecs/g711/include/"
7127             ],
7128             "libs": [],
7129             "sources": [
7130                 "//modules/audio_coding/codecs/g711/audio_decoder_pcm.cc",
7131                 "//modules/audio_coding/codecs/g711/audio_decoder_pcm.h",
7132                 "//modules/audio_coding/codecs/g711/audio_encoder_pcm.cc",
7133                 "//modules/audio_coding/codecs/g711/audio_encoder_pcm.h"
7134             ],
7135             "type": "static_library"
7136         },
7137         "//modules/audio_coding:g711_c": {
7138             "cflags": [
7139                 "-fno-strict-aliasing",
7140                 "--param=ssp-buffer-size=4",
7141                 "-fstack-protector",
7142                 "-Wno-builtin-macro-redefined",
7143                 "-D__DATE__=",
7144                 "-D__TIME__=",
7145                 "-D__TIMESTAMP__=",
7146                 "-funwind-tables",
7147                 "-fPIC",
7148                 "-pipe",
7149                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7150                 "-fcolor-diagnostics",
7151                 "-m32",
7152                 "-msse2",
7153                 "-mfpmath=sse",
7154                 "-mmmx",
7155                 "-momit-leaf-frame-pointer",
7156                 "-pthread",
7157                 "-mstack-alignment=16",
7158                 "-mstackrealign",
7159                 "-Wall",
7160                 "-Werror",
7161                 "-Wextra",
7162                 "-Wno-missing-field-initializers",
7163                 "-Wno-unused-parameter",
7164                 "-Wno-c++11-narrowing",
7165                 "-Wno-covered-switch-default",
7166                 "-Wno-unneeded-internal-declaration",
7167                 "-Wno-inconsistent-missing-override",
7168                 "-Wno-deprecated-register",
7169                 "-Wno-undefined-var-template",
7170                 "-Wno-nonportable-include-path",
7171                 "-Wno-address-of-packed-member",
7172                 "-Wno-unused-lambda-capture",
7173                 "-Wno-user-defined-warnings",
7174                 "-O2",
7175                 "-fno-ident",
7176                 "-fdata-sections",
7177                 "-ffunction-sections",
7178                 "-fomit-frame-pointer",
7179                 "-g0",
7180                 "-fvisibility=hidden",
7181                 "-Xclang",
7182                 "-load",
7183                 "-Xclang",
7184                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7185                 "-Xclang",
7186                 "-add-plugin",
7187                 "-Xclang",
7188                 "find-bad-constructs",
7189                 "-Xclang",
7190                 "-plugin-arg-find-bad-constructs",
7191                 "-Xclang",
7192                 "check-auto-raw-pointer",
7193                 "-Xclang",
7194                 "-plugin-arg-find-bad-constructs",
7195                 "-Xclang",
7196                 "check-ipc",
7197                 "-Wheader-hygiene",
7198                 "-Wstring-conversion",
7199                 "-Wtautological-overlap-compare",
7200                 "-Wextra",
7201                 "-Wno-unused-parameter",
7202                 "-Wno-missing-field-initializers",
7203                 "-Wno-strict-overflow",
7204                 "-Wc++11-narrowing",
7205                 "-Wimplicit-fallthrough",
7206                 "-Wthread-safety",
7207                 "-Winconsistent-missing-override",
7208                 "-Wundef",
7209                 "-Wunused-lambda-capture"
7210             ],
7211             "defines": [
7212                 "V8_DEPRECATION_WARNINGS",
7213                 "USE_NSS_CERTS=1",
7214                 "USE_X11=1",
7215                 "CHROMIUM_BUILD",
7216                 "_FILE_OFFSET_BITS=64",
7217                 "NDEBUG",
7218                 "NVALGRIND",
7219                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7220                 "WEBRTC_ENABLE_PROTOBUF=0",
7221                 "WEBRTC_RESTRICT_LOGGING",
7222                 "WEBRTC_MOZILLA_BUILD",
7223                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7224                 "WEBRTC_POSIX",
7225                 "WEBRTC_LINUX"
7226             ],
7227             "deps": [
7228                 "//:webrtc_common"
7229             ],
7230             "include_dirs": [
7231                 "//",
7232                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
7233             ],
7234             "libs": [],
7235             "sources": [
7236                 "//modules/audio_coding/codecs/g711/g711.c",
7237                 "//modules/audio_coding/codecs/g711/g711.h",
7238                 "//modules/audio_coding/codecs/g711/g711_interface.c",
7239                 "//modules/audio_coding/codecs/g711/g711_interface.h"
7240             ],
7241             "type": "source_set"
7242         },
7243         "//modules/audio_coding:g722": {
7244             "cflags": [
7245                 "-fno-strict-aliasing",
7246                 "--param=ssp-buffer-size=4",
7247                 "-fstack-protector",
7248                 "-Wno-builtin-macro-redefined",
7249                 "-D__DATE__=",
7250                 "-D__TIME__=",
7251                 "-D__TIMESTAMP__=",
7252                 "-funwind-tables",
7253                 "-fPIC",
7254                 "-pipe",
7255                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7256                 "-fcolor-diagnostics",
7257                 "-m32",
7258                 "-msse2",
7259                 "-mfpmath=sse",
7260                 "-mmmx",
7261                 "-momit-leaf-frame-pointer",
7262                 "-pthread",
7263                 "-mstack-alignment=16",
7264                 "-mstackrealign",
7265                 "-Wall",
7266                 "-Werror",
7267                 "-Wextra",
7268                 "-Wno-missing-field-initializers",
7269                 "-Wno-unused-parameter",
7270                 "-Wno-c++11-narrowing",
7271                 "-Wno-covered-switch-default",
7272                 "-Wno-unneeded-internal-declaration",
7273                 "-Wno-inconsistent-missing-override",
7274                 "-Wno-deprecated-register",
7275                 "-Wno-undefined-var-template",
7276                 "-Wno-nonportable-include-path",
7277                 "-Wno-address-of-packed-member",
7278                 "-Wno-unused-lambda-capture",
7279                 "-Wno-user-defined-warnings",
7280                 "-O2",
7281                 "-fno-ident",
7282                 "-fdata-sections",
7283                 "-ffunction-sections",
7284                 "-fomit-frame-pointer",
7285                 "-g0",
7286                 "-fvisibility=hidden",
7287                 "-Xclang",
7288                 "-load",
7289                 "-Xclang",
7290                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7291                 "-Xclang",
7292                 "-add-plugin",
7293                 "-Xclang",
7294                 "find-bad-constructs",
7295                 "-Xclang",
7296                 "-plugin-arg-find-bad-constructs",
7297                 "-Xclang",
7298                 "check-auto-raw-pointer",
7299                 "-Xclang",
7300                 "-plugin-arg-find-bad-constructs",
7301                 "-Xclang",
7302                 "check-ipc",
7303                 "-Wheader-hygiene",
7304                 "-Wstring-conversion",
7305                 "-Wtautological-overlap-compare",
7306                 "-Wextra",
7307                 "-Wno-unused-parameter",
7308                 "-Wno-missing-field-initializers",
7309                 "-Wno-strict-overflow",
7310                 "-Wc++11-narrowing",
7311                 "-Wimplicit-fallthrough",
7312                 "-Wthread-safety",
7313                 "-Winconsistent-missing-override",
7314                 "-Wundef",
7315                 "-Wunused-lambda-capture"
7316             ],
7317             "defines": [
7318                 "V8_DEPRECATION_WARNINGS",
7319                 "USE_NSS_CERTS=1",
7320                 "USE_X11=1",
7321                 "CHROMIUM_BUILD",
7322                 "_FILE_OFFSET_BITS=64",
7323                 "NDEBUG",
7324                 "NVALGRIND",
7325                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7326                 "WEBRTC_ENABLE_PROTOBUF=0",
7327                 "WEBRTC_RESTRICT_LOGGING",
7328                 "WEBRTC_MOZILLA_BUILD",
7329                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7330                 "WEBRTC_POSIX",
7331                 "WEBRTC_LINUX"
7332             ],
7333             "deps": [
7334                 "//:webrtc_common",
7335                 "//api/audio_codecs:audio_codecs_api",
7336                 "//api/audio_codecs/g722:audio_encoder_g722_config",
7337                 "//modules/audio_coding:g722_c",
7338                 "//modules/audio_coding:legacy_encoded_audio_frame",
7339                 "//rtc_base:rtc_base_approved"
7340             ],
7341             "include_dirs": [
7342                 "//",
7343                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
7344                 "//modules/audio_coding/codecs/g722/include/"
7345             ],
7346             "libs": [],
7347             "sources": [
7348                 "//modules/audio_coding/codecs/g722/audio_decoder_g722.cc",
7349                 "//modules/audio_coding/codecs/g722/audio_decoder_g722.h",
7350                 "//modules/audio_coding/codecs/g722/audio_encoder_g722.cc",
7351                 "//modules/audio_coding/codecs/g722/audio_encoder_g722.h"
7352             ],
7353             "type": "static_library"
7354         },
7355         "//modules/audio_coding:g722_c": {
7356             "cflags": [
7357                 "-fno-strict-aliasing",
7358                 "--param=ssp-buffer-size=4",
7359                 "-fstack-protector",
7360                 "-Wno-builtin-macro-redefined",
7361                 "-D__DATE__=",
7362                 "-D__TIME__=",
7363                 "-D__TIMESTAMP__=",
7364                 "-funwind-tables",
7365                 "-fPIC",
7366                 "-pipe",
7367                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7368                 "-fcolor-diagnostics",
7369                 "-m32",
7370                 "-msse2",
7371                 "-mfpmath=sse",
7372                 "-mmmx",
7373                 "-momit-leaf-frame-pointer",
7374                 "-pthread",
7375                 "-mstack-alignment=16",
7376                 "-mstackrealign",
7377                 "-Wall",
7378                 "-Werror",
7379                 "-Wextra",
7380                 "-Wno-missing-field-initializers",
7381                 "-Wno-unused-parameter",
7382                 "-Wno-c++11-narrowing",
7383                 "-Wno-covered-switch-default",
7384                 "-Wno-unneeded-internal-declaration",
7385                 "-Wno-inconsistent-missing-override",
7386                 "-Wno-deprecated-register",
7387                 "-Wno-undefined-var-template",
7388                 "-Wno-nonportable-include-path",
7389                 "-Wno-address-of-packed-member",
7390                 "-Wno-unused-lambda-capture",
7391                 "-Wno-user-defined-warnings",
7392                 "-O2",
7393                 "-fno-ident",
7394                 "-fdata-sections",
7395                 "-ffunction-sections",
7396                 "-fomit-frame-pointer",
7397                 "-g0",
7398                 "-fvisibility=hidden",
7399                 "-Xclang",
7400                 "-load",
7401                 "-Xclang",
7402                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7403                 "-Xclang",
7404                 "-add-plugin",
7405                 "-Xclang",
7406                 "find-bad-constructs",
7407                 "-Xclang",
7408                 "-plugin-arg-find-bad-constructs",
7409                 "-Xclang",
7410                 "check-auto-raw-pointer",
7411                 "-Xclang",
7412                 "-plugin-arg-find-bad-constructs",
7413                 "-Xclang",
7414                 "check-ipc",
7415                 "-Wheader-hygiene",
7416                 "-Wstring-conversion",
7417                 "-Wtautological-overlap-compare",
7418                 "-Wextra",
7419                 "-Wno-unused-parameter",
7420                 "-Wno-missing-field-initializers",
7421                 "-Wno-strict-overflow",
7422                 "-Wc++11-narrowing",
7423                 "-Wimplicit-fallthrough",
7424                 "-Wthread-safety",
7425                 "-Winconsistent-missing-override",
7426                 "-Wundef",
7427                 "-Wunused-lambda-capture"
7428             ],
7429             "defines": [
7430                 "V8_DEPRECATION_WARNINGS",
7431                 "USE_NSS_CERTS=1",
7432                 "USE_X11=1",
7433                 "CHROMIUM_BUILD",
7434                 "_FILE_OFFSET_BITS=64",
7435                 "NDEBUG",
7436                 "NVALGRIND",
7437                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7438                 "WEBRTC_ENABLE_PROTOBUF=0",
7439                 "WEBRTC_RESTRICT_LOGGING",
7440                 "WEBRTC_MOZILLA_BUILD",
7441                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7442                 "WEBRTC_POSIX",
7443                 "WEBRTC_LINUX"
7444             ],
7445             "deps": [
7446                 "//:webrtc_common"
7447             ],
7448             "include_dirs": [
7449                 "//",
7450                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
7451             ],
7452             "libs": [],
7453             "sources": [
7454                 "//modules/audio_coding/codecs/g722/g722_decode.c",
7455                 "//modules/audio_coding/codecs/g722/g722_enc_dec.h",
7456                 "//modules/audio_coding/codecs/g722/g722_encode.c",
7457                 "//modules/audio_coding/codecs/g722/g722_interface.c",
7458                 "//modules/audio_coding/codecs/g722/g722_interface.h"
7459             ],
7460             "type": "source_set"
7461         },
7462         "//modules/audio_coding:ilbc": {
7463             "cflags": [
7464                 "-fno-strict-aliasing",
7465                 "--param=ssp-buffer-size=4",
7466                 "-fstack-protector",
7467                 "-Wno-builtin-macro-redefined",
7468                 "-D__DATE__=",
7469                 "-D__TIME__=",
7470                 "-D__TIMESTAMP__=",
7471                 "-funwind-tables",
7472                 "-fPIC",
7473                 "-pipe",
7474                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7475                 "-fcolor-diagnostics",
7476                 "-m32",
7477                 "-msse2",
7478                 "-mfpmath=sse",
7479                 "-mmmx",
7480                 "-momit-leaf-frame-pointer",
7481                 "-pthread",
7482                 "-mstack-alignment=16",
7483                 "-mstackrealign",
7484                 "-Wall",
7485                 "-Werror",
7486                 "-Wextra",
7487                 "-Wno-missing-field-initializers",
7488                 "-Wno-unused-parameter",
7489                 "-Wno-c++11-narrowing",
7490                 "-Wno-covered-switch-default",
7491                 "-Wno-unneeded-internal-declaration",
7492                 "-Wno-inconsistent-missing-override",
7493                 "-Wno-deprecated-register",
7494                 "-Wno-undefined-var-template",
7495                 "-Wno-nonportable-include-path",
7496                 "-Wno-address-of-packed-member",
7497                 "-Wno-unused-lambda-capture",
7498                 "-Wno-user-defined-warnings",
7499                 "-O2",
7500                 "-fno-ident",
7501                 "-fdata-sections",
7502                 "-ffunction-sections",
7503                 "-fomit-frame-pointer",
7504                 "-g0",
7505                 "-fvisibility=hidden",
7506                 "-Xclang",
7507                 "-load",
7508                 "-Xclang",
7509                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7510                 "-Xclang",
7511                 "-add-plugin",
7512                 "-Xclang",
7513                 "find-bad-constructs",
7514                 "-Xclang",
7515                 "-plugin-arg-find-bad-constructs",
7516                 "-Xclang",
7517                 "check-auto-raw-pointer",
7518                 "-Xclang",
7519                 "-plugin-arg-find-bad-constructs",
7520                 "-Xclang",
7521                 "check-ipc",
7522                 "-Wheader-hygiene",
7523                 "-Wstring-conversion",
7524                 "-Wtautological-overlap-compare",
7525                 "-Wextra",
7526                 "-Wno-unused-parameter",
7527                 "-Wno-missing-field-initializers",
7528                 "-Wno-strict-overflow",
7529                 "-Wc++11-narrowing",
7530                 "-Wimplicit-fallthrough",
7531                 "-Wthread-safety",
7532                 "-Winconsistent-missing-override",
7533                 "-Wundef",
7534                 "-Wunused-lambda-capture"
7535             ],
7536             "defines": [
7537                 "V8_DEPRECATION_WARNINGS",
7538                 "USE_NSS_CERTS=1",
7539                 "USE_X11=1",
7540                 "CHROMIUM_BUILD",
7541                 "_FILE_OFFSET_BITS=64",
7542                 "NDEBUG",
7543                 "NVALGRIND",
7544                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7545                 "WEBRTC_ENABLE_PROTOBUF=0",
7546                 "WEBRTC_RESTRICT_LOGGING",
7547                 "WEBRTC_MOZILLA_BUILD",
7548                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7549                 "WEBRTC_POSIX",
7550                 "WEBRTC_LINUX"
7551             ],
7552             "deps": [
7553                 "//:webrtc_common",
7554                 "//api/audio_codecs:audio_codecs_api",
7555                 "//api/audio_codecs/ilbc:audio_encoder_ilbc_config",
7556                 "//common_audio:common_audio",
7557                 "//modules/audio_coding:ilbc_c",
7558                 "//modules/audio_coding:legacy_encoded_audio_frame",
7559                 "//rtc_base:rtc_base_approved"
7560             ],
7561             "include_dirs": [
7562                 "//",
7563                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
7564                 "//modules/audio_coding/codecs/ilbc/include/",
7565                 "//common_audio/resampler/include/",
7566                 "//common_audio/signal_processing/include/",
7567                 "//common_audio/vad/include/"
7568             ],
7569             "libs": [
7570                 "rt"
7571             ],
7572             "sources": [
7573                 "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.cc",
7574                 "//modules/audio_coding/codecs/ilbc/audio_decoder_ilbc.h",
7575                 "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc",
7576                 "//modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h"
7577             ],
7578             "type": "static_library"
7579         },
7580         "//modules/audio_coding:ilbc_c": {
7581             "cflags": [
7582                 "-fno-strict-aliasing",
7583                 "--param=ssp-buffer-size=4",
7584                 "-fstack-protector",
7585                 "-Wno-builtin-macro-redefined",
7586                 "-D__DATE__=",
7587                 "-D__TIME__=",
7588                 "-D__TIMESTAMP__=",
7589                 "-funwind-tables",
7590                 "-fPIC",
7591                 "-pipe",
7592                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7593                 "-fcolor-diagnostics",
7594                 "-m32",
7595                 "-msse2",
7596                 "-mfpmath=sse",
7597                 "-mmmx",
7598                 "-momit-leaf-frame-pointer",
7599                 "-pthread",
7600                 "-mstack-alignment=16",
7601                 "-mstackrealign",
7602                 "-Wall",
7603                 "-Werror",
7604                 "-Wextra",
7605                 "-Wno-missing-field-initializers",
7606                 "-Wno-unused-parameter",
7607                 "-Wno-c++11-narrowing",
7608                 "-Wno-covered-switch-default",
7609                 "-Wno-unneeded-internal-declaration",
7610                 "-Wno-inconsistent-missing-override",
7611                 "-Wno-deprecated-register",
7612                 "-Wno-undefined-var-template",
7613                 "-Wno-nonportable-include-path",
7614                 "-Wno-address-of-packed-member",
7615                 "-Wno-unused-lambda-capture",
7616                 "-Wno-user-defined-warnings",
7617                 "-O2",
7618                 "-fno-ident",
7619                 "-fdata-sections",
7620                 "-ffunction-sections",
7621                 "-fomit-frame-pointer",
7622                 "-g0",
7623                 "-fvisibility=hidden",
7624                 "-Xclang",
7625                 "-load",
7626                 "-Xclang",
7627                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7628                 "-Xclang",
7629                 "-add-plugin",
7630                 "-Xclang",
7631                 "find-bad-constructs",
7632                 "-Xclang",
7633                 "-plugin-arg-find-bad-constructs",
7634                 "-Xclang",
7635                 "check-auto-raw-pointer",
7636                 "-Xclang",
7637                 "-plugin-arg-find-bad-constructs",
7638                 "-Xclang",
7639                 "check-ipc",
7640                 "-Wheader-hygiene",
7641                 "-Wstring-conversion",
7642                 "-Wtautological-overlap-compare",
7643                 "-Wextra",
7644                 "-Wno-unused-parameter",
7645                 "-Wno-missing-field-initializers",
7646                 "-Wno-strict-overflow",
7647                 "-Wc++11-narrowing",
7648                 "-Wimplicit-fallthrough",
7649                 "-Wthread-safety",
7650                 "-Winconsistent-missing-override",
7651                 "-Wundef",
7652                 "-Wunused-lambda-capture"
7653             ],
7654             "defines": [
7655                 "V8_DEPRECATION_WARNINGS",
7656                 "USE_NSS_CERTS=1",
7657                 "USE_X11=1",
7658                 "CHROMIUM_BUILD",
7659                 "_FILE_OFFSET_BITS=64",
7660                 "NDEBUG",
7661                 "NVALGRIND",
7662                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7663                 "WEBRTC_ENABLE_PROTOBUF=0",
7664                 "WEBRTC_RESTRICT_LOGGING",
7665                 "WEBRTC_MOZILLA_BUILD",
7666                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7667                 "WEBRTC_POSIX",
7668                 "WEBRTC_LINUX"
7669             ],
7670             "deps": [
7671                 "//:webrtc_common",
7672                 "//api/audio_codecs:audio_codecs_api",
7673                 "//common_audio:common_audio",
7674                 "//rtc_base:rtc_base_approved"
7675             ],
7676             "include_dirs": [
7677                 "//",
7678                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
7679                 "//modules/audio_coding/codecs/ilbc/include/",
7680                 "//common_audio/resampler/include/",
7681                 "//common_audio/signal_processing/include/",
7682                 "//common_audio/vad/include/"
7683             ],
7684             "libs": [
7685                 "rt"
7686             ],
7687             "sources": [
7688                 "//modules/audio_coding/codecs/ilbc/abs_quant.c",
7689                 "//modules/audio_coding/codecs/ilbc/abs_quant.h",
7690                 "//modules/audio_coding/codecs/ilbc/abs_quant_loop.c",
7691                 "//modules/audio_coding/codecs/ilbc/abs_quant_loop.h",
7692                 "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.c",
7693                 "//modules/audio_coding/codecs/ilbc/augmented_cb_corr.h",
7694                 "//modules/audio_coding/codecs/ilbc/bw_expand.c",
7695                 "//modules/audio_coding/codecs/ilbc/bw_expand.h",
7696                 "//modules/audio_coding/codecs/ilbc/cb_construct.c",
7697                 "//modules/audio_coding/codecs/ilbc/cb_construct.h",
7698                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy.c",
7699                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy.h",
7700                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.c",
7701                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_augmentation.h",
7702                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.c",
7703                 "//modules/audio_coding/codecs/ilbc/cb_mem_energy_calc.h",
7704                 "//modules/audio_coding/codecs/ilbc/cb_search.c",
7705                 "//modules/audio_coding/codecs/ilbc/cb_search.h",
7706                 "//modules/audio_coding/codecs/ilbc/cb_search_core.c",
7707                 "//modules/audio_coding/codecs/ilbc/cb_search_core.h",
7708                 "//modules/audio_coding/codecs/ilbc/cb_update_best_index.c",
7709                 "//modules/audio_coding/codecs/ilbc/cb_update_best_index.h",
7710                 "//modules/audio_coding/codecs/ilbc/chebyshev.c",
7711                 "//modules/audio_coding/codecs/ilbc/chebyshev.h",
7712                 "//modules/audio_coding/codecs/ilbc/comp_corr.c",
7713                 "//modules/audio_coding/codecs/ilbc/comp_corr.h",
7714                 "//modules/audio_coding/codecs/ilbc/constants.c",
7715                 "//modules/audio_coding/codecs/ilbc/constants.h",
7716                 "//modules/audio_coding/codecs/ilbc/create_augmented_vec.c",
7717                 "//modules/audio_coding/codecs/ilbc/create_augmented_vec.h",
7718                 "//modules/audio_coding/codecs/ilbc/decode.c",
7719                 "//modules/audio_coding/codecs/ilbc/decode.h",
7720                 "//modules/audio_coding/codecs/ilbc/decode_residual.c",
7721                 "//modules/audio_coding/codecs/ilbc/decode_residual.h",
7722                 "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.c",
7723                 "//modules/audio_coding/codecs/ilbc/decoder_interpolate_lsf.h",
7724                 "//modules/audio_coding/codecs/ilbc/defines.h",
7725                 "//modules/audio_coding/codecs/ilbc/do_plc.c",
7726                 "//modules/audio_coding/codecs/ilbc/do_plc.h",
7727                 "//modules/audio_coding/codecs/ilbc/encode.c",
7728                 "//modules/audio_coding/codecs/ilbc/encode.h",
7729                 "//modules/audio_coding/codecs/ilbc/energy_inverse.c",
7730                 "//modules/audio_coding/codecs/ilbc/energy_inverse.h",
7731                 "//modules/audio_coding/codecs/ilbc/enh_upsample.c",
7732                 "//modules/audio_coding/codecs/ilbc/enh_upsample.h",
7733                 "//modules/audio_coding/codecs/ilbc/enhancer.c",
7734                 "//modules/audio_coding/codecs/ilbc/enhancer.h",
7735                 "//modules/audio_coding/codecs/ilbc/enhancer_interface.c",
7736                 "//modules/audio_coding/codecs/ilbc/enhancer_interface.h",
7737                 "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.c",
7738                 "//modules/audio_coding/codecs/ilbc/filtered_cb_vecs.h",
7739                 "//modules/audio_coding/codecs/ilbc/frame_classify.c",
7740                 "//modules/audio_coding/codecs/ilbc/frame_classify.h",
7741                 "//modules/audio_coding/codecs/ilbc/gain_dequant.c",
7742                 "//modules/audio_coding/codecs/ilbc/gain_dequant.h",
7743                 "//modules/audio_coding/codecs/ilbc/gain_quant.c",
7744                 "//modules/audio_coding/codecs/ilbc/gain_quant.h",
7745                 "//modules/audio_coding/codecs/ilbc/get_cd_vec.c",
7746                 "//modules/audio_coding/codecs/ilbc/get_cd_vec.h",
7747                 "//modules/audio_coding/codecs/ilbc/get_lsp_poly.c",
7748                 "//modules/audio_coding/codecs/ilbc/get_lsp_poly.h",
7749                 "//modules/audio_coding/codecs/ilbc/get_sync_seq.c",
7750                 "//modules/audio_coding/codecs/ilbc/get_sync_seq.h",
7751                 "//modules/audio_coding/codecs/ilbc/hp_input.c",
7752                 "//modules/audio_coding/codecs/ilbc/hp_input.h",
7753                 "//modules/audio_coding/codecs/ilbc/hp_output.c",
7754                 "//modules/audio_coding/codecs/ilbc/hp_output.h",
7755                 "//modules/audio_coding/codecs/ilbc/ilbc.c",
7756                 "//modules/audio_coding/codecs/ilbc/ilbc.h",
7757                 "//modules/audio_coding/codecs/ilbc/index_conv_dec.c",
7758                 "//modules/audio_coding/codecs/ilbc/index_conv_dec.h",
7759                 "//modules/audio_coding/codecs/ilbc/index_conv_enc.c",
7760                 "//modules/audio_coding/codecs/ilbc/index_conv_enc.h",
7761                 "//modules/audio_coding/codecs/ilbc/init_decode.c",
7762                 "//modules/audio_coding/codecs/ilbc/init_decode.h",
7763                 "//modules/audio_coding/codecs/ilbc/init_encode.c",
7764                 "//modules/audio_coding/codecs/ilbc/init_encode.h",
7765                 "//modules/audio_coding/codecs/ilbc/interpolate.c",
7766                 "//modules/audio_coding/codecs/ilbc/interpolate.h",
7767                 "//modules/audio_coding/codecs/ilbc/interpolate_samples.c",
7768                 "//modules/audio_coding/codecs/ilbc/interpolate_samples.h",
7769                 "//modules/audio_coding/codecs/ilbc/lpc_encode.c",
7770                 "//modules/audio_coding/codecs/ilbc/lpc_encode.h",
7771                 "//modules/audio_coding/codecs/ilbc/lsf_check.c",
7772                 "//modules/audio_coding/codecs/ilbc/lsf_check.h",
7773                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.c",
7774                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_dec.h",
7775                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.c",
7776                 "//modules/audio_coding/codecs/ilbc/lsf_interpolate_to_poly_enc.h",
7777                 "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.c",
7778                 "//modules/audio_coding/codecs/ilbc/lsf_to_lsp.h",
7779                 "//modules/audio_coding/codecs/ilbc/lsf_to_poly.c",
7780                 "//modules/audio_coding/codecs/ilbc/lsf_to_poly.h",
7781                 "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.c",
7782                 "//modules/audio_coding/codecs/ilbc/lsp_to_lsf.h",
7783                 "//modules/audio_coding/codecs/ilbc/my_corr.c",
7784                 "//modules/audio_coding/codecs/ilbc/my_corr.h",
7785                 "//modules/audio_coding/codecs/ilbc/nearest_neighbor.c",
7786                 "//modules/audio_coding/codecs/ilbc/nearest_neighbor.h",
7787                 "//modules/audio_coding/codecs/ilbc/pack_bits.c",
7788                 "//modules/audio_coding/codecs/ilbc/pack_bits.h",
7789                 "//modules/audio_coding/codecs/ilbc/poly_to_lsf.c",
7790                 "//modules/audio_coding/codecs/ilbc/poly_to_lsf.h",
7791                 "//modules/audio_coding/codecs/ilbc/poly_to_lsp.c",
7792                 "//modules/audio_coding/codecs/ilbc/poly_to_lsp.h",
7793                 "//modules/audio_coding/codecs/ilbc/refiner.c",
7794                 "//modules/audio_coding/codecs/ilbc/refiner.h",
7795                 "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.c",
7796                 "//modules/audio_coding/codecs/ilbc/simple_interpolate_lsf.h",
7797                 "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.c",
7798                 "//modules/audio_coding/codecs/ilbc/simple_lpc_analysis.h",
7799                 "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.c",
7800                 "//modules/audio_coding/codecs/ilbc/simple_lsf_dequant.h",
7801                 "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.c",
7802                 "//modules/audio_coding/codecs/ilbc/simple_lsf_quant.h",
7803                 "//modules/audio_coding/codecs/ilbc/smooth.c",
7804                 "//modules/audio_coding/codecs/ilbc/smooth.h",
7805                 "//modules/audio_coding/codecs/ilbc/smooth_out_data.c",
7806                 "//modules/audio_coding/codecs/ilbc/smooth_out_data.h",
7807                 "//modules/audio_coding/codecs/ilbc/sort_sq.c",
7808                 "//modules/audio_coding/codecs/ilbc/sort_sq.h",
7809                 "//modules/audio_coding/codecs/ilbc/split_vq.c",
7810                 "//modules/audio_coding/codecs/ilbc/split_vq.h",
7811                 "//modules/audio_coding/codecs/ilbc/state_construct.c",
7812                 "//modules/audio_coding/codecs/ilbc/state_construct.h",
7813                 "//modules/audio_coding/codecs/ilbc/state_search.c",
7814                 "//modules/audio_coding/codecs/ilbc/state_search.h",
7815                 "//modules/audio_coding/codecs/ilbc/swap_bytes.c",
7816                 "//modules/audio_coding/codecs/ilbc/swap_bytes.h",
7817                 "//modules/audio_coding/codecs/ilbc/unpack_bits.c",
7818                 "//modules/audio_coding/codecs/ilbc/unpack_bits.h",
7819                 "//modules/audio_coding/codecs/ilbc/vq3.c",
7820                 "//modules/audio_coding/codecs/ilbc/vq3.h",
7821                 "//modules/audio_coding/codecs/ilbc/vq4.c",
7822                 "//modules/audio_coding/codecs/ilbc/vq4.h",
7823                 "//modules/audio_coding/codecs/ilbc/window32_w32.c",
7824                 "//modules/audio_coding/codecs/ilbc/window32_w32.h",
7825                 "//modules/audio_coding/codecs/ilbc/xcorr_coef.c",
7826                 "//modules/audio_coding/codecs/ilbc/xcorr_coef.h"
7827             ],
7828             "type": "source_set"
7829         },
7830         "//modules/audio_coding:isac": {
7831             "cflags": [
7832                 "-fno-strict-aliasing",
7833                 "--param=ssp-buffer-size=4",
7834                 "-fstack-protector",
7835                 "-Wno-builtin-macro-redefined",
7836                 "-D__DATE__=",
7837                 "-D__TIME__=",
7838                 "-D__TIMESTAMP__=",
7839                 "-funwind-tables",
7840                 "-fPIC",
7841                 "-pipe",
7842                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7843                 "-fcolor-diagnostics",
7844                 "-m32",
7845                 "-msse2",
7846                 "-mfpmath=sse",
7847                 "-mmmx",
7848                 "-momit-leaf-frame-pointer",
7849                 "-pthread",
7850                 "-mstack-alignment=16",
7851                 "-mstackrealign",
7852                 "-Wall",
7853                 "-Werror",
7854                 "-Wextra",
7855                 "-Wno-missing-field-initializers",
7856                 "-Wno-unused-parameter",
7857                 "-Wno-c++11-narrowing",
7858                 "-Wno-covered-switch-default",
7859                 "-Wno-unneeded-internal-declaration",
7860                 "-Wno-inconsistent-missing-override",
7861                 "-Wno-deprecated-register",
7862                 "-Wno-undefined-var-template",
7863                 "-Wno-nonportable-include-path",
7864                 "-Wno-address-of-packed-member",
7865                 "-Wno-unused-lambda-capture",
7866                 "-Wno-user-defined-warnings",
7867                 "-O2",
7868                 "-fno-ident",
7869                 "-fdata-sections",
7870                 "-ffunction-sections",
7871                 "-fomit-frame-pointer",
7872                 "-g0",
7873                 "-fvisibility=hidden",
7874                 "-Xclang",
7875                 "-load",
7876                 "-Xclang",
7877                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7878                 "-Xclang",
7879                 "-add-plugin",
7880                 "-Xclang",
7881                 "find-bad-constructs",
7882                 "-Xclang",
7883                 "-plugin-arg-find-bad-constructs",
7884                 "-Xclang",
7885                 "check-auto-raw-pointer",
7886                 "-Xclang",
7887                 "-plugin-arg-find-bad-constructs",
7888                 "-Xclang",
7889                 "check-ipc",
7890                 "-Wheader-hygiene",
7891                 "-Wstring-conversion",
7892                 "-Wtautological-overlap-compare",
7893                 "-Wextra",
7894                 "-Wno-unused-parameter",
7895                 "-Wno-missing-field-initializers",
7896                 "-Wno-strict-overflow",
7897                 "-Wc++11-narrowing",
7898                 "-Wimplicit-fallthrough",
7899                 "-Wthread-safety",
7900                 "-Winconsistent-missing-override",
7901                 "-Wundef",
7902                 "-Wunused-lambda-capture"
7903             ],
7904             "defines": [
7905                 "V8_DEPRECATION_WARNINGS",
7906                 "USE_NSS_CERTS=1",
7907                 "USE_X11=1",
7908                 "CHROMIUM_BUILD",
7909                 "_FILE_OFFSET_BITS=64",
7910                 "NDEBUG",
7911                 "NVALGRIND",
7912                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
7913                 "WEBRTC_ENABLE_PROTOBUF=0",
7914                 "WEBRTC_RESTRICT_LOGGING",
7915                 "WEBRTC_MOZILLA_BUILD",
7916                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
7917                 "WEBRTC_POSIX",
7918                 "WEBRTC_LINUX"
7919             ],
7920             "deps": [
7921                 "//api/audio_codecs:audio_codecs_api",
7922                 "//modules/audio_coding:isac_c",
7923                 "//modules/audio_coding:isac_common"
7924             ],
7925             "include_dirs": [
7926                 "//",
7927                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
7928                 "//modules/audio_coding/codecs/isac/main/include/"
7929             ],
7930             "libs": [
7931                 "m",
7932                 "rt"
7933             ],
7934             "sources": [
7935                 "//modules/audio_coding/codecs/isac/main/include/audio_decoder_isac.h",
7936                 "//modules/audio_coding/codecs/isac/main/include/audio_encoder_isac.h",
7937                 "//modules/audio_coding/codecs/isac/main/source/audio_decoder_isac.cc",
7938                 "//modules/audio_coding/codecs/isac/main/source/audio_encoder_isac.cc"
7939             ],
7940             "type": "static_library"
7941         },
7942         "//modules/audio_coding:isac_c": {
7943             "cflags": [
7944                 "-fno-strict-aliasing",
7945                 "--param=ssp-buffer-size=4",
7946                 "-fstack-protector",
7947                 "-Wno-builtin-macro-redefined",
7948                 "-D__DATE__=",
7949                 "-D__TIME__=",
7950                 "-D__TIMESTAMP__=",
7951                 "-funwind-tables",
7952                 "-fPIC",
7953                 "-pipe",
7954                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
7955                 "-fcolor-diagnostics",
7956                 "-m32",
7957                 "-msse2",
7958                 "-mfpmath=sse",
7959                 "-mmmx",
7960                 "-momit-leaf-frame-pointer",
7961                 "-pthread",
7962                 "-mstack-alignment=16",
7963                 "-mstackrealign",
7964                 "-Wall",
7965                 "-Werror",
7966                 "-Wextra",
7967                 "-Wno-missing-field-initializers",
7968                 "-Wno-unused-parameter",
7969                 "-Wno-c++11-narrowing",
7970                 "-Wno-covered-switch-default",
7971                 "-Wno-unneeded-internal-declaration",
7972                 "-Wno-inconsistent-missing-override",
7973                 "-Wno-deprecated-register",
7974                 "-Wno-undefined-var-template",
7975                 "-Wno-nonportable-include-path",
7976                 "-Wno-address-of-packed-member",
7977                 "-Wno-unused-lambda-capture",
7978                 "-Wno-user-defined-warnings",
7979                 "-O2",
7980                 "-fno-ident",
7981                 "-fdata-sections",
7982                 "-ffunction-sections",
7983                 "-fomit-frame-pointer",
7984                 "-g0",
7985                 "-fvisibility=hidden",
7986                 "-Xclang",
7987                 "-load",
7988                 "-Xclang",
7989                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
7990                 "-Xclang",
7991                 "-add-plugin",
7992                 "-Xclang",
7993                 "find-bad-constructs",
7994                 "-Xclang",
7995                 "-plugin-arg-find-bad-constructs",
7996                 "-Xclang",
7997                 "check-auto-raw-pointer",
7998                 "-Xclang",
7999                 "-plugin-arg-find-bad-constructs",
8000                 "-Xclang",
8001                 "check-ipc",
8002                 "-Wheader-hygiene",
8003                 "-Wstring-conversion",
8004                 "-Wtautological-overlap-compare",
8005                 "-Wextra",
8006                 "-Wno-unused-parameter",
8007                 "-Wno-missing-field-initializers",
8008                 "-Wno-strict-overflow",
8009                 "-Wc++11-narrowing",
8010                 "-Wimplicit-fallthrough",
8011                 "-Wthread-safety",
8012                 "-Winconsistent-missing-override",
8013                 "-Wundef",
8014                 "-Wunused-lambda-capture"
8015             ],
8016             "defines": [
8017                 "V8_DEPRECATION_WARNINGS",
8018                 "USE_NSS_CERTS=1",
8019                 "USE_X11=1",
8020                 "CHROMIUM_BUILD",
8021                 "_FILE_OFFSET_BITS=64",
8022                 "NDEBUG",
8023                 "NVALGRIND",
8024                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8025                 "WEBRTC_ENABLE_PROTOBUF=0",
8026                 "WEBRTC_RESTRICT_LOGGING",
8027                 "WEBRTC_MOZILLA_BUILD",
8028                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8029                 "WEBRTC_POSIX",
8030                 "WEBRTC_LINUX"
8031             ],
8032             "deps": [
8033                 "//:webrtc_common",
8034                 "//common_audio:common_audio",
8035                 "//modules/audio_coding:isac_common",
8036                 "//rtc_base:compile_assert_c",
8037                 "//rtc_base:rtc_base_approved"
8038             ],
8039             "include_dirs": [
8040                 "//",
8041                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
8042                 "//modules/audio_coding/codecs/isac/main/include/",
8043                 "//common_audio/resampler/include/",
8044                 "//common_audio/signal_processing/include/",
8045                 "//common_audio/vad/include/"
8046             ],
8047             "libs": [
8048                 "m",
8049                 "rt"
8050             ],
8051             "sources": [
8052                 "//modules/audio_coding/codecs/isac/main/include/isac.h",
8053                 "//modules/audio_coding/codecs/isac/main/source/arith_routines.c",
8054                 "//modules/audio_coding/codecs/isac/main/source/arith_routines.h",
8055                 "//modules/audio_coding/codecs/isac/main/source/arith_routines_hist.c",
8056                 "//modules/audio_coding/codecs/isac/main/source/arith_routines_logist.c",
8057                 "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.c",
8058                 "//modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h",
8059                 "//modules/audio_coding/codecs/isac/main/source/codec.h",
8060                 "//modules/audio_coding/codecs/isac/main/source/crc.c",
8061                 "//modules/audio_coding/codecs/isac/main/source/crc.h",
8062                 "//modules/audio_coding/codecs/isac/main/source/decode.c",
8063                 "//modules/audio_coding/codecs/isac/main/source/decode_bwe.c",
8064                 "//modules/audio_coding/codecs/isac/main/source/encode.c",
8065                 "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.c",
8066                 "//modules/audio_coding/codecs/isac/main/source/encode_lpc_swb.h",
8067                 "//modules/audio_coding/codecs/isac/main/source/entropy_coding.c",
8068                 "//modules/audio_coding/codecs/isac/main/source/entropy_coding.h",
8069                 "//modules/audio_coding/codecs/isac/main/source/fft.c",
8070                 "//modules/audio_coding/codecs/isac/main/source/fft.h",
8071                 "//modules/audio_coding/codecs/isac/main/source/filter_functions.c",
8072                 "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.c",
8073                 "//modules/audio_coding/codecs/isac/main/source/filterbank_tables.h",
8074                 "//modules/audio_coding/codecs/isac/main/source/filterbanks.c",
8075                 "//modules/audio_coding/codecs/isac/main/source/intialize.c",
8076                 "//modules/audio_coding/codecs/isac/main/source/isac.c",
8077                 "//modules/audio_coding/codecs/isac/main/source/isac_float_type.h",
8078                 "//modules/audio_coding/codecs/isac/main/source/lattice.c",
8079                 "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.c",
8080                 "//modules/audio_coding/codecs/isac/main/source/lpc_analysis.h",
8081                 "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.c",
8082                 "//modules/audio_coding/codecs/isac/main/source/lpc_gain_swb_tables.h",
8083                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.c",
8084                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb12_tables.h",
8085                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.c",
8086                 "//modules/audio_coding/codecs/isac/main/source/lpc_shape_swb16_tables.h",
8087                 "//modules/audio_coding/codecs/isac/main/source/lpc_tables.c",
8088                 "//modules/audio_coding/codecs/isac/main/source/lpc_tables.h",
8089                 "//modules/audio_coding/codecs/isac/main/source/os_specific_inline.h",
8090                 "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.c",
8091                 "//modules/audio_coding/codecs/isac/main/source/pitch_estimator.h",
8092                 "//modules/audio_coding/codecs/isac/main/source/pitch_filter.c",
8093                 "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.c",
8094                 "//modules/audio_coding/codecs/isac/main/source/pitch_gain_tables.h",
8095                 "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.c",
8096                 "//modules/audio_coding/codecs/isac/main/source/pitch_lag_tables.h",
8097                 "//modules/audio_coding/codecs/isac/main/source/settings.h",
8098                 "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.c",
8099                 "//modules/audio_coding/codecs/isac/main/source/spectrum_ar_model_tables.h",
8100                 "//modules/audio_coding/codecs/isac/main/source/structs.h",
8101                 "//modules/audio_coding/codecs/isac/main/source/transform.c"
8102             ],
8103             "type": "static_library"
8104         },
8105         "//modules/audio_coding:isac_common": {
8106             "cflags": [
8107                 "-fno-strict-aliasing",
8108                 "--param=ssp-buffer-size=4",
8109                 "-fstack-protector",
8110                 "-Wno-builtin-macro-redefined",
8111                 "-D__DATE__=",
8112                 "-D__TIME__=",
8113                 "-D__TIMESTAMP__=",
8114                 "-funwind-tables",
8115                 "-fPIC",
8116                 "-pipe",
8117                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
8118                 "-fcolor-diagnostics",
8119                 "-m32",
8120                 "-msse2",
8121                 "-mfpmath=sse",
8122                 "-mmmx",
8123                 "-momit-leaf-frame-pointer",
8124                 "-pthread",
8125                 "-mstack-alignment=16",
8126                 "-mstackrealign",
8127                 "-Wall",
8128                 "-Werror",
8129                 "-Wextra",
8130                 "-Wno-missing-field-initializers",
8131                 "-Wno-unused-parameter",
8132                 "-Wno-c++11-narrowing",
8133                 "-Wno-covered-switch-default",
8134                 "-Wno-unneeded-internal-declaration",
8135                 "-Wno-inconsistent-missing-override",
8136                 "-Wno-deprecated-register",
8137                 "-Wno-undefined-var-template",
8138                 "-Wno-nonportable-include-path",
8139                 "-Wno-address-of-packed-member",
8140                 "-Wno-unused-lambda-capture",
8141                 "-Wno-user-defined-warnings",
8142                 "-O2",
8143                 "-fno-ident",
8144                 "-fdata-sections",
8145                 "-ffunction-sections",
8146                 "-fomit-frame-pointer",
8147                 "-g0",
8148                 "-fvisibility=hidden",
8149                 "-Xclang",
8150                 "-load",
8151                 "-Xclang",
8152                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
8153                 "-Xclang",
8154                 "-add-plugin",
8155                 "-Xclang",
8156                 "find-bad-constructs",
8157                 "-Xclang",
8158                 "-plugin-arg-find-bad-constructs",
8159                 "-Xclang",
8160                 "check-auto-raw-pointer",
8161                 "-Xclang",
8162                 "-plugin-arg-find-bad-constructs",
8163                 "-Xclang",
8164                 "check-ipc",
8165                 "-Wheader-hygiene",
8166                 "-Wstring-conversion",
8167                 "-Wtautological-overlap-compare",
8168                 "-Wextra",
8169                 "-Wno-unused-parameter",
8170                 "-Wno-missing-field-initializers",
8171                 "-Wno-strict-overflow",
8172                 "-Wc++11-narrowing",
8173                 "-Wimplicit-fallthrough",
8174                 "-Wthread-safety",
8175                 "-Winconsistent-missing-override",
8176                 "-Wundef",
8177                 "-Wunused-lambda-capture"
8178             ],
8179             "defines": [
8180                 "V8_DEPRECATION_WARNINGS",
8181                 "USE_NSS_CERTS=1",
8182                 "USE_X11=1",
8183                 "CHROMIUM_BUILD",
8184                 "_FILE_OFFSET_BITS=64",
8185                 "NDEBUG",
8186                 "NVALGRIND",
8187                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8188                 "WEBRTC_ENABLE_PROTOBUF=0",
8189                 "WEBRTC_RESTRICT_LOGGING",
8190                 "WEBRTC_MOZILLA_BUILD",
8191                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8192                 "WEBRTC_POSIX",
8193                 "WEBRTC_LINUX"
8194             ],
8195             "deps": [
8196                 "//:webrtc_common",
8197                 "//api/audio_codecs:audio_codecs_api",
8198                 "//rtc_base:rtc_base_approved"
8199             ],
8200             "include_dirs": [
8201                 "//",
8202                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
8203             ],
8204             "libs": [],
8205             "sources": [
8206                 "//modules/audio_coding/codecs/isac/audio_encoder_isac_t.h",
8207                 "//modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h",
8208                 "//modules/audio_coding/codecs/isac/locked_bandwidth_info.cc",
8209                 "//modules/audio_coding/codecs/isac/locked_bandwidth_info.h"
8210             ],
8211             "type": "static_library"
8212         },
8213         "//modules/audio_coding:isac_fix_c": {
8214             "cflags": [
8215                 "-fno-strict-aliasing",
8216                 "--param=ssp-buffer-size=4",
8217                 "-fstack-protector",
8218                 "-Wno-builtin-macro-redefined",
8219                 "-D__DATE__=",
8220                 "-D__TIME__=",
8221                 "-D__TIMESTAMP__=",
8222                 "-funwind-tables",
8223                 "-fPIC",
8224                 "-pipe",
8225                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
8226                 "-fcolor-diagnostics",
8227                 "-m32",
8228                 "-msse2",
8229                 "-mfpmath=sse",
8230                 "-mmmx",
8231                 "-momit-leaf-frame-pointer",
8232                 "-pthread",
8233                 "-mstack-alignment=16",
8234                 "-mstackrealign",
8235                 "-Wall",
8236                 "-Werror",
8237                 "-Wextra",
8238                 "-Wno-missing-field-initializers",
8239                 "-Wno-unused-parameter",
8240                 "-Wno-c++11-narrowing",
8241                 "-Wno-covered-switch-default",
8242                 "-Wno-unneeded-internal-declaration",
8243                 "-Wno-inconsistent-missing-override",
8244                 "-Wno-deprecated-register",
8245                 "-Wno-undefined-var-template",
8246                 "-Wno-nonportable-include-path",
8247                 "-Wno-address-of-packed-member",
8248                 "-Wno-unused-lambda-capture",
8249                 "-Wno-user-defined-warnings",
8250                 "-O2",
8251                 "-fno-ident",
8252                 "-fdata-sections",
8253                 "-ffunction-sections",
8254                 "-fomit-frame-pointer",
8255                 "-g0",
8256                 "-fvisibility=hidden",
8257                 "-Xclang",
8258                 "-load",
8259                 "-Xclang",
8260                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
8261                 "-Xclang",
8262                 "-add-plugin",
8263                 "-Xclang",
8264                 "find-bad-constructs",
8265                 "-Xclang",
8266                 "-plugin-arg-find-bad-constructs",
8267                 "-Xclang",
8268                 "check-auto-raw-pointer",
8269                 "-Xclang",
8270                 "-plugin-arg-find-bad-constructs",
8271                 "-Xclang",
8272                 "check-ipc",
8273                 "-Wheader-hygiene",
8274                 "-Wstring-conversion",
8275                 "-Wtautological-overlap-compare",
8276                 "-Wextra",
8277                 "-Wno-unused-parameter",
8278                 "-Wno-missing-field-initializers",
8279                 "-Wno-strict-overflow",
8280                 "-Wc++11-narrowing",
8281                 "-Wimplicit-fallthrough",
8282                 "-Wthread-safety",
8283                 "-Winconsistent-missing-override",
8284                 "-Wundef",
8285                 "-Wunused-lambda-capture"
8286             ],
8287             "defines": [
8288                 "V8_DEPRECATION_WARNINGS",
8289                 "USE_NSS_CERTS=1",
8290                 "USE_X11=1",
8291                 "CHROMIUM_BUILD",
8292                 "_FILE_OFFSET_BITS=64",
8293                 "NDEBUG",
8294                 "NVALGRIND",
8295                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8296                 "WEBRTC_ENABLE_PROTOBUF=0",
8297                 "WEBRTC_RESTRICT_LOGGING",
8298                 "WEBRTC_MOZILLA_BUILD",
8299                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8300                 "WEBRTC_POSIX",
8301                 "WEBRTC_LINUX"
8302             ],
8303             "deps": [
8304                 "//:webrtc_common",
8305                 "//api/audio_codecs:audio_codecs_api",
8306                 "//common_audio:common_audio",
8307                 "//modules/audio_coding:isac_common",
8308                 "//modules/audio_coding:isac_fix_common",
8309                 "//rtc_base:compile_assert_c",
8310                 "//rtc_base:rtc_base_approved",
8311                 "//system_wrappers:system_wrappers"
8312             ],
8313             "include_dirs": [
8314                 "//",
8315                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
8316                 "//modules/audio_coding/codecs/isac/fix/include/",
8317                 "//common_audio/resampler/include/",
8318                 "//common_audio/signal_processing/include/",
8319                 "//common_audio/vad/include/"
8320             ],
8321             "libs": [
8322                 "rt"
8323             ],
8324             "sources": [
8325                 "//modules/audio_coding/codecs/isac/fix/include/audio_decoder_isacfix.h",
8326                 "//modules/audio_coding/codecs/isac/fix/include/audio_encoder_isacfix.h",
8327                 "//modules/audio_coding/codecs/isac/fix/include/isacfix.h",
8328                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines.c",
8329                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines_hist.c",
8330                 "//modules/audio_coding/codecs/isac/fix/source/arith_routines_logist.c",
8331                 "//modules/audio_coding/codecs/isac/fix/source/arith_routins.h",
8332                 "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.c",
8333                 "//modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h",
8334                 "//modules/audio_coding/codecs/isac/fix/source/decode.c",
8335                 "//modules/audio_coding/codecs/isac/fix/source/decode_bwe.c",
8336                 "//modules/audio_coding/codecs/isac/fix/source/decode_plc.c",
8337                 "//modules/audio_coding/codecs/isac/fix/source/encode.c",
8338                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.c",
8339                 "//modules/audio_coding/codecs/isac/fix/source/entropy_coding.h",
8340                 "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.c",
8341                 "//modules/audio_coding/codecs/isac/fix/source/filterbank_tables.h",
8342                 "//modules/audio_coding/codecs/isac/fix/source/filterbanks.c",
8343                 "//modules/audio_coding/codecs/isac/fix/source/filters.c",
8344                 "//modules/audio_coding/codecs/isac/fix/source/initialize.c",
8345                 "//modules/audio_coding/codecs/isac/fix/source/isac_fix_type.h",
8346                 "//modules/audio_coding/codecs/isac/fix/source/isacfix.c",
8347                 "//modules/audio_coding/codecs/isac/fix/source/lattice.c",
8348                 "//modules/audio_coding/codecs/isac/fix/source/lattice_c.c",
8349                 "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.c",
8350                 "//modules/audio_coding/codecs/isac/fix/source/lpc_masking_model.h",
8351                 "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.c",
8352                 "//modules/audio_coding/codecs/isac/fix/source/lpc_tables.h",
8353                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.c",
8354                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h",
8355                 "//modules/audio_coding/codecs/isac/fix/source/pitch_estimator_c.c",
8356                 "//modules/audio_coding/codecs/isac/fix/source/pitch_filter.c",
8357                 "//modules/audio_coding/codecs/isac/fix/source/pitch_filter_c.c",
8358                 "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.c",
8359                 "//modules/audio_coding/codecs/isac/fix/source/pitch_gain_tables.h",
8360                 "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.c",
8361                 "//modules/audio_coding/codecs/isac/fix/source/pitch_lag_tables.h",
8362                 "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.c",
8363                 "//modules/audio_coding/codecs/isac/fix/source/spectrum_ar_model_tables.h",
8364                 "//modules/audio_coding/codecs/isac/fix/source/structs.h",
8365                 "//modules/audio_coding/codecs/isac/fix/source/transform.c",
8366                 "//modules/audio_coding/codecs/isac/fix/source/transform_tables.c"
8367             ],
8368             "type": "source_set"
8369         },
8370         "//modules/audio_coding:isac_fix_common": {
8371             "cflags": [
8372                 "-fno-strict-aliasing",
8373                 "--param=ssp-buffer-size=4",
8374                 "-fstack-protector",
8375                 "-Wno-builtin-macro-redefined",
8376                 "-D__DATE__=",
8377                 "-D__TIME__=",
8378                 "-D__TIMESTAMP__=",
8379                 "-funwind-tables",
8380                 "-fPIC",
8381                 "-pipe",
8382                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
8383                 "-fcolor-diagnostics",
8384                 "-m32",
8385                 "-msse2",
8386                 "-mfpmath=sse",
8387                 "-mmmx",
8388                 "-momit-leaf-frame-pointer",
8389                 "-pthread",
8390                 "-mstack-alignment=16",
8391                 "-mstackrealign",
8392                 "-Wall",
8393                 "-Werror",
8394                 "-Wextra",
8395                 "-Wno-missing-field-initializers",
8396                 "-Wno-unused-parameter",
8397                 "-Wno-c++11-narrowing",
8398                 "-Wno-covered-switch-default",
8399                 "-Wno-unneeded-internal-declaration",
8400                 "-Wno-inconsistent-missing-override",
8401                 "-Wno-deprecated-register",
8402                 "-Wno-undefined-var-template",
8403                 "-Wno-nonportable-include-path",
8404                 "-Wno-address-of-packed-member",
8405                 "-Wno-unused-lambda-capture",
8406                 "-Wno-user-defined-warnings",
8407                 "-O2",
8408                 "-fno-ident",
8409                 "-fdata-sections",
8410                 "-ffunction-sections",
8411                 "-fomit-frame-pointer",
8412                 "-g0",
8413                 "-fvisibility=hidden",
8414                 "-Xclang",
8415                 "-load",
8416                 "-Xclang",
8417                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
8418                 "-Xclang",
8419                 "-add-plugin",
8420                 "-Xclang",
8421                 "find-bad-constructs",
8422                 "-Xclang",
8423                 "-plugin-arg-find-bad-constructs",
8424                 "-Xclang",
8425                 "check-auto-raw-pointer",
8426                 "-Xclang",
8427                 "-plugin-arg-find-bad-constructs",
8428                 "-Xclang",
8429                 "check-ipc",
8430                 "-Wheader-hygiene",
8431                 "-Wstring-conversion",
8432                 "-Wtautological-overlap-compare",
8433                 "-Wextra",
8434                 "-Wno-unused-parameter",
8435                 "-Wno-missing-field-initializers",
8436                 "-Wno-strict-overflow",
8437                 "-Wc++11-narrowing",
8438                 "-Wimplicit-fallthrough",
8439                 "-Wthread-safety",
8440                 "-Winconsistent-missing-override",
8441                 "-Wundef",
8442                 "-Wunused-lambda-capture"
8443             ],
8444             "defines": [
8445                 "V8_DEPRECATION_WARNINGS",
8446                 "USE_NSS_CERTS=1",
8447                 "USE_X11=1",
8448                 "CHROMIUM_BUILD",
8449                 "_FILE_OFFSET_BITS=64",
8450                 "NDEBUG",
8451                 "NVALGRIND",
8452                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8453                 "WEBRTC_ENABLE_PROTOBUF=0",
8454                 "WEBRTC_RESTRICT_LOGGING",
8455                 "WEBRTC_MOZILLA_BUILD",
8456                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8457                 "WEBRTC_POSIX",
8458                 "WEBRTC_LINUX"
8459             ],
8460             "deps": [],
8461             "include_dirs": [
8462                 "//",
8463                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
8464                 "//modules/audio_coding/codecs/isac/fix/include/"
8465             ],
8466             "libs": [],
8467             "sources": [
8468                 "//modules/audio_coding/codecs/isac/fix/source/codec.h",
8469                 "//modules/audio_coding/codecs/isac/fix/source/fft.c",
8470                 "//modules/audio_coding/codecs/isac/fix/source/fft.h",
8471                 "//modules/audio_coding/codecs/isac/fix/source/settings.h"
8472             ],
8473             "type": "source_set"
8474         },
8475         "//modules/audio_coding:legacy_encoded_audio_frame": {
8476             "cflags": [
8477                 "-fno-strict-aliasing",
8478                 "--param=ssp-buffer-size=4",
8479                 "-fstack-protector",
8480                 "-Wno-builtin-macro-redefined",
8481                 "-D__DATE__=",
8482                 "-D__TIME__=",
8483                 "-D__TIMESTAMP__=",
8484                 "-funwind-tables",
8485                 "-fPIC",
8486                 "-pipe",
8487                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
8488                 "-fcolor-diagnostics",
8489                 "-m32",
8490                 "-msse2",
8491                 "-mfpmath=sse",
8492                 "-mmmx",
8493                 "-momit-leaf-frame-pointer",
8494                 "-pthread",
8495                 "-mstack-alignment=16",
8496                 "-mstackrealign",
8497                 "-Wall",
8498                 "-Werror",
8499                 "-Wextra",
8500                 "-Wno-missing-field-initializers",
8501                 "-Wno-unused-parameter",
8502                 "-Wno-c++11-narrowing",
8503                 "-Wno-covered-switch-default",
8504                 "-Wno-unneeded-internal-declaration",
8505                 "-Wno-inconsistent-missing-override",
8506                 "-Wno-deprecated-register",
8507                 "-Wno-undefined-var-template",
8508                 "-Wno-nonportable-include-path",
8509                 "-Wno-address-of-packed-member",
8510                 "-Wno-unused-lambda-capture",
8511                 "-Wno-user-defined-warnings",
8512                 "-O2",
8513                 "-fno-ident",
8514                 "-fdata-sections",
8515                 "-ffunction-sections",
8516                 "-fomit-frame-pointer",
8517                 "-g0",
8518                 "-fvisibility=hidden",
8519                 "-Xclang",
8520                 "-load",
8521                 "-Xclang",
8522                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
8523                 "-Xclang",
8524                 "-add-plugin",
8525                 "-Xclang",
8526                 "find-bad-constructs",
8527                 "-Xclang",
8528                 "-plugin-arg-find-bad-constructs",
8529                 "-Xclang",
8530                 "check-auto-raw-pointer",
8531                 "-Xclang",
8532                 "-plugin-arg-find-bad-constructs",
8533                 "-Xclang",
8534                 "check-ipc",
8535                 "-Wheader-hygiene",
8536                 "-Wstring-conversion",
8537                 "-Wtautological-overlap-compare",
8538                 "-Wextra",
8539                 "-Wno-unused-parameter",
8540                 "-Wno-missing-field-initializers",
8541                 "-Wno-strict-overflow",
8542                 "-Wc++11-narrowing",
8543                 "-Wimplicit-fallthrough",
8544                 "-Wthread-safety",
8545                 "-Winconsistent-missing-override",
8546                 "-Wundef",
8547                 "-Wunused-lambda-capture"
8548             ],
8549             "defines": [
8550                 "V8_DEPRECATION_WARNINGS",
8551                 "USE_NSS_CERTS=1",
8552                 "USE_X11=1",
8553                 "CHROMIUM_BUILD",
8554                 "_FILE_OFFSET_BITS=64",
8555                 "NDEBUG",
8556                 "NVALGRIND",
8557                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8558                 "WEBRTC_ENABLE_PROTOBUF=0",
8559                 "WEBRTC_RESTRICT_LOGGING",
8560                 "WEBRTC_MOZILLA_BUILD",
8561                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8562                 "WEBRTC_POSIX",
8563                 "WEBRTC_LINUX"
8564             ],
8565             "deps": [
8566                 "//api:array_view",
8567                 "//api/audio_codecs:audio_codecs_api",
8568                 "//rtc_base:rtc_base_approved"
8569             ],
8570             "include_dirs": [
8571                 "//",
8572                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
8573             ],
8574             "libs": [],
8575             "sources": [
8576                 "//modules/audio_coding/codecs/legacy_encoded_audio_frame.cc",
8577                 "//modules/audio_coding/codecs/legacy_encoded_audio_frame.h"
8578             ],
8579             "type": "static_library"
8580         },
8581         "//modules/audio_coding:neteq": {
8582             "cflags": [
8583                 "-fno-strict-aliasing",
8584                 "--param=ssp-buffer-size=4",
8585                 "-fstack-protector",
8586                 "-Wno-builtin-macro-redefined",
8587                 "-D__DATE__=",
8588                 "-D__TIME__=",
8589                 "-D__TIMESTAMP__=",
8590                 "-funwind-tables",
8591                 "-fPIC",
8592                 "-pipe",
8593                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
8594                 "-fcolor-diagnostics",
8595                 "-m32",
8596                 "-msse2",
8597                 "-mfpmath=sse",
8598                 "-mmmx",
8599                 "-momit-leaf-frame-pointer",
8600                 "-pthread",
8601                 "-mstack-alignment=16",
8602                 "-mstackrealign",
8603                 "-Wall",
8604                 "-Werror",
8605                 "-Wextra",
8606                 "-Wno-missing-field-initializers",
8607                 "-Wno-unused-parameter",
8608                 "-Wno-c++11-narrowing",
8609                 "-Wno-covered-switch-default",
8610                 "-Wno-unneeded-internal-declaration",
8611                 "-Wno-inconsistent-missing-override",
8612                 "-Wno-deprecated-register",
8613                 "-Wno-undefined-var-template",
8614                 "-Wno-nonportable-include-path",
8615                 "-Wno-address-of-packed-member",
8616                 "-Wno-unused-lambda-capture",
8617                 "-Wno-user-defined-warnings",
8618                 "-O2",
8619                 "-fno-ident",
8620                 "-fdata-sections",
8621                 "-ffunction-sections",
8622                 "-fomit-frame-pointer",
8623                 "-g0",
8624                 "-fvisibility=hidden",
8625                 "-Xclang",
8626                 "-load",
8627                 "-Xclang",
8628                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
8629                 "-Xclang",
8630                 "-add-plugin",
8631                 "-Xclang",
8632                 "find-bad-constructs",
8633                 "-Xclang",
8634                 "-plugin-arg-find-bad-constructs",
8635                 "-Xclang",
8636                 "check-auto-raw-pointer",
8637                 "-Xclang",
8638                 "-plugin-arg-find-bad-constructs",
8639                 "-Xclang",
8640                 "check-ipc",
8641                 "-Wheader-hygiene",
8642                 "-Wstring-conversion",
8643                 "-Wtautological-overlap-compare",
8644                 "-Wextra",
8645                 "-Wno-unused-parameter",
8646                 "-Wno-missing-field-initializers",
8647                 "-Wno-strict-overflow",
8648                 "-Wc++11-narrowing",
8649                 "-Wimplicit-fallthrough",
8650                 "-Wthread-safety",
8651                 "-Winconsistent-missing-override",
8652                 "-Wundef",
8653                 "-Wunused-lambda-capture"
8654             ],
8655             "defines": [
8656                 "V8_DEPRECATION_WARNINGS",
8657                 "USE_NSS_CERTS=1",
8658                 "USE_X11=1",
8659                 "CHROMIUM_BUILD",
8660                 "_FILE_OFFSET_BITS=64",
8661                 "NDEBUG",
8662                 "NVALGRIND",
8663                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8664                 "WEBRTC_ENABLE_PROTOBUF=0",
8665                 "WEBRTC_RESTRICT_LOGGING",
8666                 "WEBRTC_MOZILLA_BUILD",
8667                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8668                 "WEBRTC_POSIX",
8669                 "WEBRTC_LINUX"
8670             ],
8671             "deps": [
8672                 "//:webrtc_common",
8673                 "//api:optional",
8674                 "//api/audio_codecs:audio_codecs_api",
8675                 "//common_audio:common_audio",
8676                 "//modules:module_api",
8677                 "//modules/audio_coding:audio_coding_module_typedefs",
8678                 "//modules/audio_coding:cng",
8679                 "//modules/audio_coding:neteq_decoder_enum",
8680                 "//rtc_base:gtest_prod",
8681                 "//rtc_base:rtc_base_approved",
8682                 "//system_wrappers:system_wrappers"
8683             ],
8684             "include_dirs": [
8685                 "//",
8686                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
8687                 "//modules/audio_coding/codecs/cng/include/",
8688                 "//common_audio/resampler/include/",
8689                 "//common_audio/signal_processing/include/",
8690                 "//common_audio/vad/include/"
8691             ],
8692             "libs": [
8693                 "rt"
8694             ],
8695             "sources": [
8696                 "//modules/audio_coding/neteq/accelerate.cc",
8697                 "//modules/audio_coding/neteq/accelerate.h",
8698                 "//modules/audio_coding/neteq/audio_multi_vector.cc",
8699                 "//modules/audio_coding/neteq/audio_multi_vector.h",
8700                 "//modules/audio_coding/neteq/audio_vector.cc",
8701                 "//modules/audio_coding/neteq/audio_vector.h",
8702                 "//modules/audio_coding/neteq/background_noise.cc",
8703                 "//modules/audio_coding/neteq/background_noise.h",
8704                 "//modules/audio_coding/neteq/buffer_level_filter.cc",
8705                 "//modules/audio_coding/neteq/buffer_level_filter.h",
8706                 "//modules/audio_coding/neteq/comfort_noise.cc",
8707                 "//modules/audio_coding/neteq/comfort_noise.h",
8708                 "//modules/audio_coding/neteq/cross_correlation.cc",
8709                 "//modules/audio_coding/neteq/cross_correlation.h",
8710                 "//modules/audio_coding/neteq/decision_logic.cc",
8711                 "//modules/audio_coding/neteq/decision_logic.h",
8712                 "//modules/audio_coding/neteq/decision_logic_fax.cc",
8713                 "//modules/audio_coding/neteq/decision_logic_fax.h",
8714                 "//modules/audio_coding/neteq/decision_logic_normal.cc",
8715                 "//modules/audio_coding/neteq/decision_logic_normal.h",
8716                 "//modules/audio_coding/neteq/decoder_database.cc",
8717                 "//modules/audio_coding/neteq/decoder_database.h",
8718                 "//modules/audio_coding/neteq/defines.h",
8719                 "//modules/audio_coding/neteq/delay_manager.cc",
8720                 "//modules/audio_coding/neteq/delay_manager.h",
8721                 "//modules/audio_coding/neteq/delay_peak_detector.cc",
8722                 "//modules/audio_coding/neteq/delay_peak_detector.h",
8723                 "//modules/audio_coding/neteq/dsp_helper.cc",
8724                 "//modules/audio_coding/neteq/dsp_helper.h",
8725                 "//modules/audio_coding/neteq/dtmf_buffer.cc",
8726                 "//modules/audio_coding/neteq/dtmf_buffer.h",
8727                 "//modules/audio_coding/neteq/dtmf_tone_generator.cc",
8728                 "//modules/audio_coding/neteq/dtmf_tone_generator.h",
8729                 "//modules/audio_coding/neteq/expand.cc",
8730                 "//modules/audio_coding/neteq/expand.h",
8731                 "//modules/audio_coding/neteq/include/neteq.h",
8732                 "//modules/audio_coding/neteq/merge.cc",
8733                 "//modules/audio_coding/neteq/merge.h",
8734                 "//modules/audio_coding/neteq/nack_tracker.cc",
8735                 "//modules/audio_coding/neteq/nack_tracker.h",
8736                 "//modules/audio_coding/neteq/neteq.cc",
8737                 "//modules/audio_coding/neteq/neteq_impl.cc",
8738                 "//modules/audio_coding/neteq/neteq_impl.h",
8739                 "//modules/audio_coding/neteq/normal.cc",
8740                 "//modules/audio_coding/neteq/normal.h",
8741                 "//modules/audio_coding/neteq/packet.cc",
8742                 "//modules/audio_coding/neteq/packet.h",
8743                 "//modules/audio_coding/neteq/packet_buffer.cc",
8744                 "//modules/audio_coding/neteq/packet_buffer.h",
8745                 "//modules/audio_coding/neteq/post_decode_vad.cc",
8746                 "//modules/audio_coding/neteq/post_decode_vad.h",
8747                 "//modules/audio_coding/neteq/preemptive_expand.cc",
8748                 "//modules/audio_coding/neteq/preemptive_expand.h",
8749                 "//modules/audio_coding/neteq/random_vector.cc",
8750                 "//modules/audio_coding/neteq/random_vector.h",
8751                 "//modules/audio_coding/neteq/red_payload_splitter.cc",
8752                 "//modules/audio_coding/neteq/red_payload_splitter.h",
8753                 "//modules/audio_coding/neteq/rtcp.cc",
8754                 "//modules/audio_coding/neteq/rtcp.h",
8755                 "//modules/audio_coding/neteq/statistics_calculator.cc",
8756                 "//modules/audio_coding/neteq/statistics_calculator.h",
8757                 "//modules/audio_coding/neteq/sync_buffer.cc",
8758                 "//modules/audio_coding/neteq/sync_buffer.h",
8759                 "//modules/audio_coding/neteq/tick_timer.cc",
8760                 "//modules/audio_coding/neteq/tick_timer.h",
8761                 "//modules/audio_coding/neteq/time_stretch.cc",
8762                 "//modules/audio_coding/neteq/time_stretch.h",
8763                 "//modules/audio_coding/neteq/timestamp_scaler.cc",
8764                 "//modules/audio_coding/neteq/timestamp_scaler.h"
8765             ],
8766             "type": "static_library"
8767         },
8768         "//modules/audio_coding:neteq_decoder_enum": {
8769             "cflags": [
8770                 "-fno-strict-aliasing",
8771                 "--param=ssp-buffer-size=4",
8772                 "-fstack-protector",
8773                 "-Wno-builtin-macro-redefined",
8774                 "-D__DATE__=",
8775                 "-D__TIME__=",
8776                 "-D__TIMESTAMP__=",
8777                 "-funwind-tables",
8778                 "-fPIC",
8779                 "-pipe",
8780                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
8781                 "-fcolor-diagnostics",
8782                 "-m32",
8783                 "-msse2",
8784                 "-mfpmath=sse",
8785                 "-mmmx",
8786                 "-momit-leaf-frame-pointer",
8787                 "-pthread",
8788                 "-mstack-alignment=16",
8789                 "-mstackrealign",
8790                 "-Wall",
8791                 "-Werror",
8792                 "-Wextra",
8793                 "-Wno-missing-field-initializers",
8794                 "-Wno-unused-parameter",
8795                 "-Wno-c++11-narrowing",
8796                 "-Wno-covered-switch-default",
8797                 "-Wno-unneeded-internal-declaration",
8798                 "-Wno-inconsistent-missing-override",
8799                 "-Wno-deprecated-register",
8800                 "-Wno-undefined-var-template",
8801                 "-Wno-nonportable-include-path",
8802                 "-Wno-address-of-packed-member",
8803                 "-Wno-unused-lambda-capture",
8804                 "-Wno-user-defined-warnings",
8805                 "-O2",
8806                 "-fno-ident",
8807                 "-fdata-sections",
8808                 "-ffunction-sections",
8809                 "-fomit-frame-pointer",
8810                 "-g0",
8811                 "-fvisibility=hidden",
8812                 "-Xclang",
8813                 "-load",
8814                 "-Xclang",
8815                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
8816                 "-Xclang",
8817                 "-add-plugin",
8818                 "-Xclang",
8819                 "find-bad-constructs",
8820                 "-Xclang",
8821                 "-plugin-arg-find-bad-constructs",
8822                 "-Xclang",
8823                 "check-auto-raw-pointer",
8824                 "-Xclang",
8825                 "-plugin-arg-find-bad-constructs",
8826                 "-Xclang",
8827                 "check-ipc",
8828                 "-Wheader-hygiene",
8829                 "-Wstring-conversion",
8830                 "-Wtautological-overlap-compare",
8831                 "-Wextra",
8832                 "-Wno-unused-parameter",
8833                 "-Wno-missing-field-initializers",
8834                 "-Wno-strict-overflow",
8835                 "-Wc++11-narrowing",
8836                 "-Wimplicit-fallthrough",
8837                 "-Wthread-safety",
8838                 "-Winconsistent-missing-override",
8839                 "-Wundef",
8840                 "-Wunused-lambda-capture"
8841             ],
8842             "defines": [
8843                 "V8_DEPRECATION_WARNINGS",
8844                 "USE_NSS_CERTS=1",
8845                 "USE_X11=1",
8846                 "CHROMIUM_BUILD",
8847                 "_FILE_OFFSET_BITS=64",
8848                 "NDEBUG",
8849                 "NVALGRIND",
8850                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8851                 "WEBRTC_ENABLE_PROTOBUF=0",
8852                 "WEBRTC_RESTRICT_LOGGING",
8853                 "WEBRTC_MOZILLA_BUILD",
8854                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8855                 "WEBRTC_POSIX",
8856                 "WEBRTC_LINUX"
8857             ],
8858             "deps": [
8859                 "//api:optional",
8860                 "//api/audio_codecs:audio_codecs_api",
8861                 "//rtc_base:rtc_base_approved"
8862             ],
8863             "include_dirs": [
8864                 "//",
8865                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
8866             ],
8867             "libs": [],
8868             "sources": [
8869                 "//modules/audio_coding/neteq/neteq_decoder_enum.cc",
8870                 "//modules/audio_coding/neteq/neteq_decoder_enum.h"
8871             ],
8872             "type": "source_set"
8873         },
8874         "//modules/audio_coding:pcm16b": {
8875             "cflags": [
8876                 "-fno-strict-aliasing",
8877                 "--param=ssp-buffer-size=4",
8878                 "-fstack-protector",
8879                 "-Wno-builtin-macro-redefined",
8880                 "-D__DATE__=",
8881                 "-D__TIME__=",
8882                 "-D__TIMESTAMP__=",
8883                 "-funwind-tables",
8884                 "-fPIC",
8885                 "-pipe",
8886                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
8887                 "-fcolor-diagnostics",
8888                 "-m32",
8889                 "-msse2",
8890                 "-mfpmath=sse",
8891                 "-mmmx",
8892                 "-momit-leaf-frame-pointer",
8893                 "-pthread",
8894                 "-mstack-alignment=16",
8895                 "-mstackrealign",
8896                 "-Wall",
8897                 "-Werror",
8898                 "-Wextra",
8899                 "-Wno-missing-field-initializers",
8900                 "-Wno-unused-parameter",
8901                 "-Wno-c++11-narrowing",
8902                 "-Wno-covered-switch-default",
8903                 "-Wno-unneeded-internal-declaration",
8904                 "-Wno-inconsistent-missing-override",
8905                 "-Wno-deprecated-register",
8906                 "-Wno-undefined-var-template",
8907                 "-Wno-nonportable-include-path",
8908                 "-Wno-address-of-packed-member",
8909                 "-Wno-unused-lambda-capture",
8910                 "-Wno-user-defined-warnings",
8911                 "-O2",
8912                 "-fno-ident",
8913                 "-fdata-sections",
8914                 "-ffunction-sections",
8915                 "-fomit-frame-pointer",
8916                 "-g0",
8917                 "-fvisibility=hidden",
8918                 "-Xclang",
8919                 "-load",
8920                 "-Xclang",
8921                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
8922                 "-Xclang",
8923                 "-add-plugin",
8924                 "-Xclang",
8925                 "find-bad-constructs",
8926                 "-Xclang",
8927                 "-plugin-arg-find-bad-constructs",
8928                 "-Xclang",
8929                 "check-auto-raw-pointer",
8930                 "-Xclang",
8931                 "-plugin-arg-find-bad-constructs",
8932                 "-Xclang",
8933                 "check-ipc",
8934                 "-Wheader-hygiene",
8935                 "-Wstring-conversion",
8936                 "-Wtautological-overlap-compare",
8937                 "-Wextra",
8938                 "-Wno-unused-parameter",
8939                 "-Wno-missing-field-initializers",
8940                 "-Wno-strict-overflow",
8941                 "-Wc++11-narrowing",
8942                 "-Wimplicit-fallthrough",
8943                 "-Wthread-safety",
8944                 "-Winconsistent-missing-override",
8945                 "-Wundef",
8946                 "-Wunused-lambda-capture"
8947             ],
8948             "defines": [
8949                 "V8_DEPRECATION_WARNINGS",
8950                 "USE_NSS_CERTS=1",
8951                 "USE_X11=1",
8952                 "CHROMIUM_BUILD",
8953                 "_FILE_OFFSET_BITS=64",
8954                 "NDEBUG",
8955                 "NVALGRIND",
8956                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
8957                 "WEBRTC_ENABLE_PROTOBUF=0",
8958                 "WEBRTC_RESTRICT_LOGGING",
8959                 "WEBRTC_MOZILLA_BUILD",
8960                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
8961                 "WEBRTC_POSIX",
8962                 "WEBRTC_LINUX"
8963             ],
8964             "deps": [
8965                 "//:webrtc_common",
8966                 "//api/audio_codecs:audio_codecs_api",
8967                 "//modules/audio_coding:g711",
8968                 "//modules/audio_coding:legacy_encoded_audio_frame",
8969                 "//modules/audio_coding:pcm16b_c",
8970                 "//rtc_base:rtc_base_approved"
8971             ],
8972             "include_dirs": [
8973                 "//",
8974                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
8975                 "//modules/audio_coding/codecs/pcm16b/include/",
8976                 "//modules/audio_coding/codecs/g711/include/"
8977             ],
8978             "libs": [],
8979             "sources": [
8980                 "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.cc",
8981                 "//modules/audio_coding/codecs/pcm16b/audio_decoder_pcm16b.h",
8982                 "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.cc",
8983                 "//modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h",
8984                 "//modules/audio_coding/codecs/pcm16b/pcm16b_common.cc",
8985                 "//modules/audio_coding/codecs/pcm16b/pcm16b_common.h"
8986             ],
8987             "type": "static_library"
8988         },
8989         "//modules/audio_coding:pcm16b_c": {
8990             "cflags": [
8991                 "-fno-strict-aliasing",
8992                 "--param=ssp-buffer-size=4",
8993                 "-fstack-protector",
8994                 "-Wno-builtin-macro-redefined",
8995                 "-D__DATE__=",
8996                 "-D__TIME__=",
8997                 "-D__TIMESTAMP__=",
8998                 "-funwind-tables",
8999                 "-fPIC",
9000                 "-pipe",
9001                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9002                 "-fcolor-diagnostics",
9003                 "-m32",
9004                 "-msse2",
9005                 "-mfpmath=sse",
9006                 "-mmmx",
9007                 "-momit-leaf-frame-pointer",
9008                 "-pthread",
9009                 "-mstack-alignment=16",
9010                 "-mstackrealign",
9011                 "-Wall",
9012                 "-Werror",
9013                 "-Wextra",
9014                 "-Wno-missing-field-initializers",
9015                 "-Wno-unused-parameter",
9016                 "-Wno-c++11-narrowing",
9017                 "-Wno-covered-switch-default",
9018                 "-Wno-unneeded-internal-declaration",
9019                 "-Wno-inconsistent-missing-override",
9020                 "-Wno-deprecated-register",
9021                 "-Wno-undefined-var-template",
9022                 "-Wno-nonportable-include-path",
9023                 "-Wno-address-of-packed-member",
9024                 "-Wno-unused-lambda-capture",
9025                 "-Wno-user-defined-warnings",
9026                 "-O2",
9027                 "-fno-ident",
9028                 "-fdata-sections",
9029                 "-ffunction-sections",
9030                 "-fomit-frame-pointer",
9031                 "-g0",
9032                 "-fvisibility=hidden",
9033                 "-Xclang",
9034                 "-load",
9035                 "-Xclang",
9036                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9037                 "-Xclang",
9038                 "-add-plugin",
9039                 "-Xclang",
9040                 "find-bad-constructs",
9041                 "-Xclang",
9042                 "-plugin-arg-find-bad-constructs",
9043                 "-Xclang",
9044                 "check-auto-raw-pointer",
9045                 "-Xclang",
9046                 "-plugin-arg-find-bad-constructs",
9047                 "-Xclang",
9048                 "check-ipc",
9049                 "-Wheader-hygiene",
9050                 "-Wstring-conversion",
9051                 "-Wtautological-overlap-compare",
9052                 "-Wextra",
9053                 "-Wno-unused-parameter",
9054                 "-Wno-missing-field-initializers",
9055                 "-Wno-strict-overflow",
9056                 "-Wc++11-narrowing",
9057                 "-Wimplicit-fallthrough",
9058                 "-Wthread-safety",
9059                 "-Winconsistent-missing-override",
9060                 "-Wundef",
9061                 "-Wunused-lambda-capture"
9062             ],
9063             "defines": [
9064                 "V8_DEPRECATION_WARNINGS",
9065                 "USE_NSS_CERTS=1",
9066                 "USE_X11=1",
9067                 "CHROMIUM_BUILD",
9068                 "_FILE_OFFSET_BITS=64",
9069                 "NDEBUG",
9070                 "NVALGRIND",
9071                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9072                 "WEBRTC_ENABLE_PROTOBUF=0",
9073                 "WEBRTC_RESTRICT_LOGGING",
9074                 "WEBRTC_MOZILLA_BUILD",
9075                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9076                 "WEBRTC_POSIX",
9077                 "WEBRTC_LINUX"
9078             ],
9079             "deps": [
9080                 "//:webrtc_common"
9081             ],
9082             "include_dirs": [
9083                 "//",
9084                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
9085                 "//modules/audio_coding/codecs/pcm16b/include/"
9086             ],
9087             "libs": [],
9088             "sources": [
9089                 "//modules/audio_coding/codecs/pcm16b/pcm16b.c",
9090                 "//modules/audio_coding/codecs/pcm16b/pcm16b.h"
9091             ],
9092             "type": "source_set"
9093         },
9094         "//modules/audio_coding:rent_a_codec": {
9095             "cflags": [
9096                 "-fno-strict-aliasing",
9097                 "--param=ssp-buffer-size=4",
9098                 "-fstack-protector",
9099                 "-Wno-builtin-macro-redefined",
9100                 "-D__DATE__=",
9101                 "-D__TIME__=",
9102                 "-D__TIMESTAMP__=",
9103                 "-funwind-tables",
9104                 "-fPIC",
9105                 "-pipe",
9106                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9107                 "-fcolor-diagnostics",
9108                 "-m32",
9109                 "-msse2",
9110                 "-mfpmath=sse",
9111                 "-mmmx",
9112                 "-momit-leaf-frame-pointer",
9113                 "-pthread",
9114                 "-mstack-alignment=16",
9115                 "-mstackrealign",
9116                 "-Wall",
9117                 "-Werror",
9118                 "-Wextra",
9119                 "-Wno-missing-field-initializers",
9120                 "-Wno-unused-parameter",
9121                 "-Wno-c++11-narrowing",
9122                 "-Wno-covered-switch-default",
9123                 "-Wno-unneeded-internal-declaration",
9124                 "-Wno-inconsistent-missing-override",
9125                 "-Wno-deprecated-register",
9126                 "-Wno-undefined-var-template",
9127                 "-Wno-nonportable-include-path",
9128                 "-Wno-address-of-packed-member",
9129                 "-Wno-unused-lambda-capture",
9130                 "-Wno-user-defined-warnings",
9131                 "-O2",
9132                 "-fno-ident",
9133                 "-fdata-sections",
9134                 "-ffunction-sections",
9135                 "-fomit-frame-pointer",
9136                 "-g0",
9137                 "-fvisibility=hidden",
9138                 "-Xclang",
9139                 "-load",
9140                 "-Xclang",
9141                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9142                 "-Xclang",
9143                 "-add-plugin",
9144                 "-Xclang",
9145                 "find-bad-constructs",
9146                 "-Xclang",
9147                 "-plugin-arg-find-bad-constructs",
9148                 "-Xclang",
9149                 "check-auto-raw-pointer",
9150                 "-Xclang",
9151                 "-plugin-arg-find-bad-constructs",
9152                 "-Xclang",
9153                 "check-ipc",
9154                 "-Wheader-hygiene",
9155                 "-Wstring-conversion",
9156                 "-Wtautological-overlap-compare",
9157                 "-Wextra",
9158                 "-Wno-unused-parameter",
9159                 "-Wno-missing-field-initializers",
9160                 "-Wno-strict-overflow",
9161                 "-Wc++11-narrowing",
9162                 "-Wimplicit-fallthrough",
9163                 "-Wthread-safety",
9164                 "-Winconsistent-missing-override",
9165                 "-Wundef",
9166                 "-Wunused-lambda-capture"
9167             ],
9168             "defines": [
9169                 "WEBRTC_CODEC_ILBC",
9170                 "WEBRTC_CODEC_OPUS",
9171                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
9172                 "WEBRTC_CODEC_ISAC",
9173                 "V8_DEPRECATION_WARNINGS",
9174                 "USE_NSS_CERTS=1",
9175                 "USE_X11=1",
9176                 "CHROMIUM_BUILD",
9177                 "_FILE_OFFSET_BITS=64",
9178                 "NDEBUG",
9179                 "NVALGRIND",
9180                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9181                 "WEBRTC_ENABLE_PROTOBUF=0",
9182                 "WEBRTC_RESTRICT_LOGGING",
9183                 "WEBRTC_MOZILLA_BUILD",
9184                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9185                 "WEBRTC_POSIX",
9186                 "WEBRTC_LINUX"
9187             ],
9188             "deps": [
9189                 "//:webrtc_common",
9190                 "//api:array_view",
9191                 "//api:optional",
9192                 "//api/audio_codecs:audio_codecs_api",
9193                 "//modules/audio_coding:audio_coding_module_typedefs",
9194                 "//modules/audio_coding:cng",
9195                 "//modules/audio_coding:g711",
9196                 "//modules/audio_coding:g722",
9197                 "//modules/audio_coding:ilbc",
9198                 "//modules/audio_coding:isac",
9199                 "//modules/audio_coding:isac_common",
9200                 "//modules/audio_coding:isac_fix_c",
9201                 "//modules/audio_coding:neteq_decoder_enum",
9202                 "//modules/audio_coding:pcm16b",
9203                 "//modules/audio_coding:webrtc_opus",
9204                 "//rtc_base:protobuf_utils",
9205                 "//rtc_base:rtc_base_approved",
9206                 "//system_wrappers:system_wrappers"
9207             ],
9208             "include_dirs": [
9209                 "/media/libopus/include/",
9210                 "//",
9211                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
9212                 "//modules/audio_coding/codecs/isac/fix/include/",
9213                 "//modules/audio_coding/codecs/cng/include/",
9214                 "//modules/audio_coding/codecs/g711/include/",
9215                 "//modules/audio_coding/codecs/pcm16b/include/",
9216                 "//modules/audio_coding/codecs/ilbc/include/",
9217                 "//modules/audio_coding/codecs/isac/main/include/",
9218                 "//modules/audio_coding/codecs/g722/include/"
9219             ],
9220             "libs": [
9221                 "rt",
9222                 "m"
9223             ],
9224             "sources": [
9225                 "//modules/audio_coding/acm2/acm_codec_database.cc",
9226                 "//modules/audio_coding/acm2/acm_codec_database.h",
9227                 "//modules/audio_coding/acm2/rent_a_codec.cc",
9228                 "//modules/audio_coding/acm2/rent_a_codec.h"
9229             ],
9230             "type": "static_library"
9231         },
9232         "//modules/audio_coding:webrtc_opus": {
9233             "cflags": [
9234                 "-fno-strict-aliasing",
9235                 "--param=ssp-buffer-size=4",
9236                 "-fstack-protector",
9237                 "-Wno-builtin-macro-redefined",
9238                 "-D__DATE__=",
9239                 "-D__TIME__=",
9240                 "-D__TIMESTAMP__=",
9241                 "-funwind-tables",
9242                 "-fPIC",
9243                 "-pipe",
9244                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9245                 "-fcolor-diagnostics",
9246                 "-m32",
9247                 "-msse2",
9248                 "-mfpmath=sse",
9249                 "-mmmx",
9250                 "-momit-leaf-frame-pointer",
9251                 "-pthread",
9252                 "-mstack-alignment=16",
9253                 "-mstackrealign",
9254                 "-Wall",
9255                 "-Werror",
9256                 "-Wextra",
9257                 "-Wno-missing-field-initializers",
9258                 "-Wno-unused-parameter",
9259                 "-Wno-c++11-narrowing",
9260                 "-Wno-covered-switch-default",
9261                 "-Wno-unneeded-internal-declaration",
9262                 "-Wno-inconsistent-missing-override",
9263                 "-Wno-deprecated-register",
9264                 "-Wno-undefined-var-template",
9265                 "-Wno-nonportable-include-path",
9266                 "-Wno-address-of-packed-member",
9267                 "-Wno-unused-lambda-capture",
9268                 "-Wno-user-defined-warnings",
9269                 "-O2",
9270                 "-fno-ident",
9271                 "-fdata-sections",
9272                 "-ffunction-sections",
9273                 "-fomit-frame-pointer",
9274                 "-g0",
9275                 "-fvisibility=hidden",
9276                 "-Xclang",
9277                 "-load",
9278                 "-Xclang",
9279                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9280                 "-Xclang",
9281                 "-add-plugin",
9282                 "-Xclang",
9283                 "find-bad-constructs",
9284                 "-Xclang",
9285                 "-plugin-arg-find-bad-constructs",
9286                 "-Xclang",
9287                 "check-auto-raw-pointer",
9288                 "-Xclang",
9289                 "-plugin-arg-find-bad-constructs",
9290                 "-Xclang",
9291                 "check-ipc",
9292                 "-Wheader-hygiene",
9293                 "-Wstring-conversion",
9294                 "-Wtautological-overlap-compare",
9295                 "-Wextra",
9296                 "-Wno-unused-parameter",
9297                 "-Wno-missing-field-initializers",
9298                 "-Wno-strict-overflow",
9299                 "-Wc++11-narrowing",
9300                 "-Wimplicit-fallthrough",
9301                 "-Wthread-safety",
9302                 "-Winconsistent-missing-override",
9303                 "-Wundef",
9304                 "-Wunused-lambda-capture"
9305             ],
9306             "defines": [
9307                 "WEBRTC_CODEC_ILBC",
9308                 "WEBRTC_CODEC_OPUS",
9309                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
9310                 "WEBRTC_CODEC_ISAC",
9311                 "V8_DEPRECATION_WARNINGS",
9312                 "USE_NSS_CERTS=1",
9313                 "USE_X11=1",
9314                 "CHROMIUM_BUILD",
9315                 "_FILE_OFFSET_BITS=64",
9316                 "NDEBUG",
9317                 "NVALGRIND",
9318                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9319                 "WEBRTC_ENABLE_PROTOBUF=0",
9320                 "WEBRTC_RESTRICT_LOGGING",
9321                 "WEBRTC_MOZILLA_BUILD",
9322                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9323                 "WEBRTC_POSIX",
9324                 "WEBRTC_LINUX"
9325             ],
9326             "deps": [
9327                 "//:webrtc_common",
9328                 "//api:optional",
9329                 "//api/audio_codecs:audio_codecs_api",
9330                 "//api/audio_codecs/opus:audio_encoder_opus_config",
9331                 "//common_audio:common_audio",
9332                 "//modules/audio_coding:audio_network_adaptor",
9333                 "//modules/audio_coding:webrtc_opus_c",
9334                 "//rtc_base:protobuf_utils",
9335                 "//rtc_base:rtc_base_approved",
9336                 "//rtc_base:rtc_numerics",
9337                 "//system_wrappers:system_wrappers"
9338             ],
9339             "include_dirs": [
9340                 "/media/libopus/include/",
9341                 "//",
9342                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
9343                 "//common_audio/resampler/include/",
9344                 "//common_audio/signal_processing/include/",
9345                 "//common_audio/vad/include/"
9346             ],
9347             "libs": [
9348                 "rt"
9349             ],
9350             "sources": [
9351                 "//modules/audio_coding/codecs/opus/audio_decoder_opus.cc",
9352                 "//modules/audio_coding/codecs/opus/audio_decoder_opus.h",
9353                 "//modules/audio_coding/codecs/opus/audio_encoder_opus.cc",
9354                 "//modules/audio_coding/codecs/opus/audio_encoder_opus.h"
9355             ],
9356             "type": "static_library"
9357         },
9358         "//modules/audio_coding:webrtc_opus_c": {
9359             "cflags": [
9360                 "-fno-strict-aliasing",
9361                 "--param=ssp-buffer-size=4",
9362                 "-fstack-protector",
9363                 "-Wno-builtin-macro-redefined",
9364                 "-D__DATE__=",
9365                 "-D__TIME__=",
9366                 "-D__TIMESTAMP__=",
9367                 "-funwind-tables",
9368                 "-fPIC",
9369                 "-pipe",
9370                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9371                 "-fcolor-diagnostics",
9372                 "-m32",
9373                 "-msse2",
9374                 "-mfpmath=sse",
9375                 "-mmmx",
9376                 "-momit-leaf-frame-pointer",
9377                 "-pthread",
9378                 "-mstack-alignment=16",
9379                 "-mstackrealign",
9380                 "-Wall",
9381                 "-Werror",
9382                 "-Wextra",
9383                 "-Wno-missing-field-initializers",
9384                 "-Wno-unused-parameter",
9385                 "-Wno-c++11-narrowing",
9386                 "-Wno-covered-switch-default",
9387                 "-Wno-unneeded-internal-declaration",
9388                 "-Wno-inconsistent-missing-override",
9389                 "-Wno-deprecated-register",
9390                 "-Wno-undefined-var-template",
9391                 "-Wno-nonportable-include-path",
9392                 "-Wno-address-of-packed-member",
9393                 "-Wno-unused-lambda-capture",
9394                 "-Wno-user-defined-warnings",
9395                 "-O2",
9396                 "-fno-ident",
9397                 "-fdata-sections",
9398                 "-ffunction-sections",
9399                 "-fomit-frame-pointer",
9400                 "-g0",
9401                 "-fvisibility=hidden",
9402                 "-Xclang",
9403                 "-load",
9404                 "-Xclang",
9405                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9406                 "-Xclang",
9407                 "-add-plugin",
9408                 "-Xclang",
9409                 "find-bad-constructs",
9410                 "-Xclang",
9411                 "-plugin-arg-find-bad-constructs",
9412                 "-Xclang",
9413                 "check-auto-raw-pointer",
9414                 "-Xclang",
9415                 "-plugin-arg-find-bad-constructs",
9416                 "-Xclang",
9417                 "check-ipc",
9418                 "-Wheader-hygiene",
9419                 "-Wstring-conversion",
9420                 "-Wtautological-overlap-compare",
9421                 "-Wextra",
9422                 "-Wno-unused-parameter",
9423                 "-Wno-missing-field-initializers",
9424                 "-Wno-strict-overflow",
9425                 "-Wc++11-narrowing",
9426                 "-Wimplicit-fallthrough",
9427                 "-Wthread-safety",
9428                 "-Winconsistent-missing-override",
9429                 "-Wundef",
9430                 "-Wunused-lambda-capture"
9431             ],
9432             "defines": [
9433                 "WEBRTC_CODEC_ILBC",
9434                 "WEBRTC_CODEC_OPUS",
9435                 "WEBRTC_OPUS_SUPPORT_120MS_PTIME=1",
9436                 "WEBRTC_CODEC_ISAC",
9437                 "V8_DEPRECATION_WARNINGS",
9438                 "USE_NSS_CERTS=1",
9439                 "USE_X11=1",
9440                 "CHROMIUM_BUILD",
9441                 "_FILE_OFFSET_BITS=64",
9442                 "NDEBUG",
9443                 "NVALGRIND",
9444                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9445                 "WEBRTC_ENABLE_PROTOBUF=0",
9446                 "WEBRTC_RESTRICT_LOGGING",
9447                 "WEBRTC_MOZILLA_BUILD",
9448                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9449                 "WEBRTC_POSIX",
9450                 "WEBRTC_LINUX"
9451             ],
9452             "deps": [
9453                 "//:webrtc_common",
9454                 "//rtc_base:rtc_base_approved"
9455             ],
9456             "include_dirs": [
9457                 "/media/libopus/include/",
9458                 "//",
9459                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
9460             ],
9461             "libs": [],
9462             "sources": [
9463                 "//modules/audio_coding/codecs/opus/opus_inst.h",
9464                 "//modules/audio_coding/codecs/opus/opus_interface.c",
9465                 "//modules/audio_coding/codecs/opus/opus_interface.h"
9466             ],
9467             "type": "source_set"
9468         },
9469         "//modules/audio_device:audio_device": {
9470             "cflags": [
9471                 "-fno-strict-aliasing",
9472                 "--param=ssp-buffer-size=4",
9473                 "-fstack-protector",
9474                 "-Wno-builtin-macro-redefined",
9475                 "-D__DATE__=",
9476                 "-D__TIME__=",
9477                 "-D__TIMESTAMP__=",
9478                 "-funwind-tables",
9479                 "-fPIC",
9480                 "-pipe",
9481                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9482                 "-fcolor-diagnostics",
9483                 "-m32",
9484                 "-msse2",
9485                 "-mfpmath=sse",
9486                 "-mmmx",
9487                 "-momit-leaf-frame-pointer",
9488                 "-pthread",
9489                 "-mstack-alignment=16",
9490                 "-mstackrealign",
9491                 "-Wall",
9492                 "-Werror",
9493                 "-Wextra",
9494                 "-Wno-missing-field-initializers",
9495                 "-Wno-unused-parameter",
9496                 "-Wno-c++11-narrowing",
9497                 "-Wno-covered-switch-default",
9498                 "-Wno-unneeded-internal-declaration",
9499                 "-Wno-inconsistent-missing-override",
9500                 "-Wno-deprecated-register",
9501                 "-Wno-undefined-var-template",
9502                 "-Wno-nonportable-include-path",
9503                 "-Wno-address-of-packed-member",
9504                 "-Wno-unused-lambda-capture",
9505                 "-Wno-user-defined-warnings",
9506                 "-O2",
9507                 "-fno-ident",
9508                 "-fdata-sections",
9509                 "-ffunction-sections",
9510                 "-fomit-frame-pointer",
9511                 "-g0",
9512                 "-fvisibility=hidden",
9513                 "-Xclang",
9514                 "-load",
9515                 "-Xclang",
9516                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9517                 "-Xclang",
9518                 "-add-plugin",
9519                 "-Xclang",
9520                 "find-bad-constructs",
9521                 "-Xclang",
9522                 "-plugin-arg-find-bad-constructs",
9523                 "-Xclang",
9524                 "check-auto-raw-pointer",
9525                 "-Xclang",
9526                 "-plugin-arg-find-bad-constructs",
9527                 "-Xclang",
9528                 "check-ipc",
9529                 "-Wheader-hygiene",
9530                 "-Wstring-conversion",
9531                 "-Wtautological-overlap-compare",
9532                 "-Wextra",
9533                 "-Wno-unused-parameter",
9534                 "-Wno-missing-field-initializers",
9535                 "-Wno-strict-overflow",
9536                 "-Wc++11-narrowing",
9537                 "-Wimplicit-fallthrough",
9538                 "-Wthread-safety",
9539                 "-Winconsistent-missing-override",
9540                 "-Wundef",
9541                 "-Wunused-lambda-capture"
9542             ],
9543             "defines": [
9544                 "V8_DEPRECATION_WARNINGS",
9545                 "USE_NSS_CERTS=1",
9546                 "USE_X11=1",
9547                 "CHROMIUM_BUILD",
9548                 "_FILE_OFFSET_BITS=64",
9549                 "NDEBUG",
9550                 "NVALGRIND",
9551                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9552                 "WEBRTC_ENABLE_PROTOBUF=0",
9553                 "WEBRTC_RESTRICT_LOGGING",
9554                 "WEBRTC_MOZILLA_BUILD",
9555                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9556                 "WEBRTC_POSIX",
9557                 "WEBRTC_LINUX"
9558             ],
9559             "deps": [
9560                 "//modules/audio_device:audio_device_generic"
9561             ],
9562             "include_dirs": [
9563                 "//",
9564                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
9565                 "//modules/include/",
9566                 "//modules/audio_device/include/",
9567                 "//modules/audio_device/dummy/"
9568             ],
9569             "libs": [
9570                 "rt"
9571             ],
9572             "sources": [],
9573             "type": "source_set"
9574         },
9575         "//modules/audio_device:audio_device_generic": {
9576             "cflags": [
9577                 "-fno-strict-aliasing",
9578                 "--param=ssp-buffer-size=4",
9579                 "-fstack-protector",
9580                 "-Wno-builtin-macro-redefined",
9581                 "-D__DATE__=",
9582                 "-D__TIME__=",
9583                 "-D__TIMESTAMP__=",
9584                 "-funwind-tables",
9585                 "-fPIC",
9586                 "-pipe",
9587                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9588                 "-fcolor-diagnostics",
9589                 "-m32",
9590                 "-msse2",
9591                 "-mfpmath=sse",
9592                 "-mmmx",
9593                 "-momit-leaf-frame-pointer",
9594                 "-pthread",
9595                 "-mstack-alignment=16",
9596                 "-mstackrealign",
9597                 "-Wall",
9598                 "-Werror",
9599                 "-Wextra",
9600                 "-Wno-missing-field-initializers",
9601                 "-Wno-unused-parameter",
9602                 "-Wno-c++11-narrowing",
9603                 "-Wno-covered-switch-default",
9604                 "-Wno-unneeded-internal-declaration",
9605                 "-Wno-inconsistent-missing-override",
9606                 "-Wno-deprecated-register",
9607                 "-Wno-undefined-var-template",
9608                 "-Wno-nonportable-include-path",
9609                 "-Wno-address-of-packed-member",
9610                 "-Wno-unused-lambda-capture",
9611                 "-Wno-user-defined-warnings",
9612                 "-O2",
9613                 "-fno-ident",
9614                 "-fdata-sections",
9615                 "-ffunction-sections",
9616                 "-fomit-frame-pointer",
9617                 "-g0",
9618                 "-fvisibility=hidden",
9619                 "-Wheader-hygiene",
9620                 "-Wstring-conversion",
9621                 "-Wtautological-overlap-compare",
9622                 "-Wextra",
9623                 "-Wno-unused-parameter",
9624                 "-Wno-missing-field-initializers",
9625                 "-Wno-strict-overflow",
9626                 "-Wc++11-narrowing",
9627                 "-Wimplicit-fallthrough",
9628                 "-Wthread-safety",
9629                 "-Winconsistent-missing-override",
9630                 "-Wundef",
9631                 "-Wunused-lambda-capture"
9632             ],
9633             "defines": [
9634                 "WEBRTC_DUMMY_AUDIO_BUILD",
9635                 "V8_DEPRECATION_WARNINGS",
9636                 "USE_NSS_CERTS=1",
9637                 "USE_X11=1",
9638                 "CHROMIUM_BUILD",
9639                 "_FILE_OFFSET_BITS=64",
9640                 "NDEBUG",
9641                 "NVALGRIND",
9642                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9643                 "WEBRTC_ENABLE_PROTOBUF=0",
9644                 "WEBRTC_RESTRICT_LOGGING",
9645                 "WEBRTC_MOZILLA_BUILD",
9646                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9647                 "WEBRTC_POSIX",
9648                 "WEBRTC_LINUX"
9649             ],
9650             "deps": [
9651                 "//:webrtc_common",
9652                 "//api:array_view",
9653                 "//common_audio:common_audio",
9654                 "//modules:module_api",
9655                 "//modules/utility:utility",
9656                 "//rtc_base:rtc_base_approved",
9657                 "//rtc_base:rtc_task_queue",
9658                 "//system_wrappers:system_wrappers"
9659             ],
9660             "include_dirs": [
9661                 "//modules/audio_device/linux/",
9662                 "//",
9663                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
9664                 "//modules/include/",
9665                 "//modules/audio_device/include/",
9666                 "//modules/audio_device/dummy/",
9667                 "//common_audio/resampler/include/",
9668                 "//common_audio/signal_processing/include/",
9669                 "//common_audio/vad/include/"
9670             ],
9671             "libs": [
9672                 "rt"
9673             ],
9674             "sources": [
9675                 "//modules/audio_device/audio_device_buffer.cc",
9676                 "//modules/audio_device/audio_device_buffer.h",
9677                 "//modules/audio_device/audio_device_config.h",
9678                 "//modules/audio_device/audio_device_generic.cc",
9679                 "//modules/audio_device/audio_device_generic.h",
9680                 "//modules/audio_device/dummy/audio_device_dummy.cc",
9681                 "//modules/audio_device/dummy/audio_device_dummy.h",
9682                 "//modules/audio_device/dummy/file_audio_device.cc",
9683                 "//modules/audio_device/dummy/file_audio_device.h",
9684                 "//modules/audio_device/fine_audio_buffer.cc",
9685                 "//modules/audio_device/fine_audio_buffer.h",
9686                 "//modules/audio_device/include/audio_device.h",
9687                 "//modules/audio_device/include/audio_device_defines.h",
9688                 "//modules/audio_device/dummy/file_audio_device_factory.cc",
9689                 "//modules/audio_device/dummy/file_audio_device_factory.h"
9690             ],
9691             "type": "source_set"
9692         },
9693         "//modules/audio_mixer:audio_frame_manipulator": {
9694             "cflags": [
9695                 "-fno-strict-aliasing",
9696                 "--param=ssp-buffer-size=4",
9697                 "-fstack-protector",
9698                 "-Wno-builtin-macro-redefined",
9699                 "-D__DATE__=",
9700                 "-D__TIME__=",
9701                 "-D__TIMESTAMP__=",
9702                 "-funwind-tables",
9703                 "-fPIC",
9704                 "-pipe",
9705                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9706                 "-fcolor-diagnostics",
9707                 "-m32",
9708                 "-msse2",
9709                 "-mfpmath=sse",
9710                 "-mmmx",
9711                 "-momit-leaf-frame-pointer",
9712                 "-pthread",
9713                 "-mstack-alignment=16",
9714                 "-mstackrealign",
9715                 "-Wall",
9716                 "-Werror",
9717                 "-Wextra",
9718                 "-Wno-missing-field-initializers",
9719                 "-Wno-unused-parameter",
9720                 "-Wno-c++11-narrowing",
9721                 "-Wno-covered-switch-default",
9722                 "-Wno-unneeded-internal-declaration",
9723                 "-Wno-inconsistent-missing-override",
9724                 "-Wno-deprecated-register",
9725                 "-Wno-undefined-var-template",
9726                 "-Wno-nonportable-include-path",
9727                 "-Wno-address-of-packed-member",
9728                 "-Wno-unused-lambda-capture",
9729                 "-Wno-user-defined-warnings",
9730                 "-O2",
9731                 "-fno-ident",
9732                 "-fdata-sections",
9733                 "-ffunction-sections",
9734                 "-fomit-frame-pointer",
9735                 "-g0",
9736                 "-fvisibility=hidden",
9737                 "-Xclang",
9738                 "-load",
9739                 "-Xclang",
9740                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9741                 "-Xclang",
9742                 "-add-plugin",
9743                 "-Xclang",
9744                 "find-bad-constructs",
9745                 "-Xclang",
9746                 "-plugin-arg-find-bad-constructs",
9747                 "-Xclang",
9748                 "check-auto-raw-pointer",
9749                 "-Xclang",
9750                 "-plugin-arg-find-bad-constructs",
9751                 "-Xclang",
9752                 "check-ipc",
9753                 "-Wheader-hygiene",
9754                 "-Wstring-conversion",
9755                 "-Wtautological-overlap-compare",
9756                 "-Wextra",
9757                 "-Wno-unused-parameter",
9758                 "-Wno-missing-field-initializers",
9759                 "-Wno-strict-overflow",
9760                 "-Wc++11-narrowing",
9761                 "-Wimplicit-fallthrough",
9762                 "-Wthread-safety",
9763                 "-Winconsistent-missing-override",
9764                 "-Wundef",
9765                 "-Wunused-lambda-capture"
9766             ],
9767             "defines": [
9768                 "V8_DEPRECATION_WARNINGS",
9769                 "USE_NSS_CERTS=1",
9770                 "USE_X11=1",
9771                 "CHROMIUM_BUILD",
9772                 "_FILE_OFFSET_BITS=64",
9773                 "NDEBUG",
9774                 "NVALGRIND",
9775                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9776                 "WEBRTC_ENABLE_PROTOBUF=0",
9777                 "WEBRTC_RESTRICT_LOGGING",
9778                 "WEBRTC_MOZILLA_BUILD",
9779                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9780                 "WEBRTC_POSIX",
9781                 "WEBRTC_LINUX"
9782             ],
9783             "deps": [
9784                 "//audio/utility:utility",
9785                 "//modules:module_api",
9786                 "//rtc_base:rtc_base_approved"
9787             ],
9788             "include_dirs": [
9789                 "//",
9790                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
9791             ],
9792             "libs": [
9793                 "rt"
9794             ],
9795             "sources": [
9796                 "//modules/audio_mixer/audio_frame_manipulator.cc",
9797                 "//modules/audio_mixer/audio_frame_manipulator.h"
9798             ],
9799             "type": "static_library"
9800         },
9801         "//modules/audio_mixer:audio_mixer_impl": {
9802             "cflags": [
9803                 "-fno-strict-aliasing",
9804                 "--param=ssp-buffer-size=4",
9805                 "-fstack-protector",
9806                 "-Wno-builtin-macro-redefined",
9807                 "-D__DATE__=",
9808                 "-D__TIME__=",
9809                 "-D__TIMESTAMP__=",
9810                 "-funwind-tables",
9811                 "-fPIC",
9812                 "-pipe",
9813                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9814                 "-fcolor-diagnostics",
9815                 "-m32",
9816                 "-msse2",
9817                 "-mfpmath=sse",
9818                 "-mmmx",
9819                 "-momit-leaf-frame-pointer",
9820                 "-pthread",
9821                 "-mstack-alignment=16",
9822                 "-mstackrealign",
9823                 "-Wall",
9824                 "-Werror",
9825                 "-Wextra",
9826                 "-Wno-missing-field-initializers",
9827                 "-Wno-unused-parameter",
9828                 "-Wno-c++11-narrowing",
9829                 "-Wno-covered-switch-default",
9830                 "-Wno-unneeded-internal-declaration",
9831                 "-Wno-inconsistent-missing-override",
9832                 "-Wno-deprecated-register",
9833                 "-Wno-undefined-var-template",
9834                 "-Wno-nonportable-include-path",
9835                 "-Wno-address-of-packed-member",
9836                 "-Wno-unused-lambda-capture",
9837                 "-Wno-user-defined-warnings",
9838                 "-O2",
9839                 "-fno-ident",
9840                 "-fdata-sections",
9841                 "-ffunction-sections",
9842                 "-fomit-frame-pointer",
9843                 "-g0",
9844                 "-fvisibility=hidden",
9845                 "-Xclang",
9846                 "-load",
9847                 "-Xclang",
9848                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9849                 "-Xclang",
9850                 "-add-plugin",
9851                 "-Xclang",
9852                 "find-bad-constructs",
9853                 "-Xclang",
9854                 "-plugin-arg-find-bad-constructs",
9855                 "-Xclang",
9856                 "check-auto-raw-pointer",
9857                 "-Xclang",
9858                 "-plugin-arg-find-bad-constructs",
9859                 "-Xclang",
9860                 "check-ipc",
9861                 "-Wheader-hygiene",
9862                 "-Wstring-conversion",
9863                 "-Wtautological-overlap-compare",
9864                 "-Wextra",
9865                 "-Wno-unused-parameter",
9866                 "-Wno-missing-field-initializers",
9867                 "-Wno-strict-overflow",
9868                 "-Wc++11-narrowing",
9869                 "-Wimplicit-fallthrough",
9870                 "-Wthread-safety",
9871                 "-Winconsistent-missing-override",
9872                 "-Wundef",
9873                 "-Wunused-lambda-capture"
9874             ],
9875             "defines": [
9876                 "V8_DEPRECATION_WARNINGS",
9877                 "USE_NSS_CERTS=1",
9878                 "USE_X11=1",
9879                 "CHROMIUM_BUILD",
9880                 "_FILE_OFFSET_BITS=64",
9881                 "NDEBUG",
9882                 "NVALGRIND",
9883                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
9884                 "WEBRTC_ENABLE_PROTOBUF=0",
9885                 "WEBRTC_RESTRICT_LOGGING",
9886                 "WEBRTC_MOZILLA_BUILD",
9887                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
9888                 "WEBRTC_POSIX",
9889                 "WEBRTC_LINUX"
9890             ],
9891             "deps": [
9892                 "//:webrtc_common",
9893                 "//api:array_view",
9894                 "//api:audio_mixer_api",
9895                 "//audio/utility:audio_frame_operations",
9896                 "//modules:module_api",
9897                 "//modules/audio_mixer:audio_frame_manipulator",
9898                 "//modules/audio_processing:audio_processing",
9899                 "//rtc_base:rtc_base_approved",
9900                 "//system_wrappers:system_wrappers"
9901             ],
9902             "include_dirs": [
9903                 "//",
9904                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
9905             ],
9906             "libs": [
9907                 "rt",
9908                 "m"
9909             ],
9910             "sources": [
9911                 "//modules/audio_mixer/audio_mixer_impl.cc",
9912                 "//modules/audio_mixer/audio_mixer_impl.h",
9913                 "//modules/audio_mixer/default_output_rate_calculator.cc",
9914                 "//modules/audio_mixer/default_output_rate_calculator.h",
9915                 "//modules/audio_mixer/frame_combiner.cc",
9916                 "//modules/audio_mixer/frame_combiner.h",
9917                 "//modules/audio_mixer/output_rate_calculator.h"
9918             ],
9919             "type": "static_library"
9920         },
9921         "//modules/audio_processing/aec_dump:aec_dump": {
9922             "cflags": [
9923                 "-fno-strict-aliasing",
9924                 "--param=ssp-buffer-size=4",
9925                 "-fstack-protector",
9926                 "-Wno-builtin-macro-redefined",
9927                 "-D__DATE__=",
9928                 "-D__TIME__=",
9929                 "-D__TIMESTAMP__=",
9930                 "-funwind-tables",
9931                 "-fPIC",
9932                 "-pipe",
9933                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
9934                 "-fcolor-diagnostics",
9935                 "-m32",
9936                 "-msse2",
9937                 "-mfpmath=sse",
9938                 "-mmmx",
9939                 "-momit-leaf-frame-pointer",
9940                 "-pthread",
9941                 "-mstack-alignment=16",
9942                 "-mstackrealign",
9943                 "-Wall",
9944                 "-Werror",
9945                 "-Wextra",
9946                 "-Wno-missing-field-initializers",
9947                 "-Wno-unused-parameter",
9948                 "-Wno-c++11-narrowing",
9949                 "-Wno-covered-switch-default",
9950                 "-Wno-unneeded-internal-declaration",
9951                 "-Wno-inconsistent-missing-override",
9952                 "-Wno-deprecated-register",
9953                 "-Wno-undefined-var-template",
9954                 "-Wno-nonportable-include-path",
9955                 "-Wno-address-of-packed-member",
9956                 "-Wno-unused-lambda-capture",
9957                 "-Wno-user-defined-warnings",
9958                 "-O2",
9959                 "-fno-ident",
9960                 "-fdata-sections",
9961                 "-ffunction-sections",
9962                 "-fomit-frame-pointer",
9963                 "-g0",
9964                 "-fvisibility=hidden",
9965                 "-Xclang",
9966                 "-load",
9967                 "-Xclang",
9968                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
9969                 "-Xclang",
9970                 "-add-plugin",
9971                 "-Xclang",
9972                 "find-bad-constructs",
9973                 "-Xclang",
9974                 "-plugin-arg-find-bad-constructs",
9975                 "-Xclang",
9976                 "check-auto-raw-pointer",
9977                 "-Xclang",
9978                 "-plugin-arg-find-bad-constructs",
9979                 "-Xclang",
9980                 "check-ipc",
9981                 "-Wheader-hygiene",
9982                 "-Wstring-conversion",
9983                 "-Wtautological-overlap-compare",
9984                 "-Wextra",
9985                 "-Wno-unused-parameter",
9986                 "-Wno-missing-field-initializers",
9987                 "-Wno-strict-overflow",
9988                 "-Wc++11-narrowing",
9989                 "-Wimplicit-fallthrough",
9990                 "-Wthread-safety",
9991                 "-Winconsistent-missing-override",
9992                 "-Wundef",
9993                 "-Wunused-lambda-capture"
9994             ],
9995             "defines": [
9996                 "V8_DEPRECATION_WARNINGS",
9997                 "USE_NSS_CERTS=1",
9998                 "USE_X11=1",
9999                 "CHROMIUM_BUILD",
10000                 "_FILE_OFFSET_BITS=64",
10001                 "NDEBUG",
10002                 "NVALGRIND",
10003                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10004                 "WEBRTC_ENABLE_PROTOBUF=0",
10005                 "WEBRTC_RESTRICT_LOGGING",
10006                 "WEBRTC_MOZILLA_BUILD",
10007                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10008                 "WEBRTC_POSIX",
10009                 "WEBRTC_LINUX"
10010             ],
10011             "deps": [
10012                 "//modules/audio_processing:aec_dump_interface",
10013                 "//rtc_base:rtc_base_approved"
10014             ],
10015             "include_dirs": [
10016                 "//",
10017                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
10018             ],
10019             "libs": [],
10020             "sources": [
10021                 "//modules/audio_processing/aec_dump/aec_dump_factory.h"
10022             ],
10023             "type": "source_set"
10024         },
10025         "//modules/audio_processing/aec_dump:null_aec_dump_factory": {
10026             "cflags": [
10027                 "-fno-strict-aliasing",
10028                 "--param=ssp-buffer-size=4",
10029                 "-fstack-protector",
10030                 "-Wno-builtin-macro-redefined",
10031                 "-D__DATE__=",
10032                 "-D__TIME__=",
10033                 "-D__TIMESTAMP__=",
10034                 "-funwind-tables",
10035                 "-fPIC",
10036                 "-pipe",
10037                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
10038                 "-fcolor-diagnostics",
10039                 "-m32",
10040                 "-msse2",
10041                 "-mfpmath=sse",
10042                 "-mmmx",
10043                 "-momit-leaf-frame-pointer",
10044                 "-pthread",
10045                 "-mstack-alignment=16",
10046                 "-mstackrealign",
10047                 "-Wall",
10048                 "-Werror",
10049                 "-Wextra",
10050                 "-Wno-missing-field-initializers",
10051                 "-Wno-unused-parameter",
10052                 "-Wno-c++11-narrowing",
10053                 "-Wno-covered-switch-default",
10054                 "-Wno-unneeded-internal-declaration",
10055                 "-Wno-inconsistent-missing-override",
10056                 "-Wno-deprecated-register",
10057                 "-Wno-undefined-var-template",
10058                 "-Wno-nonportable-include-path",
10059                 "-Wno-address-of-packed-member",
10060                 "-Wno-unused-lambda-capture",
10061                 "-Wno-user-defined-warnings",
10062                 "-O2",
10063                 "-fno-ident",
10064                 "-fdata-sections",
10065                 "-ffunction-sections",
10066                 "-fomit-frame-pointer",
10067                 "-g0",
10068                 "-fvisibility=hidden",
10069                 "-Xclang",
10070                 "-load",
10071                 "-Xclang",
10072                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
10073                 "-Xclang",
10074                 "-add-plugin",
10075                 "-Xclang",
10076                 "find-bad-constructs",
10077                 "-Xclang",
10078                 "-plugin-arg-find-bad-constructs",
10079                 "-Xclang",
10080                 "check-auto-raw-pointer",
10081                 "-Xclang",
10082                 "-plugin-arg-find-bad-constructs",
10083                 "-Xclang",
10084                 "check-ipc",
10085                 "-Wheader-hygiene",
10086                 "-Wstring-conversion",
10087                 "-Wtautological-overlap-compare",
10088                 "-Wextra",
10089                 "-Wno-unused-parameter",
10090                 "-Wno-missing-field-initializers",
10091                 "-Wno-strict-overflow",
10092                 "-Wc++11-narrowing",
10093                 "-Wimplicit-fallthrough",
10094                 "-Wthread-safety",
10095                 "-Winconsistent-missing-override",
10096                 "-Wundef",
10097                 "-Wunused-lambda-capture"
10098             ],
10099             "defines": [
10100                 "V8_DEPRECATION_WARNINGS",
10101                 "USE_NSS_CERTS=1",
10102                 "USE_X11=1",
10103                 "CHROMIUM_BUILD",
10104                 "_FILE_OFFSET_BITS=64",
10105                 "NDEBUG",
10106                 "NVALGRIND",
10107                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10108                 "WEBRTC_ENABLE_PROTOBUF=0",
10109                 "WEBRTC_RESTRICT_LOGGING",
10110                 "WEBRTC_MOZILLA_BUILD",
10111                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10112                 "WEBRTC_POSIX",
10113                 "WEBRTC_LINUX"
10114             ],
10115             "deps": [
10116                 "//modules/audio_processing:aec_dump_interface",
10117                 "//modules/audio_processing/aec_dump:aec_dump"
10118             ],
10119             "include_dirs": [
10120                 "//",
10121                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
10122             ],
10123             "libs": [],
10124             "sources": [
10125                 "//modules/audio_processing/aec_dump/null_aec_dump_factory.cc"
10126             ],
10127             "type": "source_set"
10128         },
10129         "//modules/audio_processing:aec_dump_interface": {
10130             "cflags": [
10131                 "-fno-strict-aliasing",
10132                 "--param=ssp-buffer-size=4",
10133                 "-fstack-protector",
10134                 "-Wno-builtin-macro-redefined",
10135                 "-D__DATE__=",
10136                 "-D__TIME__=",
10137                 "-D__TIMESTAMP__=",
10138                 "-funwind-tables",
10139                 "-fPIC",
10140                 "-pipe",
10141                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
10142                 "-fcolor-diagnostics",
10143                 "-m32",
10144                 "-msse2",
10145                 "-mfpmath=sse",
10146                 "-mmmx",
10147                 "-momit-leaf-frame-pointer",
10148                 "-pthread",
10149                 "-mstack-alignment=16",
10150                 "-mstackrealign",
10151                 "-Wall",
10152                 "-Werror",
10153                 "-Wextra",
10154                 "-Wno-missing-field-initializers",
10155                 "-Wno-unused-parameter",
10156                 "-Wno-c++11-narrowing",
10157                 "-Wno-covered-switch-default",
10158                 "-Wno-unneeded-internal-declaration",
10159                 "-Wno-inconsistent-missing-override",
10160                 "-Wno-deprecated-register",
10161                 "-Wno-undefined-var-template",
10162                 "-Wno-nonportable-include-path",
10163                 "-Wno-address-of-packed-member",
10164                 "-Wno-unused-lambda-capture",
10165                 "-Wno-user-defined-warnings",
10166                 "-O2",
10167                 "-fno-ident",
10168                 "-fdata-sections",
10169                 "-ffunction-sections",
10170                 "-fomit-frame-pointer",
10171                 "-g0",
10172                 "-fvisibility=hidden",
10173                 "-Xclang",
10174                 "-load",
10175                 "-Xclang",
10176                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
10177                 "-Xclang",
10178                 "-add-plugin",
10179                 "-Xclang",
10180                 "find-bad-constructs",
10181                 "-Xclang",
10182                 "-plugin-arg-find-bad-constructs",
10183                 "-Xclang",
10184                 "check-auto-raw-pointer",
10185                 "-Xclang",
10186                 "-plugin-arg-find-bad-constructs",
10187                 "-Xclang",
10188                 "check-ipc",
10189                 "-Wheader-hygiene",
10190                 "-Wstring-conversion",
10191                 "-Wtautological-overlap-compare",
10192                 "-Wextra",
10193                 "-Wno-unused-parameter",
10194                 "-Wno-missing-field-initializers",
10195                 "-Wno-strict-overflow",
10196                 "-Wc++11-narrowing",
10197                 "-Wimplicit-fallthrough",
10198                 "-Wthread-safety",
10199                 "-Winconsistent-missing-override",
10200                 "-Wundef",
10201                 "-Wunused-lambda-capture"
10202             ],
10203             "defines": [
10204                 "V8_DEPRECATION_WARNINGS",
10205                 "USE_NSS_CERTS=1",
10206                 "USE_X11=1",
10207                 "CHROMIUM_BUILD",
10208                 "_FILE_OFFSET_BITS=64",
10209                 "NDEBUG",
10210                 "NVALGRIND",
10211                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10212                 "WEBRTC_ENABLE_PROTOBUF=0",
10213                 "WEBRTC_RESTRICT_LOGGING",
10214                 "WEBRTC_MOZILLA_BUILD",
10215                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10216                 "WEBRTC_POSIX",
10217                 "WEBRTC_LINUX"
10218             ],
10219             "deps": [
10220                 "//api:array_view",
10221                 "//rtc_base:rtc_base_approved"
10222             ],
10223             "include_dirs": [
10224                 "//",
10225                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
10226             ],
10227             "libs": [],
10228             "sources": [
10229                 "//modules/audio_processing/include/aec_dump.cc",
10230                 "//modules/audio_processing/include/aec_dump.h"
10231             ],
10232             "type": "source_set"
10233         },
10234         "//modules/audio_processing:audio_processing": {
10235             "cflags": [
10236                 "-fno-strict-aliasing",
10237                 "--param=ssp-buffer-size=4",
10238                 "-fstack-protector",
10239                 "-Wno-builtin-macro-redefined",
10240                 "-D__DATE__=",
10241                 "-D__TIME__=",
10242                 "-D__TIMESTAMP__=",
10243                 "-funwind-tables",
10244                 "-fPIC",
10245                 "-pipe",
10246                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
10247                 "-fcolor-diagnostics",
10248                 "-m32",
10249                 "-msse2",
10250                 "-mfpmath=sse",
10251                 "-mmmx",
10252                 "-momit-leaf-frame-pointer",
10253                 "-pthread",
10254                 "-mstack-alignment=16",
10255                 "-mstackrealign",
10256                 "-Wall",
10257                 "-Werror",
10258                 "-Wextra",
10259                 "-Wno-missing-field-initializers",
10260                 "-Wno-unused-parameter",
10261                 "-Wno-c++11-narrowing",
10262                 "-Wno-covered-switch-default",
10263                 "-Wno-unneeded-internal-declaration",
10264                 "-Wno-inconsistent-missing-override",
10265                 "-Wno-deprecated-register",
10266                 "-Wno-undefined-var-template",
10267                 "-Wno-nonportable-include-path",
10268                 "-Wno-address-of-packed-member",
10269                 "-Wno-unused-lambda-capture",
10270                 "-Wno-user-defined-warnings",
10271                 "-O2",
10272                 "-fno-ident",
10273                 "-fdata-sections",
10274                 "-ffunction-sections",
10275                 "-fomit-frame-pointer",
10276                 "-g0",
10277                 "-fvisibility=hidden",
10278                 "-Xclang",
10279                 "-load",
10280                 "-Xclang",
10281                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
10282                 "-Xclang",
10283                 "-add-plugin",
10284                 "-Xclang",
10285                 "find-bad-constructs",
10286                 "-Xclang",
10287                 "-plugin-arg-find-bad-constructs",
10288                 "-Xclang",
10289                 "check-auto-raw-pointer",
10290                 "-Xclang",
10291                 "-plugin-arg-find-bad-constructs",
10292                 "-Xclang",
10293                 "check-ipc",
10294                 "-Wheader-hygiene",
10295                 "-Wstring-conversion",
10296                 "-Wtautological-overlap-compare",
10297                 "-Wextra",
10298                 "-Wno-unused-parameter",
10299                 "-Wno-missing-field-initializers",
10300                 "-Wno-strict-overflow",
10301                 "-Wc++11-narrowing",
10302                 "-Wimplicit-fallthrough",
10303                 "-Wthread-safety",
10304                 "-Winconsistent-missing-override",
10305                 "-Wundef",
10306                 "-Wunused-lambda-capture"
10307             ],
10308             "defines": [
10309                 "WEBRTC_APM_DEBUG_DUMP=1",
10310                 "WEBRTC_INTELLIGIBILITY_ENHANCER=0",
10311                 "WEBRTC_NS_FLOAT",
10312                 "V8_DEPRECATION_WARNINGS",
10313                 "USE_NSS_CERTS=1",
10314                 "USE_X11=1",
10315                 "CHROMIUM_BUILD",
10316                 "_FILE_OFFSET_BITS=64",
10317                 "NDEBUG",
10318                 "NVALGRIND",
10319                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10320                 "WEBRTC_ENABLE_PROTOBUF=0",
10321                 "WEBRTC_RESTRICT_LOGGING",
10322                 "WEBRTC_MOZILLA_BUILD",
10323                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10324                 "WEBRTC_POSIX",
10325                 "WEBRTC_LINUX"
10326             ],
10327             "deps": [
10328                 "//:webrtc_common",
10329                 "//api:array_view",
10330                 "//api:optional",
10331                 "//audio/utility:audio_frame_operations",
10332                 "//common_audio:common_audio",
10333                 "//common_audio:fir_filter",
10334                 "//common_audio:fir_filter_factory",
10335                 "//modules:module_api",
10336                 "//modules/audio_coding:isac",
10337                 "//modules/audio_processing:aec_dump_interface",
10338                 "//modules/audio_processing:audio_processing_c",
10339                 "//modules/audio_processing:audio_processing_sse2",
10340                 "//modules/audio_processing:audio_processing_statistics",
10341                 "//rtc_base:gtest_prod",
10342                 "//rtc_base:protobuf_utils",
10343                 "//rtc_base:rtc_base_approved",
10344                 "//system_wrappers:field_trial_api",
10345                 "//system_wrappers:system_wrappers"
10346             ],
10347             "include_dirs": [
10348                 "//",
10349                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
10350                 "//modules/audio_coding/codecs/isac/main/include/",
10351                 "//common_audio/resampler/include/",
10352                 "//common_audio/signal_processing/include/",
10353                 "//common_audio/vad/include/"
10354             ],
10355             "libs": [
10356                 "rt",
10357                 "m"
10358             ],
10359             "sources": [
10360                 "//modules/audio_processing/aec/aec_core.cc",
10361                 "//modules/audio_processing/aec/aec_core.h",
10362                 "//modules/audio_processing/aec/aec_core_optimized_methods.h",
10363                 "//modules/audio_processing/aec/aec_resampler.cc",
10364                 "//modules/audio_processing/aec/aec_resampler.h",
10365                 "//modules/audio_processing/aec/echo_cancellation.cc",
10366                 "//modules/audio_processing/aec/echo_cancellation.h",
10367                 "//modules/audio_processing/aec3/adaptive_fir_filter.cc",
10368                 "//modules/audio_processing/aec3/adaptive_fir_filter.h",
10369                 "//modules/audio_processing/aec3/aec3_common.cc",
10370                 "//modules/audio_processing/aec3/aec3_common.h",
10371                 "//modules/audio_processing/aec3/aec3_fft.cc",
10372                 "//modules/audio_processing/aec3/aec3_fft.h",
10373                 "//modules/audio_processing/aec3/aec_state.cc",
10374                 "//modules/audio_processing/aec3/aec_state.h",
10375                 "//modules/audio_processing/aec3/block_framer.cc",
10376                 "//modules/audio_processing/aec3/block_framer.h",
10377                 "//modules/audio_processing/aec3/block_processor.cc",
10378                 "//modules/audio_processing/aec3/block_processor.h",
10379                 "//modules/audio_processing/aec3/block_processor_metrics.cc",
10380                 "//modules/audio_processing/aec3/block_processor_metrics.h",
10381                 "//modules/audio_processing/aec3/cascaded_biquad_filter.cc",
10382                 "//modules/audio_processing/aec3/cascaded_biquad_filter.h",
10383                 "//modules/audio_processing/aec3/comfort_noise_generator.cc",
10384                 "//modules/audio_processing/aec3/comfort_noise_generator.h",
10385                 "//modules/audio_processing/aec3/decimator.cc",
10386                 "//modules/audio_processing/aec3/decimator.h",
10387                 "//modules/audio_processing/aec3/downsampled_render_buffer.cc",
10388                 "//modules/audio_processing/aec3/downsampled_render_buffer.h",
10389                 "//modules/audio_processing/aec3/echo_canceller3.cc",
10390                 "//modules/audio_processing/aec3/echo_canceller3.h",
10391                 "//modules/audio_processing/aec3/echo_path_delay_estimator.cc",
10392                 "//modules/audio_processing/aec3/echo_path_delay_estimator.h",
10393                 "//modules/audio_processing/aec3/echo_path_variability.cc",
10394                 "//modules/audio_processing/aec3/echo_path_variability.h",
10395                 "//modules/audio_processing/aec3/echo_remover.cc",
10396                 "//modules/audio_processing/aec3/echo_remover.h",
10397                 "//modules/audio_processing/aec3/echo_remover_metrics.cc",
10398                 "//modules/audio_processing/aec3/echo_remover_metrics.h",
10399                 "//modules/audio_processing/aec3/erl_estimator.cc",
10400                 "//modules/audio_processing/aec3/erl_estimator.h",
10401                 "//modules/audio_processing/aec3/erle_estimator.cc",
10402                 "//modules/audio_processing/aec3/erle_estimator.h",
10403                 "//modules/audio_processing/aec3/fft_data.h",
10404                 "//modules/audio_processing/aec3/frame_blocker.cc",
10405                 "//modules/audio_processing/aec3/frame_blocker.h",
10406                 "//modules/audio_processing/aec3/main_filter_update_gain.cc",
10407                 "//modules/audio_processing/aec3/main_filter_update_gain.h",
10408                 "//modules/audio_processing/aec3/matched_filter.cc",
10409                 "//modules/audio_processing/aec3/matched_filter.h",
10410                 "//modules/audio_processing/aec3/matched_filter_lag_aggregator.cc",
10411                 "//modules/audio_processing/aec3/matched_filter_lag_aggregator.h",
10412                 "//modules/audio_processing/aec3/output_selector.cc",
10413                 "//modules/audio_processing/aec3/output_selector.h",
10414                 "//modules/audio_processing/aec3/render_buffer.cc",
10415                 "//modules/audio_processing/aec3/render_buffer.h",
10416                 "//modules/audio_processing/aec3/render_delay_buffer.cc",
10417                 "//modules/audio_processing/aec3/render_delay_buffer.h",
10418                 "//modules/audio_processing/aec3/render_delay_controller.cc",
10419                 "//modules/audio_processing/aec3/render_delay_controller.h",
10420                 "//modules/audio_processing/aec3/render_delay_controller_metrics.cc",
10421                 "//modules/audio_processing/aec3/render_delay_controller_metrics.h",
10422                 "//modules/audio_processing/aec3/render_signal_analyzer.cc",
10423                 "//modules/audio_processing/aec3/render_signal_analyzer.h",
10424                 "//modules/audio_processing/aec3/residual_echo_estimator.cc",
10425                 "//modules/audio_processing/aec3/residual_echo_estimator.h",
10426                 "//modules/audio_processing/aec3/shadow_filter_update_gain.cc",
10427                 "//modules/audio_processing/aec3/shadow_filter_update_gain.h",
10428                 "//modules/audio_processing/aec3/subtractor.cc",
10429                 "//modules/audio_processing/aec3/subtractor.h",
10430                 "//modules/audio_processing/aec3/subtractor_output.h",
10431                 "//modules/audio_processing/aec3/suppression_filter.cc",
10432                 "//modules/audio_processing/aec3/suppression_filter.h",
10433                 "//modules/audio_processing/aec3/suppression_gain.cc",
10434                 "//modules/audio_processing/aec3/suppression_gain.h",
10435                 "//modules/audio_processing/aec3/vector_math.h",
10436                 "//modules/audio_processing/aecm/aecm_core.cc",
10437                 "//modules/audio_processing/aecm/aecm_core.h",
10438                 "//modules/audio_processing/aecm/echo_control_mobile.cc",
10439                 "//modules/audio_processing/aecm/echo_control_mobile.h",
10440                 "//modules/audio_processing/agc/agc.cc",
10441                 "//modules/audio_processing/agc/agc.h",
10442                 "//modules/audio_processing/agc/agc_manager_direct.cc",
10443                 "//modules/audio_processing/agc/agc_manager_direct.h",
10444                 "//modules/audio_processing/agc/gain_map_internal.h",
10445                 "//modules/audio_processing/agc/loudness_histogram.cc",
10446                 "//modules/audio_processing/agc/loudness_histogram.h",
10447                 "//modules/audio_processing/agc/utility.cc",
10448                 "//modules/audio_processing/agc/utility.h",
10449                 "//modules/audio_processing/agc2/gain_controller2.cc",
10450                 "//modules/audio_processing/agc2/gain_controller2.h",
10451                 "//modules/audio_processing/audio_buffer.cc",
10452                 "//modules/audio_processing/audio_buffer.h",
10453                 "//modules/audio_processing/audio_processing_impl.cc",
10454                 "//modules/audio_processing/audio_processing_impl.h",
10455                 "//modules/audio_processing/beamformer/array_util.cc",
10456                 "//modules/audio_processing/beamformer/array_util.h",
10457                 "//modules/audio_processing/beamformer/complex_matrix.h",
10458                 "//modules/audio_processing/beamformer/covariance_matrix_generator.cc",
10459                 "//modules/audio_processing/beamformer/covariance_matrix_generator.h",
10460                 "//modules/audio_processing/beamformer/matrix.h",
10461                 "//modules/audio_processing/beamformer/nonlinear_beamformer.cc",
10462                 "//modules/audio_processing/beamformer/nonlinear_beamformer.h",
10463                 "//modules/audio_processing/common.h",
10464                 "//modules/audio_processing/echo_cancellation_impl.cc",
10465                 "//modules/audio_processing/echo_cancellation_impl.h",
10466                 "//modules/audio_processing/echo_control_mobile_impl.cc",
10467                 "//modules/audio_processing/echo_control_mobile_impl.h",
10468                 "//modules/audio_processing/echo_detector/circular_buffer.cc",
10469                 "//modules/audio_processing/echo_detector/circular_buffer.h",
10470                 "//modules/audio_processing/echo_detector/mean_variance_estimator.cc",
10471                 "//modules/audio_processing/echo_detector/mean_variance_estimator.h",
10472                 "//modules/audio_processing/echo_detector/moving_max.cc",
10473                 "//modules/audio_processing/echo_detector/moving_max.h",
10474                 "//modules/audio_processing/echo_detector/normalized_covariance_estimator.cc",
10475                 "//modules/audio_processing/echo_detector/normalized_covariance_estimator.h",
10476                 "//modules/audio_processing/gain_control_for_experimental_agc.cc",
10477                 "//modules/audio_processing/gain_control_for_experimental_agc.h",
10478                 "//modules/audio_processing/gain_control_impl.cc",
10479                 "//modules/audio_processing/gain_control_impl.h",
10480                 "//modules/audio_processing/include/audio_processing.cc",
10481                 "//modules/audio_processing/include/audio_processing.h",
10482                 "//modules/audio_processing/include/config.cc",
10483                 "//modules/audio_processing/include/config.h",
10484                 "//modules/audio_processing/level_controller/biquad_filter.cc",
10485                 "//modules/audio_processing/level_controller/biquad_filter.h",
10486                 "//modules/audio_processing/level_controller/down_sampler.cc",
10487                 "//modules/audio_processing/level_controller/down_sampler.h",
10488                 "//modules/audio_processing/level_controller/gain_applier.cc",
10489                 "//modules/audio_processing/level_controller/gain_applier.h",
10490                 "//modules/audio_processing/level_controller/gain_selector.cc",
10491                 "//modules/audio_processing/level_controller/gain_selector.h",
10492                 "//modules/audio_processing/level_controller/level_controller.cc",
10493                 "//modules/audio_processing/level_controller/level_controller.h",
10494                 "//modules/audio_processing/level_controller/level_controller_constants.h",
10495                 "//modules/audio_processing/level_controller/noise_level_estimator.cc",
10496                 "//modules/audio_processing/level_controller/noise_level_estimator.h",
10497                 "//modules/audio_processing/level_controller/noise_spectrum_estimator.cc",
10498                 "//modules/audio_processing/level_controller/noise_spectrum_estimator.h",
10499                 "//modules/audio_processing/level_controller/peak_level_estimator.cc",
10500                 "//modules/audio_processing/level_controller/peak_level_estimator.h",
10501                 "//modules/audio_processing/level_controller/saturating_gain_estimator.cc",
10502                 "//modules/audio_processing/level_controller/saturating_gain_estimator.h",
10503                 "//modules/audio_processing/level_controller/signal_classifier.cc",
10504                 "//modules/audio_processing/level_controller/signal_classifier.h",
10505                 "//modules/audio_processing/level_estimator_impl.cc",
10506                 "//modules/audio_processing/level_estimator_impl.h",
10507                 "//modules/audio_processing/logging/apm_data_dumper.cc",
10508                 "//modules/audio_processing/logging/apm_data_dumper.h",
10509                 "//modules/audio_processing/low_cut_filter.cc",
10510                 "//modules/audio_processing/low_cut_filter.h",
10511                 "//modules/audio_processing/noise_suppression_impl.cc",
10512                 "//modules/audio_processing/noise_suppression_impl.h",
10513                 "//modules/audio_processing/render_queue_item_verifier.h",
10514                 "//modules/audio_processing/residual_echo_detector.cc",
10515                 "//modules/audio_processing/residual_echo_detector.h",
10516                 "//modules/audio_processing/rms_level.cc",
10517                 "//modules/audio_processing/rms_level.h",
10518                 "//modules/audio_processing/splitting_filter.cc",
10519                 "//modules/audio_processing/splitting_filter.h",
10520                 "//modules/audio_processing/three_band_filter_bank.cc",
10521                 "//modules/audio_processing/three_band_filter_bank.h",
10522                 "//modules/audio_processing/transient/common.h",
10523                 "//modules/audio_processing/transient/daubechies_8_wavelet_coeffs.h",
10524                 "//modules/audio_processing/transient/dyadic_decimator.h",
10525                 "//modules/audio_processing/transient/moving_moments.cc",
10526                 "//modules/audio_processing/transient/moving_moments.h",
10527                 "//modules/audio_processing/transient/transient_detector.cc",
10528                 "//modules/audio_processing/transient/transient_detector.h",
10529                 "//modules/audio_processing/transient/transient_suppressor.cc",
10530                 "//modules/audio_processing/transient/transient_suppressor.h",
10531                 "//modules/audio_processing/transient/wpd_node.cc",
10532                 "//modules/audio_processing/transient/wpd_node.h",
10533                 "//modules/audio_processing/transient/wpd_tree.cc",
10534                 "//modules/audio_processing/transient/wpd_tree.h",
10535                 "//modules/audio_processing/typing_detection.cc",
10536                 "//modules/audio_processing/typing_detection.h",
10537                 "//modules/audio_processing/utility/block_mean_calculator.cc",
10538                 "//modules/audio_processing/utility/block_mean_calculator.h",
10539                 "//modules/audio_processing/utility/delay_estimator.cc",
10540                 "//modules/audio_processing/utility/delay_estimator.h",
10541                 "//modules/audio_processing/utility/delay_estimator_internal.h",
10542                 "//modules/audio_processing/utility/delay_estimator_wrapper.cc",
10543                 "//modules/audio_processing/utility/delay_estimator_wrapper.h",
10544                 "//modules/audio_processing/utility/ooura_fft.cc",
10545                 "//modules/audio_processing/utility/ooura_fft.h",
10546                 "//modules/audio_processing/utility/ooura_fft_tables_common.h",
10547                 "//modules/audio_processing/vad/common.h",
10548                 "//modules/audio_processing/vad/gmm.cc",
10549                 "//modules/audio_processing/vad/gmm.h",
10550                 "//modules/audio_processing/vad/noise_gmm_tables.h",
10551                 "//modules/audio_processing/vad/pitch_based_vad.cc",
10552                 "//modules/audio_processing/vad/pitch_based_vad.h",
10553                 "//modules/audio_processing/vad/pitch_internal.cc",
10554                 "//modules/audio_processing/vad/pitch_internal.h",
10555                 "//modules/audio_processing/vad/pole_zero_filter.cc",
10556                 "//modules/audio_processing/vad/pole_zero_filter.h",
10557                 "//modules/audio_processing/vad/standalone_vad.cc",
10558                 "//modules/audio_processing/vad/standalone_vad.h",
10559                 "//modules/audio_processing/vad/vad_audio_proc.cc",
10560                 "//modules/audio_processing/vad/vad_audio_proc.h",
10561                 "//modules/audio_processing/vad/vad_audio_proc_internal.h",
10562                 "//modules/audio_processing/vad/vad_circular_buffer.cc",
10563                 "//modules/audio_processing/vad/vad_circular_buffer.h",
10564                 "//modules/audio_processing/vad/voice_activity_detector.cc",
10565                 "//modules/audio_processing/vad/voice_activity_detector.h",
10566                 "//modules/audio_processing/vad/voice_gmm_tables.h",
10567                 "//modules/audio_processing/voice_detection_impl.cc",
10568                 "//modules/audio_processing/voice_detection_impl.h",
10569                 "//modules/audio_processing/aecm/aecm_core_c.cc"
10570             ],
10571             "type": "static_library"
10572         },
10573         "//modules/audio_processing:audio_processing_c": {
10574             "cflags": [
10575                 "-fno-strict-aliasing",
10576                 "--param=ssp-buffer-size=4",
10577                 "-fstack-protector",
10578                 "-Wno-builtin-macro-redefined",
10579                 "-D__DATE__=",
10580                 "-D__TIME__=",
10581                 "-D__TIMESTAMP__=",
10582                 "-funwind-tables",
10583                 "-fPIC",
10584                 "-pipe",
10585                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
10586                 "-fcolor-diagnostics",
10587                 "-m32",
10588                 "-msse2",
10589                 "-mfpmath=sse",
10590                 "-mmmx",
10591                 "-momit-leaf-frame-pointer",
10592                 "-pthread",
10593                 "-mstack-alignment=16",
10594                 "-mstackrealign",
10595                 "-Wall",
10596                 "-Werror",
10597                 "-Wextra",
10598                 "-Wno-missing-field-initializers",
10599                 "-Wno-unused-parameter",
10600                 "-Wno-c++11-narrowing",
10601                 "-Wno-covered-switch-default",
10602                 "-Wno-unneeded-internal-declaration",
10603                 "-Wno-inconsistent-missing-override",
10604                 "-Wno-deprecated-register",
10605                 "-Wno-undefined-var-template",
10606                 "-Wno-nonportable-include-path",
10607                 "-Wno-address-of-packed-member",
10608                 "-Wno-unused-lambda-capture",
10609                 "-Wno-user-defined-warnings",
10610                 "-O2",
10611                 "-fno-ident",
10612                 "-fdata-sections",
10613                 "-ffunction-sections",
10614                 "-fomit-frame-pointer",
10615                 "-g0",
10616                 "-fvisibility=hidden",
10617                 "-Xclang",
10618                 "-load",
10619                 "-Xclang",
10620                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
10621                 "-Xclang",
10622                 "-add-plugin",
10623                 "-Xclang",
10624                 "find-bad-constructs",
10625                 "-Xclang",
10626                 "-plugin-arg-find-bad-constructs",
10627                 "-Xclang",
10628                 "check-auto-raw-pointer",
10629                 "-Xclang",
10630                 "-plugin-arg-find-bad-constructs",
10631                 "-Xclang",
10632                 "check-ipc",
10633                 "-Wheader-hygiene",
10634                 "-Wstring-conversion",
10635                 "-Wtautological-overlap-compare",
10636                 "-Wextra",
10637                 "-Wno-unused-parameter",
10638                 "-Wno-missing-field-initializers",
10639                 "-Wno-strict-overflow",
10640                 "-Wc++11-narrowing",
10641                 "-Wimplicit-fallthrough",
10642                 "-Wthread-safety",
10643                 "-Winconsistent-missing-override",
10644                 "-Wundef",
10645                 "-Wunused-lambda-capture"
10646             ],
10647             "defines": [
10648                 "V8_DEPRECATION_WARNINGS",
10649                 "USE_NSS_CERTS=1",
10650                 "USE_X11=1",
10651                 "CHROMIUM_BUILD",
10652                 "_FILE_OFFSET_BITS=64",
10653                 "NDEBUG",
10654                 "NVALGRIND",
10655                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10656                 "WEBRTC_ENABLE_PROTOBUF=0",
10657                 "WEBRTC_RESTRICT_LOGGING",
10658                 "WEBRTC_MOZILLA_BUILD",
10659                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10660                 "WEBRTC_POSIX",
10661                 "WEBRTC_LINUX"
10662             ],
10663             "deps": [
10664                 "//:webrtc_common",
10665                 "//common_audio:common_audio",
10666                 "//rtc_base:rtc_base_approved",
10667                 "//system_wrappers:system_wrappers"
10668             ],
10669             "include_dirs": [
10670                 "//",
10671                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
10672                 "//common_audio/resampler/include/",
10673                 "//common_audio/signal_processing/include/",
10674                 "//common_audio/vad/include/"
10675             ],
10676             "libs": [
10677                 "rt"
10678             ],
10679             "sources": [
10680                 "//modules/audio_processing/agc/legacy/analog_agc.c",
10681                 "//modules/audio_processing/agc/legacy/analog_agc.h",
10682                 "//modules/audio_processing/agc/legacy/digital_agc.c",
10683                 "//modules/audio_processing/agc/legacy/digital_agc.h",
10684                 "//modules/audio_processing/agc/legacy/gain_control.h",
10685                 "//modules/audio_processing/ns/defines.h",
10686                 "//modules/audio_processing/ns/noise_suppression.c",
10687                 "//modules/audio_processing/ns/noise_suppression.h",
10688                 "//modules/audio_processing/ns/ns_core.c",
10689                 "//modules/audio_processing/ns/ns_core.h",
10690                 "//modules/audio_processing/ns/windows_private.h"
10691             ],
10692             "type": "source_set"
10693         },
10694         "//modules/audio_processing:audio_processing_sse2": {
10695             "cflags": [
10696                 "-fno-strict-aliasing",
10697                 "--param=ssp-buffer-size=4",
10698                 "-fstack-protector",
10699                 "-Wno-builtin-macro-redefined",
10700                 "-D__DATE__=",
10701                 "-D__TIME__=",
10702                 "-D__TIMESTAMP__=",
10703                 "-funwind-tables",
10704                 "-fPIC",
10705                 "-pipe",
10706                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
10707                 "-fcolor-diagnostics",
10708                 "-m32",
10709                 "-msse2",
10710                 "-mfpmath=sse",
10711                 "-mmmx",
10712                 "-momit-leaf-frame-pointer",
10713                 "-pthread",
10714                 "-mstack-alignment=16",
10715                 "-mstackrealign",
10716                 "-Wall",
10717                 "-Werror",
10718                 "-Wextra",
10719                 "-Wno-missing-field-initializers",
10720                 "-Wno-unused-parameter",
10721                 "-Wno-c++11-narrowing",
10722                 "-Wno-covered-switch-default",
10723                 "-Wno-unneeded-internal-declaration",
10724                 "-Wno-inconsistent-missing-override",
10725                 "-Wno-deprecated-register",
10726                 "-Wno-undefined-var-template",
10727                 "-Wno-nonportable-include-path",
10728                 "-Wno-address-of-packed-member",
10729                 "-Wno-unused-lambda-capture",
10730                 "-Wno-user-defined-warnings",
10731                 "-O2",
10732                 "-fno-ident",
10733                 "-fdata-sections",
10734                 "-ffunction-sections",
10735                 "-fomit-frame-pointer",
10736                 "-g0",
10737                 "-fvisibility=hidden",
10738                 "-Xclang",
10739                 "-load",
10740                 "-Xclang",
10741                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
10742                 "-Xclang",
10743                 "-add-plugin",
10744                 "-Xclang",
10745                 "find-bad-constructs",
10746                 "-Xclang",
10747                 "-plugin-arg-find-bad-constructs",
10748                 "-Xclang",
10749                 "check-auto-raw-pointer",
10750                 "-Xclang",
10751                 "-plugin-arg-find-bad-constructs",
10752                 "-Xclang",
10753                 "check-ipc",
10754                 "-Wheader-hygiene",
10755                 "-Wstring-conversion",
10756                 "-Wtautological-overlap-compare",
10757                 "-Wextra",
10758                 "-Wno-unused-parameter",
10759                 "-Wno-missing-field-initializers",
10760                 "-Wno-strict-overflow",
10761                 "-Wc++11-narrowing",
10762                 "-Wimplicit-fallthrough",
10763                 "-Wthread-safety",
10764                 "-Winconsistent-missing-override",
10765                 "-Wundef",
10766                 "-Wunused-lambda-capture"
10767             ],
10768             "defines": [
10769                 "WEBRTC_APM_DEBUG_DUMP=1",
10770                 "V8_DEPRECATION_WARNINGS",
10771                 "USE_NSS_CERTS=1",
10772                 "USE_X11=1",
10773                 "CHROMIUM_BUILD",
10774                 "_FILE_OFFSET_BITS=64",
10775                 "NDEBUG",
10776                 "NVALGRIND",
10777                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10778                 "WEBRTC_ENABLE_PROTOBUF=0",
10779                 "WEBRTC_RESTRICT_LOGGING",
10780                 "WEBRTC_MOZILLA_BUILD",
10781                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10782                 "WEBRTC_POSIX",
10783                 "WEBRTC_LINUX"
10784             ],
10785             "deps": [],
10786             "include_dirs": [
10787                 "//",
10788                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
10789             ],
10790             "libs": [],
10791             "sources": [
10792                 "//modules/audio_processing/aec/aec_core_sse2.cc",
10793                 "//modules/audio_processing/utility/ooura_fft_sse2.cc",
10794                 "//modules/audio_processing/utility/ooura_fft_tables_neon_sse2.h"
10795             ],
10796             "type": "static_library"
10797         },
10798         "//modules/audio_processing:audio_processing_statistics": {
10799             "cflags": [
10800                 "-fno-strict-aliasing",
10801                 "--param=ssp-buffer-size=4",
10802                 "-fstack-protector",
10803                 "-Wno-builtin-macro-redefined",
10804                 "-D__DATE__=",
10805                 "-D__TIME__=",
10806                 "-D__TIMESTAMP__=",
10807                 "-funwind-tables",
10808                 "-fPIC",
10809                 "-pipe",
10810                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
10811                 "-fcolor-diagnostics",
10812                 "-m32",
10813                 "-msse2",
10814                 "-mfpmath=sse",
10815                 "-mmmx",
10816                 "-momit-leaf-frame-pointer",
10817                 "-pthread",
10818                 "-mstack-alignment=16",
10819                 "-mstackrealign",
10820                 "-Wall",
10821                 "-Werror",
10822                 "-Wextra",
10823                 "-Wno-missing-field-initializers",
10824                 "-Wno-unused-parameter",
10825                 "-Wno-c++11-narrowing",
10826                 "-Wno-covered-switch-default",
10827                 "-Wno-unneeded-internal-declaration",
10828                 "-Wno-inconsistent-missing-override",
10829                 "-Wno-deprecated-register",
10830                 "-Wno-undefined-var-template",
10831                 "-Wno-nonportable-include-path",
10832                 "-Wno-address-of-packed-member",
10833                 "-Wno-unused-lambda-capture",
10834                 "-Wno-user-defined-warnings",
10835                 "-O2",
10836                 "-fno-ident",
10837                 "-fdata-sections",
10838                 "-ffunction-sections",
10839                 "-fomit-frame-pointer",
10840                 "-g0",
10841                 "-fvisibility=hidden",
10842                 "-Xclang",
10843                 "-load",
10844                 "-Xclang",
10845                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
10846                 "-Xclang",
10847                 "-add-plugin",
10848                 "-Xclang",
10849                 "find-bad-constructs",
10850                 "-Xclang",
10851                 "-plugin-arg-find-bad-constructs",
10852                 "-Xclang",
10853                 "check-auto-raw-pointer",
10854                 "-Xclang",
10855                 "-plugin-arg-find-bad-constructs",
10856                 "-Xclang",
10857                 "check-ipc",
10858                 "-Wheader-hygiene",
10859                 "-Wstring-conversion",
10860                 "-Wtautological-overlap-compare",
10861                 "-Wextra",
10862                 "-Wno-unused-parameter",
10863                 "-Wno-missing-field-initializers",
10864                 "-Wno-strict-overflow",
10865                 "-Wc++11-narrowing",
10866                 "-Wimplicit-fallthrough",
10867                 "-Wthread-safety",
10868                 "-Winconsistent-missing-override",
10869                 "-Wundef",
10870                 "-Wunused-lambda-capture"
10871             ],
10872             "defines": [
10873                 "V8_DEPRECATION_WARNINGS",
10874                 "USE_NSS_CERTS=1",
10875                 "USE_X11=1",
10876                 "CHROMIUM_BUILD",
10877                 "_FILE_OFFSET_BITS=64",
10878                 "NDEBUG",
10879                 "NVALGRIND",
10880                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10881                 "WEBRTC_ENABLE_PROTOBUF=0",
10882                 "WEBRTC_RESTRICT_LOGGING",
10883                 "WEBRTC_MOZILLA_BUILD",
10884                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10885                 "WEBRTC_POSIX",
10886                 "WEBRTC_LINUX"
10887             ],
10888             "deps": [
10889                 "//api:optional"
10890             ],
10891             "include_dirs": [
10892                 "//",
10893                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
10894             ],
10895             "libs": [],
10896             "sources": [
10897                 "//modules/audio_processing/include/audio_processing_statistics.cc",
10898                 "//modules/audio_processing/include/audio_processing_statistics.h"
10899             ],
10900             "type": "source_set"
10901         },
10902         "//modules/bitrate_controller:bitrate_controller": {
10903             "cflags": [
10904                 "-fno-strict-aliasing",
10905                 "--param=ssp-buffer-size=4",
10906                 "-fstack-protector",
10907                 "-Wno-builtin-macro-redefined",
10908                 "-D__DATE__=",
10909                 "-D__TIME__=",
10910                 "-D__TIMESTAMP__=",
10911                 "-funwind-tables",
10912                 "-fPIC",
10913                 "-pipe",
10914                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
10915                 "-fcolor-diagnostics",
10916                 "-m32",
10917                 "-msse2",
10918                 "-mfpmath=sse",
10919                 "-mmmx",
10920                 "-momit-leaf-frame-pointer",
10921                 "-pthread",
10922                 "-mstack-alignment=16",
10923                 "-mstackrealign",
10924                 "-Wall",
10925                 "-Werror",
10926                 "-Wextra",
10927                 "-Wno-missing-field-initializers",
10928                 "-Wno-unused-parameter",
10929                 "-Wno-c++11-narrowing",
10930                 "-Wno-covered-switch-default",
10931                 "-Wno-unneeded-internal-declaration",
10932                 "-Wno-inconsistent-missing-override",
10933                 "-Wno-deprecated-register",
10934                 "-Wno-undefined-var-template",
10935                 "-Wno-nonportable-include-path",
10936                 "-Wno-address-of-packed-member",
10937                 "-Wno-unused-lambda-capture",
10938                 "-Wno-user-defined-warnings",
10939                 "-O2",
10940                 "-fno-ident",
10941                 "-fdata-sections",
10942                 "-ffunction-sections",
10943                 "-fomit-frame-pointer",
10944                 "-g0",
10945                 "-fvisibility=hidden",
10946                 "-Wheader-hygiene",
10947                 "-Wstring-conversion",
10948                 "-Wtautological-overlap-compare",
10949                 "-Wextra",
10950                 "-Wno-unused-parameter",
10951                 "-Wno-missing-field-initializers",
10952                 "-Wno-strict-overflow",
10953                 "-Wc++11-narrowing",
10954                 "-Wimplicit-fallthrough",
10955                 "-Wthread-safety",
10956                 "-Winconsistent-missing-override",
10957                 "-Wundef",
10958                 "-Wunused-lambda-capture"
10959             ],
10960             "defines": [
10961                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
10962                 "V8_DEPRECATION_WARNINGS",
10963                 "USE_NSS_CERTS=1",
10964                 "USE_X11=1",
10965                 "CHROMIUM_BUILD",
10966                 "_FILE_OFFSET_BITS=64",
10967                 "NDEBUG",
10968                 "NVALGRIND",
10969                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
10970                 "WEBRTC_ENABLE_PROTOBUF=0",
10971                 "WEBRTC_RESTRICT_LOGGING",
10972                 "WEBRTC_MOZILLA_BUILD",
10973                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
10974                 "WEBRTC_POSIX",
10975                 "WEBRTC_LINUX"
10976             ],
10977             "deps": [
10978                 "//modules/rtp_rtcp:rtp_rtcp",
10979                 "//rtc_base:rtc_base_approved",
10980                 "//system_wrappers:system_wrappers"
10981             ],
10982             "include_dirs": [
10983                 "//",
10984                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
10985             ],
10986             "libs": [
10987                 "rt"
10988             ],
10989             "sources": [
10990                 "//modules/bitrate_controller/bitrate_controller_impl.cc",
10991                 "//modules/bitrate_controller/bitrate_controller_impl.h",
10992                 "//modules/bitrate_controller/include/bitrate_controller.h",
10993                 "//modules/bitrate_controller/send_side_bandwidth_estimation.cc",
10994                 "//modules/bitrate_controller/send_side_bandwidth_estimation.h"
10995             ],
10996             "type": "static_library"
10997         },
10998         "//modules/congestion_controller:congestion_controller": {
10999             "cflags": [
11000                 "-fno-strict-aliasing",
11001                 "--param=ssp-buffer-size=4",
11002                 "-fstack-protector",
11003                 "-Wno-builtin-macro-redefined",
11004                 "-D__DATE__=",
11005                 "-D__TIME__=",
11006                 "-D__TIMESTAMP__=",
11007                 "-funwind-tables",
11008                 "-fPIC",
11009                 "-pipe",
11010                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11011                 "-fcolor-diagnostics",
11012                 "-m32",
11013                 "-msse2",
11014                 "-mfpmath=sse",
11015                 "-mmmx",
11016                 "-momit-leaf-frame-pointer",
11017                 "-pthread",
11018                 "-mstack-alignment=16",
11019                 "-mstackrealign",
11020                 "-Wall",
11021                 "-Werror",
11022                 "-Wextra",
11023                 "-Wno-missing-field-initializers",
11024                 "-Wno-unused-parameter",
11025                 "-Wno-c++11-narrowing",
11026                 "-Wno-covered-switch-default",
11027                 "-Wno-unneeded-internal-declaration",
11028                 "-Wno-inconsistent-missing-override",
11029                 "-Wno-deprecated-register",
11030                 "-Wno-undefined-var-template",
11031                 "-Wno-nonportable-include-path",
11032                 "-Wno-address-of-packed-member",
11033                 "-Wno-unused-lambda-capture",
11034                 "-Wno-user-defined-warnings",
11035                 "-O2",
11036                 "-fno-ident",
11037                 "-fdata-sections",
11038                 "-ffunction-sections",
11039                 "-fomit-frame-pointer",
11040                 "-g0",
11041                 "-fvisibility=hidden",
11042                 "-Wheader-hygiene",
11043                 "-Wstring-conversion",
11044                 "-Wtautological-overlap-compare",
11045                 "-Wextra",
11046                 "-Wno-unused-parameter",
11047                 "-Wno-missing-field-initializers",
11048                 "-Wno-strict-overflow",
11049                 "-Wc++11-narrowing",
11050                 "-Wimplicit-fallthrough",
11051                 "-Wthread-safety",
11052                 "-Winconsistent-missing-override",
11053                 "-Wundef",
11054                 "-Wunused-lambda-capture"
11055             ],
11056             "defines": [
11057                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
11058                 "V8_DEPRECATION_WARNINGS",
11059                 "USE_NSS_CERTS=1",
11060                 "USE_X11=1",
11061                 "CHROMIUM_BUILD",
11062                 "_FILE_OFFSET_BITS=64",
11063                 "NDEBUG",
11064                 "NVALGRIND",
11065                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11066                 "WEBRTC_ENABLE_PROTOBUF=0",
11067                 "WEBRTC_RESTRICT_LOGGING",
11068                 "WEBRTC_MOZILLA_BUILD",
11069                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11070                 "WEBRTC_POSIX",
11071                 "WEBRTC_LINUX"
11072             ],
11073             "deps": [
11074                 "//:webrtc_common",
11075                 "//api:optional",
11076                 "//logging:rtc_event_log_api",
11077                 "//modules:module_api",
11078                 "//modules/bitrate_controller:bitrate_controller",
11079                 "//modules/pacing:pacing",
11080                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
11081                 "//modules/rtp_rtcp:rtp_rtcp",
11082                 "//modules/utility:utility",
11083                 "//rtc_base:rtc_base",
11084                 "//rtc_base:rtc_base_approved",
11085                 "//rtc_base:rtc_numerics",
11086                 "//system_wrappers:system_wrappers"
11087             ],
11088             "include_dirs": [
11089                 "//",
11090                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
11091             ],
11092             "libs": [
11093                 "rt"
11094             ],
11095             "sources": [
11096                 "//modules/congestion_controller/acknowledged_bitrate_estimator.cc",
11097                 "//modules/congestion_controller/acknowledged_bitrate_estimator.h",
11098                 "//modules/congestion_controller/bitrate_estimator.cc",
11099                 "//modules/congestion_controller/bitrate_estimator.h",
11100                 "//modules/congestion_controller/delay_based_bwe.cc",
11101                 "//modules/congestion_controller/delay_based_bwe.h",
11102                 "//modules/congestion_controller/include/receive_side_congestion_controller.h",
11103                 "//modules/congestion_controller/include/send_side_congestion_controller.h",
11104                 "//modules/congestion_controller/median_slope_estimator.cc",
11105                 "//modules/congestion_controller/median_slope_estimator.h",
11106                 "//modules/congestion_controller/probe_bitrate_estimator.cc",
11107                 "//modules/congestion_controller/probe_bitrate_estimator.h",
11108                 "//modules/congestion_controller/probe_controller.cc",
11109                 "//modules/congestion_controller/probe_controller.h",
11110                 "//modules/congestion_controller/receive_side_congestion_controller.cc",
11111                 "//modules/congestion_controller/send_side_congestion_controller.cc",
11112                 "//modules/congestion_controller/transport_feedback_adapter.cc",
11113                 "//modules/congestion_controller/transport_feedback_adapter.h",
11114                 "//modules/congestion_controller/trendline_estimator.cc",
11115                 "//modules/congestion_controller/trendline_estimator.h"
11116             ],
11117             "type": "static_library"
11118         },
11119         "//modules/desktop_capture:desktop_capture": {
11120             "cflags": [
11121                 "-fno-strict-aliasing",
11122                 "--param=ssp-buffer-size=4",
11123                 "-fstack-protector",
11124                 "-Wno-builtin-macro-redefined",
11125                 "-D__DATE__=",
11126                 "-D__TIME__=",
11127                 "-D__TIMESTAMP__=",
11128                 "-funwind-tables",
11129                 "-fPIC",
11130                 "-pipe",
11131                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11132                 "-fcolor-diagnostics",
11133                 "-m32",
11134                 "-msse2",
11135                 "-mfpmath=sse",
11136                 "-mmmx",
11137                 "-momit-leaf-frame-pointer",
11138                 "-pthread",
11139                 "-mstack-alignment=16",
11140                 "-mstackrealign",
11141                 "-Wall",
11142                 "-Werror",
11143                 "-Wextra",
11144                 "-Wno-missing-field-initializers",
11145                 "-Wno-unused-parameter",
11146                 "-Wno-c++11-narrowing",
11147                 "-Wno-covered-switch-default",
11148                 "-Wno-unneeded-internal-declaration",
11149                 "-Wno-inconsistent-missing-override",
11150                 "-Wno-deprecated-register",
11151                 "-Wno-undefined-var-template",
11152                 "-Wno-nonportable-include-path",
11153                 "-Wno-address-of-packed-member",
11154                 "-Wno-unused-lambda-capture",
11155                 "-Wno-user-defined-warnings",
11156                 "-O2",
11157                 "-fno-ident",
11158                 "-fdata-sections",
11159                 "-ffunction-sections",
11160                 "-fomit-frame-pointer",
11161                 "-g0",
11162                 "-fvisibility=hidden",
11163                 "-Xclang",
11164                 "-load",
11165                 "-Xclang",
11166                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
11167                 "-Xclang",
11168                 "-add-plugin",
11169                 "-Xclang",
11170                 "find-bad-constructs",
11171                 "-Xclang",
11172                 "-plugin-arg-find-bad-constructs",
11173                 "-Xclang",
11174                 "check-auto-raw-pointer",
11175                 "-Xclang",
11176                 "-plugin-arg-find-bad-constructs",
11177                 "-Xclang",
11178                 "check-ipc",
11179                 "-Wheader-hygiene",
11180                 "-Wstring-conversion",
11181                 "-Wtautological-overlap-compare",
11182                 "-Wextra",
11183                 "-Wno-unused-parameter",
11184                 "-Wno-missing-field-initializers",
11185                 "-Wno-strict-overflow",
11186                 "-Wc++11-narrowing",
11187                 "-Wimplicit-fallthrough",
11188                 "-Wthread-safety",
11189                 "-Winconsistent-missing-override",
11190                 "-Wundef",
11191                 "-Wunused-lambda-capture"
11192             ],
11193             "defines": [
11194                 "V8_DEPRECATION_WARNINGS",
11195                 "USE_NSS_CERTS=1",
11196                 "USE_X11=1",
11197                 "CHROMIUM_BUILD",
11198                 "_FILE_OFFSET_BITS=64",
11199                 "NDEBUG",
11200                 "NVALGRIND",
11201                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11202                 "WEBRTC_ENABLE_PROTOBUF=0",
11203                 "WEBRTC_RESTRICT_LOGGING",
11204                 "WEBRTC_MOZILLA_BUILD",
11205                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11206                 "WEBRTC_POSIX",
11207                 "WEBRTC_LINUX"
11208             ],
11209             "deps": [
11210                 "//modules/desktop_capture:desktop_capture_generic"
11211             ],
11212             "include_dirs": [
11213                 "//",
11214                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
11215             ],
11216             "libs": [
11217                 "X11",
11218                 "X11-xcb",
11219                 "xcb",
11220                 "Xcomposite",
11221                 "Xcursor",
11222                 "Xdamage",
11223                 "Xext",
11224                 "Xfixes",
11225                 "Xi",
11226                 "Xrender",
11227                 "rt"
11228             ],
11229             "sources": [],
11230             "type": "source_set"
11231         },
11232         "//modules/desktop_capture:desktop_capture_differ_sse2": {
11233             "cflags": [
11234                 "-fno-strict-aliasing",
11235                 "--param=ssp-buffer-size=4",
11236                 "-fstack-protector",
11237                 "-Wno-builtin-macro-redefined",
11238                 "-D__DATE__=",
11239                 "-D__TIME__=",
11240                 "-D__TIMESTAMP__=",
11241                 "-funwind-tables",
11242                 "-fPIC",
11243                 "-pipe",
11244                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11245                 "-fcolor-diagnostics",
11246                 "-m32",
11247                 "-msse2",
11248                 "-mfpmath=sse",
11249                 "-mmmx",
11250                 "-momit-leaf-frame-pointer",
11251                 "-pthread",
11252                 "-mstack-alignment=16",
11253                 "-mstackrealign",
11254                 "-Wall",
11255                 "-Werror",
11256                 "-Wextra",
11257                 "-Wno-missing-field-initializers",
11258                 "-Wno-unused-parameter",
11259                 "-Wno-c++11-narrowing",
11260                 "-Wno-covered-switch-default",
11261                 "-Wno-unneeded-internal-declaration",
11262                 "-Wno-inconsistent-missing-override",
11263                 "-Wno-deprecated-register",
11264                 "-Wno-undefined-var-template",
11265                 "-Wno-nonportable-include-path",
11266                 "-Wno-address-of-packed-member",
11267                 "-Wno-unused-lambda-capture",
11268                 "-Wno-user-defined-warnings",
11269                 "-O2",
11270                 "-fno-ident",
11271                 "-fdata-sections",
11272                 "-ffunction-sections",
11273                 "-fomit-frame-pointer",
11274                 "-g0",
11275                 "-fvisibility=hidden",
11276                 "-Xclang",
11277                 "-load",
11278                 "-Xclang",
11279                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
11280                 "-Xclang",
11281                 "-add-plugin",
11282                 "-Xclang",
11283                 "find-bad-constructs",
11284                 "-Xclang",
11285                 "-plugin-arg-find-bad-constructs",
11286                 "-Xclang",
11287                 "check-auto-raw-pointer",
11288                 "-Xclang",
11289                 "-plugin-arg-find-bad-constructs",
11290                 "-Xclang",
11291                 "check-ipc",
11292                 "-Wheader-hygiene",
11293                 "-Wstring-conversion",
11294                 "-Wtautological-overlap-compare",
11295                 "-Wextra",
11296                 "-Wno-unused-parameter",
11297                 "-Wno-missing-field-initializers",
11298                 "-Wno-strict-overflow",
11299                 "-Wc++11-narrowing",
11300                 "-Wimplicit-fallthrough",
11301                 "-Wthread-safety",
11302                 "-Winconsistent-missing-override",
11303                 "-Wundef",
11304                 "-Wunused-lambda-capture"
11305             ],
11306             "defines": [
11307                 "V8_DEPRECATION_WARNINGS",
11308                 "USE_NSS_CERTS=1",
11309                 "USE_X11=1",
11310                 "CHROMIUM_BUILD",
11311                 "_FILE_OFFSET_BITS=64",
11312                 "NDEBUG",
11313                 "NVALGRIND",
11314                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11315                 "WEBRTC_ENABLE_PROTOBUF=0",
11316                 "WEBRTC_RESTRICT_LOGGING",
11317                 "WEBRTC_MOZILLA_BUILD",
11318                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11319                 "WEBRTC_POSIX",
11320                 "WEBRTC_LINUX"
11321             ],
11322             "deps": [],
11323             "include_dirs": [
11324                 "//",
11325                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
11326             ],
11327             "libs": [],
11328             "sources": [
11329                 "//modules/desktop_capture/differ_vector_sse2.cc",
11330                 "//modules/desktop_capture/differ_vector_sse2.h"
11331             ],
11332             "type": "static_library"
11333         },
11334         "//modules/desktop_capture:desktop_capture_generic": {
11335             "cflags": [
11336                 "-fno-strict-aliasing",
11337                 "--param=ssp-buffer-size=4",
11338                 "-fstack-protector",
11339                 "-Wno-builtin-macro-redefined",
11340                 "-D__DATE__=",
11341                 "-D__TIME__=",
11342                 "-D__TIMESTAMP__=",
11343                 "-funwind-tables",
11344                 "-fPIC",
11345                 "-pipe",
11346                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11347                 "-fcolor-diagnostics",
11348                 "-m32",
11349                 "-msse2",
11350                 "-mfpmath=sse",
11351                 "-mmmx",
11352                 "-momit-leaf-frame-pointer",
11353                 "-pthread",
11354                 "-mstack-alignment=16",
11355                 "-mstackrealign",
11356                 "-Wall",
11357                 "-Werror",
11358                 "-Wextra",
11359                 "-Wno-missing-field-initializers",
11360                 "-Wno-unused-parameter",
11361                 "-Wno-c++11-narrowing",
11362                 "-Wno-covered-switch-default",
11363                 "-Wno-unneeded-internal-declaration",
11364                 "-Wno-inconsistent-missing-override",
11365                 "-Wno-deprecated-register",
11366                 "-Wno-undefined-var-template",
11367                 "-Wno-nonportable-include-path",
11368                 "-Wno-address-of-packed-member",
11369                 "-Wno-unused-lambda-capture",
11370                 "-Wno-user-defined-warnings",
11371                 "-O2",
11372                 "-fno-ident",
11373                 "-fdata-sections",
11374                 "-ffunction-sections",
11375                 "-fomit-frame-pointer",
11376                 "-g0",
11377                 "-fvisibility=hidden",
11378                 "-Xclang",
11379                 "-load",
11380                 "-Xclang",
11381                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
11382                 "-Xclang",
11383                 "-add-plugin",
11384                 "-Xclang",
11385                 "find-bad-constructs",
11386                 "-Xclang",
11387                 "-plugin-arg-find-bad-constructs",
11388                 "-Xclang",
11389                 "check-auto-raw-pointer",
11390                 "-Xclang",
11391                 "-plugin-arg-find-bad-constructs",
11392                 "-Xclang",
11393                 "check-ipc",
11394                 "-Wheader-hygiene",
11395                 "-Wstring-conversion",
11396                 "-Wtautological-overlap-compare",
11397                 "-Wextra",
11398                 "-Wno-unused-parameter",
11399                 "-Wno-missing-field-initializers",
11400                 "-Wno-strict-overflow",
11401                 "-Wc++11-narrowing",
11402                 "-Wimplicit-fallthrough",
11403                 "-Wthread-safety",
11404                 "-Winconsistent-missing-override",
11405                 "-Wundef",
11406                 "-Wunused-lambda-capture"
11407             ],
11408             "defines": [
11409                 "MULTI_MONITOR_SCREENSHARE",
11410                 "V8_DEPRECATION_WARNINGS",
11411                 "USE_NSS_CERTS=1",
11412                 "USE_X11=1",
11413                 "CHROMIUM_BUILD",
11414                 "_FILE_OFFSET_BITS=64",
11415                 "NDEBUG",
11416                 "NVALGRIND",
11417                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11418                 "WEBRTC_ENABLE_PROTOBUF=0",
11419                 "WEBRTC_RESTRICT_LOGGING",
11420                 "WEBRTC_MOZILLA_BUILD",
11421                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11422                 "WEBRTC_POSIX",
11423                 "WEBRTC_LINUX"
11424             ],
11425             "deps": [
11426                 "//:webrtc_common",
11427                 "//api:refcountedbase",
11428                 "//modules/desktop_capture:desktop_capture_differ_sse2",
11429                 "//modules/desktop_capture:primitives",
11430                 "//rtc_base:rtc_base",
11431                 "//rtc_base:rtc_base_approved",
11432                 "//system_wrappers:system_wrappers"
11433             ],
11434             "include_dirs": [
11435                 "/media/libyuv/libyuv/include/",
11436                 "//",
11437                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
11438             ],
11439             "libs": [
11440                 "X11",
11441                 "X11-xcb",
11442                 "xcb",
11443                 "Xcomposite",
11444                 "Xcursor",
11445                 "Xdamage",
11446                 "Xext",
11447                 "Xfixes",
11448                 "Xi",
11449                 "Xrender",
11450                 "rt"
11451             ],
11452             "sources": [
11453                 "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.cc",
11454                 "//modules/desktop_capture/blank_detector_desktop_capturer_wrapper.h",
11455                 "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.cc",
11456                 "//modules/desktop_capture/capture_result_desktop_capturer_wrapper.h",
11457                 "//modules/desktop_capture/cropped_desktop_frame.cc",
11458                 "//modules/desktop_capture/cropped_desktop_frame.h",
11459                 "//modules/desktop_capture/cropping_window_capturer.cc",
11460                 "//modules/desktop_capture/cropping_window_capturer.h",
11461                 "//modules/desktop_capture/desktop_and_cursor_composer.cc",
11462                 "//modules/desktop_capture/desktop_and_cursor_composer.h",
11463                 "//modules/desktop_capture/desktop_capture_options.cc",
11464                 "//modules/desktop_capture/desktop_capture_options.h",
11465                 "//modules/desktop_capture/desktop_capturer.cc",
11466                 "//modules/desktop_capture/desktop_capturer.h",
11467                 "//modules/desktop_capture/desktop_capturer_differ_wrapper.cc",
11468                 "//modules/desktop_capture/desktop_capturer_differ_wrapper.h",
11469                 "//modules/desktop_capture/desktop_capturer_wrapper.cc",
11470                 "//modules/desktop_capture/desktop_capturer_wrapper.h",
11471                 "//modules/desktop_capture/desktop_frame_generator.cc",
11472                 "//modules/desktop_capture/desktop_frame_generator.h",
11473                 "//modules/desktop_capture/desktop_frame_rotation.cc",
11474                 "//modules/desktop_capture/desktop_frame_rotation.h",
11475                 "//modules/desktop_capture/differ_block.cc",
11476                 "//modules/desktop_capture/differ_block.h",
11477                 "//modules/desktop_capture/fallback_desktop_capturer_wrapper.cc",
11478                 "//modules/desktop_capture/fallback_desktop_capturer_wrapper.h",
11479                 "//modules/desktop_capture/mouse_cursor.cc",
11480                 "//modules/desktop_capture/mouse_cursor.h",
11481                 "//modules/desktop_capture/mouse_cursor_monitor.h",
11482                 "//modules/desktop_capture/resolution_tracker.cc",
11483                 "//modules/desktop_capture/resolution_tracker.h",
11484                 "//modules/desktop_capture/rgba_color.cc",
11485                 "//modules/desktop_capture/rgba_color.h",
11486                 "//modules/desktop_capture/screen_capture_frame_queue.h",
11487                 "//modules/desktop_capture/screen_capturer_helper.cc",
11488                 "//modules/desktop_capture/screen_capturer_helper.h",
11489                 "//modules/desktop_capture/window_finder.cc",
11490                 "//modules/desktop_capture/window_finder.h",
11491                 "//modules/desktop_capture/desktop_device_info.cc",
11492                 "//modules/desktop_capture/desktop_device_info.h",
11493                 "//modules/desktop_capture/mouse_cursor_monitor_linux.cc",
11494                 "//modules/desktop_capture/screen_capturer_linux.cc",
11495                 "//modules/desktop_capture/window_capturer_linux.cc",
11496                 "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.cc",
11497                 "//modules/desktop_capture/linux/mouse_cursor_monitor_x11.h",
11498                 "//modules/desktop_capture/linux/screen_capturer_x11.cc",
11499                 "//modules/desktop_capture/linux/screen_capturer_x11.h",
11500                 "//modules/desktop_capture/linux/shared_x_display.cc",
11501                 "//modules/desktop_capture/linux/shared_x_display.h",
11502                 "//modules/desktop_capture/linux/window_capturer_x11.cc",
11503                 "//modules/desktop_capture/linux/window_capturer_x11.h",
11504                 "//modules/desktop_capture/linux/window_finder_x11.cc",
11505                 "//modules/desktop_capture/linux/window_finder_x11.h",
11506                 "//modules/desktop_capture/linux/window_list_utils.cc",
11507                 "//modules/desktop_capture/linux/window_list_utils.h",
11508                 "//modules/desktop_capture/linux/x_atom_cache.cc",
11509                 "//modules/desktop_capture/linux/x_atom_cache.h",
11510                 "//modules/desktop_capture/linux/x_error_trap.cc",
11511                 "//modules/desktop_capture/linux/x_error_trap.h",
11512                 "//modules/desktop_capture/linux/x_server_pixel_buffer.cc",
11513                 "//modules/desktop_capture/linux/x_server_pixel_buffer.h",
11514                 "//modules/desktop_capture/linux/desktop_device_info_x11.cc",
11515                 "//modules/desktop_capture/linux/desktop_device_info_x11.h",
11516                 "//modules/desktop_capture/linux/shared_x_util.cc",
11517                 "//modules/desktop_capture/linux/shared_x_util.h"
11518             ],
11519             "type": "static_library"
11520         },
11521         "//modules/desktop_capture:primitives": {
11522             "cflags": [
11523                 "-fno-strict-aliasing",
11524                 "--param=ssp-buffer-size=4",
11525                 "-fstack-protector",
11526                 "-Wno-builtin-macro-redefined",
11527                 "-D__DATE__=",
11528                 "-D__TIME__=",
11529                 "-D__TIMESTAMP__=",
11530                 "-funwind-tables",
11531                 "-fPIC",
11532                 "-pipe",
11533                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11534                 "-fcolor-diagnostics",
11535                 "-m32",
11536                 "-msse2",
11537                 "-mfpmath=sse",
11538                 "-mmmx",
11539                 "-momit-leaf-frame-pointer",
11540                 "-pthread",
11541                 "-mstack-alignment=16",
11542                 "-mstackrealign",
11543                 "-Wall",
11544                 "-Werror",
11545                 "-Wextra",
11546                 "-Wno-missing-field-initializers",
11547                 "-Wno-unused-parameter",
11548                 "-Wno-c++11-narrowing",
11549                 "-Wno-covered-switch-default",
11550                 "-Wno-unneeded-internal-declaration",
11551                 "-Wno-inconsistent-missing-override",
11552                 "-Wno-deprecated-register",
11553                 "-Wno-undefined-var-template",
11554                 "-Wno-nonportable-include-path",
11555                 "-Wno-address-of-packed-member",
11556                 "-Wno-unused-lambda-capture",
11557                 "-Wno-user-defined-warnings",
11558                 "-O2",
11559                 "-fno-ident",
11560                 "-fdata-sections",
11561                 "-ffunction-sections",
11562                 "-fomit-frame-pointer",
11563                 "-g0",
11564                 "-fvisibility=hidden",
11565                 "-Xclang",
11566                 "-load",
11567                 "-Xclang",
11568                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
11569                 "-Xclang",
11570                 "-add-plugin",
11571                 "-Xclang",
11572                 "find-bad-constructs",
11573                 "-Xclang",
11574                 "-plugin-arg-find-bad-constructs",
11575                 "-Xclang",
11576                 "check-auto-raw-pointer",
11577                 "-Xclang",
11578                 "-plugin-arg-find-bad-constructs",
11579                 "-Xclang",
11580                 "check-ipc",
11581                 "-Wheader-hygiene",
11582                 "-Wstring-conversion",
11583                 "-Wtautological-overlap-compare",
11584                 "-Wextra",
11585                 "-Wno-unused-parameter",
11586                 "-Wno-missing-field-initializers",
11587                 "-Wno-strict-overflow",
11588                 "-Wc++11-narrowing",
11589                 "-Wimplicit-fallthrough",
11590                 "-Wthread-safety",
11591                 "-Winconsistent-missing-override",
11592                 "-Wundef",
11593                 "-Wunused-lambda-capture"
11594             ],
11595             "defines": [
11596                 "V8_DEPRECATION_WARNINGS",
11597                 "USE_NSS_CERTS=1",
11598                 "USE_X11=1",
11599                 "CHROMIUM_BUILD",
11600                 "_FILE_OFFSET_BITS=64",
11601                 "NDEBUG",
11602                 "NVALGRIND",
11603                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11604                 "WEBRTC_ENABLE_PROTOBUF=0",
11605                 "WEBRTC_RESTRICT_LOGGING",
11606                 "WEBRTC_MOZILLA_BUILD",
11607                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11608                 "WEBRTC_POSIX",
11609                 "WEBRTC_LINUX"
11610             ],
11611             "deps": [
11612                 "//:webrtc_common"
11613             ],
11614             "include_dirs": [
11615                 "//",
11616                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
11617             ],
11618             "libs": [],
11619             "sources": [
11620                 "//modules/desktop_capture/desktop_capture_types.h",
11621                 "//modules/desktop_capture/desktop_frame.cc",
11622                 "//modules/desktop_capture/desktop_frame.h",
11623                 "//modules/desktop_capture/desktop_geometry.cc",
11624                 "//modules/desktop_capture/desktop_geometry.h",
11625                 "//modules/desktop_capture/desktop_region.cc",
11626                 "//modules/desktop_capture/desktop_region.h",
11627                 "//modules/desktop_capture/shared_desktop_frame.cc",
11628                 "//modules/desktop_capture/shared_desktop_frame.h",
11629                 "//modules/desktop_capture/shared_memory.cc",
11630                 "//modules/desktop_capture/shared_memory.h"
11631             ],
11632             "type": "static_library"
11633         },
11634         "//modules/media_file:media_file": {
11635             "cflags": [
11636                 "-fno-strict-aliasing",
11637                 "--param=ssp-buffer-size=4",
11638                 "-fstack-protector",
11639                 "-Wno-builtin-macro-redefined",
11640                 "-D__DATE__=",
11641                 "-D__TIME__=",
11642                 "-D__TIMESTAMP__=",
11643                 "-funwind-tables",
11644                 "-fPIC",
11645                 "-pipe",
11646                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11647                 "-fcolor-diagnostics",
11648                 "-m32",
11649                 "-msse2",
11650                 "-mfpmath=sse",
11651                 "-mmmx",
11652                 "-momit-leaf-frame-pointer",
11653                 "-pthread",
11654                 "-mstack-alignment=16",
11655                 "-mstackrealign",
11656                 "-Wall",
11657                 "-Werror",
11658                 "-Wextra",
11659                 "-Wno-missing-field-initializers",
11660                 "-Wno-unused-parameter",
11661                 "-Wno-c++11-narrowing",
11662                 "-Wno-covered-switch-default",
11663                 "-Wno-unneeded-internal-declaration",
11664                 "-Wno-inconsistent-missing-override",
11665                 "-Wno-deprecated-register",
11666                 "-Wno-undefined-var-template",
11667                 "-Wno-nonportable-include-path",
11668                 "-Wno-address-of-packed-member",
11669                 "-Wno-unused-lambda-capture",
11670                 "-Wno-user-defined-warnings",
11671                 "-O2",
11672                 "-fno-ident",
11673                 "-fdata-sections",
11674                 "-ffunction-sections",
11675                 "-fomit-frame-pointer",
11676                 "-g0",
11677                 "-fvisibility=hidden",
11678                 "-Wheader-hygiene",
11679                 "-Wstring-conversion",
11680                 "-Wtautological-overlap-compare",
11681                 "-Wextra",
11682                 "-Wno-unused-parameter",
11683                 "-Wno-missing-field-initializers",
11684                 "-Wno-strict-overflow",
11685                 "-Wc++11-narrowing",
11686                 "-Wimplicit-fallthrough",
11687                 "-Wthread-safety",
11688                 "-Winconsistent-missing-override",
11689                 "-Wundef",
11690                 "-Wunused-lambda-capture"
11691             ],
11692             "defines": [
11693                 "V8_DEPRECATION_WARNINGS",
11694                 "USE_NSS_CERTS=1",
11695                 "USE_X11=1",
11696                 "CHROMIUM_BUILD",
11697                 "_FILE_OFFSET_BITS=64",
11698                 "NDEBUG",
11699                 "NVALGRIND",
11700                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11701                 "WEBRTC_ENABLE_PROTOBUF=0",
11702                 "WEBRTC_RESTRICT_LOGGING",
11703                 "WEBRTC_MOZILLA_BUILD",
11704                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11705                 "WEBRTC_POSIX",
11706                 "WEBRTC_LINUX"
11707             ],
11708             "deps": [
11709                 "//:webrtc_common",
11710                 "//common_audio:common_audio",
11711                 "//modules:module_api",
11712                 "//rtc_base:rtc_base_approved",
11713                 "//system_wrappers:system_wrappers"
11714             ],
11715             "include_dirs": [
11716                 "//",
11717                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
11718                 "//common_audio/resampler/include/",
11719                 "//common_audio/signal_processing/include/",
11720                 "//common_audio/vad/include/"
11721             ],
11722             "libs": [
11723                 "rt"
11724             ],
11725             "sources": [
11726                 "//modules/media_file/media_file.h",
11727                 "//modules/media_file/media_file_defines.h",
11728                 "//modules/media_file/media_file_impl.cc",
11729                 "//modules/media_file/media_file_impl.h",
11730                 "//modules/media_file/media_file_utility.cc",
11731                 "//modules/media_file/media_file_utility.h"
11732             ],
11733             "type": "static_library"
11734         },
11735         "//modules/pacing:pacing": {
11736             "cflags": [
11737                 "-fno-strict-aliasing",
11738                 "--param=ssp-buffer-size=4",
11739                 "-fstack-protector",
11740                 "-Wno-builtin-macro-redefined",
11741                 "-D__DATE__=",
11742                 "-D__TIME__=",
11743                 "-D__TIMESTAMP__=",
11744                 "-funwind-tables",
11745                 "-fPIC",
11746                 "-pipe",
11747                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11748                 "-fcolor-diagnostics",
11749                 "-m32",
11750                 "-msse2",
11751                 "-mfpmath=sse",
11752                 "-mmmx",
11753                 "-momit-leaf-frame-pointer",
11754                 "-pthread",
11755                 "-mstack-alignment=16",
11756                 "-mstackrealign",
11757                 "-Wall",
11758                 "-Werror",
11759                 "-Wextra",
11760                 "-Wno-missing-field-initializers",
11761                 "-Wno-unused-parameter",
11762                 "-Wno-c++11-narrowing",
11763                 "-Wno-covered-switch-default",
11764                 "-Wno-unneeded-internal-declaration",
11765                 "-Wno-inconsistent-missing-override",
11766                 "-Wno-deprecated-register",
11767                 "-Wno-undefined-var-template",
11768                 "-Wno-nonportable-include-path",
11769                 "-Wno-address-of-packed-member",
11770                 "-Wno-unused-lambda-capture",
11771                 "-Wno-user-defined-warnings",
11772                 "-O2",
11773                 "-fno-ident",
11774                 "-fdata-sections",
11775                 "-ffunction-sections",
11776                 "-fomit-frame-pointer",
11777                 "-g0",
11778                 "-fvisibility=hidden",
11779                 "-Wheader-hygiene",
11780                 "-Wstring-conversion",
11781                 "-Wtautological-overlap-compare",
11782                 "-Wextra",
11783                 "-Wno-unused-parameter",
11784                 "-Wno-missing-field-initializers",
11785                 "-Wno-strict-overflow",
11786                 "-Wc++11-narrowing",
11787                 "-Wimplicit-fallthrough",
11788                 "-Wthread-safety",
11789                 "-Winconsistent-missing-override",
11790                 "-Wundef",
11791                 "-Wunused-lambda-capture"
11792             ],
11793             "defines": [
11794                 "V8_DEPRECATION_WARNINGS",
11795                 "USE_NSS_CERTS=1",
11796                 "USE_X11=1",
11797                 "CHROMIUM_BUILD",
11798                 "_FILE_OFFSET_BITS=64",
11799                 "NDEBUG",
11800                 "NVALGRIND",
11801                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11802                 "WEBRTC_ENABLE_PROTOBUF=0",
11803                 "WEBRTC_RESTRICT_LOGGING",
11804                 "WEBRTC_MOZILLA_BUILD",
11805                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11806                 "WEBRTC_POSIX",
11807                 "WEBRTC_LINUX"
11808             ],
11809             "deps": [
11810                 "//:webrtc_common",
11811                 "//api:optional",
11812                 "//logging:rtc_event_log_api",
11813                 "//modules:module_api",
11814                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
11815                 "//modules/rtp_rtcp:rtp_rtcp",
11816                 "//modules/utility:utility",
11817                 "//rtc_base:rtc_base_approved",
11818                 "//system_wrappers:system_wrappers"
11819             ],
11820             "include_dirs": [
11821                 "//",
11822                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
11823             ],
11824             "libs": [
11825                 "rt"
11826             ],
11827             "sources": [
11828                 "//modules/pacing/alr_detector.cc",
11829                 "//modules/pacing/alr_detector.h",
11830                 "//modules/pacing/bitrate_prober.cc",
11831                 "//modules/pacing/bitrate_prober.h",
11832                 "//modules/pacing/interval_budget.cc",
11833                 "//modules/pacing/interval_budget.h",
11834                 "//modules/pacing/paced_sender.cc",
11835                 "//modules/pacing/paced_sender.h",
11836                 "//modules/pacing/pacer.h",
11837                 "//modules/pacing/packet_queue.cc",
11838                 "//modules/pacing/packet_queue.h",
11839                 "//modules/pacing/packet_queue2.cc",
11840                 "//modules/pacing/packet_queue2.h",
11841                 "//modules/pacing/packet_router.cc",
11842                 "//modules/pacing/packet_router.h"
11843             ],
11844             "type": "static_library"
11845         },
11846         "//modules/remote_bitrate_estimator:remote_bitrate_estimator": {
11847             "cflags": [
11848                 "-fno-strict-aliasing",
11849                 "--param=ssp-buffer-size=4",
11850                 "-fstack-protector",
11851                 "-Wno-builtin-macro-redefined",
11852                 "-D__DATE__=",
11853                 "-D__TIME__=",
11854                 "-D__TIMESTAMP__=",
11855                 "-funwind-tables",
11856                 "-fPIC",
11857                 "-pipe",
11858                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11859                 "-fcolor-diagnostics",
11860                 "-m32",
11861                 "-msse2",
11862                 "-mfpmath=sse",
11863                 "-mmmx",
11864                 "-momit-leaf-frame-pointer",
11865                 "-pthread",
11866                 "-mstack-alignment=16",
11867                 "-mstackrealign",
11868                 "-Wall",
11869                 "-Werror",
11870                 "-Wextra",
11871                 "-Wno-missing-field-initializers",
11872                 "-Wno-unused-parameter",
11873                 "-Wno-c++11-narrowing",
11874                 "-Wno-covered-switch-default",
11875                 "-Wno-unneeded-internal-declaration",
11876                 "-Wno-inconsistent-missing-override",
11877                 "-Wno-deprecated-register",
11878                 "-Wno-undefined-var-template",
11879                 "-Wno-nonportable-include-path",
11880                 "-Wno-address-of-packed-member",
11881                 "-Wno-unused-lambda-capture",
11882                 "-Wno-user-defined-warnings",
11883                 "-O2",
11884                 "-fno-ident",
11885                 "-fdata-sections",
11886                 "-ffunction-sections",
11887                 "-fomit-frame-pointer",
11888                 "-g0",
11889                 "-fvisibility=hidden",
11890                 "-Wheader-hygiene",
11891                 "-Wstring-conversion",
11892                 "-Wtautological-overlap-compare",
11893                 "-Wextra",
11894                 "-Wno-unused-parameter",
11895                 "-Wno-missing-field-initializers",
11896                 "-Wno-strict-overflow",
11897                 "-Wc++11-narrowing",
11898                 "-Wimplicit-fallthrough",
11899                 "-Wthread-safety",
11900                 "-Winconsistent-missing-override",
11901                 "-Wundef",
11902                 "-Wunused-lambda-capture"
11903             ],
11904             "defines": [
11905                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
11906                 "V8_DEPRECATION_WARNINGS",
11907                 "USE_NSS_CERTS=1",
11908                 "USE_X11=1",
11909                 "CHROMIUM_BUILD",
11910                 "_FILE_OFFSET_BITS=64",
11911                 "NDEBUG",
11912                 "NVALGRIND",
11913                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
11914                 "WEBRTC_ENABLE_PROTOBUF=0",
11915                 "WEBRTC_RESTRICT_LOGGING",
11916                 "WEBRTC_MOZILLA_BUILD",
11917                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
11918                 "WEBRTC_POSIX",
11919                 "WEBRTC_LINUX"
11920             ],
11921             "deps": [
11922                 "//:webrtc_common",
11923                 "//api:optional",
11924                 "//modules:module_api",
11925                 "//modules/rtp_rtcp:rtp_rtcp_format",
11926                 "//rtc_base:rtc_base_approved",
11927                 "//system_wrappers:system_wrappers"
11928             ],
11929             "include_dirs": [
11930                 "//",
11931                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
11932             ],
11933             "libs": [
11934                 "rt"
11935             ],
11936             "sources": [
11937                 "//modules/remote_bitrate_estimator/aimd_rate_control.cc",
11938                 "//modules/remote_bitrate_estimator/aimd_rate_control.h",
11939                 "//modules/remote_bitrate_estimator/bwe_defines.cc",
11940                 "//modules/remote_bitrate_estimator/include/bwe_defines.h",
11941                 "//modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
11942                 "//modules/remote_bitrate_estimator/include/send_time_history.h",
11943                 "//modules/remote_bitrate_estimator/inter_arrival.cc",
11944                 "//modules/remote_bitrate_estimator/inter_arrival.h",
11945                 "//modules/remote_bitrate_estimator/overuse_detector.cc",
11946                 "//modules/remote_bitrate_estimator/overuse_detector.h",
11947                 "//modules/remote_bitrate_estimator/overuse_estimator.cc",
11948                 "//modules/remote_bitrate_estimator/overuse_estimator.h",
11949                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc",
11950                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h",
11951                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc",
11952                 "//modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h",
11953                 "//modules/remote_bitrate_estimator/remote_estimator_proxy.cc",
11954                 "//modules/remote_bitrate_estimator/remote_estimator_proxy.h",
11955                 "//modules/remote_bitrate_estimator/send_time_history.cc",
11956                 "//modules/remote_bitrate_estimator/test/bwe_test_logging.h"
11957             ],
11958             "type": "static_library"
11959         },
11960         "//modules/rtp_rtcp:rtp_rtcp": {
11961             "cflags": [
11962                 "-fno-strict-aliasing",
11963                 "--param=ssp-buffer-size=4",
11964                 "-fstack-protector",
11965                 "-Wno-builtin-macro-redefined",
11966                 "-D__DATE__=",
11967                 "-D__TIME__=",
11968                 "-D__TIMESTAMP__=",
11969                 "-funwind-tables",
11970                 "-fPIC",
11971                 "-pipe",
11972                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
11973                 "-fcolor-diagnostics",
11974                 "-m32",
11975                 "-msse2",
11976                 "-mfpmath=sse",
11977                 "-mmmx",
11978                 "-momit-leaf-frame-pointer",
11979                 "-pthread",
11980                 "-mstack-alignment=16",
11981                 "-mstackrealign",
11982                 "-Wall",
11983                 "-Werror",
11984                 "-Wextra",
11985                 "-Wno-missing-field-initializers",
11986                 "-Wno-unused-parameter",
11987                 "-Wno-c++11-narrowing",
11988                 "-Wno-covered-switch-default",
11989                 "-Wno-unneeded-internal-declaration",
11990                 "-Wno-inconsistent-missing-override",
11991                 "-Wno-deprecated-register",
11992                 "-Wno-undefined-var-template",
11993                 "-Wno-nonportable-include-path",
11994                 "-Wno-address-of-packed-member",
11995                 "-Wno-unused-lambda-capture",
11996                 "-Wno-user-defined-warnings",
11997                 "-O2",
11998                 "-fno-ident",
11999                 "-fdata-sections",
12000                 "-ffunction-sections",
12001                 "-fomit-frame-pointer",
12002                 "-g0",
12003                 "-fvisibility=hidden",
12004                 "-Wheader-hygiene",
12005                 "-Wstring-conversion",
12006                 "-Wtautological-overlap-compare",
12007                 "-Wextra",
12008                 "-Wno-unused-parameter",
12009                 "-Wno-missing-field-initializers",
12010                 "-Wno-strict-overflow",
12011                 "-Wc++11-narrowing",
12012                 "-Wimplicit-fallthrough",
12013                 "-Wthread-safety",
12014                 "-Winconsistent-missing-override",
12015                 "-Wundef",
12016                 "-Wunused-lambda-capture"
12017             ],
12018             "defines": [
12019                 "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0",
12020                 "V8_DEPRECATION_WARNINGS",
12021                 "USE_NSS_CERTS=1",
12022                 "USE_X11=1",
12023                 "CHROMIUM_BUILD",
12024                 "_FILE_OFFSET_BITS=64",
12025                 "NDEBUG",
12026                 "NVALGRIND",
12027                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12028                 "WEBRTC_ENABLE_PROTOBUF=0",
12029                 "WEBRTC_RESTRICT_LOGGING",
12030                 "WEBRTC_MOZILLA_BUILD",
12031                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12032                 "WEBRTC_POSIX",
12033                 "WEBRTC_LINUX"
12034             ],
12035             "deps": [
12036                 "//:webrtc_common",
12037                 "//api:array_view",
12038                 "//api:optional",
12039                 "//api:transport_api",
12040                 "//api/audio_codecs:audio_codecs_api",
12041                 "//common_video:common_video",
12042                 "//logging:rtc_event_log_api",
12043                 "//modules:module_api",
12044                 "//modules/audio_coding:audio_format_conversion",
12045                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
12046                 "//modules/rtp_rtcp:rtp_rtcp_format",
12047                 "//rtc_base:gtest_prod",
12048                 "//rtc_base:rtc_base_approved",
12049                 "//rtc_base:rtc_numerics",
12050                 "//rtc_base:sequenced_task_checker",
12051                 "//system_wrappers:system_wrappers"
12052             ],
12053             "include_dirs": [
12054                 "//",
12055                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
12056                 "//common_video/include/",
12057                 "/media/libyuv/libyuv/include/"
12058             ],
12059             "libs": [
12060                 "rt"
12061             ],
12062             "sources": [
12063                 "//modules/rtp_rtcp/include/flexfec_receiver.h",
12064                 "//modules/rtp_rtcp/include/flexfec_sender.h",
12065                 "//modules/rtp_rtcp/include/receive_statistics.h",
12066                 "//modules/rtp_rtcp/include/remote_ntp_time_estimator.h",
12067                 "//modules/rtp_rtcp/include/rtp_header_parser.h",
12068                 "//modules/rtp_rtcp/include/rtp_payload_registry.h",
12069                 "//modules/rtp_rtcp/include/rtp_receiver.h",
12070                 "//modules/rtp_rtcp/include/rtp_rtcp.h",
12071                 "//modules/rtp_rtcp/include/ulpfec_receiver.h",
12072                 "//modules/rtp_rtcp/source/dtmf_queue.cc",
12073                 "//modules/rtp_rtcp/source/dtmf_queue.h",
12074                 "//modules/rtp_rtcp/source/fec_private_tables_bursty.h",
12075                 "//modules/rtp_rtcp/source/fec_private_tables_random.h",
12076                 "//modules/rtp_rtcp/source/flexfec_header_reader_writer.cc",
12077                 "//modules/rtp_rtcp/source/flexfec_header_reader_writer.h",
12078                 "//modules/rtp_rtcp/source/flexfec_receiver.cc",
12079                 "//modules/rtp_rtcp/source/flexfec_sender.cc",
12080                 "//modules/rtp_rtcp/source/forward_error_correction.cc",
12081                 "//modules/rtp_rtcp/source/forward_error_correction.h",
12082                 "//modules/rtp_rtcp/source/forward_error_correction_internal.cc",
12083                 "//modules/rtp_rtcp/source/forward_error_correction_internal.h",
12084                 "//modules/rtp_rtcp/source/packet_loss_stats.cc",
12085                 "//modules/rtp_rtcp/source/packet_loss_stats.h",
12086                 "//modules/rtp_rtcp/source/playout_delay_oracle.cc",
12087                 "//modules/rtp_rtcp/source/playout_delay_oracle.h",
12088                 "//modules/rtp_rtcp/source/receive_statistics_impl.cc",
12089                 "//modules/rtp_rtcp/source/receive_statistics_impl.h",
12090                 "//modules/rtp_rtcp/source/remote_ntp_time_estimator.cc",
12091                 "//modules/rtp_rtcp/source/rtcp_nack_stats.cc",
12092                 "//modules/rtp_rtcp/source/rtcp_nack_stats.h",
12093                 "//modules/rtp_rtcp/source/rtcp_receiver.cc",
12094                 "//modules/rtp_rtcp/source/rtcp_receiver.h",
12095                 "//modules/rtp_rtcp/source/rtcp_sender.cc",
12096                 "//modules/rtp_rtcp/source/rtcp_sender.h",
12097                 "//modules/rtp_rtcp/source/rtp_format.cc",
12098                 "//modules/rtp_rtcp/source/rtp_format.h",
12099                 "//modules/rtp_rtcp/source/rtp_format_h264.cc",
12100                 "//modules/rtp_rtcp/source/rtp_format_h264.h",
12101                 "//modules/rtp_rtcp/source/rtp_format_video_generic.cc",
12102                 "//modules/rtp_rtcp/source/rtp_format_video_generic.h",
12103                 "//modules/rtp_rtcp/source/rtp_format_vp8.cc",
12104                 "//modules/rtp_rtcp/source/rtp_format_vp8.h",
12105                 "//modules/rtp_rtcp/source/rtp_format_vp9.cc",
12106                 "//modules/rtp_rtcp/source/rtp_format_vp9.h",
12107                 "//modules/rtp_rtcp/source/rtp_header_parser.cc",
12108                 "//modules/rtp_rtcp/source/rtp_packet_history.cc",
12109                 "//modules/rtp_rtcp/source/rtp_packet_history.h",
12110                 "//modules/rtp_rtcp/source/rtp_payload_registry.cc",
12111                 "//modules/rtp_rtcp/source/rtp_receiver_audio.cc",
12112                 "//modules/rtp_rtcp/source/rtp_receiver_audio.h",
12113                 "//modules/rtp_rtcp/source/rtp_receiver_impl.cc",
12114                 "//modules/rtp_rtcp/source/rtp_receiver_impl.h",
12115                 "//modules/rtp_rtcp/source/rtp_receiver_strategy.cc",
12116                 "//modules/rtp_rtcp/source/rtp_receiver_strategy.h",
12117                 "//modules/rtp_rtcp/source/rtp_receiver_video.cc",
12118                 "//modules/rtp_rtcp/source/rtp_receiver_video.h",
12119                 "//modules/rtp_rtcp/source/rtp_rtcp_config.h",
12120                 "//modules/rtp_rtcp/source/rtp_rtcp_impl.cc",
12121                 "//modules/rtp_rtcp/source/rtp_rtcp_impl.h",
12122                 "//modules/rtp_rtcp/source/rtp_sender.cc",
12123                 "//modules/rtp_rtcp/source/rtp_sender.h",
12124                 "//modules/rtp_rtcp/source/rtp_sender_audio.cc",
12125                 "//modules/rtp_rtcp/source/rtp_sender_audio.h",
12126                 "//modules/rtp_rtcp/source/rtp_sender_video.cc",
12127                 "//modules/rtp_rtcp/source/rtp_sender_video.h",
12128                 "//modules/rtp_rtcp/source/rtp_utility.cc",
12129                 "//modules/rtp_rtcp/source/rtp_utility.h",
12130                 "//modules/rtp_rtcp/source/time_util.cc",
12131                 "//modules/rtp_rtcp/source/time_util.h",
12132                 "//modules/rtp_rtcp/source/tmmbr_help.cc",
12133                 "//modules/rtp_rtcp/source/tmmbr_help.h",
12134                 "//modules/rtp_rtcp/source/ulpfec_generator.cc",
12135                 "//modules/rtp_rtcp/source/ulpfec_generator.h",
12136                 "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.cc",
12137                 "//modules/rtp_rtcp/source/ulpfec_header_reader_writer.h",
12138                 "//modules/rtp_rtcp/source/ulpfec_receiver_impl.cc",
12139                 "//modules/rtp_rtcp/source/ulpfec_receiver_impl.h",
12140                 "//modules/rtp_rtcp/source/video_codec_information.h"
12141             ],
12142             "type": "static_library"
12143         },
12144         "//modules/rtp_rtcp:rtp_rtcp_format": {
12145             "cflags": [
12146                 "-fno-strict-aliasing",
12147                 "--param=ssp-buffer-size=4",
12148                 "-fstack-protector",
12149                 "-Wno-builtin-macro-redefined",
12150                 "-D__DATE__=",
12151                 "-D__TIME__=",
12152                 "-D__TIMESTAMP__=",
12153                 "-funwind-tables",
12154                 "-fPIC",
12155                 "-pipe",
12156                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
12157                 "-fcolor-diagnostics",
12158                 "-m32",
12159                 "-msse2",
12160                 "-mfpmath=sse",
12161                 "-mmmx",
12162                 "-momit-leaf-frame-pointer",
12163                 "-pthread",
12164                 "-mstack-alignment=16",
12165                 "-mstackrealign",
12166                 "-Wall",
12167                 "-Werror",
12168                 "-Wextra",
12169                 "-Wno-missing-field-initializers",
12170                 "-Wno-unused-parameter",
12171                 "-Wno-c++11-narrowing",
12172                 "-Wno-covered-switch-default",
12173                 "-Wno-unneeded-internal-declaration",
12174                 "-Wno-inconsistent-missing-override",
12175                 "-Wno-deprecated-register",
12176                 "-Wno-undefined-var-template",
12177                 "-Wno-nonportable-include-path",
12178                 "-Wno-address-of-packed-member",
12179                 "-Wno-unused-lambda-capture",
12180                 "-Wno-user-defined-warnings",
12181                 "-O2",
12182                 "-fno-ident",
12183                 "-fdata-sections",
12184                 "-ffunction-sections",
12185                 "-fomit-frame-pointer",
12186                 "-g0",
12187                 "-fvisibility=hidden",
12188                 "-Xclang",
12189                 "-load",
12190                 "-Xclang",
12191                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
12192                 "-Xclang",
12193                 "-add-plugin",
12194                 "-Xclang",
12195                 "find-bad-constructs",
12196                 "-Xclang",
12197                 "-plugin-arg-find-bad-constructs",
12198                 "-Xclang",
12199                 "check-auto-raw-pointer",
12200                 "-Xclang",
12201                 "-plugin-arg-find-bad-constructs",
12202                 "-Xclang",
12203                 "check-ipc",
12204                 "-Wheader-hygiene",
12205                 "-Wstring-conversion",
12206                 "-Wtautological-overlap-compare",
12207                 "-Wextra",
12208                 "-Wno-unused-parameter",
12209                 "-Wno-missing-field-initializers",
12210                 "-Wno-strict-overflow",
12211                 "-Wc++11-narrowing",
12212                 "-Wimplicit-fallthrough",
12213                 "-Wthread-safety",
12214                 "-Winconsistent-missing-override",
12215                 "-Wundef",
12216                 "-Wunused-lambda-capture"
12217             ],
12218             "defines": [
12219                 "V8_DEPRECATION_WARNINGS",
12220                 "USE_NSS_CERTS=1",
12221                 "USE_X11=1",
12222                 "CHROMIUM_BUILD",
12223                 "_FILE_OFFSET_BITS=64",
12224                 "NDEBUG",
12225                 "NVALGRIND",
12226                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12227                 "WEBRTC_ENABLE_PROTOBUF=0",
12228                 "WEBRTC_RESTRICT_LOGGING",
12229                 "WEBRTC_MOZILLA_BUILD",
12230                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12231                 "WEBRTC_POSIX",
12232                 "WEBRTC_LINUX"
12233             ],
12234             "deps": [
12235                 "//:webrtc_common",
12236                 "//api:array_view",
12237                 "//api:optional",
12238                 "//api/audio_codecs:audio_codecs_api",
12239                 "//common_video:common_video",
12240                 "//modules:module_api",
12241                 "//rtc_base:rtc_base_approved",
12242                 "//system_wrappers:system_wrappers"
12243             ],
12244             "include_dirs": [
12245                 "//",
12246                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
12247                 "//common_video/include/",
12248                 "/media/libyuv/libyuv/include/"
12249             ],
12250             "libs": [
12251                 "rt"
12252             ],
12253             "sources": [
12254                 "//modules/rtp_rtcp/include/rtp_rtcp_defines.cc",
12255                 "//modules/rtp_rtcp/source/rtcp_packet.cc",
12256                 "//modules/rtp_rtcp/source/rtcp_packet/app.cc",
12257                 "//modules/rtp_rtcp/source/rtcp_packet/bye.cc",
12258                 "//modules/rtp_rtcp/source/rtcp_packet/common_header.cc",
12259                 "//modules/rtp_rtcp/source/rtcp_packet/compound_packet.cc",
12260                 "//modules/rtp_rtcp/source/rtcp_packet/dlrr.cc",
12261                 "//modules/rtp_rtcp/source/rtcp_packet/extended_jitter_report.cc",
12262                 "//modules/rtp_rtcp/source/rtcp_packet/extended_reports.cc",
12263                 "//modules/rtp_rtcp/source/rtcp_packet/fir.cc",
12264                 "//modules/rtp_rtcp/source/rtcp_packet/nack.cc",
12265                 "//modules/rtp_rtcp/source/rtcp_packet/pli.cc",
12266                 "//modules/rtp_rtcp/source/rtcp_packet/psfb.cc",
12267                 "//modules/rtp_rtcp/source/rtcp_packet/rapid_resync_request.cc",
12268                 "//modules/rtp_rtcp/source/rtcp_packet/receiver_report.cc",
12269                 "//modules/rtp_rtcp/source/rtcp_packet/remb.cc",
12270                 "//modules/rtp_rtcp/source/rtcp_packet/report_block.cc",
12271                 "//modules/rtp_rtcp/source/rtcp_packet/rrtr.cc",
12272                 "//modules/rtp_rtcp/source/rtcp_packet/rtpfb.cc",
12273                 "//modules/rtp_rtcp/source/rtcp_packet/sdes.cc",
12274                 "//modules/rtp_rtcp/source/rtcp_packet/sender_report.cc",
12275                 "//modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc",
12276                 "//modules/rtp_rtcp/source/rtcp_packet/tmmb_item.cc",
12277                 "//modules/rtp_rtcp/source/rtcp_packet/tmmbn.cc",
12278                 "//modules/rtp_rtcp/source/rtcp_packet/tmmbr.cc",
12279                 "//modules/rtp_rtcp/source/rtcp_packet/transport_feedback.cc",
12280                 "//modules/rtp_rtcp/source/rtcp_packet/voip_metric.cc",
12281                 "//modules/rtp_rtcp/source/rtp_header_extension_map.cc",
12282                 "//modules/rtp_rtcp/source/rtp_header_extensions.cc",
12283                 "//modules/rtp_rtcp/source/rtp_packet.cc",
12284                 "//modules/rtp_rtcp/source/rtp_packet_received.cc"
12285             ],
12286             "type": "source_set"
12287         },
12288         "//modules/utility:utility": {
12289             "cflags": [
12290                 "-fno-strict-aliasing",
12291                 "--param=ssp-buffer-size=4",
12292                 "-fstack-protector",
12293                 "-Wno-builtin-macro-redefined",
12294                 "-D__DATE__=",
12295                 "-D__TIME__=",
12296                 "-D__TIMESTAMP__=",
12297                 "-funwind-tables",
12298                 "-fPIC",
12299                 "-pipe",
12300                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
12301                 "-fcolor-diagnostics",
12302                 "-m32",
12303                 "-msse2",
12304                 "-mfpmath=sse",
12305                 "-mmmx",
12306                 "-momit-leaf-frame-pointer",
12307                 "-pthread",
12308                 "-mstack-alignment=16",
12309                 "-mstackrealign",
12310                 "-Wall",
12311                 "-Werror",
12312                 "-Wextra",
12313                 "-Wno-missing-field-initializers",
12314                 "-Wno-unused-parameter",
12315                 "-Wno-c++11-narrowing",
12316                 "-Wno-covered-switch-default",
12317                 "-Wno-unneeded-internal-declaration",
12318                 "-Wno-inconsistent-missing-override",
12319                 "-Wno-deprecated-register",
12320                 "-Wno-undefined-var-template",
12321                 "-Wno-nonportable-include-path",
12322                 "-Wno-address-of-packed-member",
12323                 "-Wno-unused-lambda-capture",
12324                 "-Wno-user-defined-warnings",
12325                 "-O2",
12326                 "-fno-ident",
12327                 "-fdata-sections",
12328                 "-ffunction-sections",
12329                 "-fomit-frame-pointer",
12330                 "-g0",
12331                 "-fvisibility=hidden",
12332                 "-Wheader-hygiene",
12333                 "-Wstring-conversion",
12334                 "-Wtautological-overlap-compare",
12335                 "-Wextra",
12336                 "-Wno-unused-parameter",
12337                 "-Wno-missing-field-initializers",
12338                 "-Wno-strict-overflow",
12339                 "-Wc++11-narrowing",
12340                 "-Wimplicit-fallthrough",
12341                 "-Wthread-safety",
12342                 "-Winconsistent-missing-override",
12343                 "-Wundef",
12344                 "-Wunused-lambda-capture"
12345             ],
12346             "defines": [
12347                 "V8_DEPRECATION_WARNINGS",
12348                 "USE_NSS_CERTS=1",
12349                 "USE_X11=1",
12350                 "CHROMIUM_BUILD",
12351                 "_FILE_OFFSET_BITS=64",
12352                 "NDEBUG",
12353                 "NVALGRIND",
12354                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12355                 "WEBRTC_ENABLE_PROTOBUF=0",
12356                 "WEBRTC_RESTRICT_LOGGING",
12357                 "WEBRTC_MOZILLA_BUILD",
12358                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12359                 "WEBRTC_POSIX",
12360                 "WEBRTC_LINUX"
12361             ],
12362             "deps": [
12363                 "//:webrtc_common",
12364                 "//audio/utility:audio_frame_operations",
12365                 "//common_audio:common_audio",
12366                 "//modules:module_api",
12367                 "//modules/media_file:media_file",
12368                 "//rtc_base:rtc_base_approved",
12369                 "//rtc_base:rtc_task_queue",
12370                 "//system_wrappers:system_wrappers"
12371             ],
12372             "include_dirs": [
12373                 "//",
12374                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
12375                 "//common_audio/resampler/include/",
12376                 "//common_audio/signal_processing/include/",
12377                 "//common_audio/vad/include/"
12378             ],
12379             "libs": [
12380                 "rt"
12381             ],
12382             "sources": [
12383                 "//modules/utility/include/audio_frame_operations.h",
12384                 "//modules/utility/include/process_thread.h",
12385                 "//modules/utility/source/process_thread_impl.cc",
12386                 "//modules/utility/source/process_thread_impl.h"
12387             ],
12388             "type": "static_library"
12389         },
12390         "//modules/video_capture:video_capture_internal_impl": {
12391             "cflags": [
12392                 "-fno-strict-aliasing",
12393                 "--param=ssp-buffer-size=4",
12394                 "-fstack-protector",
12395                 "-Wno-builtin-macro-redefined",
12396                 "-D__DATE__=",
12397                 "-D__TIME__=",
12398                 "-D__TIMESTAMP__=",
12399                 "-funwind-tables",
12400                 "-fPIC",
12401                 "-pipe",
12402                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
12403                 "-fcolor-diagnostics",
12404                 "-m32",
12405                 "-msse2",
12406                 "-mfpmath=sse",
12407                 "-mmmx",
12408                 "-momit-leaf-frame-pointer",
12409                 "-pthread",
12410                 "-mstack-alignment=16",
12411                 "-mstackrealign",
12412                 "-Wall",
12413                 "-Werror",
12414                 "-Wextra",
12415                 "-Wno-missing-field-initializers",
12416                 "-Wno-unused-parameter",
12417                 "-Wno-c++11-narrowing",
12418                 "-Wno-covered-switch-default",
12419                 "-Wno-unneeded-internal-declaration",
12420                 "-Wno-inconsistent-missing-override",
12421                 "-Wno-deprecated-register",
12422                 "-Wno-undefined-var-template",
12423                 "-Wno-nonportable-include-path",
12424                 "-Wno-address-of-packed-member",
12425                 "-Wno-unused-lambda-capture",
12426                 "-Wno-user-defined-warnings",
12427                 "-O2",
12428                 "-fno-ident",
12429                 "-fdata-sections",
12430                 "-ffunction-sections",
12431                 "-fomit-frame-pointer",
12432                 "-g0",
12433                 "-fvisibility=hidden",
12434                 "-Wheader-hygiene",
12435                 "-Wstring-conversion",
12436                 "-Wtautological-overlap-compare",
12437                 "-Wextra",
12438                 "-Wno-unused-parameter",
12439                 "-Wno-missing-field-initializers",
12440                 "-Wno-strict-overflow",
12441                 "-Wc++11-narrowing",
12442                 "-Wimplicit-fallthrough",
12443                 "-Wthread-safety",
12444                 "-Winconsistent-missing-override",
12445                 "-Wundef",
12446                 "-Wunused-lambda-capture"
12447             ],
12448             "defines": [
12449                 "V8_DEPRECATION_WARNINGS",
12450                 "USE_NSS_CERTS=1",
12451                 "USE_X11=1",
12452                 "CHROMIUM_BUILD",
12453                 "_FILE_OFFSET_BITS=64",
12454                 "NDEBUG",
12455                 "NVALGRIND",
12456                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12457                 "WEBRTC_ENABLE_PROTOBUF=0",
12458                 "WEBRTC_RESTRICT_LOGGING",
12459                 "WEBRTC_MOZILLA_BUILD",
12460                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12461                 "WEBRTC_POSIX",
12462                 "WEBRTC_LINUX"
12463             ],
12464             "deps": [
12465                 "//:webrtc_common",
12466                 "//media:rtc_media_base",
12467                 "//modules/video_capture:video_capture_module",
12468                 "//rtc_base:rtc_base_approved",
12469                 "//system_wrappers:system_wrappers"
12470             ],
12471             "include_dirs": [
12472                 "//",
12473                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
12474             ],
12475             "libs": [
12476                 "rt"
12477             ],
12478             "sources": [
12479                 "//modules/video_capture/linux/device_info_linux.cc",
12480                 "//modules/video_capture/linux/device_info_linux.h",
12481                 "//modules/video_capture/linux/video_capture_linux.cc",
12482                 "//modules/video_capture/linux/video_capture_linux.h"
12483             ],
12484             "type": "source_set"
12485         },
12486         "//modules/video_capture:video_capture_module": {
12487             "cflags": [
12488                 "-fno-strict-aliasing",
12489                 "--param=ssp-buffer-size=4",
12490                 "-fstack-protector",
12491                 "-Wno-builtin-macro-redefined",
12492                 "-D__DATE__=",
12493                 "-D__TIME__=",
12494                 "-D__TIMESTAMP__=",
12495                 "-funwind-tables",
12496                 "-fPIC",
12497                 "-pipe",
12498                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
12499                 "-fcolor-diagnostics",
12500                 "-m32",
12501                 "-msse2",
12502                 "-mfpmath=sse",
12503                 "-mmmx",
12504                 "-momit-leaf-frame-pointer",
12505                 "-pthread",
12506                 "-mstack-alignment=16",
12507                 "-mstackrealign",
12508                 "-Wall",
12509                 "-Werror",
12510                 "-Wextra",
12511                 "-Wno-missing-field-initializers",
12512                 "-Wno-unused-parameter",
12513                 "-Wno-c++11-narrowing",
12514                 "-Wno-covered-switch-default",
12515                 "-Wno-unneeded-internal-declaration",
12516                 "-Wno-inconsistent-missing-override",
12517                 "-Wno-deprecated-register",
12518                 "-Wno-undefined-var-template",
12519                 "-Wno-nonportable-include-path",
12520                 "-Wno-address-of-packed-member",
12521                 "-Wno-unused-lambda-capture",
12522                 "-Wno-user-defined-warnings",
12523                 "-O2",
12524                 "-fno-ident",
12525                 "-fdata-sections",
12526                 "-ffunction-sections",
12527                 "-fomit-frame-pointer",
12528                 "-g0",
12529                 "-fvisibility=hidden",
12530                 "-Wheader-hygiene",
12531                 "-Wstring-conversion",
12532                 "-Wtautological-overlap-compare",
12533                 "-Wextra",
12534                 "-Wno-unused-parameter",
12535                 "-Wno-missing-field-initializers",
12536                 "-Wno-strict-overflow",
12537                 "-Wc++11-narrowing",
12538                 "-Wimplicit-fallthrough",
12539                 "-Wthread-safety",
12540                 "-Winconsistent-missing-override",
12541                 "-Wundef",
12542                 "-Wunused-lambda-capture"
12543             ],
12544             "defines": [
12545                 "V8_DEPRECATION_WARNINGS",
12546                 "USE_NSS_CERTS=1",
12547                 "USE_X11=1",
12548                 "CHROMIUM_BUILD",
12549                 "_FILE_OFFSET_BITS=64",
12550                 "NDEBUG",
12551                 "NVALGRIND",
12552                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12553                 "WEBRTC_ENABLE_PROTOBUF=0",
12554                 "WEBRTC_RESTRICT_LOGGING",
12555                 "WEBRTC_MOZILLA_BUILD",
12556                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12557                 "WEBRTC_POSIX",
12558                 "WEBRTC_LINUX"
12559             ],
12560             "deps": [
12561                 "//:webrtc_common",
12562                 "//api:video_frame_api_i420",
12563                 "//common_video:common_video",
12564                 "//modules:module_api",
12565                 "//rtc_base:rtc_base_approved",
12566                 "//system_wrappers:system_wrappers"
12567             ],
12568             "include_dirs": [
12569                 "//",
12570                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
12571                 "//common_video/include/",
12572                 "/media/libyuv/libyuv/include/"
12573             ],
12574             "libs": [
12575                 "rt"
12576             ],
12577             "sources": [
12578                 "//modules/video_capture/device_info_impl.cc",
12579                 "//modules/video_capture/device_info_impl.h",
12580                 "//modules/video_capture/video_capture.h",
12581                 "//modules/video_capture/video_capture_config.h",
12582                 "//modules/video_capture/video_capture_defines.h",
12583                 "//modules/video_capture/video_capture_factory.cc",
12584                 "//modules/video_capture/video_capture_factory.h",
12585                 "//modules/video_capture/video_capture_impl.cc",
12586                 "//modules/video_capture/video_capture_impl.h"
12587             ],
12588             "type": "static_library"
12589         },
12590         "//modules/video_coding:codec_globals_headers": {
12591             "cflags": [
12592                 "-fno-strict-aliasing",
12593                 "--param=ssp-buffer-size=4",
12594                 "-fstack-protector",
12595                 "-Wno-builtin-macro-redefined",
12596                 "-D__DATE__=",
12597                 "-D__TIME__=",
12598                 "-D__TIMESTAMP__=",
12599                 "-funwind-tables",
12600                 "-fPIC",
12601                 "-pipe",
12602                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
12603                 "-fcolor-diagnostics",
12604                 "-m32",
12605                 "-msse2",
12606                 "-mfpmath=sse",
12607                 "-mmmx",
12608                 "-momit-leaf-frame-pointer",
12609                 "-pthread",
12610                 "-mstack-alignment=16",
12611                 "-mstackrealign",
12612                 "-Wall",
12613                 "-Werror",
12614                 "-Wextra",
12615                 "-Wno-missing-field-initializers",
12616                 "-Wno-unused-parameter",
12617                 "-Wno-c++11-narrowing",
12618                 "-Wno-covered-switch-default",
12619                 "-Wno-unneeded-internal-declaration",
12620                 "-Wno-inconsistent-missing-override",
12621                 "-Wno-deprecated-register",
12622                 "-Wno-undefined-var-template",
12623                 "-Wno-nonportable-include-path",
12624                 "-Wno-address-of-packed-member",
12625                 "-Wno-unused-lambda-capture",
12626                 "-Wno-user-defined-warnings",
12627                 "-O2",
12628                 "-fno-ident",
12629                 "-fdata-sections",
12630                 "-ffunction-sections",
12631                 "-fomit-frame-pointer",
12632                 "-g0",
12633                 "-fvisibility=hidden",
12634                 "-Xclang",
12635                 "-load",
12636                 "-Xclang",
12637                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
12638                 "-Xclang",
12639                 "-add-plugin",
12640                 "-Xclang",
12641                 "find-bad-constructs",
12642                 "-Xclang",
12643                 "-plugin-arg-find-bad-constructs",
12644                 "-Xclang",
12645                 "check-auto-raw-pointer",
12646                 "-Xclang",
12647                 "-plugin-arg-find-bad-constructs",
12648                 "-Xclang",
12649                 "check-ipc",
12650                 "-Wheader-hygiene",
12651                 "-Wstring-conversion",
12652                 "-Wtautological-overlap-compare",
12653                 "-Wextra",
12654                 "-Wno-unused-parameter",
12655                 "-Wno-missing-field-initializers",
12656                 "-Wno-strict-overflow",
12657                 "-Wc++11-narrowing",
12658                 "-Wimplicit-fallthrough",
12659                 "-Wthread-safety",
12660                 "-Winconsistent-missing-override",
12661                 "-Wundef",
12662                 "-Wunused-lambda-capture"
12663             ],
12664             "defines": [
12665                 "V8_DEPRECATION_WARNINGS",
12666                 "USE_NSS_CERTS=1",
12667                 "USE_X11=1",
12668                 "CHROMIUM_BUILD",
12669                 "_FILE_OFFSET_BITS=64",
12670                 "NDEBUG",
12671                 "NVALGRIND",
12672                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12673                 "WEBRTC_ENABLE_PROTOBUF=0",
12674                 "WEBRTC_RESTRICT_LOGGING",
12675                 "WEBRTC_MOZILLA_BUILD",
12676                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12677                 "WEBRTC_POSIX",
12678                 "WEBRTC_LINUX"
12679             ],
12680             "deps": [],
12681             "include_dirs": [
12682                 "//",
12683                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
12684             ],
12685             "libs": [],
12686             "sources": [
12687                 "//modules/video_coding/codecs/h264/include/h264_globals.h",
12688                 "//modules/video_coding/codecs/interface/common_constants.h",
12689                 "//modules/video_coding/codecs/vp8/include/vp8_globals.h",
12690                 "//modules/video_coding/codecs/vp9/include/vp9_globals.h"
12691             ],
12692             "type": "source_set"
12693         },
12694         "//modules/video_coding:video_coding": {
12695             "cflags": [
12696                 "-fno-strict-aliasing",
12697                 "--param=ssp-buffer-size=4",
12698                 "-fstack-protector",
12699                 "-Wno-builtin-macro-redefined",
12700                 "-D__DATE__=",
12701                 "-D__TIME__=",
12702                 "-D__TIMESTAMP__=",
12703                 "-funwind-tables",
12704                 "-fPIC",
12705                 "-pipe",
12706                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
12707                 "-fcolor-diagnostics",
12708                 "-m32",
12709                 "-msse2",
12710                 "-mfpmath=sse",
12711                 "-mmmx",
12712                 "-momit-leaf-frame-pointer",
12713                 "-pthread",
12714                 "-mstack-alignment=16",
12715                 "-mstackrealign",
12716                 "-Wall",
12717                 "-Werror",
12718                 "-Wextra",
12719                 "-Wno-missing-field-initializers",
12720                 "-Wno-unused-parameter",
12721                 "-Wno-c++11-narrowing",
12722                 "-Wno-covered-switch-default",
12723                 "-Wno-unneeded-internal-declaration",
12724                 "-Wno-inconsistent-missing-override",
12725                 "-Wno-deprecated-register",
12726                 "-Wno-undefined-var-template",
12727                 "-Wno-nonportable-include-path",
12728                 "-Wno-address-of-packed-member",
12729                 "-Wno-unused-lambda-capture",
12730                 "-Wno-user-defined-warnings",
12731                 "-O2",
12732                 "-fno-ident",
12733                 "-fdata-sections",
12734                 "-ffunction-sections",
12735                 "-fomit-frame-pointer",
12736                 "-g0",
12737                 "-fvisibility=hidden",
12738                 "-Wheader-hygiene",
12739                 "-Wstring-conversion",
12740                 "-Wtautological-overlap-compare",
12741                 "-Wextra",
12742                 "-Wno-unused-parameter",
12743                 "-Wno-missing-field-initializers",
12744                 "-Wno-strict-overflow",
12745                 "-Wc++11-narrowing",
12746                 "-Wimplicit-fallthrough",
12747                 "-Wthread-safety",
12748                 "-Winconsistent-missing-override",
12749                 "-Wundef",
12750                 "-Wunused-lambda-capture"
12751             ],
12752             "defines": [
12753                 "V8_DEPRECATION_WARNINGS",
12754                 "USE_NSS_CERTS=1",
12755                 "USE_X11=1",
12756                 "CHROMIUM_BUILD",
12757                 "_FILE_OFFSET_BITS=64",
12758                 "NDEBUG",
12759                 "NVALGRIND",
12760                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12761                 "WEBRTC_ENABLE_PROTOBUF=0",
12762                 "WEBRTC_RESTRICT_LOGGING",
12763                 "WEBRTC_MOZILLA_BUILD",
12764                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12765                 "WEBRTC_POSIX",
12766                 "WEBRTC_LINUX"
12767             ],
12768             "deps": [
12769                 "//:webrtc_common",
12770                 "//api:optional",
12771                 "//api:video_frame_api_i420",
12772                 "//call:video_stream_api",
12773                 "//common_video:common_video",
12774                 "//modules:module_api",
12775                 "//modules:module_api_public",
12776                 "//modules/pacing:pacing",
12777                 "//modules/rtp_rtcp:rtp_rtcp",
12778                 "//modules/utility:utility",
12779                 "//modules/video_coding:codec_globals_headers",
12780                 "//modules/video_coding:video_coding_utility",
12781                 "//modules/video_coding:webrtc_h264",
12782                 "//modules/video_coding:webrtc_i420",
12783                 "//modules/video_coding:webrtc_stereo",
12784                 "//modules/video_coding:webrtc_vp8",
12785                 "//modules/video_coding:webrtc_vp9",
12786                 "//rtc_base:rtc_base",
12787                 "//rtc_base:rtc_base_approved",
12788                 "//rtc_base:rtc_numerics",
12789                 "//rtc_base:rtc_task_queue",
12790                 "//rtc_base:sequenced_task_checker",
12791                 "//system_wrappers:system_wrappers"
12792             ],
12793             "include_dirs": [
12794                 "//",
12795                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
12796                 "//common_video/include/",
12797                 "/media/libyuv/libyuv/include/"
12798             ],
12799             "libs": [
12800                 "rt"
12801             ],
12802             "sources": [
12803                 "//modules/video_coding/codec_database.cc",
12804                 "//modules/video_coding/codec_database.h",
12805                 "//modules/video_coding/codec_timer.cc",
12806                 "//modules/video_coding/codec_timer.h",
12807                 "//modules/video_coding/decoding_state.cc",
12808                 "//modules/video_coding/decoding_state.h",
12809                 "//modules/video_coding/encoded_frame.cc",
12810                 "//modules/video_coding/encoded_frame.h",
12811                 "//modules/video_coding/fec_rate_table.h",
12812                 "//modules/video_coding/frame_buffer.cc",
12813                 "//modules/video_coding/frame_buffer.h",
12814                 "//modules/video_coding/frame_buffer2.cc",
12815                 "//modules/video_coding/frame_buffer2.h",
12816                 "//modules/video_coding/frame_object.cc",
12817                 "//modules/video_coding/frame_object.h",
12818                 "//modules/video_coding/generic_decoder.cc",
12819                 "//modules/video_coding/generic_decoder.h",
12820                 "//modules/video_coding/generic_encoder.cc",
12821                 "//modules/video_coding/generic_encoder.h",
12822                 "//modules/video_coding/h264_sprop_parameter_sets.cc",
12823                 "//modules/video_coding/h264_sprop_parameter_sets.h",
12824                 "//modules/video_coding/h264_sps_pps_tracker.cc",
12825                 "//modules/video_coding/h264_sps_pps_tracker.h",
12826                 "//modules/video_coding/histogram.cc",
12827                 "//modules/video_coding/histogram.h",
12828                 "//modules/video_coding/include/video_codec_initializer.h",
12829                 "//modules/video_coding/include/video_coding.h",
12830                 "//modules/video_coding/include/video_coding_defines.h",
12831                 "//modules/video_coding/inter_frame_delay.cc",
12832                 "//modules/video_coding/inter_frame_delay.h",
12833                 "//modules/video_coding/internal_defines.h",
12834                 "//modules/video_coding/jitter_buffer.cc",
12835                 "//modules/video_coding/jitter_buffer.h",
12836                 "//modules/video_coding/jitter_buffer_common.h",
12837                 "//modules/video_coding/jitter_estimator.cc",
12838                 "//modules/video_coding/jitter_estimator.h",
12839                 "//modules/video_coding/media_opt_util.cc",
12840                 "//modules/video_coding/media_opt_util.h",
12841                 "//modules/video_coding/media_optimization.cc",
12842                 "//modules/video_coding/media_optimization.h",
12843                 "//modules/video_coding/nack_fec_tables.h",
12844                 "//modules/video_coding/nack_module.cc",
12845                 "//modules/video_coding/nack_module.h",
12846                 "//modules/video_coding/packet.cc",
12847                 "//modules/video_coding/packet.h",
12848                 "//modules/video_coding/packet_buffer.cc",
12849                 "//modules/video_coding/packet_buffer.h",
12850                 "//modules/video_coding/protection_bitrate_calculator.cc",
12851                 "//modules/video_coding/protection_bitrate_calculator.h",
12852                 "//modules/video_coding/qp_parser.cc",
12853                 "//modules/video_coding/qp_parser.h",
12854                 "//modules/video_coding/receiver.cc",
12855                 "//modules/video_coding/receiver.h",
12856                 "//modules/video_coding/rtp_frame_reference_finder.cc",
12857                 "//modules/video_coding/rtp_frame_reference_finder.h",
12858                 "//modules/video_coding/rtt_filter.cc",
12859                 "//modules/video_coding/rtt_filter.h",
12860                 "//modules/video_coding/session_info.cc",
12861                 "//modules/video_coding/session_info.h",
12862                 "//modules/video_coding/timestamp_map.cc",
12863                 "//modules/video_coding/timestamp_map.h",
12864                 "//modules/video_coding/timing.cc",
12865                 "//modules/video_coding/timing.h",
12866                 "//modules/video_coding/video_codec_initializer.cc",
12867                 "//modules/video_coding/video_coding_impl.cc",
12868                 "//modules/video_coding/video_coding_impl.h",
12869                 "//modules/video_coding/video_receiver.cc",
12870                 "//modules/video_coding/video_sender.cc"
12871             ],
12872             "type": "static_library"
12873         },
12874         "//modules/video_coding:video_coding_utility": {
12875             "cflags": [
12876                 "-fno-strict-aliasing",
12877                 "--param=ssp-buffer-size=4",
12878                 "-fstack-protector",
12879                 "-Wno-builtin-macro-redefined",
12880                 "-D__DATE__=",
12881                 "-D__TIME__=",
12882                 "-D__TIMESTAMP__=",
12883                 "-funwind-tables",
12884                 "-fPIC",
12885                 "-pipe",
12886                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
12887                 "-fcolor-diagnostics",
12888                 "-m32",
12889                 "-msse2",
12890                 "-mfpmath=sse",
12891                 "-mmmx",
12892                 "-momit-leaf-frame-pointer",
12893                 "-pthread",
12894                 "-mstack-alignment=16",
12895                 "-mstackrealign",
12896                 "-Wall",
12897                 "-Werror",
12898                 "-Wextra",
12899                 "-Wno-missing-field-initializers",
12900                 "-Wno-unused-parameter",
12901                 "-Wno-c++11-narrowing",
12902                 "-Wno-covered-switch-default",
12903                 "-Wno-unneeded-internal-declaration",
12904                 "-Wno-inconsistent-missing-override",
12905                 "-Wno-deprecated-register",
12906                 "-Wno-undefined-var-template",
12907                 "-Wno-nonportable-include-path",
12908                 "-Wno-address-of-packed-member",
12909                 "-Wno-unused-lambda-capture",
12910                 "-Wno-user-defined-warnings",
12911                 "-O2",
12912                 "-fno-ident",
12913                 "-fdata-sections",
12914                 "-ffunction-sections",
12915                 "-fomit-frame-pointer",
12916                 "-g0",
12917                 "-fvisibility=hidden",
12918                 "-Wheader-hygiene",
12919                 "-Wstring-conversion",
12920                 "-Wtautological-overlap-compare",
12921                 "-Wextra",
12922                 "-Wno-unused-parameter",
12923                 "-Wno-missing-field-initializers",
12924                 "-Wno-strict-overflow",
12925                 "-Wc++11-narrowing",
12926                 "-Wimplicit-fallthrough",
12927                 "-Wthread-safety",
12928                 "-Winconsistent-missing-override",
12929                 "-Wundef",
12930                 "-Wunused-lambda-capture"
12931             ],
12932             "defines": [
12933                 "V8_DEPRECATION_WARNINGS",
12934                 "USE_NSS_CERTS=1",
12935                 "USE_X11=1",
12936                 "CHROMIUM_BUILD",
12937                 "_FILE_OFFSET_BITS=64",
12938                 "NDEBUG",
12939                 "NVALGRIND",
12940                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
12941                 "WEBRTC_ENABLE_PROTOBUF=0",
12942                 "WEBRTC_RESTRICT_LOGGING",
12943                 "WEBRTC_MOZILLA_BUILD",
12944                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
12945                 "WEBRTC_POSIX",
12946                 "WEBRTC_LINUX"
12947             ],
12948             "deps": [
12949                 "//:webrtc_common",
12950                 "//api:optional",
12951                 "//api/video_codecs:video_codecs_api",
12952                 "//common_video:common_video",
12953                 "//modules:module_api",
12954                 "//modules/rtp_rtcp:rtp_rtcp",
12955                 "//rtc_base:rtc_base_approved",
12956                 "//rtc_base:rtc_numerics",
12957                 "//rtc_base:rtc_task_queue",
12958                 "//rtc_base:sequenced_task_checker",
12959                 "//system_wrappers:system_wrappers"
12960             ],
12961             "include_dirs": [
12962                 "//",
12963                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
12964                 "//common_video/include/",
12965                 "/media/libyuv/libyuv/include/"
12966             ],
12967             "libs": [
12968                 "rt"
12969             ],
12970             "sources": [
12971                 "//modules/video_coding/codecs/interface/video_codec_interface.h",
12972                 "//modules/video_coding/codecs/interface/video_error_codes.h",
12973                 "//modules/video_coding/utility/default_video_bitrate_allocator.cc",
12974                 "//modules/video_coding/utility/default_video_bitrate_allocator.h",
12975                 "//modules/video_coding/utility/frame_dropper.cc",
12976                 "//modules/video_coding/utility/frame_dropper.h",
12977                 "//modules/video_coding/utility/ivf_file_writer.cc",
12978                 "//modules/video_coding/utility/ivf_file_writer.h",
12979                 "//modules/video_coding/utility/moving_average.cc",
12980                 "//modules/video_coding/utility/moving_average.h",
12981                 "//modules/video_coding/utility/quality_scaler.cc",
12982                 "//modules/video_coding/utility/quality_scaler.h",
12983                 "//modules/video_coding/utility/vp8_header_parser.cc",
12984                 "//modules/video_coding/utility/vp8_header_parser.h",
12985                 "//modules/video_coding/utility/vp9_uncompressed_header_parser.cc",
12986                 "//modules/video_coding/utility/vp9_uncompressed_header_parser.h"
12987             ],
12988             "type": "source_set"
12989         },
12990         "//modules/video_coding:webrtc_h264": {
12991             "cflags": [
12992                 "-fno-strict-aliasing",
12993                 "--param=ssp-buffer-size=4",
12994                 "-fstack-protector",
12995                 "-Wno-builtin-macro-redefined",
12996                 "-D__DATE__=",
12997                 "-D__TIME__=",
12998                 "-D__TIMESTAMP__=",
12999                 "-funwind-tables",
13000                 "-fPIC",
13001                 "-pipe",
13002                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13003                 "-fcolor-diagnostics",
13004                 "-m32",
13005                 "-msse2",
13006                 "-mfpmath=sse",
13007                 "-mmmx",
13008                 "-momit-leaf-frame-pointer",
13009                 "-pthread",
13010                 "-mstack-alignment=16",
13011                 "-mstackrealign",
13012                 "-Wall",
13013                 "-Werror",
13014                 "-Wextra",
13015                 "-Wno-missing-field-initializers",
13016                 "-Wno-unused-parameter",
13017                 "-Wno-c++11-narrowing",
13018                 "-Wno-covered-switch-default",
13019                 "-Wno-unneeded-internal-declaration",
13020                 "-Wno-inconsistent-missing-override",
13021                 "-Wno-deprecated-register",
13022                 "-Wno-undefined-var-template",
13023                 "-Wno-nonportable-include-path",
13024                 "-Wno-address-of-packed-member",
13025                 "-Wno-unused-lambda-capture",
13026                 "-Wno-user-defined-warnings",
13027                 "-O2",
13028                 "-fno-ident",
13029                 "-fdata-sections",
13030                 "-ffunction-sections",
13031                 "-fomit-frame-pointer",
13032                 "-g0",
13033                 "-fvisibility=hidden",
13034                 "-Wheader-hygiene",
13035                 "-Wstring-conversion",
13036                 "-Wtautological-overlap-compare",
13037                 "-Wextra",
13038                 "-Wno-unused-parameter",
13039                 "-Wno-missing-field-initializers",
13040                 "-Wno-strict-overflow",
13041                 "-Wc++11-narrowing",
13042                 "-Wimplicit-fallthrough",
13043                 "-Wthread-safety",
13044                 "-Winconsistent-missing-override",
13045                 "-Wundef",
13046                 "-Wunused-lambda-capture"
13047             ],
13048             "defines": [
13049                 "V8_DEPRECATION_WARNINGS",
13050                 "USE_NSS_CERTS=1",
13051                 "USE_X11=1",
13052                 "CHROMIUM_BUILD",
13053                 "_FILE_OFFSET_BITS=64",
13054                 "NDEBUG",
13055                 "NVALGRIND",
13056                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13057                 "WEBRTC_ENABLE_PROTOBUF=0",
13058                 "WEBRTC_RESTRICT_LOGGING",
13059                 "WEBRTC_MOZILLA_BUILD",
13060                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13061                 "WEBRTC_POSIX",
13062                 "WEBRTC_LINUX"
13063             ],
13064             "deps": [
13065                 "//api:video_frame_api_i420",
13066                 "//api/video_codecs:video_codecs_api",
13067                 "//media:rtc_media_base",
13068                 "//modules/video_coding:video_coding_utility",
13069                 "//rtc_base:rtc_base_approved",
13070                 "//system_wrappers:system_wrappers"
13071             ],
13072             "include_dirs": [
13073                 "//",
13074                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
13075             ],
13076             "libs": [
13077                 "rt"
13078             ],
13079             "sources": [
13080                 "//modules/video_coding/codecs/h264/h264.cc",
13081                 "//modules/video_coding/codecs/h264/include/h264.h"
13082             ],
13083             "type": "static_library"
13084         },
13085         "//modules/video_coding:webrtc_i420": {
13086             "cflags": [
13087                 "-fno-strict-aliasing",
13088                 "--param=ssp-buffer-size=4",
13089                 "-fstack-protector",
13090                 "-Wno-builtin-macro-redefined",
13091                 "-D__DATE__=",
13092                 "-D__TIME__=",
13093                 "-D__TIMESTAMP__=",
13094                 "-funwind-tables",
13095                 "-fPIC",
13096                 "-pipe",
13097                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13098                 "-fcolor-diagnostics",
13099                 "-m32",
13100                 "-msse2",
13101                 "-mfpmath=sse",
13102                 "-mmmx",
13103                 "-momit-leaf-frame-pointer",
13104                 "-pthread",
13105                 "-mstack-alignment=16",
13106                 "-mstackrealign",
13107                 "-Wall",
13108                 "-Werror",
13109                 "-Wextra",
13110                 "-Wno-missing-field-initializers",
13111                 "-Wno-unused-parameter",
13112                 "-Wno-c++11-narrowing",
13113                 "-Wno-covered-switch-default",
13114                 "-Wno-unneeded-internal-declaration",
13115                 "-Wno-inconsistent-missing-override",
13116                 "-Wno-deprecated-register",
13117                 "-Wno-undefined-var-template",
13118                 "-Wno-nonportable-include-path",
13119                 "-Wno-address-of-packed-member",
13120                 "-Wno-unused-lambda-capture",
13121                 "-Wno-user-defined-warnings",
13122                 "-O2",
13123                 "-fno-ident",
13124                 "-fdata-sections",
13125                 "-ffunction-sections",
13126                 "-fomit-frame-pointer",
13127                 "-g0",
13128                 "-fvisibility=hidden",
13129                 "-Wheader-hygiene",
13130                 "-Wstring-conversion",
13131                 "-Wtautological-overlap-compare",
13132                 "-Wextra",
13133                 "-Wno-unused-parameter",
13134                 "-Wno-missing-field-initializers",
13135                 "-Wno-strict-overflow",
13136                 "-Wc++11-narrowing",
13137                 "-Wimplicit-fallthrough",
13138                 "-Wthread-safety",
13139                 "-Winconsistent-missing-override",
13140                 "-Wundef",
13141                 "-Wunused-lambda-capture"
13142             ],
13143             "defines": [
13144                 "V8_DEPRECATION_WARNINGS",
13145                 "USE_NSS_CERTS=1",
13146                 "USE_X11=1",
13147                 "CHROMIUM_BUILD",
13148                 "_FILE_OFFSET_BITS=64",
13149                 "NDEBUG",
13150                 "NVALGRIND",
13151                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13152                 "WEBRTC_ENABLE_PROTOBUF=0",
13153                 "WEBRTC_RESTRICT_LOGGING",
13154                 "WEBRTC_MOZILLA_BUILD",
13155                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13156                 "WEBRTC_POSIX",
13157                 "WEBRTC_LINUX"
13158             ],
13159             "deps": [
13160                 "//:webrtc_common",
13161                 "//api:video_frame_api_i420",
13162                 "//common_video:common_video",
13163                 "//modules/video_coding:video_coding_utility",
13164                 "//rtc_base:rtc_base_approved",
13165                 "//system_wrappers:system_wrappers"
13166             ],
13167             "include_dirs": [
13168                 "//",
13169                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
13170                 "//common_video/include/",
13171                 "/media/libyuv/libyuv/include/"
13172             ],
13173             "libs": [
13174                 "rt"
13175             ],
13176             "sources": [
13177                 "//modules/video_coding/codecs/i420/i420.cc",
13178                 "//modules/video_coding/codecs/i420/include/i420.h"
13179             ],
13180             "type": "static_library"
13181         },
13182         "//modules/video_coding:webrtc_stereo": {
13183             "cflags": [
13184                 "-fno-strict-aliasing",
13185                 "--param=ssp-buffer-size=4",
13186                 "-fstack-protector",
13187                 "-Wno-builtin-macro-redefined",
13188                 "-D__DATE__=",
13189                 "-D__TIME__=",
13190                 "-D__TIMESTAMP__=",
13191                 "-funwind-tables",
13192                 "-fPIC",
13193                 "-pipe",
13194                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13195                 "-fcolor-diagnostics",
13196                 "-m32",
13197                 "-msse2",
13198                 "-mfpmath=sse",
13199                 "-mmmx",
13200                 "-momit-leaf-frame-pointer",
13201                 "-pthread",
13202                 "-mstack-alignment=16",
13203                 "-mstackrealign",
13204                 "-Wall",
13205                 "-Werror",
13206                 "-Wextra",
13207                 "-Wno-missing-field-initializers",
13208                 "-Wno-unused-parameter",
13209                 "-Wno-c++11-narrowing",
13210                 "-Wno-covered-switch-default",
13211                 "-Wno-unneeded-internal-declaration",
13212                 "-Wno-inconsistent-missing-override",
13213                 "-Wno-deprecated-register",
13214                 "-Wno-undefined-var-template",
13215                 "-Wno-nonportable-include-path",
13216                 "-Wno-address-of-packed-member",
13217                 "-Wno-unused-lambda-capture",
13218                 "-Wno-user-defined-warnings",
13219                 "-O2",
13220                 "-fno-ident",
13221                 "-fdata-sections",
13222                 "-ffunction-sections",
13223                 "-fomit-frame-pointer",
13224                 "-g0",
13225                 "-fvisibility=hidden",
13226                 "-Wheader-hygiene",
13227                 "-Wstring-conversion",
13228                 "-Wtautological-overlap-compare",
13229                 "-Wextra",
13230                 "-Wno-unused-parameter",
13231                 "-Wno-missing-field-initializers",
13232                 "-Wno-strict-overflow",
13233                 "-Wc++11-narrowing",
13234                 "-Wimplicit-fallthrough",
13235                 "-Wthread-safety",
13236                 "-Winconsistent-missing-override",
13237                 "-Wundef",
13238                 "-Wunused-lambda-capture"
13239             ],
13240             "defines": [
13241                 "V8_DEPRECATION_WARNINGS",
13242                 "USE_NSS_CERTS=1",
13243                 "USE_X11=1",
13244                 "CHROMIUM_BUILD",
13245                 "_FILE_OFFSET_BITS=64",
13246                 "NDEBUG",
13247                 "NVALGRIND",
13248                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13249                 "WEBRTC_ENABLE_PROTOBUF=0",
13250                 "WEBRTC_RESTRICT_LOGGING",
13251                 "WEBRTC_MOZILLA_BUILD",
13252                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13253                 "WEBRTC_POSIX",
13254                 "WEBRTC_LINUX"
13255             ],
13256             "deps": [
13257                 "//:webrtc_common",
13258                 "//api:video_frame_api_i420",
13259                 "//api/video_codecs:video_codecs_api",
13260                 "//common_video:common_video",
13261                 "//modules:module_api",
13262                 "//modules/video_coding:video_coding_utility",
13263                 "//rtc_base:rtc_base_approved",
13264                 "//system_wrappers:system_wrappers"
13265             ],
13266             "include_dirs": [
13267                 "//",
13268                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
13269                 "//common_video/include/",
13270                 "/media/libyuv/libyuv/include/"
13271             ],
13272             "libs": [
13273                 "rt"
13274             ],
13275             "sources": [
13276                 "//modules/video_coding/codecs/stereo/include/stereo_decoder_adapter.h",
13277                 "//modules/video_coding/codecs/stereo/include/stereo_encoder_adapter.h",
13278                 "//modules/video_coding/codecs/stereo/stereo_decoder_adapter.cc",
13279                 "//modules/video_coding/codecs/stereo/stereo_encoder_adapter.cc"
13280             ],
13281             "type": "static_library"
13282         },
13283         "//modules/video_coding:webrtc_vp8": {
13284             "cflags": [
13285                 "-fno-strict-aliasing",
13286                 "--param=ssp-buffer-size=4",
13287                 "-fstack-protector",
13288                 "-Wno-builtin-macro-redefined",
13289                 "-D__DATE__=",
13290                 "-D__TIME__=",
13291                 "-D__TIMESTAMP__=",
13292                 "-funwind-tables",
13293                 "-fPIC",
13294                 "-pipe",
13295                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13296                 "-fcolor-diagnostics",
13297                 "-m32",
13298                 "-msse2",
13299                 "-mfpmath=sse",
13300                 "-mmmx",
13301                 "-momit-leaf-frame-pointer",
13302                 "-pthread",
13303                 "-mstack-alignment=16",
13304                 "-mstackrealign",
13305                 "-Wall",
13306                 "-Werror",
13307                 "-Wextra",
13308                 "-Wno-missing-field-initializers",
13309                 "-Wno-unused-parameter",
13310                 "-Wno-c++11-narrowing",
13311                 "-Wno-covered-switch-default",
13312                 "-Wno-unneeded-internal-declaration",
13313                 "-Wno-inconsistent-missing-override",
13314                 "-Wno-deprecated-register",
13315                 "-Wno-undefined-var-template",
13316                 "-Wno-nonportable-include-path",
13317                 "-Wno-address-of-packed-member",
13318                 "-Wno-unused-lambda-capture",
13319                 "-Wno-user-defined-warnings",
13320                 "-O2",
13321                 "-fno-ident",
13322                 "-fdata-sections",
13323                 "-ffunction-sections",
13324                 "-fomit-frame-pointer",
13325                 "-g0",
13326                 "-fvisibility=hidden",
13327                 "-Wheader-hygiene",
13328                 "-Wstring-conversion",
13329                 "-Wtautological-overlap-compare",
13330                 "-Wextra",
13331                 "-Wno-unused-parameter",
13332                 "-Wno-missing-field-initializers",
13333                 "-Wno-strict-overflow",
13334                 "-Wc++11-narrowing",
13335                 "-Wimplicit-fallthrough",
13336                 "-Wthread-safety",
13337                 "-Winconsistent-missing-override",
13338                 "-Wundef",
13339                 "-Wunused-lambda-capture"
13340             ],
13341             "defines": [
13342                 "V8_DEPRECATION_WARNINGS",
13343                 "USE_NSS_CERTS=1",
13344                 "USE_X11=1",
13345                 "CHROMIUM_BUILD",
13346                 "_FILE_OFFSET_BITS=64",
13347                 "NDEBUG",
13348                 "NVALGRIND",
13349                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13350                 "WEBRTC_ENABLE_PROTOBUF=0",
13351                 "WEBRTC_RESTRICT_LOGGING",
13352                 "WEBRTC_MOZILLA_BUILD",
13353                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13354                 "WEBRTC_POSIX",
13355                 "WEBRTC_LINUX"
13356             ],
13357             "deps": [
13358                 "//:webrtc_common",
13359                 "//api:optional",
13360                 "//api/video_codecs:video_codecs_api",
13361                 "//common_video:common_video",
13362                 "//modules:module_api",
13363                 "//modules/video_coding:video_coding_utility",
13364                 "//rtc_base:rtc_base_approved",
13365                 "//rtc_base:rtc_numerics",
13366                 "//rtc_base:sequenced_task_checker",
13367                 "//system_wrappers:system_wrappers"
13368             ],
13369             "include_dirs": [
13370                 "//",
13371                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
13372                 "//common_video/include/",
13373                 "/media/libyuv/libyuv/include/"
13374             ],
13375             "libs": [
13376                 "rt"
13377             ],
13378             "sources": [
13379                 "//modules/video_coding/codecs/vp8/default_temporal_layers.cc",
13380                 "//modules/video_coding/codecs/vp8/default_temporal_layers.h",
13381                 "//modules/video_coding/codecs/vp8/include/vp8.h",
13382                 "//modules/video_coding/codecs/vp8/include/vp8_common_types.h",
13383                 "//modules/video_coding/codecs/vp8/screenshare_layers.cc",
13384                 "//modules/video_coding/codecs/vp8/screenshare_layers.h",
13385                 "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.cc",
13386                 "//modules/video_coding/codecs/vp8/simulcast_rate_allocator.h",
13387                 "//modules/video_coding/codecs/vp8/temporal_layers.cc",
13388                 "//modules/video_coding/codecs/vp8/temporal_layers.h",
13389                 "//modules/video_coding/codecs/vp8/vp8_impl.cc",
13390                 "//modules/video_coding/codecs/vp8/vp8_impl.h"
13391             ],
13392             "type": "static_library"
13393         },
13394         "//modules/video_coding:webrtc_vp9": {
13395             "cflags": [
13396                 "-fno-strict-aliasing",
13397                 "--param=ssp-buffer-size=4",
13398                 "-fstack-protector",
13399                 "-Wno-builtin-macro-redefined",
13400                 "-D__DATE__=",
13401                 "-D__TIME__=",
13402                 "-D__TIMESTAMP__=",
13403                 "-funwind-tables",
13404                 "-fPIC",
13405                 "-pipe",
13406                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13407                 "-fcolor-diagnostics",
13408                 "-m32",
13409                 "-msse2",
13410                 "-mfpmath=sse",
13411                 "-mmmx",
13412                 "-momit-leaf-frame-pointer",
13413                 "-pthread",
13414                 "-mstack-alignment=16",
13415                 "-mstackrealign",
13416                 "-Wall",
13417                 "-Werror",
13418                 "-Wextra",
13419                 "-Wno-missing-field-initializers",
13420                 "-Wno-unused-parameter",
13421                 "-Wno-c++11-narrowing",
13422                 "-Wno-covered-switch-default",
13423                 "-Wno-unneeded-internal-declaration",
13424                 "-Wno-inconsistent-missing-override",
13425                 "-Wno-deprecated-register",
13426                 "-Wno-undefined-var-template",
13427                 "-Wno-nonportable-include-path",
13428                 "-Wno-address-of-packed-member",
13429                 "-Wno-unused-lambda-capture",
13430                 "-Wno-user-defined-warnings",
13431                 "-O2",
13432                 "-fno-ident",
13433                 "-fdata-sections",
13434                 "-ffunction-sections",
13435                 "-fomit-frame-pointer",
13436                 "-g0",
13437                 "-fvisibility=hidden",
13438                 "-Wheader-hygiene",
13439                 "-Wstring-conversion",
13440                 "-Wtautological-overlap-compare",
13441                 "-Wextra",
13442                 "-Wno-unused-parameter",
13443                 "-Wno-missing-field-initializers",
13444                 "-Wno-strict-overflow",
13445                 "-Wc++11-narrowing",
13446                 "-Wimplicit-fallthrough",
13447                 "-Wthread-safety",
13448                 "-Winconsistent-missing-override",
13449                 "-Wundef",
13450                 "-Wunused-lambda-capture"
13451             ],
13452             "defines": [
13453                 "V8_DEPRECATION_WARNINGS",
13454                 "USE_NSS_CERTS=1",
13455                 "USE_X11=1",
13456                 "CHROMIUM_BUILD",
13457                 "_FILE_OFFSET_BITS=64",
13458                 "NDEBUG",
13459                 "NVALGRIND",
13460                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13461                 "WEBRTC_ENABLE_PROTOBUF=0",
13462                 "WEBRTC_RESTRICT_LOGGING",
13463                 "WEBRTC_MOZILLA_BUILD",
13464                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13465                 "WEBRTC_POSIX",
13466                 "WEBRTC_LINUX"
13467             ],
13468             "deps": [
13469                 "//common_video:common_video",
13470                 "//modules:module_api",
13471                 "//modules/video_coding:video_coding_utility",
13472                 "//rtc_base:rtc_base_approved",
13473                 "//system_wrappers:system_wrappers"
13474             ],
13475             "include_dirs": [
13476                 "//",
13477                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
13478                 "//common_video/include/",
13479                 "/media/libyuv/libyuv/include/"
13480             ],
13481             "libs": [
13482                 "rt"
13483             ],
13484             "sources": [
13485                 "//modules/video_coding/codecs/vp9/include/vp9.h",
13486                 "//modules/video_coding/codecs/vp9/screenshare_layers.cc",
13487                 "//modules/video_coding/codecs/vp9/screenshare_layers.h",
13488                 "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.cc",
13489                 "//modules/video_coding/codecs/vp9/vp9_frame_buffer_pool.h",
13490                 "//modules/video_coding/codecs/vp9/vp9_impl.cc",
13491                 "//modules/video_coding/codecs/vp9/vp9_impl.h"
13492             ],
13493             "type": "static_library"
13494         },
13495         "//modules/video_processing:denoiser_filter": {
13496             "cflags": [
13497                 "-fno-strict-aliasing",
13498                 "--param=ssp-buffer-size=4",
13499                 "-fstack-protector",
13500                 "-Wno-builtin-macro-redefined",
13501                 "-D__DATE__=",
13502                 "-D__TIME__=",
13503                 "-D__TIMESTAMP__=",
13504                 "-funwind-tables",
13505                 "-fPIC",
13506                 "-pipe",
13507                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13508                 "-fcolor-diagnostics",
13509                 "-m32",
13510                 "-msse2",
13511                 "-mfpmath=sse",
13512                 "-mmmx",
13513                 "-momit-leaf-frame-pointer",
13514                 "-pthread",
13515                 "-mstack-alignment=16",
13516                 "-mstackrealign",
13517                 "-Wall",
13518                 "-Werror",
13519                 "-Wextra",
13520                 "-Wno-missing-field-initializers",
13521                 "-Wno-unused-parameter",
13522                 "-Wno-c++11-narrowing",
13523                 "-Wno-covered-switch-default",
13524                 "-Wno-unneeded-internal-declaration",
13525                 "-Wno-inconsistent-missing-override",
13526                 "-Wno-deprecated-register",
13527                 "-Wno-undefined-var-template",
13528                 "-Wno-nonportable-include-path",
13529                 "-Wno-address-of-packed-member",
13530                 "-Wno-unused-lambda-capture",
13531                 "-Wno-user-defined-warnings",
13532                 "-O2",
13533                 "-fno-ident",
13534                 "-fdata-sections",
13535                 "-ffunction-sections",
13536                 "-fomit-frame-pointer",
13537                 "-g0",
13538                 "-fvisibility=hidden",
13539                 "-Xclang",
13540                 "-load",
13541                 "-Xclang",
13542                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
13543                 "-Xclang",
13544                 "-add-plugin",
13545                 "-Xclang",
13546                 "find-bad-constructs",
13547                 "-Xclang",
13548                 "-plugin-arg-find-bad-constructs",
13549                 "-Xclang",
13550                 "check-auto-raw-pointer",
13551                 "-Xclang",
13552                 "-plugin-arg-find-bad-constructs",
13553                 "-Xclang",
13554                 "check-ipc",
13555                 "-Wheader-hygiene",
13556                 "-Wstring-conversion",
13557                 "-Wtautological-overlap-compare",
13558                 "-Wextra",
13559                 "-Wno-unused-parameter",
13560                 "-Wno-missing-field-initializers",
13561                 "-Wno-strict-overflow",
13562                 "-Wc++11-narrowing",
13563                 "-Wimplicit-fallthrough",
13564                 "-Wthread-safety",
13565                 "-Winconsistent-missing-override",
13566                 "-Wundef",
13567                 "-Wunused-lambda-capture"
13568             ],
13569             "defines": [
13570                 "V8_DEPRECATION_WARNINGS",
13571                 "USE_NSS_CERTS=1",
13572                 "USE_X11=1",
13573                 "CHROMIUM_BUILD",
13574                 "_FILE_OFFSET_BITS=64",
13575                 "NDEBUG",
13576                 "NVALGRIND",
13577                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13578                 "WEBRTC_ENABLE_PROTOBUF=0",
13579                 "WEBRTC_RESTRICT_LOGGING",
13580                 "WEBRTC_MOZILLA_BUILD",
13581                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13582                 "WEBRTC_POSIX",
13583                 "WEBRTC_LINUX"
13584             ],
13585             "deps": [
13586                 "//modules:module_api"
13587             ],
13588             "include_dirs": [
13589                 "//",
13590                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
13591             ],
13592             "libs": [
13593                 "rt"
13594             ],
13595             "sources": [
13596                 "//modules/video_processing/util/denoiser_filter.h"
13597             ],
13598             "type": "source_set"
13599         },
13600         "//modules/video_processing:video_processing": {
13601             "cflags": [
13602                 "-fno-strict-aliasing",
13603                 "--param=ssp-buffer-size=4",
13604                 "-fstack-protector",
13605                 "-Wno-builtin-macro-redefined",
13606                 "-D__DATE__=",
13607                 "-D__TIME__=",
13608                 "-D__TIMESTAMP__=",
13609                 "-funwind-tables",
13610                 "-fPIC",
13611                 "-pipe",
13612                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13613                 "-fcolor-diagnostics",
13614                 "-m32",
13615                 "-msse2",
13616                 "-mfpmath=sse",
13617                 "-mmmx",
13618                 "-momit-leaf-frame-pointer",
13619                 "-pthread",
13620                 "-mstack-alignment=16",
13621                 "-mstackrealign",
13622                 "-Wall",
13623                 "-Werror",
13624                 "-Wextra",
13625                 "-Wno-missing-field-initializers",
13626                 "-Wno-unused-parameter",
13627                 "-Wno-c++11-narrowing",
13628                 "-Wno-covered-switch-default",
13629                 "-Wno-unneeded-internal-declaration",
13630                 "-Wno-inconsistent-missing-override",
13631                 "-Wno-deprecated-register",
13632                 "-Wno-undefined-var-template",
13633                 "-Wno-nonportable-include-path",
13634                 "-Wno-address-of-packed-member",
13635                 "-Wno-unused-lambda-capture",
13636                 "-Wno-user-defined-warnings",
13637                 "-O2",
13638                 "-fno-ident",
13639                 "-fdata-sections",
13640                 "-ffunction-sections",
13641                 "-fomit-frame-pointer",
13642                 "-g0",
13643                 "-fvisibility=hidden",
13644                 "-Wheader-hygiene",
13645                 "-Wstring-conversion",
13646                 "-Wtautological-overlap-compare",
13647                 "-Wextra",
13648                 "-Wno-unused-parameter",
13649                 "-Wno-missing-field-initializers",
13650                 "-Wno-strict-overflow",
13651                 "-Wc++11-narrowing",
13652                 "-Wimplicit-fallthrough",
13653                 "-Wthread-safety",
13654                 "-Winconsistent-missing-override",
13655                 "-Wundef",
13656                 "-Wunused-lambda-capture"
13657             ],
13658             "defines": [
13659                 "V8_DEPRECATION_WARNINGS",
13660                 "USE_NSS_CERTS=1",
13661                 "USE_X11=1",
13662                 "CHROMIUM_BUILD",
13663                 "_FILE_OFFSET_BITS=64",
13664                 "NDEBUG",
13665                 "NVALGRIND",
13666                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13667                 "WEBRTC_ENABLE_PROTOBUF=0",
13668                 "WEBRTC_RESTRICT_LOGGING",
13669                 "WEBRTC_MOZILLA_BUILD",
13670                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13671                 "WEBRTC_POSIX",
13672                 "WEBRTC_LINUX"
13673             ],
13674             "deps": [
13675                 "//common_audio:common_audio",
13676                 "//common_video:common_video",
13677                 "//modules:module_api",
13678                 "//modules/utility:utility",
13679                 "//modules/video_processing:denoiser_filter",
13680                 "//modules/video_processing:video_processing_sse2",
13681                 "//rtc_base:rtc_base_approved",
13682                 "//system_wrappers:system_wrappers"
13683             ],
13684             "include_dirs": [
13685                 "/media/libyuv/libyuv/include/",
13686                 "//",
13687                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
13688                 "//common_audio/resampler/include/",
13689                 "//common_audio/signal_processing/include/",
13690                 "//common_audio/vad/include/",
13691                 "//common_video/include/",
13692                 "/media/libyuv/libyuv/include/"
13693             ],
13694             "libs": [
13695                 "rt"
13696             ],
13697             "sources": [
13698                 "//modules/video_processing/util/denoiser_filter.cc",
13699                 "//modules/video_processing/util/denoiser_filter_c.cc",
13700                 "//modules/video_processing/util/denoiser_filter_c.h",
13701                 "//modules/video_processing/util/noise_estimation.cc",
13702                 "//modules/video_processing/util/noise_estimation.h",
13703                 "//modules/video_processing/util/skin_detection.cc",
13704                 "//modules/video_processing/util/skin_detection.h",
13705                 "//modules/video_processing/video_denoiser.cc",
13706                 "//modules/video_processing/video_denoiser.h"
13707             ],
13708             "type": "static_library"
13709         },
13710         "//modules/video_processing:video_processing_sse2": {
13711             "cflags": [
13712                 "-fno-strict-aliasing",
13713                 "--param=ssp-buffer-size=4",
13714                 "-fstack-protector",
13715                 "-Wno-builtin-macro-redefined",
13716                 "-D__DATE__=",
13717                 "-D__TIME__=",
13718                 "-D__TIMESTAMP__=",
13719                 "-funwind-tables",
13720                 "-fPIC",
13721                 "-pipe",
13722                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13723                 "-fcolor-diagnostics",
13724                 "-m32",
13725                 "-msse2",
13726                 "-mfpmath=sse",
13727                 "-mmmx",
13728                 "-momit-leaf-frame-pointer",
13729                 "-pthread",
13730                 "-mstack-alignment=16",
13731                 "-mstackrealign",
13732                 "-Wall",
13733                 "-Werror",
13734                 "-Wextra",
13735                 "-Wno-missing-field-initializers",
13736                 "-Wno-unused-parameter",
13737                 "-Wno-c++11-narrowing",
13738                 "-Wno-covered-switch-default",
13739                 "-Wno-unneeded-internal-declaration",
13740                 "-Wno-inconsistent-missing-override",
13741                 "-Wno-deprecated-register",
13742                 "-Wno-undefined-var-template",
13743                 "-Wno-nonportable-include-path",
13744                 "-Wno-address-of-packed-member",
13745                 "-Wno-unused-lambda-capture",
13746                 "-Wno-user-defined-warnings",
13747                 "-O2",
13748                 "-fno-ident",
13749                 "-fdata-sections",
13750                 "-ffunction-sections",
13751                 "-fomit-frame-pointer",
13752                 "-g0",
13753                 "-fvisibility=hidden",
13754                 "-Wheader-hygiene",
13755                 "-Wstring-conversion",
13756                 "-Wtautological-overlap-compare",
13757                 "-Wextra",
13758                 "-Wno-unused-parameter",
13759                 "-Wno-missing-field-initializers",
13760                 "-Wno-strict-overflow",
13761                 "-Wc++11-narrowing",
13762                 "-Wimplicit-fallthrough",
13763                 "-Wthread-safety",
13764                 "-Winconsistent-missing-override",
13765                 "-Wundef",
13766                 "-Wunused-lambda-capture"
13767             ],
13768             "defines": [
13769                 "V8_DEPRECATION_WARNINGS",
13770                 "USE_NSS_CERTS=1",
13771                 "USE_X11=1",
13772                 "CHROMIUM_BUILD",
13773                 "_FILE_OFFSET_BITS=64",
13774                 "NDEBUG",
13775                 "NVALGRIND",
13776                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13777                 "WEBRTC_ENABLE_PROTOBUF=0",
13778                 "WEBRTC_RESTRICT_LOGGING",
13779                 "WEBRTC_MOZILLA_BUILD",
13780                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13781                 "WEBRTC_POSIX",
13782                 "WEBRTC_LINUX"
13783             ],
13784             "deps": [
13785                 "//modules/video_processing:denoiser_filter",
13786                 "//rtc_base:rtc_base_approved",
13787                 "//system_wrappers:system_wrappers"
13788             ],
13789             "include_dirs": [
13790                 "//",
13791                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
13792             ],
13793             "libs": [
13794                 "rt"
13795             ],
13796             "sources": [
13797                 "//modules/video_processing/util/denoiser_filter_sse2.cc",
13798                 "//modules/video_processing/util/denoiser_filter_sse2.h"
13799             ],
13800             "type": "static_library"
13801         },
13802         "//modules:module_api": {
13803             "cflags": [
13804                 "-fno-strict-aliasing",
13805                 "--param=ssp-buffer-size=4",
13806                 "-fstack-protector",
13807                 "-Wno-builtin-macro-redefined",
13808                 "-D__DATE__=",
13809                 "-D__TIME__=",
13810                 "-D__TIMESTAMP__=",
13811                 "-funwind-tables",
13812                 "-fPIC",
13813                 "-pipe",
13814                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13815                 "-fcolor-diagnostics",
13816                 "-m32",
13817                 "-msse2",
13818                 "-mfpmath=sse",
13819                 "-mmmx",
13820                 "-momit-leaf-frame-pointer",
13821                 "-pthread",
13822                 "-mstack-alignment=16",
13823                 "-mstackrealign",
13824                 "-Wall",
13825                 "-Werror",
13826                 "-Wextra",
13827                 "-Wno-missing-field-initializers",
13828                 "-Wno-unused-parameter",
13829                 "-Wno-c++11-narrowing",
13830                 "-Wno-covered-switch-default",
13831                 "-Wno-unneeded-internal-declaration",
13832                 "-Wno-inconsistent-missing-override",
13833                 "-Wno-deprecated-register",
13834                 "-Wno-undefined-var-template",
13835                 "-Wno-nonportable-include-path",
13836                 "-Wno-address-of-packed-member",
13837                 "-Wno-unused-lambda-capture",
13838                 "-Wno-user-defined-warnings",
13839                 "-O2",
13840                 "-fno-ident",
13841                 "-fdata-sections",
13842                 "-ffunction-sections",
13843                 "-fomit-frame-pointer",
13844                 "-g0",
13845                 "-fvisibility=hidden",
13846                 "-Xclang",
13847                 "-load",
13848                 "-Xclang",
13849                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
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                 "-Xclang",
13859                 "-plugin-arg-find-bad-constructs",
13860                 "-Xclang",
13861                 "check-ipc",
13862                 "-Wheader-hygiene",
13863                 "-Wstring-conversion",
13864                 "-Wtautological-overlap-compare",
13865                 "-Wextra",
13866                 "-Wno-unused-parameter",
13867                 "-Wno-missing-field-initializers",
13868                 "-Wno-strict-overflow",
13869                 "-Wc++11-narrowing",
13870                 "-Wimplicit-fallthrough",
13871                 "-Wthread-safety",
13872                 "-Winconsistent-missing-override",
13873                 "-Wundef",
13874                 "-Wunused-lambda-capture"
13875             ],
13876             "defines": [
13877                 "V8_DEPRECATION_WARNINGS",
13878                 "USE_NSS_CERTS=1",
13879                 "USE_X11=1",
13880                 "CHROMIUM_BUILD",
13881                 "_FILE_OFFSET_BITS=64",
13882                 "NDEBUG",
13883                 "NVALGRIND",
13884                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13885                 "WEBRTC_ENABLE_PROTOBUF=0",
13886                 "WEBRTC_RESTRICT_LOGGING",
13887                 "WEBRTC_MOZILLA_BUILD",
13888                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
13889                 "WEBRTC_POSIX",
13890                 "WEBRTC_LINUX"
13891             ],
13892             "deps": [
13893                 "//:webrtc_common",
13894                 "//api:optional",
13895                 "//api:video_frame_api",
13896                 "//api:video_frame_api_i420",
13897                 "//modules:module_api_public",
13898                 "//modules/video_coding:codec_globals_headers",
13899                 "//rtc_base:rtc_base_approved"
13900             ],
13901             "include_dirs": [
13902                 "//",
13903                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
13904             ],
13905             "libs": [
13906                 "rt"
13907             ],
13908             "sources": [
13909                 "//modules/include/module.h",
13910                 "//modules/include/module_common_types.h"
13911             ],
13912             "type": "source_set"
13913         },
13914         "//modules:module_api_public": {
13915             "cflags": [
13916                 "-fno-strict-aliasing",
13917                 "--param=ssp-buffer-size=4",
13918                 "-fstack-protector",
13919                 "-Wno-builtin-macro-redefined",
13920                 "-D__DATE__=",
13921                 "-D__TIME__=",
13922                 "-D__TIMESTAMP__=",
13923                 "-funwind-tables",
13924                 "-fPIC",
13925                 "-pipe",
13926                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
13927                 "-fcolor-diagnostics",
13928                 "-m32",
13929                 "-msse2",
13930                 "-mfpmath=sse",
13931                 "-mmmx",
13932                 "-momit-leaf-frame-pointer",
13933                 "-pthread",
13934                 "-mstack-alignment=16",
13935                 "-mstackrealign",
13936                 "-Wall",
13937                 "-Werror",
13938                 "-Wextra",
13939                 "-Wno-missing-field-initializers",
13940                 "-Wno-unused-parameter",
13941                 "-Wno-c++11-narrowing",
13942                 "-Wno-covered-switch-default",
13943                 "-Wno-unneeded-internal-declaration",
13944                 "-Wno-inconsistent-missing-override",
13945                 "-Wno-deprecated-register",
13946                 "-Wno-undefined-var-template",
13947                 "-Wno-nonportable-include-path",
13948                 "-Wno-address-of-packed-member",
13949                 "-Wno-unused-lambda-capture",
13950                 "-Wno-user-defined-warnings",
13951                 "-O2",
13952                 "-fno-ident",
13953                 "-fdata-sections",
13954                 "-ffunction-sections",
13955                 "-fomit-frame-pointer",
13956                 "-g0",
13957                 "-fvisibility=hidden",
13958                 "-Xclang",
13959                 "-load",
13960                 "-Xclang",
13961                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
13962                 "-Xclang",
13963                 "-add-plugin",
13964                 "-Xclang",
13965                 "find-bad-constructs",
13966                 "-Xclang",
13967                 "-plugin-arg-find-bad-constructs",
13968                 "-Xclang",
13969                 "check-auto-raw-pointer",
13970                 "-Xclang",
13971                 "-plugin-arg-find-bad-constructs",
13972                 "-Xclang",
13973                 "check-ipc",
13974                 "-Wheader-hygiene",
13975                 "-Wstring-conversion",
13976                 "-Wtautological-overlap-compare",
13977                 "-Wextra",
13978                 "-Wno-unused-parameter",
13979                 "-Wno-missing-field-initializers",
13980                 "-Wno-strict-overflow",
13981                 "-Wc++11-narrowing",
13982                 "-Wimplicit-fallthrough",
13983                 "-Wthread-safety",
13984                 "-Winconsistent-missing-override",
13985                 "-Wundef",
13986                 "-Wunused-lambda-capture"
13987             ],
13988             "defines": [
13989                 "V8_DEPRECATION_WARNINGS",
13990                 "USE_NSS_CERTS=1",
13991                 "USE_X11=1",
13992                 "CHROMIUM_BUILD",
13993                 "_FILE_OFFSET_BITS=64",
13994                 "NDEBUG",
13995                 "NVALGRIND",
13996                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
13997                 "WEBRTC_ENABLE_PROTOBUF=0",
13998                 "WEBRTC_RESTRICT_LOGGING",
13999                 "WEBRTC_MOZILLA_BUILD",
14000                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14001                 "WEBRTC_POSIX",
14002                 "WEBRTC_LINUX"
14003             ],
14004             "deps": [
14005                 "//:webrtc_common",
14006                 "//api:optional"
14007             ],
14008             "include_dirs": [
14009                 "//",
14010                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14011             ],
14012             "libs": [],
14013             "sources": [
14014                 "//modules/include/module_common_types_public.h"
14015             ],
14016             "type": "source_set"
14017         },
14018         "//rtc_base:compile_assert_c": {
14019             "cflags": [
14020                 "-fno-strict-aliasing",
14021                 "--param=ssp-buffer-size=4",
14022                 "-fstack-protector",
14023                 "-Wno-builtin-macro-redefined",
14024                 "-D__DATE__=",
14025                 "-D__TIME__=",
14026                 "-D__TIMESTAMP__=",
14027                 "-funwind-tables",
14028                 "-fPIC",
14029                 "-pipe",
14030                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14031                 "-fcolor-diagnostics",
14032                 "-m32",
14033                 "-msse2",
14034                 "-mfpmath=sse",
14035                 "-mmmx",
14036                 "-momit-leaf-frame-pointer",
14037                 "-pthread",
14038                 "-mstack-alignment=16",
14039                 "-mstackrealign",
14040                 "-Wall",
14041                 "-Werror",
14042                 "-Wextra",
14043                 "-Wno-missing-field-initializers",
14044                 "-Wno-unused-parameter",
14045                 "-Wno-c++11-narrowing",
14046                 "-Wno-covered-switch-default",
14047                 "-Wno-unneeded-internal-declaration",
14048                 "-Wno-inconsistent-missing-override",
14049                 "-Wno-deprecated-register",
14050                 "-Wno-undefined-var-template",
14051                 "-Wno-nonportable-include-path",
14052                 "-Wno-address-of-packed-member",
14053                 "-Wno-unused-lambda-capture",
14054                 "-Wno-user-defined-warnings",
14055                 "-O2",
14056                 "-fno-ident",
14057                 "-fdata-sections",
14058                 "-ffunction-sections",
14059                 "-fomit-frame-pointer",
14060                 "-g0",
14061                 "-fvisibility=hidden",
14062                 "-Xclang",
14063                 "-load",
14064                 "-Xclang",
14065                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14066                 "-Xclang",
14067                 "-add-plugin",
14068                 "-Xclang",
14069                 "find-bad-constructs",
14070                 "-Xclang",
14071                 "-plugin-arg-find-bad-constructs",
14072                 "-Xclang",
14073                 "check-auto-raw-pointer",
14074                 "-Xclang",
14075                 "-plugin-arg-find-bad-constructs",
14076                 "-Xclang",
14077                 "check-ipc",
14078                 "-Wheader-hygiene",
14079                 "-Wstring-conversion",
14080                 "-Wtautological-overlap-compare"
14081             ],
14082             "defines": [
14083                 "V8_DEPRECATION_WARNINGS",
14084                 "USE_NSS_CERTS=1",
14085                 "USE_X11=1",
14086                 "CHROMIUM_BUILD",
14087                 "_FILE_OFFSET_BITS=64",
14088                 "NDEBUG",
14089                 "NVALGRIND",
14090                 "DYNAMIC_ANNOTATIONS_ENABLED=0"
14091             ],
14092             "deps": [],
14093             "include_dirs": [
14094                 "//",
14095                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14096             ],
14097             "libs": [],
14098             "sources": [
14099                 "//rtc_base/compile_assert_c.h"
14100             ],
14101             "type": "source_set"
14102         },
14103         "//rtc_base:gtest_prod": {
14104             "cflags": [
14105                 "-fno-strict-aliasing",
14106                 "--param=ssp-buffer-size=4",
14107                 "-fstack-protector",
14108                 "-Wno-builtin-macro-redefined",
14109                 "-D__DATE__=",
14110                 "-D__TIME__=",
14111                 "-D__TIMESTAMP__=",
14112                 "-funwind-tables",
14113                 "-fPIC",
14114                 "-pipe",
14115                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14116                 "-fcolor-diagnostics",
14117                 "-m32",
14118                 "-msse2",
14119                 "-mfpmath=sse",
14120                 "-mmmx",
14121                 "-momit-leaf-frame-pointer",
14122                 "-pthread",
14123                 "-mstack-alignment=16",
14124                 "-mstackrealign",
14125                 "-Wall",
14126                 "-Werror",
14127                 "-Wextra",
14128                 "-Wno-missing-field-initializers",
14129                 "-Wno-unused-parameter",
14130                 "-Wno-c++11-narrowing",
14131                 "-Wno-covered-switch-default",
14132                 "-Wno-unneeded-internal-declaration",
14133                 "-Wno-inconsistent-missing-override",
14134                 "-Wno-deprecated-register",
14135                 "-Wno-undefined-var-template",
14136                 "-Wno-nonportable-include-path",
14137                 "-Wno-address-of-packed-member",
14138                 "-Wno-unused-lambda-capture",
14139                 "-Wno-user-defined-warnings",
14140                 "-O2",
14141                 "-fno-ident",
14142                 "-fdata-sections",
14143                 "-ffunction-sections",
14144                 "-fomit-frame-pointer",
14145                 "-g0",
14146                 "-fvisibility=hidden",
14147                 "-Xclang",
14148                 "-load",
14149                 "-Xclang",
14150                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14151                 "-Xclang",
14152                 "-add-plugin",
14153                 "-Xclang",
14154                 "find-bad-constructs",
14155                 "-Xclang",
14156                 "-plugin-arg-find-bad-constructs",
14157                 "-Xclang",
14158                 "check-auto-raw-pointer",
14159                 "-Xclang",
14160                 "-plugin-arg-find-bad-constructs",
14161                 "-Xclang",
14162                 "check-ipc",
14163                 "-Wheader-hygiene",
14164                 "-Wstring-conversion",
14165                 "-Wtautological-overlap-compare",
14166                 "-Wextra",
14167                 "-Wno-unused-parameter",
14168                 "-Wno-missing-field-initializers",
14169                 "-Wno-strict-overflow",
14170                 "-Wc++11-narrowing",
14171                 "-Wimplicit-fallthrough",
14172                 "-Wthread-safety",
14173                 "-Winconsistent-missing-override",
14174                 "-Wundef",
14175                 "-Wunused-lambda-capture"
14176             ],
14177             "defines": [
14178                 "V8_DEPRECATION_WARNINGS",
14179                 "USE_NSS_CERTS=1",
14180                 "USE_X11=1",
14181                 "CHROMIUM_BUILD",
14182                 "_FILE_OFFSET_BITS=64",
14183                 "NDEBUG",
14184                 "NVALGRIND",
14185                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14186                 "WEBRTC_ENABLE_PROTOBUF=0",
14187                 "WEBRTC_RESTRICT_LOGGING",
14188                 "WEBRTC_MOZILLA_BUILD",
14189                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14190                 "WEBRTC_POSIX",
14191                 "WEBRTC_LINUX"
14192             ],
14193             "deps": [],
14194             "include_dirs": [
14195                 "//",
14196                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14197             ],
14198             "libs": [],
14199             "sources": [
14200                 "//rtc_base/gtest_prod_util.h"
14201             ],
14202             "type": "source_set"
14203         },
14204         "//rtc_base:protobuf_utils": {
14205             "cflags": [
14206                 "-fno-strict-aliasing",
14207                 "--param=ssp-buffer-size=4",
14208                 "-fstack-protector",
14209                 "-Wno-builtin-macro-redefined",
14210                 "-D__DATE__=",
14211                 "-D__TIME__=",
14212                 "-D__TIMESTAMP__=",
14213                 "-funwind-tables",
14214                 "-fPIC",
14215                 "-pipe",
14216                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14217                 "-fcolor-diagnostics",
14218                 "-m32",
14219                 "-msse2",
14220                 "-mfpmath=sse",
14221                 "-mmmx",
14222                 "-momit-leaf-frame-pointer",
14223                 "-pthread",
14224                 "-mstack-alignment=16",
14225                 "-mstackrealign",
14226                 "-Wall",
14227                 "-Werror",
14228                 "-Wextra",
14229                 "-Wno-missing-field-initializers",
14230                 "-Wno-unused-parameter",
14231                 "-Wno-c++11-narrowing",
14232                 "-Wno-covered-switch-default",
14233                 "-Wno-unneeded-internal-declaration",
14234                 "-Wno-inconsistent-missing-override",
14235                 "-Wno-deprecated-register",
14236                 "-Wno-undefined-var-template",
14237                 "-Wno-nonportable-include-path",
14238                 "-Wno-address-of-packed-member",
14239                 "-Wno-unused-lambda-capture",
14240                 "-Wno-user-defined-warnings",
14241                 "-O2",
14242                 "-fno-ident",
14243                 "-fdata-sections",
14244                 "-ffunction-sections",
14245                 "-fomit-frame-pointer",
14246                 "-g0",
14247                 "-fvisibility=hidden",
14248                 "-Xclang",
14249                 "-load",
14250                 "-Xclang",
14251                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14252                 "-Xclang",
14253                 "-add-plugin",
14254                 "-Xclang",
14255                 "find-bad-constructs",
14256                 "-Xclang",
14257                 "-plugin-arg-find-bad-constructs",
14258                 "-Xclang",
14259                 "check-auto-raw-pointer",
14260                 "-Xclang",
14261                 "-plugin-arg-find-bad-constructs",
14262                 "-Xclang",
14263                 "check-ipc",
14264                 "-Wheader-hygiene",
14265                 "-Wstring-conversion",
14266                 "-Wtautological-overlap-compare"
14267             ],
14268             "defines": [
14269                 "V8_DEPRECATION_WARNINGS",
14270                 "USE_NSS_CERTS=1",
14271                 "USE_X11=1",
14272                 "CHROMIUM_BUILD",
14273                 "_FILE_OFFSET_BITS=64",
14274                 "NDEBUG",
14275                 "NVALGRIND",
14276                 "DYNAMIC_ANNOTATIONS_ENABLED=0"
14277             ],
14278             "deps": [],
14279             "include_dirs": [
14280                 "//",
14281                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14282             ],
14283             "libs": [],
14284             "sources": [
14285                 "//rtc_base/protobuf_utils.h"
14286             ],
14287             "type": "source_set"
14288         },
14289         "//rtc_base:rtc_base": {
14290             "cflags": [
14291                 "-fno-strict-aliasing",
14292                 "--param=ssp-buffer-size=4",
14293                 "-fstack-protector",
14294                 "-Wno-builtin-macro-redefined",
14295                 "-D__DATE__=",
14296                 "-D__TIME__=",
14297                 "-D__TIMESTAMP__=",
14298                 "-funwind-tables",
14299                 "-fPIC",
14300                 "-pipe",
14301                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14302                 "-fcolor-diagnostics",
14303                 "-m32",
14304                 "-msse2",
14305                 "-mfpmath=sse",
14306                 "-mmmx",
14307                 "-momit-leaf-frame-pointer",
14308                 "-pthread",
14309                 "-mstack-alignment=16",
14310                 "-mstackrealign",
14311                 "-Wall",
14312                 "-Werror",
14313                 "-Wextra",
14314                 "-Wno-missing-field-initializers",
14315                 "-Wno-unused-parameter",
14316                 "-Wno-c++11-narrowing",
14317                 "-Wno-covered-switch-default",
14318                 "-Wno-unneeded-internal-declaration",
14319                 "-Wno-inconsistent-missing-override",
14320                 "-Wno-deprecated-register",
14321                 "-Wno-undefined-var-template",
14322                 "-Wno-nonportable-include-path",
14323                 "-Wno-address-of-packed-member",
14324                 "-Wno-unused-lambda-capture",
14325                 "-Wno-user-defined-warnings",
14326                 "-O2",
14327                 "-fno-ident",
14328                 "-fdata-sections",
14329                 "-ffunction-sections",
14330                 "-fomit-frame-pointer",
14331                 "-g0",
14332                 "-fvisibility=hidden",
14333                 "-Xclang",
14334                 "-load",
14335                 "-Xclang",
14336                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14337                 "-Xclang",
14338                 "-add-plugin",
14339                 "-Xclang",
14340                 "find-bad-constructs",
14341                 "-Xclang",
14342                 "-plugin-arg-find-bad-constructs",
14343                 "-Xclang",
14344                 "check-auto-raw-pointer",
14345                 "-Xclang",
14346                 "-plugin-arg-find-bad-constructs",
14347                 "-Xclang",
14348                 "check-ipc",
14349                 "-Wheader-hygiene",
14350                 "-Wstring-conversion",
14351                 "-Wtautological-overlap-compare",
14352                 "-Wextra",
14353                 "-Wno-unused-parameter",
14354                 "-Wno-missing-field-initializers",
14355                 "-Wno-strict-overflow",
14356                 "-Wc++11-narrowing",
14357                 "-Wimplicit-fallthrough",
14358                 "-Wthread-safety",
14359                 "-Winconsistent-missing-override",
14360                 "-Wundef",
14361                 "-Wunused-lambda-capture"
14362             ],
14363             "defines": [
14364                 "V8_DEPRECATION_WARNINGS",
14365                 "USE_NSS_CERTS=1",
14366                 "USE_X11=1",
14367                 "CHROMIUM_BUILD",
14368                 "_FILE_OFFSET_BITS=64",
14369                 "NDEBUG",
14370                 "NVALGRIND",
14371                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14372                 "WEBRTC_ENABLE_PROTOBUF=0",
14373                 "WEBRTC_RESTRICT_LOGGING",
14374                 "WEBRTC_MOZILLA_BUILD",
14375                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14376                 "WEBRTC_POSIX",
14377                 "WEBRTC_LINUX"
14378             ],
14379             "deps": [],
14380             "include_dirs": [
14381                 "//",
14382                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14383             ],
14384             "libs": [],
14385             "sources": [],
14386             "type": "static_library"
14387         },
14388         "//rtc_base:rtc_base_approved": {
14389             "cflags": [
14390                 "-fno-strict-aliasing",
14391                 "--param=ssp-buffer-size=4",
14392                 "-fstack-protector",
14393                 "-Wno-builtin-macro-redefined",
14394                 "-D__DATE__=",
14395                 "-D__TIME__=",
14396                 "-D__TIMESTAMP__=",
14397                 "-funwind-tables",
14398                 "-fPIC",
14399                 "-pipe",
14400                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14401                 "-fcolor-diagnostics",
14402                 "-m32",
14403                 "-msse2",
14404                 "-mfpmath=sse",
14405                 "-mmmx",
14406                 "-momit-leaf-frame-pointer",
14407                 "-pthread",
14408                 "-mstack-alignment=16",
14409                 "-mstackrealign",
14410                 "-Wall",
14411                 "-Werror",
14412                 "-Wextra",
14413                 "-Wno-missing-field-initializers",
14414                 "-Wno-unused-parameter",
14415                 "-Wno-c++11-narrowing",
14416                 "-Wno-covered-switch-default",
14417                 "-Wno-unneeded-internal-declaration",
14418                 "-Wno-inconsistent-missing-override",
14419                 "-Wno-deprecated-register",
14420                 "-Wno-undefined-var-template",
14421                 "-Wno-nonportable-include-path",
14422                 "-Wno-address-of-packed-member",
14423                 "-Wno-unused-lambda-capture",
14424                 "-Wno-user-defined-warnings",
14425                 "-O2",
14426                 "-fno-ident",
14427                 "-fdata-sections",
14428                 "-ffunction-sections",
14429                 "-fomit-frame-pointer",
14430                 "-g0",
14431                 "-fvisibility=hidden",
14432                 "-Xclang",
14433                 "-load",
14434                 "-Xclang",
14435                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14436                 "-Xclang",
14437                 "-add-plugin",
14438                 "-Xclang",
14439                 "find-bad-constructs",
14440                 "-Xclang",
14441                 "-plugin-arg-find-bad-constructs",
14442                 "-Xclang",
14443                 "check-auto-raw-pointer",
14444                 "-Xclang",
14445                 "-plugin-arg-find-bad-constructs",
14446                 "-Xclang",
14447                 "check-ipc",
14448                 "-Wheader-hygiene",
14449                 "-Wstring-conversion",
14450                 "-Wtautological-overlap-compare",
14451                 "-Wextra",
14452                 "-Wno-unused-parameter",
14453                 "-Wno-missing-field-initializers",
14454                 "-Wno-strict-overflow",
14455                 "-Wc++11-narrowing",
14456                 "-Wimplicit-fallthrough",
14457                 "-Wthread-safety",
14458                 "-Winconsistent-missing-override",
14459                 "-Wundef",
14460                 "-Wunused-lambda-capture"
14461             ],
14462             "defines": [
14463                 "V8_DEPRECATION_WARNINGS",
14464                 "USE_NSS_CERTS=1",
14465                 "USE_X11=1",
14466                 "CHROMIUM_BUILD",
14467                 "_FILE_OFFSET_BITS=64",
14468                 "NDEBUG",
14469                 "NVALGRIND",
14470                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14471                 "WEBRTC_ENABLE_PROTOBUF=0",
14472                 "WEBRTC_RESTRICT_LOGGING",
14473                 "WEBRTC_MOZILLA_BUILD",
14474                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14475                 "WEBRTC_POSIX",
14476                 "WEBRTC_LINUX"
14477             ],
14478             "deps": [
14479                 "//rtc_base:rtc_base_approved_generic"
14480             ],
14481             "include_dirs": [
14482                 "//",
14483                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14484             ],
14485             "libs": [],
14486             "sources": [],
14487             "type": "source_set"
14488         },
14489         "//rtc_base:rtc_base_approved_generic": {
14490             "cflags": [
14491                 "-fno-strict-aliasing",
14492                 "--param=ssp-buffer-size=4",
14493                 "-fstack-protector",
14494                 "-Wno-builtin-macro-redefined",
14495                 "-D__DATE__=",
14496                 "-D__TIME__=",
14497                 "-D__TIMESTAMP__=",
14498                 "-funwind-tables",
14499                 "-fPIC",
14500                 "-pipe",
14501                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14502                 "-fcolor-diagnostics",
14503                 "-m32",
14504                 "-msse2",
14505                 "-mfpmath=sse",
14506                 "-mmmx",
14507                 "-momit-leaf-frame-pointer",
14508                 "-pthread",
14509                 "-mstack-alignment=16",
14510                 "-mstackrealign",
14511                 "-Wall",
14512                 "-Werror",
14513                 "-Wextra",
14514                 "-Wno-missing-field-initializers",
14515                 "-Wno-unused-parameter",
14516                 "-Wno-c++11-narrowing",
14517                 "-Wno-covered-switch-default",
14518                 "-Wno-unneeded-internal-declaration",
14519                 "-Wno-inconsistent-missing-override",
14520                 "-Wno-deprecated-register",
14521                 "-Wno-undefined-var-template",
14522                 "-Wno-nonportable-include-path",
14523                 "-Wno-address-of-packed-member",
14524                 "-Wno-unused-lambda-capture",
14525                 "-Wno-user-defined-warnings",
14526                 "-O2",
14527                 "-fno-ident",
14528                 "-fdata-sections",
14529                 "-ffunction-sections",
14530                 "-fomit-frame-pointer",
14531                 "-g0",
14532                 "-fvisibility=hidden",
14533                 "-Xclang",
14534                 "-load",
14535                 "-Xclang",
14536                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14537                 "-Xclang",
14538                 "-add-plugin",
14539                 "-Xclang",
14540                 "find-bad-constructs",
14541                 "-Xclang",
14542                 "-plugin-arg-find-bad-constructs",
14543                 "-Xclang",
14544                 "check-auto-raw-pointer",
14545                 "-Xclang",
14546                 "-plugin-arg-find-bad-constructs",
14547                 "-Xclang",
14548                 "check-ipc",
14549                 "-Wheader-hygiene",
14550                 "-Wstring-conversion",
14551                 "-Wtautological-overlap-compare",
14552                 "-Wextra",
14553                 "-Wno-unused-parameter",
14554                 "-Wno-missing-field-initializers",
14555                 "-Wno-strict-overflow",
14556                 "-Wc++11-narrowing",
14557                 "-Wimplicit-fallthrough",
14558                 "-Wthread-safety",
14559                 "-Winconsistent-missing-override",
14560                 "-Wundef",
14561                 "-Wunused-lambda-capture"
14562             ],
14563             "defines": [
14564                 "V8_DEPRECATION_WARNINGS",
14565                 "USE_NSS_CERTS=1",
14566                 "USE_X11=1",
14567                 "CHROMIUM_BUILD",
14568                 "_FILE_OFFSET_BITS=64",
14569                 "NDEBUG",
14570                 "NVALGRIND",
14571                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14572                 "WEBRTC_ENABLE_PROTOBUF=0",
14573                 "WEBRTC_RESTRICT_LOGGING",
14574                 "WEBRTC_MOZILLA_BUILD",
14575                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14576                 "WEBRTC_POSIX",
14577                 "WEBRTC_LINUX"
14578             ],
14579             "deps": [
14580                 "//:webrtc_common"
14581             ],
14582             "include_dirs": [
14583                 "//",
14584                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14585             ],
14586             "libs": [],
14587             "sources": [
14588                 "//rtc_base/arraysize.h",
14589                 "//rtc_base/atomicops.h",
14590                 "//rtc_base/base64.cc",
14591                 "//rtc_base/base64.h",
14592                 "//rtc_base/basictypes.h",
14593                 "//rtc_base/bind.h",
14594                 "//rtc_base/bitbuffer.cc",
14595                 "//rtc_base/bitbuffer.h",
14596                 "//rtc_base/bitrateallocationstrategy.cc",
14597                 "//rtc_base/bitrateallocationstrategy.h",
14598                 "//rtc_base/buffer.h",
14599                 "//rtc_base/bufferqueue.cc",
14600                 "//rtc_base/bufferqueue.h",
14601                 "//rtc_base/bytebuffer.cc",
14602                 "//rtc_base/bytebuffer.h",
14603                 "//rtc_base/byteorder.h",
14604                 "//rtc_base/checks.cc",
14605                 "//rtc_base/checks.h",
14606                 "//rtc_base/constructormagic.h",
14607                 "//rtc_base/copyonwritebuffer.cc",
14608                 "//rtc_base/copyonwritebuffer.h",
14609                 "//rtc_base/criticalsection.cc",
14610                 "//rtc_base/criticalsection.h",
14611                 "//rtc_base/deprecation.h",
14612                 "//rtc_base/event_tracer.cc",
14613                 "//rtc_base/event_tracer.h",
14614                 "//rtc_base/file.cc",
14615                 "//rtc_base/file.h",
14616                 "//rtc_base/flags.cc",
14617                 "//rtc_base/flags.h",
14618                 "//rtc_base/format_macros.h",
14619                 "//rtc_base/function_view.h",
14620                 "//rtc_base/ignore_wundef.h",
14621                 "//rtc_base/location.cc",
14622                 "//rtc_base/location.h",
14623                 "//rtc_base/numerics/histogram_percentile_counter.cc",
14624                 "//rtc_base/numerics/histogram_percentile_counter.h",
14625                 "//rtc_base/numerics/mod_ops.h",
14626                 "//rtc_base/numerics/moving_max_counter.h",
14627                 "//rtc_base/numerics/safe_compare.h",
14628                 "//rtc_base/numerics/safe_conversions.h",
14629                 "//rtc_base/numerics/safe_conversions_impl.h",
14630                 "//rtc_base/numerics/safe_minmax.h",
14631                 "//rtc_base/onetimeevent.h",
14632                 "//rtc_base/pathutils.cc",
14633                 "//rtc_base/pathutils.h",
14634                 "//rtc_base/platform_file.cc",
14635                 "//rtc_base/platform_file.h",
14636                 "//rtc_base/platform_thread.cc",
14637                 "//rtc_base/platform_thread.h",
14638                 "//rtc_base/platform_thread_types.h",
14639                 "//rtc_base/ptr_util.h",
14640                 "//rtc_base/race_checker.cc",
14641                 "//rtc_base/race_checker.h",
14642                 "//rtc_base/random.cc",
14643                 "//rtc_base/random.h",
14644                 "//rtc_base/rate_limiter.cc",
14645                 "//rtc_base/rate_limiter.h",
14646                 "//rtc_base/rate_statistics.cc",
14647                 "//rtc_base/rate_statistics.h",
14648                 "//rtc_base/ratetracker.cc",
14649                 "//rtc_base/ratetracker.h",
14650                 "//rtc_base/refcount.h",
14651                 "//rtc_base/refcountedobject.h",
14652                 "//rtc_base/refcounter.h",
14653                 "//rtc_base/sanitizer.h",
14654                 "//rtc_base/scoped_ref_ptr.h",
14655                 "//rtc_base/string_to_number.cc",
14656                 "//rtc_base/string_to_number.h",
14657                 "//rtc_base/stringencode.cc",
14658                 "//rtc_base/stringencode.h",
14659                 "//rtc_base/stringize_macros.h",
14660                 "//rtc_base/stringutils.cc",
14661                 "//rtc_base/stringutils.h",
14662                 "//rtc_base/swap_queue.h",
14663                 "//rtc_base/template_util.h",
14664                 "//rtc_base/thread_annotations.h",
14665                 "//rtc_base/thread_checker.h",
14666                 "//rtc_base/thread_checker_impl.cc",
14667                 "//rtc_base/thread_checker_impl.h",
14668                 "//rtc_base/timestampaligner.cc",
14669                 "//rtc_base/timestampaligner.h",
14670                 "//rtc_base/timeutils.cc",
14671                 "//rtc_base/timeutils.h",
14672                 "//rtc_base/trace_event.h",
14673                 "//rtc_base/type_traits.h",
14674                 "//rtc_base/file_posix.cc",
14675                 "//rtc_base/event.cc",
14676                 "//rtc_base/event.h",
14677                 "//rtc_base/logging.cc",
14678                 "//rtc_base/logging.h",
14679                 "//rtc_base/asyncresolverinterface.cc",
14680                 "//rtc_base/asyncresolverinterface.h",
14681                 "//rtc_base/asyncsocket.cc",
14682                 "//rtc_base/asyncsocket.h",
14683                 "//rtc_base/ipaddress.cc",
14684                 "//rtc_base/ipaddress.h",
14685                 "//rtc_base/messagehandler.cc",
14686                 "//rtc_base/messagehandler.h",
14687                 "//rtc_base/messagequeue.cc",
14688                 "//rtc_base/messagequeue.h",
14689                 "//rtc_base/nethelpers.cc",
14690                 "//rtc_base/nethelpers.h",
14691                 "//rtc_base/physicalsocketserver.cc",
14692                 "//rtc_base/physicalsocketserver.h",
14693                 "//rtc_base/nullsocketserver.cc",
14694                 "//rtc_base/nullsocketserver.h",
14695                 "//rtc_base/signalthread.cc",
14696                 "//rtc_base/signalthread.h",
14697                 "//rtc_base/socketaddress.cc",
14698                 "//rtc_base/socketaddress.h",
14699                 "//rtc_base/thread.cc",
14700                 "//rtc_base/thread.h"
14701             ],
14702             "type": "source_set"
14703         },
14704         "//rtc_base:rtc_numerics": {
14705             "cflags": [
14706                 "-fno-strict-aliasing",
14707                 "--param=ssp-buffer-size=4",
14708                 "-fstack-protector",
14709                 "-Wno-builtin-macro-redefined",
14710                 "-D__DATE__=",
14711                 "-D__TIME__=",
14712                 "-D__TIMESTAMP__=",
14713                 "-funwind-tables",
14714                 "-fPIC",
14715                 "-pipe",
14716                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14717                 "-fcolor-diagnostics",
14718                 "-m32",
14719                 "-msse2",
14720                 "-mfpmath=sse",
14721                 "-mmmx",
14722                 "-momit-leaf-frame-pointer",
14723                 "-pthread",
14724                 "-mstack-alignment=16",
14725                 "-mstackrealign",
14726                 "-Wall",
14727                 "-Werror",
14728                 "-Wextra",
14729                 "-Wno-missing-field-initializers",
14730                 "-Wno-unused-parameter",
14731                 "-Wno-c++11-narrowing",
14732                 "-Wno-covered-switch-default",
14733                 "-Wno-unneeded-internal-declaration",
14734                 "-Wno-inconsistent-missing-override",
14735                 "-Wno-deprecated-register",
14736                 "-Wno-undefined-var-template",
14737                 "-Wno-nonportable-include-path",
14738                 "-Wno-address-of-packed-member",
14739                 "-Wno-unused-lambda-capture",
14740                 "-Wno-user-defined-warnings",
14741                 "-O2",
14742                 "-fno-ident",
14743                 "-fdata-sections",
14744                 "-ffunction-sections",
14745                 "-fomit-frame-pointer",
14746                 "-g0",
14747                 "-fvisibility=hidden",
14748                 "-Xclang",
14749                 "-load",
14750                 "-Xclang",
14751                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14752                 "-Xclang",
14753                 "-add-plugin",
14754                 "-Xclang",
14755                 "find-bad-constructs",
14756                 "-Xclang",
14757                 "-plugin-arg-find-bad-constructs",
14758                 "-Xclang",
14759                 "check-auto-raw-pointer",
14760                 "-Xclang",
14761                 "-plugin-arg-find-bad-constructs",
14762                 "-Xclang",
14763                 "check-ipc",
14764                 "-Wheader-hygiene",
14765                 "-Wstring-conversion",
14766                 "-Wtautological-overlap-compare",
14767                 "-Wextra",
14768                 "-Wno-unused-parameter",
14769                 "-Wno-missing-field-initializers",
14770                 "-Wno-strict-overflow",
14771                 "-Wc++11-narrowing",
14772                 "-Wimplicit-fallthrough",
14773                 "-Wthread-safety",
14774                 "-Winconsistent-missing-override",
14775                 "-Wundef",
14776                 "-Wunused-lambda-capture"
14777             ],
14778             "defines": [
14779                 "V8_DEPRECATION_WARNINGS",
14780                 "USE_NSS_CERTS=1",
14781                 "USE_X11=1",
14782                 "CHROMIUM_BUILD",
14783                 "_FILE_OFFSET_BITS=64",
14784                 "NDEBUG",
14785                 "NVALGRIND",
14786                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14787                 "WEBRTC_ENABLE_PROTOBUF=0",
14788                 "WEBRTC_RESTRICT_LOGGING",
14789                 "WEBRTC_MOZILLA_BUILD",
14790                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14791                 "WEBRTC_POSIX",
14792                 "WEBRTC_LINUX"
14793             ],
14794             "deps": [
14795                 "//api:optional",
14796                 "//rtc_base:rtc_base_approved"
14797             ],
14798             "include_dirs": [
14799                 "//",
14800                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14801             ],
14802             "libs": [],
14803             "sources": [
14804                 "//rtc_base/numerics/exp_filter.cc",
14805                 "//rtc_base/numerics/exp_filter.h",
14806                 "//rtc_base/numerics/moving_median_filter.h",
14807                 "//rtc_base/numerics/percentile_filter.h",
14808                 "//rtc_base/numerics/sequence_number_util.h"
14809             ],
14810             "type": "static_library"
14811         },
14812         "//rtc_base:rtc_task_queue": {
14813             "cflags": [
14814                 "-fno-strict-aliasing",
14815                 "--param=ssp-buffer-size=4",
14816                 "-fstack-protector",
14817                 "-Wno-builtin-macro-redefined",
14818                 "-D__DATE__=",
14819                 "-D__TIME__=",
14820                 "-D__TIMESTAMP__=",
14821                 "-funwind-tables",
14822                 "-fPIC",
14823                 "-pipe",
14824                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14825                 "-fcolor-diagnostics",
14826                 "-m32",
14827                 "-msse2",
14828                 "-mfpmath=sse",
14829                 "-mmmx",
14830                 "-momit-leaf-frame-pointer",
14831                 "-pthread",
14832                 "-mstack-alignment=16",
14833                 "-mstackrealign",
14834                 "-Wall",
14835                 "-Werror",
14836                 "-Wextra",
14837                 "-Wno-missing-field-initializers",
14838                 "-Wno-unused-parameter",
14839                 "-Wno-c++11-narrowing",
14840                 "-Wno-covered-switch-default",
14841                 "-Wno-unneeded-internal-declaration",
14842                 "-Wno-inconsistent-missing-override",
14843                 "-Wno-deprecated-register",
14844                 "-Wno-undefined-var-template",
14845                 "-Wno-nonportable-include-path",
14846                 "-Wno-address-of-packed-member",
14847                 "-Wno-unused-lambda-capture",
14848                 "-Wno-user-defined-warnings",
14849                 "-O2",
14850                 "-fno-ident",
14851                 "-fdata-sections",
14852                 "-ffunction-sections",
14853                 "-fomit-frame-pointer",
14854                 "-g0",
14855                 "-fvisibility=hidden",
14856                 "-Xclang",
14857                 "-load",
14858                 "-Xclang",
14859                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14860                 "-Xclang",
14861                 "-add-plugin",
14862                 "-Xclang",
14863                 "find-bad-constructs",
14864                 "-Xclang",
14865                 "-plugin-arg-find-bad-constructs",
14866                 "-Xclang",
14867                 "check-auto-raw-pointer",
14868                 "-Xclang",
14869                 "-plugin-arg-find-bad-constructs",
14870                 "-Xclang",
14871                 "check-ipc",
14872                 "-Wheader-hygiene",
14873                 "-Wstring-conversion",
14874                 "-Wtautological-overlap-compare",
14875                 "-Wextra",
14876                 "-Wno-unused-parameter",
14877                 "-Wno-missing-field-initializers",
14878                 "-Wno-strict-overflow",
14879                 "-Wc++11-narrowing",
14880                 "-Wimplicit-fallthrough",
14881                 "-Wthread-safety",
14882                 "-Winconsistent-missing-override",
14883                 "-Wundef",
14884                 "-Wunused-lambda-capture"
14885             ],
14886             "defines": [
14887                 "V8_DEPRECATION_WARNINGS",
14888                 "USE_NSS_CERTS=1",
14889                 "USE_X11=1",
14890                 "CHROMIUM_BUILD",
14891                 "_FILE_OFFSET_BITS=64",
14892                 "NDEBUG",
14893                 "NVALGRIND",
14894                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14895                 "WEBRTC_ENABLE_PROTOBUF=0",
14896                 "WEBRTC_RESTRICT_LOGGING",
14897                 "WEBRTC_MOZILLA_BUILD",
14898                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
14899                 "WEBRTC_POSIX",
14900                 "WEBRTC_LINUX"
14901             ],
14902             "deps": [
14903                 "//rtc_base:rtc_base_approved",
14904                 "//rtc_base:rtc_task_queue_api",
14905                 "//rtc_base:rtc_task_queue_impl"
14906             ],
14907             "include_dirs": [
14908                 "//",
14909                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
14910             ],
14911             "libs": [],
14912             "sources": [],
14913             "type": "source_set"
14914         },
14915         "//rtc_base:rtc_task_queue_api": {
14916             "cflags": [
14917                 "-fno-strict-aliasing",
14918                 "--param=ssp-buffer-size=4",
14919                 "-fstack-protector",
14920                 "-Wno-builtin-macro-redefined",
14921                 "-D__DATE__=",
14922                 "-D__TIME__=",
14923                 "-D__TIMESTAMP__=",
14924                 "-funwind-tables",
14925                 "-fPIC",
14926                 "-pipe",
14927                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
14928                 "-fcolor-diagnostics",
14929                 "-m32",
14930                 "-msse2",
14931                 "-mfpmath=sse",
14932                 "-mmmx",
14933                 "-momit-leaf-frame-pointer",
14934                 "-pthread",
14935                 "-mstack-alignment=16",
14936                 "-mstackrealign",
14937                 "-Wall",
14938                 "-Werror",
14939                 "-Wextra",
14940                 "-Wno-missing-field-initializers",
14941                 "-Wno-unused-parameter",
14942                 "-Wno-c++11-narrowing",
14943                 "-Wno-covered-switch-default",
14944                 "-Wno-unneeded-internal-declaration",
14945                 "-Wno-inconsistent-missing-override",
14946                 "-Wno-deprecated-register",
14947                 "-Wno-undefined-var-template",
14948                 "-Wno-nonportable-include-path",
14949                 "-Wno-address-of-packed-member",
14950                 "-Wno-unused-lambda-capture",
14951                 "-Wno-user-defined-warnings",
14952                 "-O2",
14953                 "-fno-ident",
14954                 "-fdata-sections",
14955                 "-ffunction-sections",
14956                 "-fomit-frame-pointer",
14957                 "-g0",
14958                 "-fvisibility=hidden",
14959                 "-Xclang",
14960                 "-load",
14961                 "-Xclang",
14962                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
14963                 "-Xclang",
14964                 "-add-plugin",
14965                 "-Xclang",
14966                 "find-bad-constructs",
14967                 "-Xclang",
14968                 "-plugin-arg-find-bad-constructs",
14969                 "-Xclang",
14970                 "check-auto-raw-pointer",
14971                 "-Xclang",
14972                 "-plugin-arg-find-bad-constructs",
14973                 "-Xclang",
14974                 "check-ipc",
14975                 "-Wheader-hygiene",
14976                 "-Wstring-conversion",
14977                 "-Wtautological-overlap-compare",
14978                 "-Wextra",
14979                 "-Wno-unused-parameter",
14980                 "-Wno-missing-field-initializers",
14981                 "-Wno-strict-overflow",
14982                 "-Wc++11-narrowing",
14983                 "-Wimplicit-fallthrough",
14984                 "-Wthread-safety",
14985                 "-Winconsistent-missing-override",
14986                 "-Wundef",
14987                 "-Wunused-lambda-capture"
14988             ],
14989             "defines": [
14990                 "V8_DEPRECATION_WARNINGS",
14991                 "USE_NSS_CERTS=1",
14992                 "USE_X11=1",
14993                 "CHROMIUM_BUILD",
14994                 "_FILE_OFFSET_BITS=64",
14995                 "NDEBUG",
14996                 "NVALGRIND",
14997                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
14998                 "WEBRTC_ENABLE_PROTOBUF=0",
14999                 "WEBRTC_RESTRICT_LOGGING",
15000                 "WEBRTC_MOZILLA_BUILD",
15001                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15002                 "WEBRTC_POSIX",
15003                 "WEBRTC_LINUX"
15004             ],
15005             "deps": [
15006                 "//rtc_base:rtc_base_approved"
15007             ],
15008             "include_dirs": [
15009                 "//",
15010                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15011             ],
15012             "libs": [],
15013             "sources": [
15014                 "//rtc_base/task_queue.h"
15015             ],
15016             "type": "source_set"
15017         },
15018         "//rtc_base:rtc_task_queue_impl": {
15019             "cflags": [
15020                 "-fno-strict-aliasing",
15021                 "--param=ssp-buffer-size=4",
15022                 "-fstack-protector",
15023                 "-Wno-builtin-macro-redefined",
15024                 "-D__DATE__=",
15025                 "-D__TIME__=",
15026                 "-D__TIMESTAMP__=",
15027                 "-funwind-tables",
15028                 "-fPIC",
15029                 "-pipe",
15030                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15031                 "-fcolor-diagnostics",
15032                 "-m32",
15033                 "-msse2",
15034                 "-mfpmath=sse",
15035                 "-mmmx",
15036                 "-momit-leaf-frame-pointer",
15037                 "-pthread",
15038                 "-mstack-alignment=16",
15039                 "-mstackrealign",
15040                 "-Wall",
15041                 "-Werror",
15042                 "-Wextra",
15043                 "-Wno-missing-field-initializers",
15044                 "-Wno-unused-parameter",
15045                 "-Wno-c++11-narrowing",
15046                 "-Wno-covered-switch-default",
15047                 "-Wno-unneeded-internal-declaration",
15048                 "-Wno-inconsistent-missing-override",
15049                 "-Wno-deprecated-register",
15050                 "-Wno-undefined-var-template",
15051                 "-Wno-nonportable-include-path",
15052                 "-Wno-address-of-packed-member",
15053                 "-Wno-unused-lambda-capture",
15054                 "-Wno-user-defined-warnings",
15055                 "-O2",
15056                 "-fno-ident",
15057                 "-fdata-sections",
15058                 "-ffunction-sections",
15059                 "-fomit-frame-pointer",
15060                 "-g0",
15061                 "-fvisibility=hidden",
15062                 "-Xclang",
15063                 "-load",
15064                 "-Xclang",
15065                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15066                 "-Xclang",
15067                 "-add-plugin",
15068                 "-Xclang",
15069                 "find-bad-constructs",
15070                 "-Xclang",
15071                 "-plugin-arg-find-bad-constructs",
15072                 "-Xclang",
15073                 "check-auto-raw-pointer",
15074                 "-Xclang",
15075                 "-plugin-arg-find-bad-constructs",
15076                 "-Xclang",
15077                 "check-ipc",
15078                 "-Wheader-hygiene",
15079                 "-Wstring-conversion",
15080                 "-Wtautological-overlap-compare",
15081                 "-Wextra",
15082                 "-Wno-unused-parameter",
15083                 "-Wno-missing-field-initializers",
15084                 "-Wno-strict-overflow",
15085                 "-Wc++11-narrowing",
15086                 "-Wimplicit-fallthrough",
15087                 "-Wthread-safety",
15088                 "-Winconsistent-missing-override",
15089                 "-Wundef",
15090                 "-Wunused-lambda-capture"
15091             ],
15092             "defines": [
15093                 "V8_DEPRECATION_WARNINGS",
15094                 "USE_NSS_CERTS=1",
15095                 "USE_X11=1",
15096                 "CHROMIUM_BUILD",
15097                 "_FILE_OFFSET_BITS=64",
15098                 "NDEBUG",
15099                 "NVALGRIND",
15100                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15101                 "WEBRTC_ENABLE_PROTOBUF=0",
15102                 "WEBRTC_RESTRICT_LOGGING",
15103                 "WEBRTC_MOZILLA_BUILD",
15104                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15105                 "WEBRTC_POSIX",
15106                 "WEBRTC_LINUX"
15107             ],
15108             "deps": [
15109                 "//rtc_base:rtc_base_approved",
15110                 "//rtc_base:rtc_task_queue_api"
15111             ],
15112             "include_dirs": [
15113                 "/ipc/chromium/src/third_party/libevent/include/",
15114                 "/ipc/chromium/src/third_party/libevent/linux/",
15115                 "//",
15116                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15117             ],
15118             "libs": [],
15119             "sources": [
15120                 "//rtc_base/task_queue_libevent.cc",
15121                 "//rtc_base/task_queue_posix.cc",
15122                 "//rtc_base/task_queue_posix.h"
15123             ],
15124             "type": "source_set"
15125         },
15126         "//rtc_base:sequenced_task_checker": {
15127             "cflags": [
15128                 "-fno-strict-aliasing",
15129                 "--param=ssp-buffer-size=4",
15130                 "-fstack-protector",
15131                 "-Wno-builtin-macro-redefined",
15132                 "-D__DATE__=",
15133                 "-D__TIME__=",
15134                 "-D__TIMESTAMP__=",
15135                 "-funwind-tables",
15136                 "-fPIC",
15137                 "-pipe",
15138                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15139                 "-fcolor-diagnostics",
15140                 "-m32",
15141                 "-msse2",
15142                 "-mfpmath=sse",
15143                 "-mmmx",
15144                 "-momit-leaf-frame-pointer",
15145                 "-pthread",
15146                 "-mstack-alignment=16",
15147                 "-mstackrealign",
15148                 "-Wall",
15149                 "-Werror",
15150                 "-Wextra",
15151                 "-Wno-missing-field-initializers",
15152                 "-Wno-unused-parameter",
15153                 "-Wno-c++11-narrowing",
15154                 "-Wno-covered-switch-default",
15155                 "-Wno-unneeded-internal-declaration",
15156                 "-Wno-inconsistent-missing-override",
15157                 "-Wno-deprecated-register",
15158                 "-Wno-undefined-var-template",
15159                 "-Wno-nonportable-include-path",
15160                 "-Wno-address-of-packed-member",
15161                 "-Wno-unused-lambda-capture",
15162                 "-Wno-user-defined-warnings",
15163                 "-O2",
15164                 "-fno-ident",
15165                 "-fdata-sections",
15166                 "-ffunction-sections",
15167                 "-fomit-frame-pointer",
15168                 "-g0",
15169                 "-fvisibility=hidden",
15170                 "-Xclang",
15171                 "-load",
15172                 "-Xclang",
15173                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15174                 "-Xclang",
15175                 "-add-plugin",
15176                 "-Xclang",
15177                 "find-bad-constructs",
15178                 "-Xclang",
15179                 "-plugin-arg-find-bad-constructs",
15180                 "-Xclang",
15181                 "check-auto-raw-pointer",
15182                 "-Xclang",
15183                 "-plugin-arg-find-bad-constructs",
15184                 "-Xclang",
15185                 "check-ipc",
15186                 "-Wheader-hygiene",
15187                 "-Wstring-conversion",
15188                 "-Wtautological-overlap-compare",
15189                 "-Wextra",
15190                 "-Wno-unused-parameter",
15191                 "-Wno-missing-field-initializers",
15192                 "-Wno-strict-overflow",
15193                 "-Wc++11-narrowing",
15194                 "-Wimplicit-fallthrough",
15195                 "-Wthread-safety",
15196                 "-Winconsistent-missing-override",
15197                 "-Wundef",
15198                 "-Wunused-lambda-capture"
15199             ],
15200             "defines": [
15201                 "V8_DEPRECATION_WARNINGS",
15202                 "USE_NSS_CERTS=1",
15203                 "USE_X11=1",
15204                 "CHROMIUM_BUILD",
15205                 "_FILE_OFFSET_BITS=64",
15206                 "NDEBUG",
15207                 "NVALGRIND",
15208                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15209                 "WEBRTC_ENABLE_PROTOBUF=0",
15210                 "WEBRTC_RESTRICT_LOGGING",
15211                 "WEBRTC_MOZILLA_BUILD",
15212                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15213                 "WEBRTC_POSIX",
15214                 "WEBRTC_LINUX"
15215             ],
15216             "deps": [
15217                 "//rtc_base:rtc_base_approved",
15218                 "//rtc_base:rtc_task_queue"
15219             ],
15220             "include_dirs": [
15221                 "//",
15222                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15223             ],
15224             "libs": [],
15225             "sources": [
15226                 "//rtc_base/sequenced_task_checker.h",
15227                 "//rtc_base/sequenced_task_checker_impl.cc",
15228                 "//rtc_base/sequenced_task_checker_impl.h"
15229             ],
15230             "type": "static_library"
15231         },
15232         "//rtc_base:weak_ptr": {
15233             "cflags": [
15234                 "-fno-strict-aliasing",
15235                 "--param=ssp-buffer-size=4",
15236                 "-fstack-protector",
15237                 "-Wno-builtin-macro-redefined",
15238                 "-D__DATE__=",
15239                 "-D__TIME__=",
15240                 "-D__TIMESTAMP__=",
15241                 "-funwind-tables",
15242                 "-fPIC",
15243                 "-pipe",
15244                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15245                 "-fcolor-diagnostics",
15246                 "-m32",
15247                 "-msse2",
15248                 "-mfpmath=sse",
15249                 "-mmmx",
15250                 "-momit-leaf-frame-pointer",
15251                 "-pthread",
15252                 "-mstack-alignment=16",
15253                 "-mstackrealign",
15254                 "-Wall",
15255                 "-Werror",
15256                 "-Wextra",
15257                 "-Wno-missing-field-initializers",
15258                 "-Wno-unused-parameter",
15259                 "-Wno-c++11-narrowing",
15260                 "-Wno-covered-switch-default",
15261                 "-Wno-unneeded-internal-declaration",
15262                 "-Wno-inconsistent-missing-override",
15263                 "-Wno-deprecated-register",
15264                 "-Wno-undefined-var-template",
15265                 "-Wno-nonportable-include-path",
15266                 "-Wno-address-of-packed-member",
15267                 "-Wno-unused-lambda-capture",
15268                 "-Wno-user-defined-warnings",
15269                 "-O2",
15270                 "-fno-ident",
15271                 "-fdata-sections",
15272                 "-ffunction-sections",
15273                 "-fomit-frame-pointer",
15274                 "-g0",
15275                 "-fvisibility=hidden",
15276                 "-Xclang",
15277                 "-load",
15278                 "-Xclang",
15279                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15280                 "-Xclang",
15281                 "-add-plugin",
15282                 "-Xclang",
15283                 "find-bad-constructs",
15284                 "-Xclang",
15285                 "-plugin-arg-find-bad-constructs",
15286                 "-Xclang",
15287                 "check-auto-raw-pointer",
15288                 "-Xclang",
15289                 "-plugin-arg-find-bad-constructs",
15290                 "-Xclang",
15291                 "check-ipc",
15292                 "-Wheader-hygiene",
15293                 "-Wstring-conversion",
15294                 "-Wtautological-overlap-compare",
15295                 "-Wextra",
15296                 "-Wno-unused-parameter",
15297                 "-Wno-missing-field-initializers",
15298                 "-Wno-strict-overflow",
15299                 "-Wc++11-narrowing",
15300                 "-Wimplicit-fallthrough",
15301                 "-Wthread-safety",
15302                 "-Winconsistent-missing-override",
15303                 "-Wundef",
15304                 "-Wunused-lambda-capture"
15305             ],
15306             "defines": [
15307                 "V8_DEPRECATION_WARNINGS",
15308                 "USE_NSS_CERTS=1",
15309                 "USE_X11=1",
15310                 "CHROMIUM_BUILD",
15311                 "_FILE_OFFSET_BITS=64",
15312                 "NDEBUG",
15313                 "NVALGRIND",
15314                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15315                 "WEBRTC_ENABLE_PROTOBUF=0",
15316                 "WEBRTC_RESTRICT_LOGGING",
15317                 "WEBRTC_MOZILLA_BUILD",
15318                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15319                 "WEBRTC_POSIX",
15320                 "WEBRTC_LINUX"
15321             ],
15322             "deps": [
15323                 "//rtc_base:rtc_base_approved",
15324                 "//rtc_base:sequenced_task_checker"
15325             ],
15326             "include_dirs": [
15327                 "//",
15328                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15329             ],
15330             "libs": [],
15331             "sources": [
15332                 "//rtc_base/weak_ptr.cc",
15333                 "//rtc_base/weak_ptr.h"
15334             ],
15335             "type": "static_library"
15336         },
15337         "//system_wrappers:cpu_features_api": {
15338             "cflags": [
15339                 "-fno-strict-aliasing",
15340                 "--param=ssp-buffer-size=4",
15341                 "-fstack-protector",
15342                 "-Wno-builtin-macro-redefined",
15343                 "-D__DATE__=",
15344                 "-D__TIME__=",
15345                 "-D__TIMESTAMP__=",
15346                 "-funwind-tables",
15347                 "-fPIC",
15348                 "-pipe",
15349                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15350                 "-fcolor-diagnostics",
15351                 "-m32",
15352                 "-msse2",
15353                 "-mfpmath=sse",
15354                 "-mmmx",
15355                 "-momit-leaf-frame-pointer",
15356                 "-pthread",
15357                 "-mstack-alignment=16",
15358                 "-mstackrealign",
15359                 "-Wall",
15360                 "-Werror",
15361                 "-Wextra",
15362                 "-Wno-missing-field-initializers",
15363                 "-Wno-unused-parameter",
15364                 "-Wno-c++11-narrowing",
15365                 "-Wno-covered-switch-default",
15366                 "-Wno-unneeded-internal-declaration",
15367                 "-Wno-inconsistent-missing-override",
15368                 "-Wno-deprecated-register",
15369                 "-Wno-undefined-var-template",
15370                 "-Wno-nonportable-include-path",
15371                 "-Wno-address-of-packed-member",
15372                 "-Wno-unused-lambda-capture",
15373                 "-Wno-user-defined-warnings",
15374                 "-O2",
15375                 "-fno-ident",
15376                 "-fdata-sections",
15377                 "-ffunction-sections",
15378                 "-fomit-frame-pointer",
15379                 "-g0",
15380                 "-fvisibility=hidden",
15381                 "-Xclang",
15382                 "-load",
15383                 "-Xclang",
15384                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15385                 "-Xclang",
15386                 "-add-plugin",
15387                 "-Xclang",
15388                 "find-bad-constructs",
15389                 "-Xclang",
15390                 "-plugin-arg-find-bad-constructs",
15391                 "-Xclang",
15392                 "check-auto-raw-pointer",
15393                 "-Xclang",
15394                 "-plugin-arg-find-bad-constructs",
15395                 "-Xclang",
15396                 "check-ipc",
15397                 "-Wheader-hygiene",
15398                 "-Wstring-conversion",
15399                 "-Wtautological-overlap-compare",
15400                 "-Wextra",
15401                 "-Wno-unused-parameter",
15402                 "-Wno-missing-field-initializers",
15403                 "-Wno-strict-overflow",
15404                 "-Wc++11-narrowing",
15405                 "-Wimplicit-fallthrough",
15406                 "-Wthread-safety",
15407                 "-Winconsistent-missing-override",
15408                 "-Wundef",
15409                 "-Wunused-lambda-capture"
15410             ],
15411             "defines": [
15412                 "V8_DEPRECATION_WARNINGS",
15413                 "USE_NSS_CERTS=1",
15414                 "USE_X11=1",
15415                 "CHROMIUM_BUILD",
15416                 "_FILE_OFFSET_BITS=64",
15417                 "NDEBUG",
15418                 "NVALGRIND",
15419                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15420                 "WEBRTC_ENABLE_PROTOBUF=0",
15421                 "WEBRTC_RESTRICT_LOGGING",
15422                 "WEBRTC_MOZILLA_BUILD",
15423                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15424                 "WEBRTC_POSIX",
15425                 "WEBRTC_LINUX"
15426             ],
15427             "deps": [
15428                 "//:webrtc_common"
15429             ],
15430             "include_dirs": [
15431                 "//",
15432                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15433             ],
15434             "libs": [],
15435             "sources": [
15436                 "//system_wrappers/include/cpu_features_wrapper.h"
15437             ],
15438             "type": "source_set"
15439         },
15440         "//system_wrappers:cpu_features_linux": {
15441             "cflags": [
15442                 "-fno-strict-aliasing",
15443                 "--param=ssp-buffer-size=4",
15444                 "-fstack-protector",
15445                 "-Wno-builtin-macro-redefined",
15446                 "-D__DATE__=",
15447                 "-D__TIME__=",
15448                 "-D__TIMESTAMP__=",
15449                 "-funwind-tables",
15450                 "-fPIC",
15451                 "-pipe",
15452                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15453                 "-fcolor-diagnostics",
15454                 "-m32",
15455                 "-msse2",
15456                 "-mfpmath=sse",
15457                 "-mmmx",
15458                 "-momit-leaf-frame-pointer",
15459                 "-pthread",
15460                 "-mstack-alignment=16",
15461                 "-mstackrealign",
15462                 "-Wall",
15463                 "-Werror",
15464                 "-Wextra",
15465                 "-Wno-missing-field-initializers",
15466                 "-Wno-unused-parameter",
15467                 "-Wno-c++11-narrowing",
15468                 "-Wno-covered-switch-default",
15469                 "-Wno-unneeded-internal-declaration",
15470                 "-Wno-inconsistent-missing-override",
15471                 "-Wno-deprecated-register",
15472                 "-Wno-undefined-var-template",
15473                 "-Wno-nonportable-include-path",
15474                 "-Wno-address-of-packed-member",
15475                 "-Wno-unused-lambda-capture",
15476                 "-Wno-user-defined-warnings",
15477                 "-O2",
15478                 "-fno-ident",
15479                 "-fdata-sections",
15480                 "-ffunction-sections",
15481                 "-fomit-frame-pointer",
15482                 "-g0",
15483                 "-fvisibility=hidden",
15484                 "-Xclang",
15485                 "-load",
15486                 "-Xclang",
15487                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15488                 "-Xclang",
15489                 "-add-plugin",
15490                 "-Xclang",
15491                 "find-bad-constructs",
15492                 "-Xclang",
15493                 "-plugin-arg-find-bad-constructs",
15494                 "-Xclang",
15495                 "check-auto-raw-pointer",
15496                 "-Xclang",
15497                 "-plugin-arg-find-bad-constructs",
15498                 "-Xclang",
15499                 "check-ipc",
15500                 "-Wheader-hygiene",
15501                 "-Wstring-conversion",
15502                 "-Wtautological-overlap-compare",
15503                 "-Wextra",
15504                 "-Wno-unused-parameter",
15505                 "-Wno-missing-field-initializers",
15506                 "-Wno-strict-overflow",
15507                 "-Wc++11-narrowing",
15508                 "-Wimplicit-fallthrough",
15509                 "-Wthread-safety",
15510                 "-Winconsistent-missing-override",
15511                 "-Wundef",
15512                 "-Wunused-lambda-capture"
15513             ],
15514             "defines": [
15515                 "V8_DEPRECATION_WARNINGS",
15516                 "USE_NSS_CERTS=1",
15517                 "USE_X11=1",
15518                 "CHROMIUM_BUILD",
15519                 "_FILE_OFFSET_BITS=64",
15520                 "NDEBUG",
15521                 "NVALGRIND",
15522                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15523                 "WEBRTC_ENABLE_PROTOBUF=0",
15524                 "WEBRTC_RESTRICT_LOGGING",
15525                 "WEBRTC_MOZILLA_BUILD",
15526                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15527                 "WEBRTC_POSIX",
15528                 "WEBRTC_LINUX"
15529             ],
15530             "deps": [
15531                 "//system_wrappers:cpu_features_api"
15532             ],
15533             "include_dirs": [
15534                 "//",
15535                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15536             ],
15537             "libs": [],
15538             "sources": [
15539                 "//system_wrappers/source/cpu_features_linux.c"
15540             ],
15541             "type": "static_library"
15542         },
15543         "//system_wrappers:field_trial_api": {
15544             "cflags": [
15545                 "-fno-strict-aliasing",
15546                 "--param=ssp-buffer-size=4",
15547                 "-fstack-protector",
15548                 "-Wno-builtin-macro-redefined",
15549                 "-D__DATE__=",
15550                 "-D__TIME__=",
15551                 "-D__TIMESTAMP__=",
15552                 "-funwind-tables",
15553                 "-fPIC",
15554                 "-pipe",
15555                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15556                 "-fcolor-diagnostics",
15557                 "-m32",
15558                 "-msse2",
15559                 "-mfpmath=sse",
15560                 "-mmmx",
15561                 "-momit-leaf-frame-pointer",
15562                 "-pthread",
15563                 "-mstack-alignment=16",
15564                 "-mstackrealign",
15565                 "-Wall",
15566                 "-Werror",
15567                 "-Wextra",
15568                 "-Wno-missing-field-initializers",
15569                 "-Wno-unused-parameter",
15570                 "-Wno-c++11-narrowing",
15571                 "-Wno-covered-switch-default",
15572                 "-Wno-unneeded-internal-declaration",
15573                 "-Wno-inconsistent-missing-override",
15574                 "-Wno-deprecated-register",
15575                 "-Wno-undefined-var-template",
15576                 "-Wno-nonportable-include-path",
15577                 "-Wno-address-of-packed-member",
15578                 "-Wno-unused-lambda-capture",
15579                 "-Wno-user-defined-warnings",
15580                 "-O2",
15581                 "-fno-ident",
15582                 "-fdata-sections",
15583                 "-ffunction-sections",
15584                 "-fomit-frame-pointer",
15585                 "-g0",
15586                 "-fvisibility=hidden",
15587                 "-Xclang",
15588                 "-load",
15589                 "-Xclang",
15590                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15591                 "-Xclang",
15592                 "-add-plugin",
15593                 "-Xclang",
15594                 "find-bad-constructs",
15595                 "-Xclang",
15596                 "-plugin-arg-find-bad-constructs",
15597                 "-Xclang",
15598                 "check-auto-raw-pointer",
15599                 "-Xclang",
15600                 "-plugin-arg-find-bad-constructs",
15601                 "-Xclang",
15602                 "check-ipc",
15603                 "-Wheader-hygiene",
15604                 "-Wstring-conversion",
15605                 "-Wtautological-overlap-compare",
15606                 "-Wextra",
15607                 "-Wno-unused-parameter",
15608                 "-Wno-missing-field-initializers",
15609                 "-Wno-strict-overflow",
15610                 "-Wc++11-narrowing",
15611                 "-Wimplicit-fallthrough",
15612                 "-Wthread-safety",
15613                 "-Winconsistent-missing-override",
15614                 "-Wundef",
15615                 "-Wunused-lambda-capture"
15616             ],
15617             "defines": [
15618                 "V8_DEPRECATION_WARNINGS",
15619                 "USE_NSS_CERTS=1",
15620                 "USE_X11=1",
15621                 "CHROMIUM_BUILD",
15622                 "_FILE_OFFSET_BITS=64",
15623                 "NDEBUG",
15624                 "NVALGRIND",
15625                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15626                 "WEBRTC_ENABLE_PROTOBUF=0",
15627                 "WEBRTC_RESTRICT_LOGGING",
15628                 "WEBRTC_MOZILLA_BUILD",
15629                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15630                 "WEBRTC_POSIX",
15631                 "WEBRTC_LINUX"
15632             ],
15633             "deps": [],
15634             "include_dirs": [
15635                 "//",
15636                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15637             ],
15638             "libs": [],
15639             "sources": [
15640                 "//system_wrappers/include/field_trial.h"
15641             ],
15642             "type": "source_set"
15643         },
15644         "//system_wrappers:field_trial_default": {
15645             "cflags": [
15646                 "-fno-strict-aliasing",
15647                 "--param=ssp-buffer-size=4",
15648                 "-fstack-protector",
15649                 "-Wno-builtin-macro-redefined",
15650                 "-D__DATE__=",
15651                 "-D__TIME__=",
15652                 "-D__TIMESTAMP__=",
15653                 "-funwind-tables",
15654                 "-fPIC",
15655                 "-pipe",
15656                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15657                 "-fcolor-diagnostics",
15658                 "-m32",
15659                 "-msse2",
15660                 "-mfpmath=sse",
15661                 "-mmmx",
15662                 "-momit-leaf-frame-pointer",
15663                 "-pthread",
15664                 "-mstack-alignment=16",
15665                 "-mstackrealign",
15666                 "-Wall",
15667                 "-Werror",
15668                 "-Wextra",
15669                 "-Wno-missing-field-initializers",
15670                 "-Wno-unused-parameter",
15671                 "-Wno-c++11-narrowing",
15672                 "-Wno-covered-switch-default",
15673                 "-Wno-unneeded-internal-declaration",
15674                 "-Wno-inconsistent-missing-override",
15675                 "-Wno-deprecated-register",
15676                 "-Wno-undefined-var-template",
15677                 "-Wno-nonportable-include-path",
15678                 "-Wno-address-of-packed-member",
15679                 "-Wno-unused-lambda-capture",
15680                 "-Wno-user-defined-warnings",
15681                 "-O2",
15682                 "-fno-ident",
15683                 "-fdata-sections",
15684                 "-ffunction-sections",
15685                 "-fomit-frame-pointer",
15686                 "-g0",
15687                 "-fvisibility=hidden",
15688                 "-Xclang",
15689                 "-load",
15690                 "-Xclang",
15691                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15692                 "-Xclang",
15693                 "-add-plugin",
15694                 "-Xclang",
15695                 "find-bad-constructs",
15696                 "-Xclang",
15697                 "-plugin-arg-find-bad-constructs",
15698                 "-Xclang",
15699                 "check-auto-raw-pointer",
15700                 "-Xclang",
15701                 "-plugin-arg-find-bad-constructs",
15702                 "-Xclang",
15703                 "check-ipc",
15704                 "-Wheader-hygiene",
15705                 "-Wstring-conversion",
15706                 "-Wtautological-overlap-compare",
15707                 "-Wextra",
15708                 "-Wno-unused-parameter",
15709                 "-Wno-missing-field-initializers",
15710                 "-Wno-strict-overflow",
15711                 "-Wc++11-narrowing",
15712                 "-Wimplicit-fallthrough",
15713                 "-Wthread-safety",
15714                 "-Winconsistent-missing-override",
15715                 "-Wundef",
15716                 "-Wunused-lambda-capture"
15717             ],
15718             "defines": [
15719                 "V8_DEPRECATION_WARNINGS",
15720                 "USE_NSS_CERTS=1",
15721                 "USE_X11=1",
15722                 "CHROMIUM_BUILD",
15723                 "_FILE_OFFSET_BITS=64",
15724                 "NDEBUG",
15725                 "NVALGRIND",
15726                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15727                 "WEBRTC_ENABLE_PROTOBUF=0",
15728                 "WEBRTC_RESTRICT_LOGGING",
15729                 "WEBRTC_MOZILLA_BUILD",
15730                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15731                 "WEBRTC_POSIX",
15732                 "WEBRTC_LINUX"
15733             ],
15734             "deps": [
15735                 "//system_wrappers:field_trial_api"
15736             ],
15737             "include_dirs": [
15738                 "//",
15739                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15740             ],
15741             "libs": [],
15742             "sources": [
15743                 "//system_wrappers/include/field_trial_default.h",
15744                 "//system_wrappers/source/field_trial_default.cc"
15745             ],
15746             "type": "source_set"
15747         },
15748         "//system_wrappers:metrics_api": {
15749             "cflags": [
15750                 "-fno-strict-aliasing",
15751                 "--param=ssp-buffer-size=4",
15752                 "-fstack-protector",
15753                 "-Wno-builtin-macro-redefined",
15754                 "-D__DATE__=",
15755                 "-D__TIME__=",
15756                 "-D__TIMESTAMP__=",
15757                 "-funwind-tables",
15758                 "-fPIC",
15759                 "-pipe",
15760                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15761                 "-fcolor-diagnostics",
15762                 "-m32",
15763                 "-msse2",
15764                 "-mfpmath=sse",
15765                 "-mmmx",
15766                 "-momit-leaf-frame-pointer",
15767                 "-pthread",
15768                 "-mstack-alignment=16",
15769                 "-mstackrealign",
15770                 "-Wall",
15771                 "-Werror",
15772                 "-Wextra",
15773                 "-Wno-missing-field-initializers",
15774                 "-Wno-unused-parameter",
15775                 "-Wno-c++11-narrowing",
15776                 "-Wno-covered-switch-default",
15777                 "-Wno-unneeded-internal-declaration",
15778                 "-Wno-inconsistent-missing-override",
15779                 "-Wno-deprecated-register",
15780                 "-Wno-undefined-var-template",
15781                 "-Wno-nonportable-include-path",
15782                 "-Wno-address-of-packed-member",
15783                 "-Wno-unused-lambda-capture",
15784                 "-Wno-user-defined-warnings",
15785                 "-O2",
15786                 "-fno-ident",
15787                 "-fdata-sections",
15788                 "-ffunction-sections",
15789                 "-fomit-frame-pointer",
15790                 "-g0",
15791                 "-fvisibility=hidden",
15792                 "-Xclang",
15793                 "-load",
15794                 "-Xclang",
15795                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15796                 "-Xclang",
15797                 "-add-plugin",
15798                 "-Xclang",
15799                 "find-bad-constructs",
15800                 "-Xclang",
15801                 "-plugin-arg-find-bad-constructs",
15802                 "-Xclang",
15803                 "check-auto-raw-pointer",
15804                 "-Xclang",
15805                 "-plugin-arg-find-bad-constructs",
15806                 "-Xclang",
15807                 "check-ipc",
15808                 "-Wheader-hygiene",
15809                 "-Wstring-conversion",
15810                 "-Wtautological-overlap-compare",
15811                 "-Wextra",
15812                 "-Wno-unused-parameter",
15813                 "-Wno-missing-field-initializers",
15814                 "-Wno-strict-overflow",
15815                 "-Wc++11-narrowing",
15816                 "-Wimplicit-fallthrough",
15817                 "-Wthread-safety",
15818                 "-Winconsistent-missing-override",
15819                 "-Wundef",
15820                 "-Wunused-lambda-capture"
15821             ],
15822             "defines": [
15823                 "V8_DEPRECATION_WARNINGS",
15824                 "USE_NSS_CERTS=1",
15825                 "USE_X11=1",
15826                 "CHROMIUM_BUILD",
15827                 "_FILE_OFFSET_BITS=64",
15828                 "NDEBUG",
15829                 "NVALGRIND",
15830                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15831                 "WEBRTC_ENABLE_PROTOBUF=0",
15832                 "WEBRTC_RESTRICT_LOGGING",
15833                 "WEBRTC_MOZILLA_BUILD",
15834                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15835                 "WEBRTC_POSIX",
15836                 "WEBRTC_LINUX"
15837             ],
15838             "deps": [
15839                 "//:webrtc_common",
15840                 "//rtc_base:rtc_base_approved"
15841             ],
15842             "include_dirs": [
15843                 "//",
15844                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15845             ],
15846             "libs": [],
15847             "sources": [
15848                 "//system_wrappers/include/metrics.h"
15849             ],
15850             "type": "source_set"
15851         },
15852         "//system_wrappers:metrics_default": {
15853             "cflags": [
15854                 "-fno-strict-aliasing",
15855                 "--param=ssp-buffer-size=4",
15856                 "-fstack-protector",
15857                 "-Wno-builtin-macro-redefined",
15858                 "-D__DATE__=",
15859                 "-D__TIME__=",
15860                 "-D__TIMESTAMP__=",
15861                 "-funwind-tables",
15862                 "-fPIC",
15863                 "-pipe",
15864                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15865                 "-fcolor-diagnostics",
15866                 "-m32",
15867                 "-msse2",
15868                 "-mfpmath=sse",
15869                 "-mmmx",
15870                 "-momit-leaf-frame-pointer",
15871                 "-pthread",
15872                 "-mstack-alignment=16",
15873                 "-mstackrealign",
15874                 "-Wall",
15875                 "-Werror",
15876                 "-Wextra",
15877                 "-Wno-missing-field-initializers",
15878                 "-Wno-unused-parameter",
15879                 "-Wno-c++11-narrowing",
15880                 "-Wno-covered-switch-default",
15881                 "-Wno-unneeded-internal-declaration",
15882                 "-Wno-inconsistent-missing-override",
15883                 "-Wno-deprecated-register",
15884                 "-Wno-undefined-var-template",
15885                 "-Wno-nonportable-include-path",
15886                 "-Wno-address-of-packed-member",
15887                 "-Wno-unused-lambda-capture",
15888                 "-Wno-user-defined-warnings",
15889                 "-O2",
15890                 "-fno-ident",
15891                 "-fdata-sections",
15892                 "-ffunction-sections",
15893                 "-fomit-frame-pointer",
15894                 "-g0",
15895                 "-fvisibility=hidden",
15896                 "-Xclang",
15897                 "-load",
15898                 "-Xclang",
15899                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
15900                 "-Xclang",
15901                 "-add-plugin",
15902                 "-Xclang",
15903                 "find-bad-constructs",
15904                 "-Xclang",
15905                 "-plugin-arg-find-bad-constructs",
15906                 "-Xclang",
15907                 "check-auto-raw-pointer",
15908                 "-Xclang",
15909                 "-plugin-arg-find-bad-constructs",
15910                 "-Xclang",
15911                 "check-ipc",
15912                 "-Wheader-hygiene",
15913                 "-Wstring-conversion",
15914                 "-Wtautological-overlap-compare",
15915                 "-Wextra",
15916                 "-Wno-unused-parameter",
15917                 "-Wno-missing-field-initializers",
15918                 "-Wno-strict-overflow",
15919                 "-Wc++11-narrowing",
15920                 "-Wimplicit-fallthrough",
15921                 "-Wthread-safety",
15922                 "-Winconsistent-missing-override",
15923                 "-Wundef",
15924                 "-Wunused-lambda-capture"
15925             ],
15926             "defines": [
15927                 "V8_DEPRECATION_WARNINGS",
15928                 "USE_NSS_CERTS=1",
15929                 "USE_X11=1",
15930                 "CHROMIUM_BUILD",
15931                 "_FILE_OFFSET_BITS=64",
15932                 "NDEBUG",
15933                 "NVALGRIND",
15934                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
15935                 "WEBRTC_ENABLE_PROTOBUF=0",
15936                 "WEBRTC_RESTRICT_LOGGING",
15937                 "WEBRTC_MOZILLA_BUILD",
15938                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
15939                 "WEBRTC_POSIX",
15940                 "WEBRTC_LINUX"
15941             ],
15942             "deps": [
15943                 "//rtc_base:rtc_base_approved",
15944                 "//system_wrappers:metrics_api"
15945             ],
15946             "include_dirs": [
15947                 "//",
15948                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
15949             ],
15950             "libs": [],
15951             "sources": [
15952                 "//system_wrappers/include/metrics_default.h",
15953                 "//system_wrappers/source/metrics_default.cc"
15954             ],
15955             "type": "source_set"
15956         },
15957         "//system_wrappers:system_wrappers": {
15958             "cflags": [
15959                 "-fno-strict-aliasing",
15960                 "--param=ssp-buffer-size=4",
15961                 "-fstack-protector",
15962                 "-Wno-builtin-macro-redefined",
15963                 "-D__DATE__=",
15964                 "-D__TIME__=",
15965                 "-D__TIMESTAMP__=",
15966                 "-funwind-tables",
15967                 "-fPIC",
15968                 "-pipe",
15969                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
15970                 "-fcolor-diagnostics",
15971                 "-m32",
15972                 "-msse2",
15973                 "-mfpmath=sse",
15974                 "-mmmx",
15975                 "-momit-leaf-frame-pointer",
15976                 "-pthread",
15977                 "-mstack-alignment=16",
15978                 "-mstackrealign",
15979                 "-Wall",
15980                 "-Werror",
15981                 "-Wextra",
15982                 "-Wno-missing-field-initializers",
15983                 "-Wno-unused-parameter",
15984                 "-Wno-c++11-narrowing",
15985                 "-Wno-covered-switch-default",
15986                 "-Wno-unneeded-internal-declaration",
15987                 "-Wno-inconsistent-missing-override",
15988                 "-Wno-deprecated-register",
15989                 "-Wno-undefined-var-template",
15990                 "-Wno-nonportable-include-path",
15991                 "-Wno-address-of-packed-member",
15992                 "-Wno-unused-lambda-capture",
15993                 "-Wno-user-defined-warnings",
15994                 "-O2",
15995                 "-fno-ident",
15996                 "-fdata-sections",
15997                 "-ffunction-sections",
15998                 "-fomit-frame-pointer",
15999                 "-g0",
16000                 "-fvisibility=hidden",
16001                 "-Xclang",
16002                 "-load",
16003                 "-Xclang",
16004                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
16005                 "-Xclang",
16006                 "-add-plugin",
16007                 "-Xclang",
16008                 "find-bad-constructs",
16009                 "-Xclang",
16010                 "-plugin-arg-find-bad-constructs",
16011                 "-Xclang",
16012                 "check-auto-raw-pointer",
16013                 "-Xclang",
16014                 "-plugin-arg-find-bad-constructs",
16015                 "-Xclang",
16016                 "check-ipc",
16017                 "-Wheader-hygiene",
16018                 "-Wstring-conversion",
16019                 "-Wtautological-overlap-compare",
16020                 "-Wextra",
16021                 "-Wno-unused-parameter",
16022                 "-Wno-missing-field-initializers",
16023                 "-Wno-strict-overflow",
16024                 "-Wc++11-narrowing",
16025                 "-Wimplicit-fallthrough",
16026                 "-Wthread-safety",
16027                 "-Winconsistent-missing-override",
16028                 "-Wundef",
16029                 "-Wunused-lambda-capture"
16030             ],
16031             "defines": [
16032                 "WEBRTC_THREAD_RR",
16033                 "V8_DEPRECATION_WARNINGS",
16034                 "USE_NSS_CERTS=1",
16035                 "USE_X11=1",
16036                 "CHROMIUM_BUILD",
16037                 "_FILE_OFFSET_BITS=64",
16038                 "NDEBUG",
16039                 "NVALGRIND",
16040                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
16041                 "WEBRTC_ENABLE_PROTOBUF=0",
16042                 "WEBRTC_RESTRICT_LOGGING",
16043                 "WEBRTC_MOZILLA_BUILD",
16044                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
16045                 "WEBRTC_POSIX",
16046                 "WEBRTC_LINUX"
16047             ],
16048             "deps": [
16049                 "//:webrtc_common",
16050                 "//api:optional",
16051                 "//modules:module_api_public",
16052                 "//rtc_base:rtc_base_approved",
16053                 "//rtc_base:rtc_numerics",
16054                 "//system_wrappers:cpu_features_api",
16055                 "//system_wrappers:cpu_features_linux",
16056                 "//system_wrappers:field_trial_api",
16057                 "//system_wrappers:metrics_api"
16058             ],
16059             "include_dirs": [
16060                 "//",
16061                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/"
16062             ],
16063             "libs": [
16064                 "rt"
16065             ],
16066             "sources": [
16067                 "//system_wrappers/include/aligned_array.h",
16068                 "//system_wrappers/include/aligned_malloc.h",
16069                 "//system_wrappers/include/atomic32.h",
16070                 "//system_wrappers/include/clock.h",
16071                 "//system_wrappers/include/cpu_info.h",
16072                 "//system_wrappers/include/event_wrapper.h",
16073                 "//system_wrappers/include/file_wrapper.h",
16074                 "//system_wrappers/include/ntp_time.h",
16075                 "//system_wrappers/include/rtp_to_ntp_estimator.h",
16076                 "//system_wrappers/include/rw_lock_wrapper.h",
16077                 "//system_wrappers/include/sleep.h",
16078                 "//system_wrappers/include/timestamp_extrapolator.h",
16079                 "//system_wrappers/source/aligned_malloc.cc",
16080                 "//system_wrappers/source/atomic32.cc",
16081                 "//system_wrappers/source/clock.cc",
16082                 "//system_wrappers/source/cpu_features.cc",
16083                 "//system_wrappers/source/cpu_info.cc",
16084                 "//system_wrappers/source/event.cc",
16085                 "//system_wrappers/source/event_timer_posix.cc",
16086                 "//system_wrappers/source/event_timer_posix.h",
16087                 "//system_wrappers/source/file_impl.cc",
16088                 "//system_wrappers/source/rtp_to_ntp_estimator.cc",
16089                 "//system_wrappers/source/rw_lock.cc",
16090                 "//system_wrappers/source/rw_lock_posix.cc",
16091                 "//system_wrappers/source/rw_lock_posix.h",
16092                 "//system_wrappers/source/sleep.cc",
16093                 "//system_wrappers/source/timestamp_extrapolator.cc"
16094             ],
16095             "type": "static_library"
16096         },
16097         "//video:video": {
16098             "cflags": [
16099                 "-fno-strict-aliasing",
16100                 "--param=ssp-buffer-size=4",
16101                 "-fstack-protector",
16102                 "-Wno-builtin-macro-redefined",
16103                 "-D__DATE__=",
16104                 "-D__TIME__=",
16105                 "-D__TIMESTAMP__=",
16106                 "-funwind-tables",
16107                 "-fPIC",
16108                 "-pipe",
16109                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
16110                 "-fcolor-diagnostics",
16111                 "-m32",
16112                 "-msse2",
16113                 "-mfpmath=sse",
16114                 "-mmmx",
16115                 "-momit-leaf-frame-pointer",
16116                 "-pthread",
16117                 "-mstack-alignment=16",
16118                 "-mstackrealign",
16119                 "-Wall",
16120                 "-Werror",
16121                 "-Wextra",
16122                 "-Wno-missing-field-initializers",
16123                 "-Wno-unused-parameter",
16124                 "-Wno-c++11-narrowing",
16125                 "-Wno-covered-switch-default",
16126                 "-Wno-unneeded-internal-declaration",
16127                 "-Wno-inconsistent-missing-override",
16128                 "-Wno-deprecated-register",
16129                 "-Wno-undefined-var-template",
16130                 "-Wno-nonportable-include-path",
16131                 "-Wno-address-of-packed-member",
16132                 "-Wno-unused-lambda-capture",
16133                 "-Wno-user-defined-warnings",
16134                 "-O2",
16135                 "-fno-ident",
16136                 "-fdata-sections",
16137                 "-ffunction-sections",
16138                 "-fomit-frame-pointer",
16139                 "-g0",
16140                 "-fvisibility=hidden",
16141                 "-Wheader-hygiene",
16142                 "-Wstring-conversion",
16143                 "-Wtautological-overlap-compare",
16144                 "-Wextra",
16145                 "-Wno-unused-parameter",
16146                 "-Wno-missing-field-initializers",
16147                 "-Wno-strict-overflow",
16148                 "-Wc++11-narrowing",
16149                 "-Wimplicit-fallthrough",
16150                 "-Wthread-safety",
16151                 "-Winconsistent-missing-override",
16152                 "-Wundef",
16153                 "-Wunused-lambda-capture"
16154             ],
16155             "defines": [
16156                 "V8_DEPRECATION_WARNINGS",
16157                 "USE_NSS_CERTS=1",
16158                 "USE_X11=1",
16159                 "CHROMIUM_BUILD",
16160                 "_FILE_OFFSET_BITS=64",
16161                 "NDEBUG",
16162                 "NVALGRIND",
16163                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
16164                 "WEBRTC_ENABLE_PROTOBUF=0",
16165                 "WEBRTC_RESTRICT_LOGGING",
16166                 "WEBRTC_MOZILLA_BUILD",
16167                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
16168                 "WEBRTC_POSIX",
16169                 "WEBRTC_LINUX"
16170             ],
16171             "deps": [
16172                 "//:webrtc_common",
16173                 "//api:optional",
16174                 "//api:transport_api",
16175                 "//api:video_frame_api_i420",
16176                 "//api/video_codecs:video_codecs_api",
16177                 "//call:bitrate_allocator",
16178                 "//call:call_interfaces",
16179                 "//call:rtp_interfaces",
16180                 "//call:rtp_receiver",
16181                 "//call:video_stream_api",
16182                 "//common_video:common_video",
16183                 "//logging:rtc_event_log_api",
16184                 "//modules:module_api",
16185                 "//modules/bitrate_controller:bitrate_controller",
16186                 "//modules/congestion_controller:congestion_controller",
16187                 "//modules/pacing:pacing",
16188                 "//modules/remote_bitrate_estimator:remote_bitrate_estimator",
16189                 "//modules/rtp_rtcp:rtp_rtcp",
16190                 "//modules/utility:utility",
16191                 "//modules/video_coding:video_coding",
16192                 "//modules/video_coding:video_coding_utility",
16193                 "//modules/video_coding:webrtc_vp8",
16194                 "//modules/video_processing:video_processing",
16195                 "//rtc_base:rtc_base_approved",
16196                 "//rtc_base:rtc_numerics",
16197                 "//rtc_base:rtc_task_queue",
16198                 "//rtc_base:sequenced_task_checker",
16199                 "//rtc_base:weak_ptr",
16200                 "//system_wrappers:system_wrappers",
16201                 "//voice_engine:voice_engine"
16202             ],
16203             "include_dirs": [
16204                 "//",
16205                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
16206                 "//common_video/include/",
16207                 "/media/libyuv/libyuv/include/",
16208                 "//modules/audio_coding/include/",
16209                 "//modules/include/"
16210             ],
16211             "libs": [
16212                 "rt",
16213                 "m"
16214             ],
16215             "sources": [
16216                 "//video/call_stats.cc",
16217                 "//video/call_stats.h",
16218                 "//video/encoder_rtcp_feedback.cc",
16219                 "//video/encoder_rtcp_feedback.h",
16220                 "//video/overuse_frame_detector.cc",
16221                 "//video/overuse_frame_detector.h",
16222                 "//video/payload_router.cc",
16223                 "//video/payload_router.h",
16224                 "//video/quality_threshold.cc",
16225                 "//video/quality_threshold.h",
16226                 "//video/receive_statistics_proxy.cc",
16227                 "//video/receive_statistics_proxy.h",
16228                 "//video/report_block_stats.cc",
16229                 "//video/report_block_stats.h",
16230                 "//video/rtp_streams_synchronizer.cc",
16231                 "//video/rtp_streams_synchronizer.h",
16232                 "//video/rtp_video_stream_receiver.cc",
16233                 "//video/rtp_video_stream_receiver.h",
16234                 "//video/send_delay_stats.cc",
16235                 "//video/send_delay_stats.h",
16236                 "//video/send_statistics_proxy.cc",
16237                 "//video/send_statistics_proxy.h",
16238                 "//video/stats_counter.cc",
16239                 "//video/stats_counter.h",
16240                 "//video/stream_synchronization.cc",
16241                 "//video/stream_synchronization.h",
16242                 "//video/transport_adapter.cc",
16243                 "//video/transport_adapter.h",
16244                 "//video/video_receive_stream.cc",
16245                 "//video/video_receive_stream.h",
16246                 "//video/video_send_stream.cc",
16247                 "//video/video_send_stream.h",
16248                 "//video/video_stream_decoder.cc",
16249                 "//video/video_stream_decoder.h",
16250                 "//video/video_stream_encoder.cc",
16251                 "//video/video_stream_encoder.h"
16252             ],
16253             "type": "static_library"
16254         },
16255         "//voice_engine:audio_level": {
16256             "cflags": [
16257                 "-fno-strict-aliasing",
16258                 "--param=ssp-buffer-size=4",
16259                 "-fstack-protector",
16260                 "-Wno-builtin-macro-redefined",
16261                 "-D__DATE__=",
16262                 "-D__TIME__=",
16263                 "-D__TIMESTAMP__=",
16264                 "-funwind-tables",
16265                 "-fPIC",
16266                 "-pipe",
16267                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
16268                 "-fcolor-diagnostics",
16269                 "-m32",
16270                 "-msse2",
16271                 "-mfpmath=sse",
16272                 "-mmmx",
16273                 "-momit-leaf-frame-pointer",
16274                 "-pthread",
16275                 "-mstack-alignment=16",
16276                 "-mstackrealign",
16277                 "-Wall",
16278                 "-Werror",
16279                 "-Wextra",
16280                 "-Wno-missing-field-initializers",
16281                 "-Wno-unused-parameter",
16282                 "-Wno-c++11-narrowing",
16283                 "-Wno-covered-switch-default",
16284                 "-Wno-unneeded-internal-declaration",
16285                 "-Wno-inconsistent-missing-override",
16286                 "-Wno-deprecated-register",
16287                 "-Wno-undefined-var-template",
16288                 "-Wno-nonportable-include-path",
16289                 "-Wno-address-of-packed-member",
16290                 "-Wno-unused-lambda-capture",
16291                 "-Wno-user-defined-warnings",
16292                 "-O2",
16293                 "-fno-ident",
16294                 "-fdata-sections",
16295                 "-ffunction-sections",
16296                 "-fomit-frame-pointer",
16297                 "-g0",
16298                 "-fvisibility=hidden",
16299                 "-Xclang",
16300                 "-load",
16301                 "-Xclang",
16302                 "../../../../../../media/webrtc/trunk/webrtc/third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
16303                 "-Xclang",
16304                 "-add-plugin",
16305                 "-Xclang",
16306                 "find-bad-constructs",
16307                 "-Xclang",
16308                 "-plugin-arg-find-bad-constructs",
16309                 "-Xclang",
16310                 "check-auto-raw-pointer",
16311                 "-Xclang",
16312                 "-plugin-arg-find-bad-constructs",
16313                 "-Xclang",
16314                 "check-ipc",
16315                 "-Wheader-hygiene",
16316                 "-Wstring-conversion",
16317                 "-Wtautological-overlap-compare",
16318                 "-Wextra",
16319                 "-Wno-unused-parameter",
16320                 "-Wno-missing-field-initializers",
16321                 "-Wno-strict-overflow",
16322                 "-Wc++11-narrowing",
16323                 "-Wimplicit-fallthrough",
16324                 "-Wthread-safety",
16325                 "-Winconsistent-missing-override",
16326                 "-Wundef",
16327                 "-Wunused-lambda-capture"
16328             ],
16329             "defines": [
16330                 "V8_DEPRECATION_WARNINGS",
16331                 "USE_NSS_CERTS=1",
16332                 "USE_X11=1",
16333                 "CHROMIUM_BUILD",
16334                 "_FILE_OFFSET_BITS=64",
16335                 "NDEBUG",
16336                 "NVALGRIND",
16337                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
16338                 "WEBRTC_ENABLE_PROTOBUF=0",
16339                 "WEBRTC_RESTRICT_LOGGING",
16340                 "WEBRTC_MOZILLA_BUILD",
16341                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
16342                 "WEBRTC_POSIX",
16343                 "WEBRTC_LINUX"
16344             ],
16345             "deps": [
16346                 "//:webrtc_common",
16347                 "//common_audio:common_audio",
16348                 "//modules:module_api",
16349                 "//rtc_base:rtc_base_approved"
16350             ],
16351             "include_dirs": [
16352                 "//",
16353                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
16354                 "//common_audio/resampler/include/",
16355                 "//common_audio/signal_processing/include/",
16356                 "//common_audio/vad/include/"
16357             ],
16358             "libs": [
16359                 "rt"
16360             ],
16361             "sources": [
16362                 "//voice_engine/audio_level.cc",
16363                 "//voice_engine/audio_level.h"
16364             ],
16365             "type": "static_library"
16366         },
16367         "//voice_engine:voice_engine": {
16368             "cflags": [
16369                 "-fno-strict-aliasing",
16370                 "--param=ssp-buffer-size=4",
16371                 "-fstack-protector",
16372                 "-Wno-builtin-macro-redefined",
16373                 "-D__DATE__=",
16374                 "-D__TIME__=",
16375                 "-D__TIMESTAMP__=",
16376                 "-funwind-tables",
16377                 "-fPIC",
16378                 "-pipe",
16379                 "-B../../../../../../media/webrtc/trunk/webrtc/third_party/binutils/Linux_x64/Release/bin",
16380                 "-fcolor-diagnostics",
16381                 "-m32",
16382                 "-msse2",
16383                 "-mfpmath=sse",
16384                 "-mmmx",
16385                 "-momit-leaf-frame-pointer",
16386                 "-pthread",
16387                 "-mstack-alignment=16",
16388                 "-mstackrealign",
16389                 "-Wall",
16390                 "-Werror",
16391                 "-Wextra",
16392                 "-Wno-missing-field-initializers",
16393                 "-Wno-unused-parameter",
16394                 "-Wno-c++11-narrowing",
16395                 "-Wno-covered-switch-default",
16396                 "-Wno-unneeded-internal-declaration",
16397                 "-Wno-inconsistent-missing-override",
16398                 "-Wno-deprecated-register",
16399                 "-Wno-undefined-var-template",
16400                 "-Wno-nonportable-include-path",
16401                 "-Wno-address-of-packed-member",
16402                 "-Wno-unused-lambda-capture",
16403                 "-Wno-user-defined-warnings",
16404                 "-O2",
16405                 "-fno-ident",
16406                 "-fdata-sections",
16407                 "-ffunction-sections",
16408                 "-fomit-frame-pointer",
16409                 "-g0",
16410                 "-fvisibility=hidden",
16411                 "-Wheader-hygiene",
16412                 "-Wstring-conversion",
16413                 "-Wtautological-overlap-compare",
16414                 "-Wextra",
16415                 "-Wno-unused-parameter",
16416                 "-Wno-missing-field-initializers",
16417                 "-Wno-strict-overflow",
16418                 "-Wc++11-narrowing",
16419                 "-Wimplicit-fallthrough",
16420                 "-Wthread-safety",
16421                 "-Winconsistent-missing-override",
16422                 "-Wundef",
16423                 "-Wunused-lambda-capture"
16424             ],
16425             "defines": [
16426                 "V8_DEPRECATION_WARNINGS",
16427                 "USE_NSS_CERTS=1",
16428                 "USE_X11=1",
16429                 "CHROMIUM_BUILD",
16430                 "_FILE_OFFSET_BITS=64",
16431                 "NDEBUG",
16432                 "NVALGRIND",
16433                 "DYNAMIC_ANNOTATIONS_ENABLED=0",
16434                 "WEBRTC_ENABLE_PROTOBUF=0",
16435                 "WEBRTC_RESTRICT_LOGGING",
16436                 "WEBRTC_MOZILLA_BUILD",
16437                 "WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0",
16438                 "WEBRTC_POSIX",
16439                 "WEBRTC_LINUX"
16440             ],
16441             "deps": [
16442                 "//:webrtc_common",
16443                 "//api:array_view",
16444                 "//api:audio_mixer_api",
16445                 "//api:call_api",
16446                 "//api:optional",
16447                 "//api:refcountedbase",
16448                 "//api:transport_api",
16449                 "//api/audio_codecs:audio_codecs_api",
16450                 "//audio/utility:audio_frame_operations",
16451                 "//call:rtp_interfaces",
16452                 "//common_audio:common_audio",
16453                 "//logging:rtc_event_log_api",
16454                 "//modules:module_api",
16455                 "//modules/audio_coding:audio_coding",
16456                 "//modules/audio_coding:audio_format_conversion",
16457                 "//modules/audio_coding:audio_network_adaptor_config",
16458                 "//modules/audio_device:audio_device",
16459                 "//modules/audio_processing:audio_processing",
16460                 "//modules/bitrate_controller:bitrate_controller",
16461                 "//modules/media_file:media_file",
16462                 "//modules/pacing:pacing",
16463                 "//modules/rtp_rtcp:rtp_rtcp",
16464                 "//modules/utility:utility",
16465                 "//rtc_base:rtc_base_approved",
16466                 "//rtc_base:rtc_task_queue",
16467                 "//system_wrappers:system_wrappers",
16468                 "//voice_engine:audio_level"
16469             ],
16470             "include_dirs": [
16471                 "//",
16472                 "/home/cmanchester/m-c/obj-dbg/media/webrtc/trunk/webrtc/gn-output/gen/",
16473                 "//modules/audio_coding/include/",
16474                 "//modules/include/",
16475                 "//common_audio/resampler/include/",
16476                 "//common_audio/signal_processing/include/",
16477                 "//common_audio/vad/include/",
16478                 "//modules/include/",
16479                 "//modules/audio_device/include/",
16480                 "//modules/audio_device/dummy/"
16481             ],
16482             "libs": [
16483                 "rt",
16484                 "m"
16485             ],
16486             "sources": [
16487                 "//voice_engine/channel.cc",
16488                 "//voice_engine/channel.h",
16489                 "//voice_engine/channel_manager.cc",
16490                 "//voice_engine/channel_manager.h",
16491                 "//voice_engine/channel_proxy.cc",
16492                 "//voice_engine/channel_proxy.h",
16493                 "//voice_engine/include/voe_base.h",
16494                 "//voice_engine/include/voe_errors.h",
16495                 "//voice_engine/shared_data.cc",
16496                 "//voice_engine/shared_data.h",
16497                 "//voice_engine/transmit_mixer.cc",
16498                 "//voice_engine/transmit_mixer.h",
16499                 "//voice_engine/transport_feedback_packet_loss_tracker.cc",
16500                 "//voice_engine/transport_feedback_packet_loss_tracker.h",
16501                 "//voice_engine/utility.cc",
16502                 "//voice_engine/utility.h",
16503                 "//voice_engine/voe_base_impl.cc",
16504                 "//voice_engine/voe_base_impl.h",
16505                 "//voice_engine/voice_engine_impl.cc",
16506                 "//voice_engine/voice_engine_impl.h"
16507             ],
16508             "type": "static_library"
16509         }
16510     }