| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 { | 57 { |
| 58 # GN version: //media:media_features | 58 # GN version: //media:media_features |
| 59 'target_name': 'media_features', | 59 'target_name': 'media_features', |
| 60 'includes': [ '../build/buildflag_header.gypi' ], | 60 'includes': [ '../build/buildflag_header.gypi' ], |
| 61 'variables': { | 61 'variables': { |
| 62 'buildflag_header_path': 'media/media_features.h', | 62 'buildflag_header_path': 'media/media_features.h', |
| 63 'buildflag_flags': [ | 63 'buildflag_flags': [ |
| 64 "ENABLE_AC3_EAC3_AUDIO_DEMUXING=<(enable_ac3_eac3_audio_demuxing)", | 64 "ENABLE_AC3_EAC3_AUDIO_DEMUXING=<(enable_ac3_eac3_audio_demuxing)", |
| 65 "ENABLE_HEVC_DEMUXING=<(enable_hevc_demuxing)", | 65 "ENABLE_HEVC_DEMUXING=<(enable_hevc_demuxing)", |
| 66 "ENABLE_MSE_MPEG2TS_STREAM_PARSER=<(enable_mse_mpeg2ts_stream_parser)"
, | 66 "ENABLE_MSE_MPEG2TS_STREAM_PARSER=<(enable_mse_mpeg2ts_stream_parser)"
, |
| 67 "ENABLE_MP4_VP9_DEMUXING=0", | |
| 68 ], | 67 ], |
| 69 }, | 68 }, |
| 70 }, | 69 }, |
| 71 { | 70 { |
| 72 # GN version: //media | 71 # GN version: //media |
| 73 'target_name': 'media', | 72 'target_name': 'media', |
| 74 'type': '<(component)', | 73 'type': '<(component)', |
| 75 'dependencies': [ | 74 'dependencies': [ |
| 76 'media_features', | 75 'media_features', |
| 77 '../base/base.gyp:base', | 76 '../base/base.gyp:base', |
| (...skipping 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2069 'dependencies': [ | 2068 'dependencies': [ |
| 2070 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2071 ], | 2070 ], |
| 2072 }], | 2071 }], |
| 2073 ], | 2072 ], |
| 2074 }, | 2073 }, |
| 2075 ], | 2074 ], |
| 2076 }], | 2075 }], |
| 2077 ], | 2076 ], |
| 2078 } | 2077 } |
| OLD | NEW |