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

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

Issue 2068763002: Re-Reland: Make media/capture gn and gyps produce components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable warning 4267 in Win capture.gyp (probs. lost in the previous relanding). Rebase 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
Index: media/capture/video/android/BUILD.gn
diff --git a/media/capture/video/android/BUILD.gn b/media/capture/video/android/BUILD.gn
index b958038ed1f97f18f46df358b21ddae0f019179c..ca97117e104056adf640fd1b66efc14be6a1ee9c 100644
--- a/media/capture/video/android/BUILD.gn
+++ b/media/capture/video/android/BUILD.gn
@@ -14,6 +14,12 @@ source_set("android") {
sources = [
"capture_jni_registrar.cc",
"capture_jni_registrar.h",
+ "photo_capabilities.cc",
+ "photo_capabilities.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",

Powered by Google App Engine
This is Rietveld 408576698