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

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

Issue 2673753005: [Payments] Basic validation in the credit card editor. (Closed)
Patch Set: rebase 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
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 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 "views/payments/payment_request_row_view.cc", 1813 "views/payments/payment_request_row_view.cc",
1814 "views/payments/payment_request_row_view.h", 1814 "views/payments/payment_request_row_view.h",
1815 "views/payments/payment_request_sheet_controller.cc", 1815 "views/payments/payment_request_sheet_controller.cc",
1816 "views/payments/payment_request_sheet_controller.h", 1816 "views/payments/payment_request_sheet_controller.h",
1817 "views/payments/payment_request_views_util.cc", 1817 "views/payments/payment_request_views_util.cc",
1818 "views/payments/payment_request_views_util.h", 1818 "views/payments/payment_request_views_util.h",
1819 "views/payments/payment_sheet_view_controller.cc", 1819 "views/payments/payment_sheet_view_controller.cc",
1820 "views/payments/payment_sheet_view_controller.h", 1820 "views/payments/payment_sheet_view_controller.h",
1821 "views/payments/shipping_list_view_controller.cc", 1821 "views/payments/shipping_list_view_controller.cc",
1822 "views/payments/shipping_list_view_controller.h", 1822 "views/payments/shipping_list_view_controller.h",
1823 "views/payments/validating_textfield.cc",
1824 "views/payments/validating_textfield.h",
1823 "views/payments/view_stack.cc", 1825 "views/payments/view_stack.cc",
1824 "views/payments/view_stack.h", 1826 "views/payments/view_stack.h",
1825 "views/process_singleton_dialog_linux.cc", 1827 "views/process_singleton_dialog_linux.cc",
1826 "views/profiles/profile_indicator_icon.cc", 1828 "views/profiles/profile_indicator_icon.cc",
1827 "views/profiles/profile_indicator_icon.h", 1829 "views/profiles/profile_indicator_icon.h",
1828 "views/profiles/signin_view_controller_delegate_views.cc", 1830 "views/profiles/signin_view_controller_delegate_views.cc",
1829 "views/profiles/signin_view_controller_delegate_views.h", 1831 "views/profiles/signin_view_controller_delegate_views.h",
1830 "views/profiles/user_manager_view.cc", 1832 "views/profiles/user_manager_view.cc",
1831 "views/profiles/user_manager_view.h", 1833 "views/profiles/user_manager_view.h",
1832 "views/proximity_auth/proximity_auth_error_bubble_view.cc", 1834 "views/proximity_auth/proximity_auth_error_bubble_view.cc",
(...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
3519 "test/test_confirm_bubble_model.cc", 3521 "test/test_confirm_bubble_model.cc",
3520 "test/test_confirm_bubble_model.h", 3522 "test/test_confirm_bubble_model.h",
3521 ] 3523 ]
3522 deps += [ "//chrome/test:test_support_ui" ] 3524 deps += [ "//chrome/test:test_support_ui" ]
3523 } 3525 }
3524 3526
3525 if (enable_extensions) { 3527 if (enable_extensions) {
3526 deps += [ "//extensions/browser" ] 3528 deps += [ "//extensions/browser" ]
3527 } 3529 }
3528 } 3530 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/payments/credit_card_editor_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698