Index: blimp/client/android/blimp_library_loader.h |
diff --git a/blimp/client/android/blimp_library_loader.h b/blimp/client/android/blimp_library_loader.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..27c086f7e5615a7da3b516541e07486019315ce3 |
--- /dev/null |
+++ b/blimp/client/android/blimp_library_loader.h |
@@ -0,0 +1,32 @@ |
+// Copyright 2015 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 BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_ |
+#define BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_ |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
+ |
+#include <jni.h> |
nyquist
2015/08/19 07:48:06
Nit: This might not be enough. Add a couple more m
David Trainor- moved to gerrit
2015/08/19 07:49:37
WTF vim ftl :(.
Wez
2015/08/27 02:01:50
nyquist@ I'd guess this is just dtrainor@ trying t
|
+ |
+namespace blimp { |
+ |
+bool RegisterBlimpLibraryLoaderJni(JNIEnv* env); |
Wez
2015/08/27 02:01:50
nit: As elsewhere, one-liner to clarify purpose, p
|
+ |
+} // namespace blimp |
+ |
+#endif // BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_ |