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

Unified Diff: android_webview/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: Rework; BVR still needs to be informed of the SRS pointer. 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/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index bf573d734484811adf19b13fb88f214b622a401c..09827cc7e6cd22e5b345ca82ca10520618da10da 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -652,6 +652,7 @@ android_library("android_webview_java") {
"java/src/org/chromium/android_webview/permission/AwGeolocationCallback.java",
"java/src/org/chromium/android_webview/permission/AwPermissionRequest.java",
"java/src/org/chromium/android_webview/policy/AwPolicyProvider.java",
+ "java/src/org/chromium/android_webview/browser/SharedRendererStateProxy.java",
boliu 2016/04/01 17:39:28 don't need the browser part, there isn't any andro
]
deps = [
":resources",

Powered by Google App Engine
This is Rietveld 408576698