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 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 'dependencies': [ | 872 'dependencies': [ |
873 'media_asm', | 873 'media_asm', |
874 'media_mmx', | 874 'media_mmx', |
875 'media_sse', | 875 'media_sse', |
876 'media_sse2', | 876 'media_sse2', |
877 ], | 877 ], |
878 'sources': [ | 878 'sources': [ |
879 'base/simd/convert_yuv_to_rgb_x86.cc', | 879 'base/simd/convert_yuv_to_rgb_x86.cc', |
880 ], | 880 ], |
881 }], | 881 }], |
882 ['google_tv==1', { | |
883 'defines': [ | |
884 'ENABLE_EAC3_PLAYBACK', | |
885 ], | |
886 }], | |
887 ['OS!="linux" and OS!="win"', { | 882 ['OS!="linux" and OS!="win"', { |
888 'sources!': [ | 883 'sources!': [ |
889 'base/keyboard_event_counter.cc', | 884 'base/keyboard_event_counter.cc', |
890 'base/keyboard_event_counter.h', | 885 'base/keyboard_event_counter.h', |
891 ], | 886 ], |
892 }], | 887 }], |
893 ], | 888 ], |
894 }, | 889 }, |
895 { | 890 { |
896 'target_name': 'media_unittests', | 891 'target_name': 'media_unittests', |
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1660 ], | 1655 ], |
1661 }], | 1656 }], |
1662 ], | 1657 ], |
1663 }], | 1658 }], |
1664 ], | 1659 ], |
1665 }, | 1660 }, |
1666 ], | 1661 ], |
1667 }], | 1662 }], |
1668 ], | 1663 ], |
1669 } | 1664 } |
OLD | NEW |