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