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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
682 ], | 682 ], |
683 }], | 683 }], |
684 ['OS!="linux"', { | 684 ['OS!="linux"', { |
685 'sources!': [ | 685 'sources!': [ |
686 'audio/cras/audio_manager_cras.cc', | 686 'audio/cras/audio_manager_cras.cc', |
687 'audio/cras/audio_manager_cras.h', | 687 'audio/cras/audio_manager_cras.h', |
688 'audio/cras/cras_input.cc', | 688 'audio/cras/cras_input.cc', |
689 'audio/cras/cras_input.h', | 689 'audio/cras/cras_input.h', |
690 'audio/cras/cras_unified.cc', | 690 'audio/cras/cras_unified.cc', |
691 'audio/cras/cras_unified.h', | 691 'audio/cras/cras_unified.h', |
692 'base/keyboard_event_counter.cc', | |
693 'base/keyboard_event_counter.h', | |
694 ], | 692 ], |
695 }], | 693 }], |
696 ['use_pulseaudio==1', { | 694 ['use_pulseaudio==1', { |
697 'cflags': [ | 695 'cflags': [ |
698 '<!@(pkg-config --cflags libpulse)', | 696 '<!@(pkg-config --cflags libpulse)', |
699 ], | 697 ], |
700 'defines': [ | 698 'defines': [ |
701 'USE_PULSEAUDIO', | 699 'USE_PULSEAUDIO', |
702 ], | 700 ], |
703 'conditions': [ | 701 'conditions': [ |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
878 ], | 876 ], |
879 'sources': [ | 877 'sources': [ |
880 'base/simd/convert_yuv_to_rgb_x86.cc', | 878 'base/simd/convert_yuv_to_rgb_x86.cc', |
881 ], | 879 ], |
882 }], | 880 }], |
883 ['google_tv==1', { | 881 ['google_tv==1', { |
884 'defines': [ | 882 'defines': [ |
885 'ENABLE_EAC3_PLAYBACK', | 883 'ENABLE_EAC3_PLAYBACK', |
886 ], | 884 ], |
887 }], | 885 }], |
| 886 ['OS!="linux" and OS!="win"', { |
| 887 'sources!': [ |
| 888 'base/keyboard_event_counter.cc', |
| 889 'base/keyboard_event_counter.h', |
| 890 ], |
| 891 }], |
888 ], | 892 ], |
889 'target_conditions': [ | 893 'target_conditions': [ |
890 ['OS=="ios"', { | 894 ['OS=="ios"', { |
891 'sources/': [ | 895 'sources/': [ |
892 # Pull in specific Mac files for iOS (which have been filtered out | 896 # Pull in specific Mac files for iOS (which have been filtered out |
893 # by file name rules). | 897 # by file name rules). |
894 ['include', '^audio/mac/audio_input_mac\\.'], | 898 ['include', '^audio/mac/audio_input_mac\\.'], |
895 ], | 899 ], |
896 }], | 900 }], |
897 ], | 901 ], |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
967 'base/multi_channel_resampler_unittest.cc', | 971 'base/multi_channel_resampler_unittest.cc', |
968 'base/pipeline_unittest.cc', | 972 'base/pipeline_unittest.cc', |
969 'base/ranges_unittest.cc', | 973 'base/ranges_unittest.cc', |
970 'base/run_all_unittests.cc', | 974 'base/run_all_unittests.cc', |
971 'base/scoped_histogram_timer_unittest.cc', | 975 'base/scoped_histogram_timer_unittest.cc', |
972 'base/serial_runner_unittest.cc', | 976 'base/serial_runner_unittest.cc', |
973 'base/seekable_buffer_unittest.cc', | 977 'base/seekable_buffer_unittest.cc', |
974 'base/sinc_resampler_unittest.cc', | 978 'base/sinc_resampler_unittest.cc', |
975 'base/test_data_util.cc', | 979 'base/test_data_util.cc', |
976 'base/test_data_util.h', | 980 'base/test_data_util.h', |
| 981 'base/user_input_monitor_unittest.cc', |
977 'base/vector_math_testing.h', | 982 'base/vector_math_testing.h', |
978 'base/vector_math_unittest.cc', | 983 'base/vector_math_unittest.cc', |
979 'base/video_frame_unittest.cc', | 984 'base/video_frame_unittest.cc', |
980 'base/video_util_unittest.cc', | 985 'base/video_util_unittest.cc', |
981 'base/yuv_convert_unittest.cc', | 986 'base/yuv_convert_unittest.cc', |
982 'cdm/aes_decryptor_unittest.cc', | 987 'cdm/aes_decryptor_unittest.cc', |
983 'ffmpeg/ffmpeg_common_unittest.cc', | 988 'ffmpeg/ffmpeg_common_unittest.cc', |
984 'filters/audio_decoder_selector_unittest.cc', | 989 'filters/audio_decoder_selector_unittest.cc', |
985 'filters/audio_file_reader_unittest.cc', | 990 'filters/audio_file_reader_unittest.cc', |
986 'filters/audio_renderer_algorithm_unittest.cc', | 991 'filters/audio_renderer_algorithm_unittest.cc', |
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1595 ], | 1600 ], |
1596 }], | 1601 }], |
1597 ], | 1602 ], |
1598 }], | 1603 }], |
1599 ], | 1604 ], |
1600 }, | 1605 }, |
1601 ], | 1606 ], |
1602 }], | 1607 }], |
1603 ], | 1608 ], |
1604 } | 1609 } |
OLD | NEW |