| 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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 'dependencies': [ | 684 'dependencies': [ |
| 685 'media_java', | 685 'media_java', |
| 686 ], | 686 ], |
| 687 }], | 687 }], |
| 688 ], | 688 ], |
| 689 'defines': [ | 689 'defines': [ |
| 690 'DISABLE_USER_INPUT_MONITOR', | 690 'DISABLE_USER_INPUT_MONITOR', |
| 691 ], | 691 ], |
| 692 }], | 692 }], |
| 693 # For VaapiVideoEncodeAccelerator. | 693 # For VaapiVideoEncodeAccelerator. |
| 694 ['target_arch != "arm" and chromeos == 1 and use_x11 == 1', { | 694 ['target_arch != "arm" and chromeos == 1', { |
| 695 'sources': [ | 695 'sources': [ |
| 696 'filters/h264_bitstream_buffer.cc', | 696 'filters/h264_bitstream_buffer.cc', |
| 697 'filters/h264_bitstream_buffer.h', | 697 'filters/h264_bitstream_buffer.h', |
| 698 ], | 698 ], |
| 699 }], | 699 }], |
| 700 ['use_alsa==1', { | 700 ['use_alsa==1', { |
| 701 'link_settings': { | 701 'link_settings': { |
| 702 'libraries': [ | 702 'libraries': [ |
| 703 '-lasound', | 703 '-lasound', |
| 704 ], | 704 ], |
| (...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1899 '../build/isolate.gypi', | 1899 '../build/isolate.gypi', |
| 1900 ], | 1900 ], |
| 1901 'sources': [ | 1901 'sources': [ |
| 1902 'media_unittests.isolate', | 1902 'media_unittests.isolate', |
| 1903 ], | 1903 ], |
| 1904 }, | 1904 }, |
| 1905 ], | 1905 ], |
| 1906 }], | 1906 }], |
| 1907 ], | 1907 ], |
| 1908 } | 1908 } |
| OLD | NEW |