| 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 'capture/video/win/video_capture_device_mf_win.cc', | 512 'capture/video/win/video_capture_device_mf_win.cc', |
| 513 'capture/video/win/video_capture_device_mf_win.h', | 513 'capture/video/win/video_capture_device_mf_win.h', |
| 514 'capture/video/win/video_capture_device_win.cc', | 514 'capture/video/win/video_capture_device_win.cc', |
| 515 'capture/video/win/video_capture_device_win.h', | 515 'capture/video/win/video_capture_device_win.h', |
| 516 'capture/webm_muxer.cc', | 516 'capture/webm_muxer.cc', |
| 517 'capture/webm_muxer.h', | 517 'capture/webm_muxer.h', |
| 518 'cdm/aes_decryptor.cc', | 518 'cdm/aes_decryptor.cc', |
| 519 'cdm/aes_decryptor.h', | 519 'cdm/aes_decryptor.h', |
| 520 'cdm/cdm_adapter.cc', | 520 'cdm/cdm_adapter.cc', |
| 521 'cdm/cdm_adapter.h', | 521 'cdm/cdm_adapter.h', |
| 522 'cdm/cdm_buffer_impl.cc', | 522 'cdm/cdm_allocator.cc', |
| 523 'cdm/cdm_buffer_impl.h', | 523 'cdm/cdm_allocator.h', |
| 524 'cdm/cdm_helpers.cc', | 524 'cdm/cdm_helpers.cc', |
| 525 'cdm/cdm_helpers.h', | 525 'cdm/cdm_helpers.h', |
| 526 'cdm/default_cdm_factory.cc', | 526 'cdm/default_cdm_factory.cc', |
| 527 'cdm/default_cdm_factory.h', | 527 'cdm/default_cdm_factory.h', |
| 528 'cdm/json_web_key.cc', | 528 'cdm/json_web_key.cc', |
| 529 'cdm/json_web_key.h', | 529 'cdm/json_web_key.h', |
| 530 'cdm/key_system_names.cc', | 530 'cdm/key_system_names.cc', |
| 531 'cdm/key_system_names.h', | 531 'cdm/key_system_names.h', |
| 532 'cdm/player_tracker_impl.cc', | 532 'cdm/player_tracker_impl.cc', |
| 533 'cdm/player_tracker_impl.h', | 533 'cdm/player_tracker_impl.h', |
| 534 'cdm/proxy_decryptor.cc', | 534 'cdm/proxy_decryptor.cc', |
| 535 'cdm/proxy_decryptor.h', | 535 'cdm/proxy_decryptor.h', |
| 536 'cdm/simple_cdm_allocator.cc', |
| 537 'cdm/simple_cdm_allocator.h', |
| 538 'cdm/simple_cdm_buffer.cc', |
| 539 'cdm/simple_cdm_buffer.h', |
| 536 'cdm/supported_cdm_versions.cc', | 540 'cdm/supported_cdm_versions.cc', |
| 537 'cdm/supported_cdm_versions.h', | 541 'cdm/supported_cdm_versions.h', |
| 538 'ffmpeg/ffmpeg_common.cc', | 542 'ffmpeg/ffmpeg_common.cc', |
| 539 'ffmpeg/ffmpeg_common.h', | 543 'ffmpeg/ffmpeg_common.h', |
| 540 'ffmpeg/ffmpeg_deleters.h', | 544 'ffmpeg/ffmpeg_deleters.h', |
| 541 'filters/audio_clock.cc', | 545 'filters/audio_clock.cc', |
| 542 'filters/audio_clock.h', | 546 'filters/audio_clock.h', |
| 543 'filters/audio_file_reader.cc', | 547 'filters/audio_file_reader.cc', |
| 544 'filters/audio_file_reader.h', | 548 'filters/audio_file_reader.h', |
| 545 'filters/audio_renderer_algorithm.cc', | 549 'filters/audio_renderer_algorithm.cc', |
| (...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2143 'dependencies': [ | 2147 'dependencies': [ |
| 2144 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2148 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2145 ], | 2149 ], |
| 2146 }], | 2150 }], |
| 2147 ], | 2151 ], |
| 2148 }, | 2152 }, |
| 2149 ], | 2153 ], |
| 2150 }], | 2154 }], |
| 2151 ], | 2155 ], |
| 2152 } | 2156 } |
| OLD | NEW |