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

Unified Diff: media/media.gyp

Issue 1014943005: Android CaptureAPI Types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added MediaInternalsVideoCaptureDeviceTest.* 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 d012137e72507d106a1a9880c7e034d08e85cc9a..2c237fada6941b2e118ade6fa1c4b297590b1e87 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1812,6 +1812,7 @@
'type': 'none',
'dependencies': [
'../base/base.gyp:base',
+ 'media_android_capturapitype',
mcasas 2015/03/19 01:55:14 Re. my comments about the typo, missing "e".
emircan 2015/03/19 19:52:23 Done.
'media_android_imageformat',
],
'export_dependent_settings': [
@@ -1823,6 +1824,15 @@
'includes': ['../build/java.gypi'],
},
{
+ # GN: //media/base/android:media_android_capturapitype
+ 'target_name': 'media_android_capturapitype',
+ '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',

Powered by Google App Engine
This is Rietveld 408576698