| Index: device/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/device/capture/BUILD.gn
|
| similarity index 97%
|
| rename from media/capture/BUILD.gn
|
| rename to device/capture/BUILD.gn
|
| index 70f2871d45308e156435add95debd0f0cfc1abc0..54a73b599309d38da9360ae0d79f9d14b84ec5ef 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/device/capture/BUILD.gn
|
| @@ -14,7 +14,6 @@ component("capture") {
|
| "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",
|
| @@ -136,6 +135,7 @@ component("capture") {
|
| "mfplat.lib",
|
| "mfreadwrite.lib",
|
| "mfuuid.lib",
|
| + "strmiids.lib",
|
| ]
|
| ldflags = [
|
| "/DELAYLOAD:mf.dll",
|
| @@ -152,7 +152,6 @@ test("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",
|
| "system_message_window_win_unittest.cc",
|
| @@ -173,7 +172,7 @@ test("capture_unittests") {
|
| ]
|
|
|
| if (is_android) {
|
| - deps += [ "//media/capture/video/android:capture_java" ]
|
| + deps += [ "//device/capture/video/android:capture_java" ]
|
| }
|
|
|
| if (is_win) {
|
|
|