| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 'base/demuxer_stream.h', | 331 'base/demuxer_stream.h', |
| 332 'base/demuxer_stream_provider.cc', | 332 'base/demuxer_stream_provider.cc', |
| 333 'base/demuxer_stream_provider.h', | 333 'base/demuxer_stream_provider.h', |
| 334 'base/djb2.cc', | 334 'base/djb2.cc', |
| 335 'base/djb2.h', | 335 'base/djb2.h', |
| 336 'base/eme_constants.h', | 336 'base/eme_constants.h', |
| 337 'base/encryption_scheme.cc', | 337 'base/encryption_scheme.cc', |
| 338 'base/encryption_scheme.h', | 338 'base/encryption_scheme.h', |
| 339 'base/key_system_info.cc', | 339 'base/key_system_info.cc', |
| 340 'base/key_system_info.h', | 340 'base/key_system_info.h', |
| 341 'base/key_system_names.cc', |
| 342 'base/key_system_names.h', |
| 341 'base/key_system_properties.cc', | 343 'base/key_system_properties.cc', |
| 342 'base/key_system_properties.h', | 344 'base/key_system_properties.h', |
| 343 'base/key_systems.cc', | 345 'base/key_systems.cc', |
| 344 'base/key_systems.h', | 346 'base/key_systems.h', |
| 345 'base/keyboard_event_counter.cc', | 347 'base/keyboard_event_counter.cc', |
| 346 'base/keyboard_event_counter.h', | 348 'base/keyboard_event_counter.h', |
| 347 'base/loopback_audio_converter.cc', | 349 'base/loopback_audio_converter.cc', |
| 348 'base/loopback_audio_converter.h', | 350 'base/loopback_audio_converter.h', |
| 349 'base/mac/avfoundation_glue.h', | 351 'base/mac/avfoundation_glue.h', |
| 350 'base/mac/avfoundation_glue.mm', | 352 'base/mac/avfoundation_glue.mm', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 'cdm/cdm_allocator.cc', | 478 'cdm/cdm_allocator.cc', |
| 477 'cdm/cdm_allocator.h', | 479 'cdm/cdm_allocator.h', |
| 478 'cdm/cdm_file_io.h', | 480 'cdm/cdm_file_io.h', |
| 479 'cdm/cdm_file_io.h', | 481 'cdm/cdm_file_io.h', |
| 480 'cdm/cdm_helpers.cc', | 482 'cdm/cdm_helpers.cc', |
| 481 'cdm/cdm_helpers.h', | 483 'cdm/cdm_helpers.h', |
| 482 'cdm/default_cdm_factory.cc', | 484 'cdm/default_cdm_factory.cc', |
| 483 'cdm/default_cdm_factory.h', | 485 'cdm/default_cdm_factory.h', |
| 484 'cdm/json_web_key.cc', | 486 'cdm/json_web_key.cc', |
| 485 'cdm/json_web_key.h', | 487 'cdm/json_web_key.h', |
| 486 'cdm/key_system_names.cc', | |
| 487 'cdm/key_system_names.h', | |
| 488 'cdm/player_tracker_impl.cc', | 488 'cdm/player_tracker_impl.cc', |
| 489 'cdm/player_tracker_impl.h', | 489 'cdm/player_tracker_impl.h', |
| 490 'cdm/supported_cdm_versions.cc', | 490 'cdm/supported_cdm_versions.cc', |
| 491 'cdm/supported_cdm_versions.h', | 491 'cdm/supported_cdm_versions.h', |
| 492 'ffmpeg/ffmpeg_common.cc', | 492 'ffmpeg/ffmpeg_common.cc', |
| 493 'ffmpeg/ffmpeg_common.h', | 493 'ffmpeg/ffmpeg_common.h', |
| 494 'ffmpeg/ffmpeg_deleters.h', | 494 'ffmpeg/ffmpeg_deleters.h', |
| 495 'filters/audio_clock.cc', | 495 'filters/audio_clock.cc', |
| 496 'filters/audio_clock.h', | 496 'filters/audio_clock.h', |
| 497 'filters/audio_file_reader.cc', | 497 'filters/audio_file_reader.cc', |
| (...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2078 'dependencies': [ | 2078 'dependencies': [ |
| 2079 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2079 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2080 ], | 2080 ], |
| 2081 }], | 2081 }], |
| 2082 ], | 2082 ], |
| 2083 }, | 2083 }, |
| 2084 ], | 2084 ], |
| 2085 }], | 2085 }], |
| 2086 ], | 2086 ], |
| 2087 } | 2087 } |
| OLD | NEW |