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

Unified Diff: chrome/android/BUILD.gn

Issue 2507223002: Implement IsReadyToPay handling (Closed)
Patch Set: Use aidl Created 4 years, 1 month 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: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 986c19d35bda192676af1d7b97d40a559ee3b7a0..446ebabbaefaa5d35cf87d9444c49a8fc0efffe8 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -139,6 +139,12 @@ java_strings_grd("chrome_strings_grd") {
]
}
+android_aidl("is_ready_to_pay_service_aidl") {
+ sources = [
+ "java/src/org/chromium/IsReadyToPayService.aidl",
+ ]
+}
+
android_library("chrome_java") {
deps = [
":chrome_public_android_manifest",
@@ -201,6 +207,7 @@ android_library("chrome_java") {
"//chrome:content_settings_type_javagen",
"//chrome:data_use_ui_message_enum_javagen",
"//chrome:signin_metrics_enum_javagen",
+ ":is_ready_to_pay_service_aidl",
]
# Manifest used for linting (determining unused resources).

Powered by Google App Engine
This is Rietveld 408576698