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

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

Issue 1814133002: Added experimental Share API on Android behind flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ballista-share-requester-mojo-blink
Patch Set: Fix comment format. Created 4 years, 5 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 2bf40498231ff9824ab493f00e9359bc21000e34..cdfe234c6e93e51cbd2dc7a24e93d1e3d7e63782 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -49,6 +49,7 @@ android_library("content_java") {
"//mojo/public/java:bindings",
"//mojo/public/java:system",
"//net/android:net_java",
+ "//third_party/WebKit/public:android_mojo_bindings_java",
Sam McNally 2016/07/26 08:21:52 Remove.
Matt Giuca 2016/07/28 05:58:32 Done.
"//third_party/WebKit/public:blink_headers_java",
"//third_party/android_tools:android_support_v13_java",
"//third_party/jsr-305:jsr_305_javalib",

Powered by Google App Engine
This is Rietveld 408576698