| 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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 ], | 907 ], |
| 908 | 908 |
| 909 'link_settings': { | 909 'link_settings': { |
| 910 'libraries': [ | 910 'libraries': [ |
| 911 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', | 911 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', |
| 912 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 912 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
| 913 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', | 913 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', |
| 914 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', | 914 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', |
| 915 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', | 915 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', |
| 916 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 916 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 917 '$(SDKROOT)/System/Library/Frameworks/QTKit.framework', | |
| 918 ], | 917 ], |
| 919 }, | 918 }, |
| 920 }], | 919 }], |
| 921 ['OS=="win"', { | 920 ['OS=="win"', { |
| 922 'link_settings': { | 921 'link_settings': { |
| 923 'libraries': [ | 922 'libraries': [ |
| 924 '-ldxguid.lib', | 923 '-ldxguid.lib', |
| 925 '-lmf.lib', | 924 '-lmf.lib', |
| 926 '-lmfplat.lib', | 925 '-lmfplat.lib', |
| 927 '-lmfreadwrite.lib', | 926 '-lmfreadwrite.lib', |
| (...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2066 'dependencies': [ | 2065 'dependencies': [ |
| 2067 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2066 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2068 ], | 2067 ], |
| 2069 }], | 2068 }], |
| 2070 ], | 2069 ], |
| 2071 }, | 2070 }, |
| 2072 ], | 2071 ], |
| 2073 }], | 2072 }], |
| 2074 ], | 2073 ], |
| 2075 } | 2074 } |
| OLD | NEW |