Chromium Code Reviews| Index: android_webview/test/embedded_test_server/aw_test_jni_onload.h |
| diff --git a/android_webview/test/embedded_test_server/aw_test_jni_onload.h b/android_webview/test/embedded_test_server/aw_test_jni_onload.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d62bed351109c01ecc2f40cfa5ba3abeb12458be |
| --- /dev/null |
| +++ b/android_webview/test/embedded_test_server/aw_test_jni_onload.h |
| @@ -0,0 +1,19 @@ |
| +// Copyright 2017 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 ANDROID_WERBVIEW_TEST_EMBEDDED_TEST_SERVER_ANDROID_WEBVIEW_TEST_JNI_ONLOAD_H_ |
|
sgurun-gerrit only
2017/03/29 18:19:27
ANDROID_WEBVIEW_
here and everywhere below.
shenghuazhang
2017/04/11 01:38:27
Done.
|
| +#define ANDROID_WERBVIEW_TEST_EMBEDDED_TEST_SERVER_ANDROID_WEBVIEW_TEST_JNI_ONLOAD_H_ |
| + |
| +#include <jni.h> |
| + |
| +namespace android_webview { |
| +namespace test { |
| + |
| +bool OnJNIOnLoadRegisterJNI(JNIEnv* env); |
| +bool OnJNIOnLoadInit(); |
| + |
| +} // namespace test |
| +} // namespace android_webview |
| + |
| +#endif // ANDROID_WERBVIEW_TEST_EMBEDDED_TEST_SERVER_ANDROID_WEBVIEW_TEST_JNI_ONLOAD_H_ |