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

Unified Diff: media/capture/video/android/capture_jni_registrar.h

Issue 1714913002: Reland: Move VideoCapture* files from media/base/android/... to media/capture/video/android/java/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp-gn files and added a capture_jni_registrar Created 4 years, 10 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/video/android/BUILD.gn ('k') | media/capture/video/android/capture_jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/android/capture_jni_registrar.h
diff --git a/media/capture/video/android/capture_jni_registrar.h b/media/capture/video/android/capture_jni_registrar.h
new file mode 100644
index 0000000000000000000000000000000000000000..df15a107e8ee58b36930eb3d0784dfb71db19068
--- /dev/null
+++ b/media/capture/video/android/capture_jni_registrar.h
@@ -0,0 +1,19 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef MEDIA_CAPTURE_VIDEO_ANDROID_CAPTURE_JNI_REGISTRAR_H_
+#define MEDIA_CAPTURE_VIDEO_ANDROID_CAPTURE_JNI_REGISTRAR_H_
+
+#include <jni.h>
+
+#include "media/base/media_export.h"
+
+namespace media {
+
+// Register all JNI bindings necessary for capture.
+MEDIA_EXPORT bool RegisterCaptureJni(JNIEnv* env);
+
+} // namespace media
+
+#endif // MEDIA_CAPTURE_VIDEO_ANDROID_CAPTURE_JNI_REGISTRAR_H_
« no previous file with comments | « media/capture/video/android/BUILD.gn ('k') | media/capture/video/android/capture_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698