| 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 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1106 'base/mock_audio_renderer_sink.cc', | 1106 'base/mock_audio_renderer_sink.cc', |
| 1107 'base/mock_audio_renderer_sink.h', | 1107 'base/mock_audio_renderer_sink.h', |
| 1108 'base/mock_data_source_host.cc', | 1108 'base/mock_data_source_host.cc', |
| 1109 'base/mock_data_source_host.h', | 1109 'base/mock_data_source_host.h', |
| 1110 'base/mock_demuxer_host.cc', | 1110 'base/mock_demuxer_host.cc', |
| 1111 'base/mock_demuxer_host.h', | 1111 'base/mock_demuxer_host.h', |
| 1112 'base/mock_filters.cc', | 1112 'base/mock_filters.cc', |
| 1113 'base/mock_filters.h', | 1113 'base/mock_filters.h', |
| 1114 'base/test_helpers.cc', | 1114 'base/test_helpers.cc', |
| 1115 'base/test_helpers.h', | 1115 'base/test_helpers.h', |
| 1116 'filters/mock_gpu_video_decoder_factories.h', |
| 1117 'video/mock_video_decode_accelerator.h', |
| 1116 ], | 1118 ], |
| 1117 }, | 1119 }, |
| 1118 ], | 1120 ], |
| 1119 'conditions': [ | 1121 'conditions': [ |
| 1120 ['OS!="ios" and target_arch!="arm"', { | 1122 ['OS!="ios" and target_arch!="arm"', { |
| 1121 'targets': [ | 1123 'targets': [ |
| 1122 { | 1124 { |
| 1123 'target_name': 'media_asm', | 1125 'target_name': 'media_asm', |
| 1124 'type': 'static_library', | 1126 'type': 'static_library', |
| 1125 'sources': [ | 1127 'sources': [ |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1623 'sources': [ | 1625 'sources': [ |
| 1624 'tools/media_bench/media_bench.cc', | 1626 'tools/media_bench/media_bench.cc', |
| 1625 ], | 1627 ], |
| 1626 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1628 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1627 'msvs_disabled_warnings': [ 4267, ], | 1629 'msvs_disabled_warnings': [ 4267, ], |
| 1628 }, | 1630 }, |
| 1629 ], | 1631 ], |
| 1630 }], | 1632 }], |
| 1631 ], | 1633 ], |
| 1632 } | 1634 } |
| OLD | NEW |