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

Side by Side Diff: media/media.gyp

Issue 1853223002: Reland of move "#pragma comment(lib" in media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/audio/win/waveout_output_win.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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « media/audio/win/waveout_output_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698