| 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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 921 }, | 921 }, |
| 922 }], | 922 }], |
| 923 ['OS=="win"', { | 923 ['OS=="win"', { |
| 924 'link_settings': { | 924 'link_settings': { |
| 925 'libraries': [ | 925 'libraries': [ |
| 926 '-ldxguid.lib', | 926 '-ldxguid.lib', |
| 927 '-lmf.lib', | 927 '-lmf.lib', |
| 928 '-lmfplat.lib', | 928 '-lmfplat.lib', |
| 929 '-lmfreadwrite.lib', | 929 '-lmfreadwrite.lib', |
| 930 '-lmfuuid.lib', | 930 '-lmfuuid.lib', |
| 931 '-lsetupapi.lib', |
| 932 '-lwinmm.lib', |
| 931 ], | 933 ], |
| 932 }, | 934 }, |
| 933 # Specify delayload for media.dll. | 935 # Specify delayload for media.dll. |
| 934 'msvs_settings': { | 936 'msvs_settings': { |
| 935 'VCLinkerTool': { | 937 'VCLinkerTool': { |
| 936 'DelayLoadDLLs': [ | 938 'DelayLoadDLLs': [ |
| 937 'mf.dll', | 939 'mf.dll', |
| 938 'mfplat.dll', | 940 'mfplat.dll', |
| 939 'mfreadwrite.dll', | 941 'mfreadwrite.dll', |
| 940 ], | 942 ], |
| (...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2066 'dependencies': [ | 2068 'dependencies': [ |
| 2067 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2068 ], | 2070 ], |
| 2069 }], | 2071 }], |
| 2070 ], | 2072 ], |
| 2071 }, | 2073 }, |
| 2072 ], | 2074 ], |
| 2073 }], | 2075 }], |
| 2074 ], | 2076 ], |
| 2075 } | 2077 } |
| OLD | NEW |