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

Unified Diff: components/payments/content/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/payments/content/BUILD.gn
diff --git a/components/payments/content/BUILD.gn b/components/payments/content/BUILD.gn
index b44e2117647589597ca066f470a9f42f8b1acb99..0b51ba7be6b3a497ce1a59a1076baf65035cf647 100644
--- a/components/payments/content/BUILD.gn
+++ b/components/payments/content/BUILD.gn
@@ -61,6 +61,8 @@ static_library("utils") {
"payment_manifest_downloader.h",
"payment_manifest_parser_host.cc",
"payment_manifest_parser_host.h",
+ "payment_manifest_section_table.cc",
+ "payment_manifest_section_table.h",
"payments_validators.cc",
"payments_validators.h",
]
@@ -74,8 +76,10 @@ static_library("utils") {
"//components/link_header_util",
"//components/payments/core",
"//components/strings",
+ "//components/webdata/common:common",
please use gerrit instead 2017/04/05 20:33:30 :common is redundant. Remove.
gogerald1 2017/04/05 23:38:48 common is not the only target in that gn, why it i
please use gerrit instead 2017/04/06 14:35:28 "//components/webdata/common:common" is equivalent
gogerald1 2017/04/06 16:42:09 common is the default target of //components/webda
"//content/public/browser",
"//net",
+ "//sql:sql",
please use gerrit instead 2017/04/05 20:33:30 :sql is redundant. Remove.
gogerald1 2017/04/05 23:38:48 ditto
"//third_party/re2",
"//ui/base",
"//url",
@@ -91,6 +95,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"payment_manifest_downloader_unittest.cc",
+ "payment_manifest_section_table_unittest.cc",
"payment_request_spec_unittest.cc",
"payment_request_state_unittest.cc",
"payments_validators_unittest.cc",
« no previous file with comments | « no previous file | components/payments/content/DEPS » ('j') | components/payments/content/payment_manifest_section_table.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698