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

Unified Diff: media/media.gyp

Issue 24079003: Add VideoCaptureDevice::GetDeviceSupportedFormats to interface + implementation for Linux and Fake (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed inexistent video_capture_device_dummy; also removed from media.gyp targets. Created 7 years, 3 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 09deb821b2230694d4d3672bbc6285ee95e8eaa5..089b7c8ab9612637a85211184e33938ac4ea4356 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -712,12 +712,6 @@
'audio/pulse/pulse_util.h',
],
}],
- ['os_posix==1', {
- 'sources!': [
- 'video/capture/video_capture_device_dummy.cc',
- 'video/capture/video_capture_device_dummy.h',
- ],
- }],
['OS=="mac"', {
'link_settings': {
'libraries': [
@@ -732,10 +726,6 @@
},
}],
['OS=="win"', {
- 'sources!': [
- 'video/capture/video_capture_device_dummy.cc',
- 'video/capture/video_capture_device_dummy.h',
- ],
'link_settings': {
'libraries': [
'-lmf.lib',

Powered by Google App Engine
This is Rietveld 408576698