| 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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 ], | 957 ], |
| 958 | 958 |
| 959 'link_settings': { | 959 'link_settings': { |
| 960 'libraries': [ | 960 'libraries': [ |
| 961 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', | 961 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', |
| 962 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', | 962 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', |
| 963 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', | 963 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', |
| 964 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', | 964 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', |
| 965 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', | 965 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', |
| 966 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 966 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 967 '$(SDKROOT)/System/Library/Frameworks/QTKit.framework', | |
| 968 ], | 967 ], |
| 969 }, | 968 }, |
| 970 }], | 969 }], |
| 971 ['OS=="win"', { | 970 ['OS=="win"', { |
| 972 'link_settings': { | 971 'link_settings': { |
| 973 'libraries': [ | 972 'libraries': [ |
| 974 '-ldxguid.lib', | 973 '-ldxguid.lib', |
| 975 '-lmf.lib', | 974 '-lmf.lib', |
| 976 '-lmfplat.lib', | 975 '-lmfplat.lib', |
| 977 '-lmfreadwrite.lib', | 976 '-lmfreadwrite.lib', |
| (...skipping 1134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2112 'dependencies': [ | 2111 'dependencies': [ |
| 2113 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2112 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2114 ], | 2113 ], |
| 2115 }], | 2114 }], |
| 2116 ], | 2115 ], |
| 2117 }, | 2116 }, |
| 2118 ], | 2117 ], |
| 2119 }], | 2118 }], |
| 2120 ], | 2119 ], |
| 2121 } | 2120 } |
| OLD | NEW |