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