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

Unified Diff: device/capture/capture.gyp

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « device/capture/OWNERS ('k') | device/capture/capture_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/capture/capture.gyp
diff --git a/media/capture/capture.gyp b/device/capture/capture.gyp
similarity index 98%
rename from media/capture/capture.gyp
rename to device/capture/capture.gyp
index 097167a841f6596f5531f838e57c3b9788d1df87..058810a1b0619f683baa3510ae795304dd3d5a6b 100644
--- a/media/capture/capture.gyp
+++ b/device/capture/capture.gyp
@@ -11,7 +11,6 @@
'content/animated_content_sampler.h',
'content/capture_resolution_chooser.cc',
'content/capture_resolution_chooser.h',
- 'content/feedback_signal_accumulator.h',
'content/screen_capture_device_core.cc',
'content/screen_capture_device_core.h',
'content/smooth_event_sampler.cc',
@@ -22,6 +21,7 @@
'content/video_capture_oracle.h',
'device_monitor_mac.h',
'device_monitor_mac.mm',
+ 'feedback_signal_accumulator.h',
'system_message_window_win.cc',
'system_message_window_win.h',
'video/android/video_capture_device_android.cc',
@@ -81,9 +81,9 @@
'capture_unittests_sources': [
'content/animated_content_sampler_unittest.cc',
'content/capture_resolution_chooser_unittest.cc',
- 'content/feedback_signal_accumulator_unittest.cc',
'content/smooth_event_sampler_unittest.cc',
'content/video_capture_oracle_unittest.cc',
+ 'feedback_signal_accumulator_unittest.cc',
'system_message_window_win_unittest.cc',
'video/fake_video_capture_device_unittest.cc',
'video/mac/video_capture_device_factory_mac_unittest.mm',
« no previous file with comments | « device/capture/OWNERS ('k') | device/capture/capture_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698