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

Unified Diff: media/media.gyp

Issue 1014943005: Android CaptureAPI Types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed android_webview changes. Created 5 years, 9 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/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 20d84cc4d5cf1cbe426e51eed1a646bb4cdb9bcb..dbe8562eb1052538f253fbe867f94ceade91ed13 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1822,6 +1822,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
+ 'media_android_captureapitype',
'media_android_imageformat',
],
'export_dependent_settings': [
@@ -1833,6 +1834,15 @@
'includes': ['../build/java.gypi'],
},
{
+ # GN: //media/base/android:media_android_captureapitype
+ 'target_name': 'media_android_captureapitype',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': 'video/capture/video_capture_device.h',
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
+ {
# GN: //media/base/android:media_android_imageformat
'target_name': 'media_android_imageformat',
'type': 'none',
« no previous file with comments | « media/base/android/java/src/org/chromium/media/VideoCaptureTango.java ('k') | media/video/capture/android/imageformat_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698