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

Unified Diff: chrome/android/BUILD.gn

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: thestig@ & esprehn@ comments Created 4 years, 8 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 | chrome/android/java/src/org/chromium/chrome/browser/mojo/ChromeServiceRegistrar.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 37b22b79be4c678dbf89c1203409ed9008abcac2..39b6c33490a22772311df25da15f27edef781a0d 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -127,8 +127,11 @@ android_library("chrome_java") {
"//media/base/android:media_java",
"//media/capture/video/android:capture_java",
"//media/midi:midi_java",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//net/android:net_java",
"//printing:printing_java",
+ "//third_party/WebKit/public:android_mojo_bindings_java",
"//third_party/WebKit/public:blink_headers_java",
"//third_party/android_data_chart:android_data_chart_java",
"//third_party/android_media:android_media_java",
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/mojo/ChromeServiceRegistrar.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698