blob: e4705dc21a35122f3e168dd650496abc16abcb4d [file] [log] [blame]
// Copyright 2019 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.
#include "android_webview/nonembedded/nonembedded_jni_headers/WebViewApkApplication_jni.h"
#include "android_webview/common/aw_resource_bundle.h"
#include "android_webview/nonembedded/webview_apk_process.h"
#include "base/android/base_jni_onload.h"
#include "base/check.h"
namespace android_webview {
void JNI_WebViewApkApplication_InitializeGlobalsAndResources(JNIEnv* env) {
InitIcuAndResourceBundleBrowserSide();
WebViewApkProcess::Init();
}
} // namespace android_webview