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

Unified Diff: android_webview/glue/BUILD.gn

Issue 2760543002: Add a new class as an entry-point for Java reflection (Closed)
Patch Set: Moving to a new package and updating the class comment Created 3 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
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/reflection/WebViewConfig.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/glue/BUILD.gn
diff --git a/android_webview/glue/BUILD.gn b/android_webview/glue/BUILD.gn
index ab529541f9bea2fb520611dfe410dde18fc18fa7..25fb8b4a073bcdfb3638101104140e90a67f7741 100644
--- a/android_webview/glue/BUILD.gn
+++ b/android_webview/glue/BUILD.gn
@@ -78,5 +78,6 @@ android_library("glue") {
"java/src/com/android/webview/chromium/WebViewContentsClientAdapter.java",
"java/src/com/android/webview/chromium/WebViewDatabaseAdapter.java",
"java/src/com/android/webview/chromium/WebViewDelegateFactory.java",
+ "java/src/com/android/webview/chromium/reflection/WebViewConfig.java",
]
}
« no previous file with comments | « no previous file | android_webview/glue/java/src/com/android/webview/chromium/reflection/WebViewConfig.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698