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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
6 #define BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
7
8 #include <jni.h>
9
10 #include <jni.h>
11
12 #include <jni.h>
13
14 #include <jni.h>
15
16 #include <jni.h>
17
18 #include <jni.h>
19
20 #include <jni.h>
21
22 #include <jni.h>
23
24 #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
25
26 namespace blimp {
27
28 bool RegisterBlimpLibraryLoaderJni(JNIEnv* env);
Wez 2015/08/27 02:01:50 nit: As elsewhere, one-liner to clarify purpose, p
29
30 } // namespace blimp
31
32 #endif // BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698