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

Unified Diff: content/public/browser/BUILD.gn

Issue 2263043002: android_webview: Let AwContents manage TouchHandleDrawable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 25d3593952ecd437ac4a2d52c571f2af416696a9..717c5bfa01f67f21ade46a4a59fad1229a34aa8e 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -66,7 +66,10 @@ source_set("browser_sources") {
]
if (is_android) {
- deps += [ "//ui/android" ]
+ deps += [
+ "//content/public/android:content_jni_headers",
+ "//ui/android",
+ ]
}
if (use_aura) {

Powered by Google App Engine
This is Rietveld 408576698