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

Unified Diff: components/webdata_services/BUILD.gn

Issue 2801513002: [Payments] Add web app manifest section table in SQLite web database (Closed)
Patch Set: Created 3 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
Index: components/webdata_services/BUILD.gn
diff --git a/components/webdata_services/BUILD.gn b/components/webdata_services/BUILD.gn
index 1818a437aa5c9fbc39ed8d506c8f80bc02d04c10..aa4b4a2048936200bf9d37bab4a44d1e6dc5df2a 100644
--- a/components/webdata_services/BUILD.gn
+++ b/components/webdata_services/BUILD.gn
@@ -21,6 +21,10 @@ static_library("webdata_services") {
"//components/webdata/common",
"//sql",
]
+
+ if (is_android) {
+ deps += [ "//components/payments/android" ]
+ }
}
static_library("test_support") {
« no previous file with comments | « components/payments/android/web_app_manifest_section_table_unittest.cc ('k') | components/webdata_services/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698