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

Unified Diff: media/capture/BUILD.gn

Issue 2415703002: Move files video_capture*.* from media/base to media/capture (Closed)
Patch Set: rebase Created 4 years, 2 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/base/video_capturer_source.cc ('k') | media/capture/content/capture_resolution_chooser.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 d5ebd5c608e1616d11a58730ebd8852266918aa7..60bd899a4294d58baae2dcc8b5ed9ca6280e7a12 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -80,6 +80,10 @@ component("capture") {
"video/win/video_capture_device_mf_win.h",
"video/win/video_capture_device_win.cc",
"video/win/video_capture_device_win.h",
+ "video_capture_types.cc",
+ "video_capture_types.h",
+ "video_capturer_source.cc",
+ "video_capturer_source.h",
]
public_deps = []
« no previous file with comments | « media/base/video_capturer_source.cc ('k') | media/capture/content/capture_resolution_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698