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

Unified Diff: blimp/client/android/blimp_library_loader.h

Issue 1295243003: Initial commit of the blimp/ folder and target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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: 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_

Powered by Google App Engine
This is Rietveld 408576698