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

Side by Side Diff: media/media.gyp

Issue 1815983003: Remove deprecated QTKit Video Capture Support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 ], 953 ],
954 954
955 'link_settings': { 955 'link_settings': {
956 'libraries': [ 956 'libraries': [
957 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', 957 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework',
958 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 958 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
959 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework', 959 '$(SDKROOT)/System/Library/Frameworks/AVFoundation.framework',
960 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework', 960 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework',
961 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', 961 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
962 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 962 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
963 '$(SDKROOT)/System/Library/Frameworks/QTKit.framework',
964 ], 963 ],
965 }, 964 },
966 }], 965 }],
967 ['OS=="win"', { 966 ['OS=="win"', {
968 'link_settings': { 967 'link_settings': {
969 'libraries': [ 968 'libraries': [
970 '-ldxguid.lib', 969 '-ldxguid.lib',
971 '-lmf.lib', 970 '-lmf.lib',
972 '-lmfplat.lib', 971 '-lmfplat.lib',
973 '-lmfreadwrite.lib', 972 '-lmfreadwrite.lib',
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2104 'dependencies': [ 2103 'dependencies': [
2105 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2104 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2106 ], 2105 ],
2107 }], 2106 }],
2108 ], 2107 ],
2109 }, 2108 },
2110 ], 2109 ],
2111 }], 2110 }],
2112 ], 2111 ],
2113 } 2112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698