Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1126)

Side by Side Diff: media/media.gyp

Issue 1651673002: Add MediaCodecAudioDecoder implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: A better linking issue fix Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « media/filters/android/media_codec_audio_decoder.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 'base/android/ndk_media_codec_wrapper.cc', 1939 'base/android/ndk_media_codec_wrapper.cc',
1940 ], 1940 ],
1941 }], 1941 }],
1942 ], 1942 ],
1943 'dependencies': [ 1943 'dependencies': [
1944 '../base/base.gyp:base', 1944 '../base/base.gyp:base',
1945 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 1945 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
1946 '../ui/gl/gl.gyp:gl', 1946 '../ui/gl/gl.gyp:gl',
1947 '../url/url.gyp:url_lib', 1947 '../url/url.gyp:url_lib',
1948 'media_android_jni_headers', 1948 'media_android_jni_headers',
1949 'shared_memory_support',
1949 ], 1950 ],
1950 'include_dirs': [ 1951 'include_dirs': [
1951 # Needed by media_drm_bridge.cc. 1952 # Needed by media_drm_bridge.cc.
1952 '<(SHARED_INTERMEDIATE_DIR)', 1953 '<(SHARED_INTERMEDIATE_DIR)',
1953 ], 1954 ],
1954 'defines': [ 1955 'defines': [
1955 'MEDIA_IMPLEMENTATION', 1956 'MEDIA_IMPLEMENTATION',
1956 ], 1957 ],
1957 }, 1958 },
1958 { 1959 {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
2156 'dependencies': [ 2157 'dependencies': [
2157 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2158 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2158 ], 2159 ],
2159 }], 2160 }],
2160 ], 2161 ],
2161 }, 2162 },
2162 ], 2163 ],
2163 }], 2164 }],
2164 ], 2165 ],
2165 } 2166 }
OLDNEW
« no previous file with comments | « media/filters/android/media_codec_audio_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698