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

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

Issue 2876663002: [Web Payments] Add data attribution string to dialog (Closed)
Patch Set: Address comments Created 3 years, 7 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("content") { 5 static_library("content") {
6 sources = [ 6 sources = [
7 "can_make_payment_query_factory.cc", 7 "can_make_payment_query_factory.cc",
8 "can_make_payment_query_factory.h", 8 "can_make_payment_query_factory.h",
9 "payment_prefs.cc",
Mathieu 2017/05/11 01:08:37 should probably be in core/, sorry I didn't say ea
anthonyvd 2017/05/11 13:24:42 Done.
10 "payment_prefs.h",
9 "payment_request.cc", 11 "payment_request.cc",
10 "payment_request.h", 12 "payment_request.h",
11 "payment_request_dialog.h", 13 "payment_request_dialog.h",
12 "payment_request_spec.cc", 14 "payment_request_spec.cc",
13 "payment_request_spec.h", 15 "payment_request_spec.h",
14 "payment_request_state.cc", 16 "payment_request_state.cc",
15 "payment_request_state.h", 17 "payment_request_state.h",
16 "payment_request_web_contents_manager.cc", 18 "payment_request_web_contents_manager.cc",
17 "payment_request_web_contents_manager.h", 19 "payment_request_web_contents_manager.h",
18 "payment_response_helper.cc", 20 "payment_response_helper.cc",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "//components/payments/core", 90 "//components/payments/core",
89 "//components/payments/core:test_support", 91 "//components/payments/core:test_support",
90 "//components/payments/mojom", 92 "//components/payments/mojom",
91 "//content/test:test_support", 93 "//content/test:test_support",
92 "//net:test_support", 94 "//net:test_support",
93 "//testing/gtest", 95 "//testing/gtest",
94 "//third_party/icu", 96 "//third_party/icu",
95 "//third_party/libaddressinput:test_support", 97 "//third_party/libaddressinput:test_support",
96 ] 98 ]
97 } 99 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698