| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 'dependencies': [ | 692 'dependencies': [ |
| 693 'media_java', | 693 'media_java', |
| 694 ], | 694 ], |
| 695 }], | 695 }], |
| 696 ], | 696 ], |
| 697 'defines': [ | 697 'defines': [ |
| 698 'DISABLE_USER_INPUT_MONITOR', | 698 'DISABLE_USER_INPUT_MONITOR', |
| 699 ], | 699 ], |
| 700 }], | 700 }], |
| 701 # For VaapiVideoEncodeAccelerator. | 701 # For VaapiVideoEncodeAccelerator. |
| 702 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { | 702 ['target_arch != "arm" and chromeos == 1', { |
| 703 'sources': [ | 703 'sources': [ |
| 704 'filters/h264_bitstream_buffer.cc', | 704 'filters/h264_bitstream_buffer.cc', |
| 705 'filters/h264_bitstream_buffer.h', | 705 'filters/h264_bitstream_buffer.h', |
| 706 ], | 706 ], |
| 707 }], | 707 }], |
| 708 ['use_alsa==1', { | 708 ['use_alsa==1', { |
| 709 'link_settings': { | 709 'link_settings': { |
| 710 'libraries': [ | 710 'libraries': [ |
| 711 '-lasound', | 711 '-lasound', |
| 712 ], | 712 ], |
| (...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 '../build/isolate.gypi', | 1890 '../build/isolate.gypi', |
| 1891 ], | 1891 ], |
| 1892 'sources': [ | 1892 'sources': [ |
| 1893 'media_unittests.isolate', | 1893 'media_unittests.isolate', |
| 1894 ], | 1894 ], |
| 1895 }, | 1895 }, |
| 1896 ], | 1896 ], |
| 1897 }], | 1897 }], |
| 1898 ], | 1898 ], |
| 1899 } | 1899 } |
| OLD | NEW |