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

Unified Diff: media/capture/video/android/BUILD.gn

Issue 2031073002: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added again 'Android missed dep' PS5 Created 4 years, 6 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/capture/system_message_window_win.h ('k') | media/capture/video/android/capture_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/android/BUILD.gn
diff --git a/media/capture/video/android/BUILD.gn b/media/capture/video/android/BUILD.gn
index c695275a78720490c704e37381bf28b4344648dd..07b49745e4bf4d519dedc5d467f4d6071ae499ab 100644
--- a/media/capture/video/android/BUILD.gn
+++ b/media/capture/video/android/BUILD.gn
@@ -14,6 +14,10 @@ source_set("android") {
sources = [
"capture_jni_registrar.cc",
"capture_jni_registrar.h",
+ "video_capture_device_android.cc",
+ "video_capture_device_android.h",
+ "video_capture_device_factory_android.cc",
+ "video_capture_device_factory_android.h",
]
configs += [
"//media:media_config",
« no previous file with comments | « media/capture/system_message_window_win.h ('k') | media/capture/video/android/capture_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698