| 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 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1101 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 1101 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 1102 '../ui/gfx/gfx.gyp:gfx', | 1102 '../ui/gfx/gfx.gyp:gfx', |
| 1103 '../ui/gfx/gfx.gyp:gfx_geometry', | 1103 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1104 '../ui/gfx/gfx.gyp:gfx_test_support', | 1104 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 1105 '../url/url.gyp:url_lib', | 1105 '../url/url.gyp:url_lib', |
| 1106 ], | 1106 ], |
| 1107 'sources': [ | 1107 'sources': [ |
| 1108 'base/android/access_unit_queue_unittest.cc', | 1108 'base/android/access_unit_queue_unittest.cc', |
| 1109 'base/android/media_codec_bridge_unittest.cc', | 1109 'base/android/media_codec_bridge_unittest.cc', |
| 1110 'base/android/media_codec_decoder_unittest.cc', | 1110 'base/android/media_codec_decoder_unittest.cc', |
| 1111 'base/android/media_codec_player_unittest.cc', |
| 1111 'base/android/media_drm_bridge_unittest.cc', | 1112 'base/android/media_drm_bridge_unittest.cc', |
| 1112 'base/android/media_source_player_unittest.cc', | 1113 'base/android/media_source_player_unittest.cc', |
| 1113 'base/android/test_data_factory.cc', | 1114 'base/android/test_data_factory.cc', |
| 1114 'base/android/test_data_factory.h', | 1115 'base/android/test_data_factory.h', |
| 1115 'base/audio_block_fifo_unittest.cc', | 1116 'base/audio_block_fifo_unittest.cc', |
| 1116 'base/audio_buffer_converter_unittest.cc', | 1117 'base/audio_buffer_converter_unittest.cc', |
| 1117 'base/audio_buffer_queue_unittest.cc', | 1118 'base/audio_buffer_queue_unittest.cc', |
| 1118 'base/audio_buffer_unittest.cc', | 1119 'base/audio_buffer_unittest.cc', |
| 1119 'base/audio_bus_unittest.cc', | 1120 'base/audio_bus_unittest.cc', |
| 1120 'base/audio_converter_unittest.cc', | 1121 'base/audio_converter_unittest.cc', |
| (...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1962 'dependencies': [ | 1963 'dependencies': [ |
| 1963 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1964 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1964 ], | 1965 ], |
| 1965 }], | 1966 }], |
| 1966 ], | 1967 ], |
| 1967 }, | 1968 }, |
| 1968 ], | 1969 ], |
| 1969 }], | 1970 }], |
| 1970 ], | 1971 ], |
| 1971 } | 1972 } |
| OLD | NEW |