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

Unified Diff: media/capture/BUILD.gn

Issue 1815983003: Remove deprecated QTKit Video Capture Support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/capture.gypi ('k') | media/capture/device_monitor_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 8c7c2cf67de7124aa639f97c0f57069b00a423c9..86ab2f04a03d2c2e58268c5d894099f2a9c67cb9 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -54,8 +54,6 @@ source_set("capture") {
"video/mac/video_capture_device_factory_mac.mm",
"video/mac/video_capture_device_mac.h",
"video/mac/video_capture_device_mac.mm",
- "video/mac/video_capture_device_qtkit_mac.h",
- "video/mac/video_capture_device_qtkit_mac.mm",
"video/video_capture_device.cc",
"video/video_capture_device.h",
"video/video_capture_device_factory.cc",
@@ -105,7 +103,6 @@ source_set("capture") {
"//media/base/mac",
"//third_party/decklink",
]
- libs = [ "QTKit.framework" ]
}
if (use_udev) {
« no previous file with comments | « media/capture.gypi ('k') | media/capture/device_monitor_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698