| 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 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1614 ['arm_neon==1', { | 1614 ['arm_neon==1', { |
| 1615 'defines': [ | 1615 'defines': [ |
| 1616 'USE_NEON' | 1616 'USE_NEON' |
| 1617 ], | 1617 ], |
| 1618 }], | 1618 }], |
| 1619 ], | 1619 ], |
| 1620 }, | 1620 }, |
| 1621 { | 1621 { |
| 1622 # GN version: //media/gpu | 1622 # GN version: //media/gpu |
| 1623 'target_name': 'media_gpu', | 1623 'target_name': 'media_gpu', |
| 1624 'type': 'static_library', | 1624 'type': '<(component)', |
| 1625 'includes': [ 'media_gpu.gypi' ], | 1625 'includes': [ 'media_gpu.gypi' ], |
| 1626 }, | 1626 }, |
| 1627 ], | 1627 ], |
| 1628 'conditions': [ | 1628 'conditions': [ |
| 1629 ['target_arch=="ia32" or target_arch=="x64"', { | 1629 ['target_arch=="ia32" or target_arch=="x64"', { |
| 1630 'targets': [ | 1630 'targets': [ |
| 1631 { | 1631 { |
| 1632 'target_name': 'media_asm', | 1632 'target_name': 'media_asm', |
| 1633 'type': 'static_library', | 1633 'type': 'static_library', |
| 1634 'sources': [ | 1634 'sources': [ |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2280 'dependencies': [ | 2280 'dependencies': [ |
| 2281 '../build/linux/system.gyp:libdrm', | 2281 '../build/linux/system.gyp:libdrm', |
| 2282 ] | 2282 ] |
| 2283 }], | 2283 }], |
| 2284 ], | 2284 ], |
| 2285 } | 2285 } |
| 2286 ] | 2286 ] |
| 2287 }], | 2287 }], |
| 2288 ], | 2288 ], |
| 2289 } | 2289 } |
| OLD | NEW |