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

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

Issue 1967733002: Break base/ dependency on WebAPKs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index e9ea34581b073217b33a1a9827f0686ee3d88261..067b8eb82c87a4501c144cf8a0e5741dfd441e49 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -51,6 +51,9 @@ android_library("content_java") {
"//ui/accessibility:ui_accessibility_java",
"//ui/android:ui_java",
+ # TODO(yfriedman): Remove this.
+ "//chrome/android/webapk/libs/common",
+
#"//content:content_common",
]

Powered by Google App Engine
This is Rietveld 408576698