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

Unified Diff: android_webview/BUILD.gn

Issue 2756813002: Refactor ContentViewClient (5/6) (Closed)
Patch Set: fix bug/tests 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/java/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index e8bf5804f570a5ffa29528e82622bc0d5ab63803..a2af01e25e21f102dd104b434bfa60545f068e87 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -609,7 +609,6 @@ android_library("android_webview_java") {
"java/src/org/chromium/android_webview/AwBrowserContext.java",
"java/src/org/chromium/android_webview/AwBrowserProcess.java",
"java/src/org/chromium/android_webview/AwContentVideoViewEmbedder.java",
- "java/src/org/chromium/android_webview/AwContentViewClient.java",
"java/src/org/chromium/android_webview/AwContents.java",
"java/src/org/chromium/android_webview/AwContentsBackgroundThreadClient.java",
"java/src/org/chromium/android_webview/AwContentsClient.java",
@@ -685,6 +684,7 @@ android_library("android_webview_java") {
"//components/web_contents_delegate_android:web_contents_delegate_android_java",
"//components/web_restrictions:web_restrictions_java",
"//content/public/android:content_java",
+ "//device/gamepad:java",
"//device/geolocation:geolocation_java",
"//net/android:net_java",
"//third_party/android_tools:android_support_annotations_java",
« no previous file with comments | « no previous file | android_webview/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698