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

Unified Diff: media/capture/BUILD.gn

Issue 2224643002: Move device monitors out of //media/capture into //media/device_monitors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/BUILD.gn ('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 337cd2c1c2ba24b3ab7d732eb3cdc03a7d35463e..989a550a62d751a0579c3e972ccea4fc8a4ec1e2 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -22,10 +22,6 @@ component("capture") {
"content/thread_safe_capture_oracle.h",
"content/video_capture_oracle.cc",
"content/video_capture_oracle.h",
- "device_monitor_mac.h",
- "device_monitor_mac.mm",
- "system_message_window_win.cc",
- "system_message_window_win.h",
"video/fake_video_capture_device.cc",
"video/fake_video_capture_device.h",
"video/fake_video_capture_device_factory.cc",
@@ -115,14 +111,6 @@ component("capture") {
]
}
- if (use_udev) {
- deps += [ "//device/udev_linux" ]
- sources += [
- "device_monitor_udev.cc",
- "device_monitor_udev.h",
- ]
- }
-
if (is_win) {
deps += [
"//media/base", # For media_switches.
@@ -151,7 +139,6 @@ test("capture_unittests") {
"content/capture_resolution_chooser_unittest.cc",
"content/smooth_event_sampler_unittest.cc",
"content/video_capture_oracle_unittest.cc",
- "system_message_window_win_unittest.cc",
"video/fake_video_capture_device_unittest.cc",
"video/mac/video_capture_device_factory_mac_unittest.mm",
"video/video_capture_device_unittest.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/capture/device_monitor_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698