| 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 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |