| 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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 'player_android', | 704 'player_android', |
| 705 'video_capture_android_jni_headers', | 705 'video_capture_android_jni_headers', |
| 706 ], | 706 ], |
| 707 'sources': [ | 707 'sources': [ |
| 708 'base/media.cc', | 708 'base/media.cc', |
| 709 'base/media.h', | 709 'base/media.h', |
| 710 ], | 710 ], |
| 711 'sources!': [ | 711 'sources!': [ |
| 712 'filters/opus_audio_decoder.cc', | 712 'filters/opus_audio_decoder.cc', |
| 713 'filters/opus_audio_decoder.h', | 713 'filters/opus_audio_decoder.h', |
| 714 'renderers/default_renderer_factory.cc', | |
| 715 'renderers/default_renderer_factory.h', | |
| 716 ], | 714 ], |
| 717 'defines': [ | 715 'defines': [ |
| 718 'DISABLE_USER_INPUT_MONITOR', | 716 'DISABLE_USER_INPUT_MONITOR', |
| 719 ], | 717 ], |
| 720 }], | 718 }], |
| 721 # For VaapiVideoEncodeAccelerator. | 719 # For VaapiVideoEncodeAccelerator. |
| 722 ['target_arch != "arm" and chromeos == 1', { | 720 ['target_arch != "arm" and chromeos == 1', { |
| 723 'sources': [ | 721 'sources': [ |
| 724 'filters/h264_bitstream_buffer.cc', | 722 'filters/h264_bitstream_buffer.cc', |
| 725 'filters/h264_bitstream_buffer.h', | 723 'filters/h264_bitstream_buffer.h', |
| (...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1985 'dependencies': [ | 1983 'dependencies': [ |
| 1986 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1984 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1987 ], | 1985 ], |
| 1988 }], | 1986 }], |
| 1989 ], | 1987 ], |
| 1990 }, | 1988 }, |
| 1991 ], | 1989 ], |
| 1992 }], | 1990 }], |
| 1993 ], | 1991 ], |
| 1994 } | 1992 } |
| OLD | NEW |