Chromium Code Reviews| 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", |