OLD | NEW |
---|---|
(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_ | |
OLD | NEW |