| 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 1636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1647 'base/simd/media_export.asm', | 1647 'base/simd/media_export.asm', |
| 1648 'base/simd/scale_yuv_to_rgb_mmx.inc', | 1648 'base/simd/scale_yuv_to_rgb_mmx.inc', |
| 1649 ], | 1649 ], |
| 1650 }, | 1650 }, |
| 1651 'msvs_2010_disable_uldi_when_referenced': 1, | 1651 'msvs_2010_disable_uldi_when_referenced': 1, |
| 1652 'includes': [ | 1652 'includes': [ |
| 1653 '../third_party/yasm/yasm_compile.gypi', | 1653 '../third_party/yasm/yasm_compile.gypi', |
| 1654 ], | 1654 ], |
| 1655 }, | 1655 }, |
| 1656 { | 1656 { |
| 1657 # GN version: //media/base:media_sse2 |
| 1657 'target_name': 'media_sse2', | 1658 'target_name': 'media_sse2', |
| 1658 'type': 'static_library', | 1659 'type': 'static_library', |
| 1659 'cflags': [ | 1660 'cflags': [ |
| 1660 '-msse2', | 1661 '-msse2', |
| 1661 ], | 1662 ], |
| 1662 'defines': [ | 1663 'defines': [ |
| 1663 'MEDIA_IMPLEMENTATION', | 1664 'MEDIA_IMPLEMENTATION', |
| 1664 ], | 1665 ], |
| 1665 'include_dirs': [ | 1666 'include_dirs': [ |
| 1666 '..', | 1667 '..', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 '../build/isolate.gypi', | 1955 '../build/isolate.gypi', |
| 1955 ], | 1956 ], |
| 1956 'sources': [ | 1957 'sources': [ |
| 1957 'media_unittests.isolate', | 1958 'media_unittests.isolate', |
| 1958 ], | 1959 ], |
| 1959 }, | 1960 }, |
| 1960 ], | 1961 ], |
| 1961 }], | 1962 }], |
| 1962 ], | 1963 ], |
| 1963 } | 1964 } |
| OLD | NEW |