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

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

Issue 2918133002: [Merge M60][Payments] Refactor the year and month combobox models and preselect. (Closed)
Patch Set: Created 3 years, 6 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/autofill/autofill_dialog_models.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 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1567 "views/payments/payment_request_item_list.cc", 1567 "views/payments/payment_request_item_list.cc",
1568 "views/payments/payment_request_item_list.h", 1568 "views/payments/payment_request_item_list.h",
1569 "views/payments/payment_request_row_view.cc", 1569 "views/payments/payment_request_row_view.cc",
1570 "views/payments/payment_request_row_view.h", 1570 "views/payments/payment_request_row_view.h",
1571 "views/payments/payment_request_sheet_controller.cc", 1571 "views/payments/payment_request_sheet_controller.cc",
1572 "views/payments/payment_request_sheet_controller.h", 1572 "views/payments/payment_request_sheet_controller.h",
1573 "views/payments/payment_request_views_util.cc", 1573 "views/payments/payment_request_views_util.cc",
1574 "views/payments/payment_request_views_util.h", 1574 "views/payments/payment_request_views_util.h",
1575 "views/payments/payment_sheet_view_controller.cc", 1575 "views/payments/payment_sheet_view_controller.cc",
1576 "views/payments/payment_sheet_view_controller.h", 1576 "views/payments/payment_sheet_view_controller.h",
1577 "views/payments/preselected_combobox_model.cc",
1578 "views/payments/preselected_combobox_model.h",
1579 "views/payments/profile_list_view_controller.cc", 1577 "views/payments/profile_list_view_controller.cc",
1580 "views/payments/profile_list_view_controller.h", 1578 "views/payments/profile_list_view_controller.h",
1581 "views/payments/shipping_address_editor_view_controller.cc", 1579 "views/payments/shipping_address_editor_view_controller.cc",
1582 "views/payments/shipping_address_editor_view_controller.h", 1580 "views/payments/shipping_address_editor_view_controller.h",
1583 "views/payments/shipping_option_view_controller.cc", 1581 "views/payments/shipping_option_view_controller.cc",
1584 "views/payments/shipping_option_view_controller.h", 1582 "views/payments/shipping_option_view_controller.h",
1585 "views/payments/validating_combobox.cc", 1583 "views/payments/validating_combobox.cc",
1586 "views/payments/validating_combobox.h", 1584 "views/payments/validating_combobox.h",
1587 "views/payments/validating_textfield.cc", 1585 "views/payments/validating_textfield.cc",
1588 "views/payments/validating_textfield.h", 1586 "views/payments/validating_textfield.h",
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after
3609 deps += [ 3607 deps += [
3610 "//chrome/test:test_support_ui", 3608 "//chrome/test:test_support_ui",
3611 "//components/zoom", 3609 "//components/zoom",
3612 ] 3610 ]
3613 } 3611 }
3614 3612
3615 if (enable_extensions) { 3613 if (enable_extensions) {
3616 deps += [ "//extensions/browser" ] 3614 deps += [ "//extensions/browser" ]
3617 } 3615 }
3618 } 3616 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_models.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698