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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2643643006: [WebPayments] Adding something resembling Shipping Address list (Closed)
Patch Set: Further rebasing Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/payment_request_dialog_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 "views/payments/order_summary_view_controller.h", 1797 "views/payments/order_summary_view_controller.h",
1798 "views/payments/payment_method_view_controller.cc", 1798 "views/payments/payment_method_view_controller.cc",
1799 "views/payments/payment_method_view_controller.h", 1799 "views/payments/payment_method_view_controller.h",
1800 "views/payments/payment_request_dialog_view.cc", 1800 "views/payments/payment_request_dialog_view.cc",
1801 "views/payments/payment_request_dialog_view.h", 1801 "views/payments/payment_request_dialog_view.h",
1802 "views/payments/payment_request_sheet_controller.h", 1802 "views/payments/payment_request_sheet_controller.h",
1803 "views/payments/payment_request_views_util.cc", 1803 "views/payments/payment_request_views_util.cc",
1804 "views/payments/payment_request_views_util.h", 1804 "views/payments/payment_request_views_util.h",
1805 "views/payments/payment_sheet_view_controller.cc", 1805 "views/payments/payment_sheet_view_controller.cc",
1806 "views/payments/payment_sheet_view_controller.h", 1806 "views/payments/payment_sheet_view_controller.h",
1807 "views/payments/shipping_list_view_controller.cc",
1808 "views/payments/shipping_list_view_controller.h",
1807 "views/payments/view_stack.cc", 1809 "views/payments/view_stack.cc",
1808 "views/payments/view_stack.h", 1810 "views/payments/view_stack.h",
1809 "views/process_singleton_dialog_linux.cc", 1811 "views/process_singleton_dialog_linux.cc",
1810 "views/profiles/profile_indicator_icon.cc", 1812 "views/profiles/profile_indicator_icon.cc",
1811 "views/profiles/profile_indicator_icon.h", 1813 "views/profiles/profile_indicator_icon.h",
1812 "views/profiles/signin_view_controller_delegate_views.cc", 1814 "views/profiles/signin_view_controller_delegate_views.cc",
1813 "views/profiles/signin_view_controller_delegate_views.h", 1815 "views/profiles/signin_view_controller_delegate_views.h",
1814 "views/profiles/user_manager_view.cc", 1816 "views/profiles/user_manager_view.cc",
1815 "views/profiles/user_manager_view.h", 1817 "views/profiles/user_manager_view.h",
1816 "views/proximity_auth/proximity_auth_error_bubble_view.cc", 1818 "views/proximity_auth/proximity_auth_error_bubble_view.cc",
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3496 "test/test_confirm_bubble_model.cc", 3498 "test/test_confirm_bubble_model.cc",
3497 "test/test_confirm_bubble_model.h", 3499 "test/test_confirm_bubble_model.h",
3498 ] 3500 ]
3499 deps += [ "//chrome/test:test_support_ui" ] 3501 deps += [ "//chrome/test:test_support_ui" ]
3500 } 3502 }
3501 3503
3502 if (enable_extensions) { 3504 if (enable_extensions) {
3503 deps += [ "//extensions/browser" ] 3505 deps += [ "//extensions/browser" ]
3504 } 3506 }
3505 } 3507 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/payment_request_dialog_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698