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

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

Issue 2689363004: [Payments] Add combobox support to editors. (Closed)
Patch Set: Initial 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 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 "views/payments/payment_request_row_view.cc", 1533 "views/payments/payment_request_row_view.cc",
1534 "views/payments/payment_request_row_view.h", 1534 "views/payments/payment_request_row_view.h",
1535 "views/payments/payment_request_sheet_controller.cc", 1535 "views/payments/payment_request_sheet_controller.cc",
1536 "views/payments/payment_request_sheet_controller.h", 1536 "views/payments/payment_request_sheet_controller.h",
1537 "views/payments/payment_request_views_util.cc", 1537 "views/payments/payment_request_views_util.cc",
1538 "views/payments/payment_request_views_util.h", 1538 "views/payments/payment_request_views_util.h",
1539 "views/payments/payment_sheet_view_controller.cc", 1539 "views/payments/payment_sheet_view_controller.cc",
1540 "views/payments/payment_sheet_view_controller.h", 1540 "views/payments/payment_sheet_view_controller.h",
1541 "views/payments/shipping_list_view_controller.cc", 1541 "views/payments/shipping_list_view_controller.cc",
1542 "views/payments/shipping_list_view_controller.h", 1542 "views/payments/shipping_list_view_controller.h",
1543 "views/payments/validating_combobox.cc",
1544 "views/payments/validating_combobox.h",
1543 "views/payments/validating_textfield.cc", 1545 "views/payments/validating_textfield.cc",
1544 "views/payments/validating_textfield.h", 1546 "views/payments/validating_textfield.h",
1547 "views/payments/validation_delegate.h",
1545 "views/payments/view_stack.cc", 1548 "views/payments/view_stack.cc",
1546 "views/payments/view_stack.h", 1549 "views/payments/view_stack.h",
1547 "views/subtle_notification_view.cc", 1550 "views/subtle_notification_view.cc",
1548 "views/subtle_notification_view.h", 1551 "views/subtle_notification_view.h",
1549 "views/sync/bubble_sync_promo_view.cc", 1552 "views/sync/bubble_sync_promo_view.cc",
1550 "views/sync/bubble_sync_promo_view.h", 1553 "views/sync/bubble_sync_promo_view.h",
1551 "views/sync/profile_signin_confirmation_dialog_views.cc", 1554 "views/sync/profile_signin_confirmation_dialog_views.cc",
1552 "views/sync/profile_signin_confirmation_dialog_views.h", 1555 "views/sync/profile_signin_confirmation_dialog_views.h",
1553 "views/task_manager_view.cc", 1556 "views/task_manager_view.cc",
1554 "views/task_manager_view.h", 1557 "views/task_manager_view.h",
(...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after
3515 "test/test_confirm_bubble_model.cc", 3518 "test/test_confirm_bubble_model.cc",
3516 "test/test_confirm_bubble_model.h", 3519 "test/test_confirm_bubble_model.h",
3517 ] 3520 ]
3518 deps += [ "//chrome/test:test_support_ui" ] 3521 deps += [ "//chrome/test:test_support_ui" ]
3519 } 3522 }
3520 3523
3521 if (enable_extensions) { 3524 if (enable_extensions) {
3522 deps += [ "//extensions/browser" ] 3525 deps += [ "//extensions/browser" ]
3523 } 3526 }
3524 } 3527 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698