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

Unified Diff: android_webview/browser/BUILD.gn

Issue 1844343005: WIP - Control the lifetime of RenderThreadManager from Java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: android_webview/browser/BUILD.gn
diff --git a/content/browser/accessibility/BUILD.gn b/android_webview/browser/BUILD.gn
similarity index 63%
copy from content/browser/accessibility/BUILD.gn
copy to android_webview/browser/BUILD.gn
index 1f3d93955638bdb545fc3e5cbe15fa81a8664907..d7f96ed19e7befa66a659d95b19fd17ae6586ce1 100644
--- a/content/browser/accessibility/BUILD.gn
+++ b/android_webview/browser/BUILD.gn
@@ -1,12 +1,15 @@
-# Use of this source code is governed by a BSD-style license that can be
# 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.
import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
-java_cpp_enum("content_browser_accessibility_java_enums_srcjar") {
+generate_jni("native_jni") {
sources = [
- "//content/browser/accessibility/browser_accessibility_manager_android.h",
+ "../java/src/org/chromium/android_webview/browser/SharedRendererState.java",
]
+ jni_package = "android_webview"
+
+ deps = []
}

Powered by Google App Engine
This is Rietveld 408576698