| 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 'dependencies': [ | 647 'dependencies': [ |
| 648 'media_java', | 648 'media_java', |
| 649 ], | 649 ], |
| 650 }], | 650 }], |
| 651 ], | 651 ], |
| 652 'defines': [ | 652 'defines': [ |
| 653 'DISABLE_USER_INPUT_MONITOR', | 653 'DISABLE_USER_INPUT_MONITOR', |
| 654 ], | 654 ], |
| 655 }], | 655 }], |
| 656 # For VaapiVideoEncodeAccelerator. | 656 # For VaapiVideoEncodeAccelerator. |
| 657 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { | 657 ['target_arch != "arm" and chromeos == 1', { |
| 658 'sources': [ | 658 'sources': [ |
| 659 'filters/h264_bitstream_buffer.cc', | 659 'filters/h264_bitstream_buffer.cc', |
| 660 'filters/h264_bitstream_buffer.h', | 660 'filters/h264_bitstream_buffer.h', |
| 661 ], | 661 ], |
| 662 }], | 662 }], |
| 663 ['use_alsa==1', { | 663 ['use_alsa==1', { |
| 664 'link_settings': { | 664 'link_settings': { |
| 665 'libraries': [ | 665 'libraries': [ |
| 666 '-lasound', | 666 '-lasound', |
| 667 ], | 667 ], |
| (...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1726 ], | 1726 ], |
| 1727 }], | 1727 }], |
| 1728 ], | 1728 ], |
| 1729 }], | 1729 }], |
| 1730 ], | 1730 ], |
| 1731 }, | 1731 }, |
| 1732 ], | 1732 ], |
| 1733 }], | 1733 }], |
| 1734 ], | 1734 ], |
| 1735 } | 1735 } |
| OLD | NEW |