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

Side by Side Diff: components/payments/android/BUILD.gn

Issue 2816303003: Revert of [Payments] move //components/payments/content/*.mojom files to //components/payments/mojom (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 unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 static_library("android") { 5 static_library("android") {
6 sources = [ 6 sources = [
7 "web_app_manifest_section_table.cc", 7 "web_app_manifest_section_table.cc",
8 "web_app_manifest_section_table.h", 8 "web_app_manifest_section_table.h",
9 ] 9 ]
10 10
11 deps = [ 11 deps = [
12 "//components/payments/mojom:mojom_parser", 12 "//components/payments/content:mojom_parser",
13 "//components/webdata/common", 13 "//components/webdata/common",
14 "//sql", 14 "//sql",
15 ] 15 ]
16 } 16 }
17 17
18 source_set("unit_tests") { 18 source_set("unit_tests") {
19 testonly = true 19 testonly = true
20 sources = [ 20 sources = [
21 "web_app_manifest_section_table_unittest.cc", 21 "web_app_manifest_section_table_unittest.cc",
22 ] 22 ]
23 23
24 deps = [ 24 deps = [
25 ":android", 25 ":android",
26 "//base", 26 "//base",
27 "//testing/gtest", 27 "//testing/gtest",
28 ] 28 ]
29 } 29 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/payments/payment_request_views_util.h ('k') | components/payments/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698