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

Unified Diff: device/capture/BUILD.gn

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 | « content/test/BUILD.gn ('k') | device/capture/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « content/test/BUILD.gn ('k') | device/capture/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698