OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
9 'use_cras%': 0, | 9 'use_cras%': 0, |
10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 'base/text_track_config.cc', | 372 'base/text_track_config.cc', |
373 'base/text_track_config.h', | 373 'base/text_track_config.h', |
374 'base/time_delta_interpolator.cc', | 374 'base/time_delta_interpolator.cc', |
375 'base/time_delta_interpolator.h', | 375 'base/time_delta_interpolator.h', |
376 'base/time_source.h', | 376 'base/time_source.h', |
377 'base/user_input_monitor.cc', | 377 'base/user_input_monitor.cc', |
378 'base/user_input_monitor.h', | 378 'base/user_input_monitor.h', |
379 'base/user_input_monitor_linux.cc', | 379 'base/user_input_monitor_linux.cc', |
380 'base/user_input_monitor_mac.cc', | 380 'base/user_input_monitor_mac.cc', |
381 'base/user_input_monitor_win.cc', | 381 'base/user_input_monitor_win.cc', |
| 382 'base/video_capture_types.cc', |
| 383 'base/video_capture_types.h', |
| 384 'base/video_capturer_source.cc', |
| 385 'base/video_capturer_source.h', |
382 'base/video_decoder.cc', | 386 'base/video_decoder.cc', |
383 'base/video_decoder.h', | 387 'base/video_decoder.h', |
384 'base/video_decoder_config.cc', | 388 'base/video_decoder_config.cc', |
385 'base/video_decoder_config.h', | 389 'base/video_decoder_config.h', |
386 'base/video_frame.cc', | 390 'base/video_frame.cc', |
387 'base/video_frame.h', | 391 'base/video_frame.h', |
388 'base/video_frame_pool.cc', | 392 'base/video_frame_pool.cc', |
389 'base/video_frame_pool.h', | 393 'base/video_frame_pool.h', |
390 'base/video_renderer.cc', | 394 'base/video_renderer.cc', |
391 'base/video_renderer.h', | 395 'base/video_renderer.h', |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 'video/capture/mac/video_capture_device_mac.h', | 583 'video/capture/mac/video_capture_device_mac.h', |
580 'video/capture/mac/video_capture_device_mac.mm', | 584 'video/capture/mac/video_capture_device_mac.mm', |
581 'video/capture/mac/video_capture_device_qtkit_mac.h', | 585 'video/capture/mac/video_capture_device_qtkit_mac.h', |
582 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 586 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
583 'video/capture/video_capture_device.cc', | 587 'video/capture/video_capture_device.cc', |
584 'video/capture/video_capture_device.h', | 588 'video/capture/video_capture_device.h', |
585 'video/capture/video_capture_device_factory.cc', | 589 'video/capture/video_capture_device_factory.cc', |
586 'video/capture/video_capture_device_factory.h', | 590 'video/capture/video_capture_device_factory.h', |
587 'video/capture/video_capture_device_info.cc', | 591 'video/capture/video_capture_device_info.cc', |
588 'video/capture/video_capture_device_info.h', | 592 'video/capture/video_capture_device_info.h', |
589 'video/capture/video_capture_types.cc', | |
590 'video/capture/video_capture_types.h', | |
591 'video/capture/win/capability_list_win.cc', | 593 'video/capture/win/capability_list_win.cc', |
592 'video/capture/win/capability_list_win.h', | 594 'video/capture/win/capability_list_win.h', |
593 'video/capture/win/filter_base_win.cc', | 595 'video/capture/win/filter_base_win.cc', |
594 'video/capture/win/filter_base_win.h', | 596 'video/capture/win/filter_base_win.h', |
595 'video/capture/win/pin_base_win.cc', | 597 'video/capture/win/pin_base_win.cc', |
596 'video/capture/win/pin_base_win.h', | 598 'video/capture/win/pin_base_win.h', |
597 'video/capture/win/sink_filter_observer_win.h', | 599 'video/capture/win/sink_filter_observer_win.h', |
598 'video/capture/win/sink_filter_win.cc', | 600 'video/capture/win/sink_filter_win.cc', |
599 'video/capture/win/sink_filter_win.h', | 601 'video/capture/win/sink_filter_win.h', |
600 'video/capture/win/sink_input_pin_win.cc', | 602 'video/capture/win/sink_input_pin_win.cc', |
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1931 '../build/isolate.gypi', | 1933 '../build/isolate.gypi', |
1932 ], | 1934 ], |
1933 'sources': [ | 1935 'sources': [ |
1934 'media_unittests.isolate', | 1936 'media_unittests.isolate', |
1935 ], | 1937 ], |
1936 }, | 1938 }, |
1937 ], | 1939 ], |
1938 }], | 1940 }], |
1939 ], | 1941 ], |
1940 } | 1942 } |
OLD | NEW |