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

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

Issue 2709093006: Adding new shipping address editor view to payment flow. (Closed)
Patch Set: Bot failure fix Created 3 years, 9 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 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 "views/payments/payment_request_sheet_controller.cc", 1532 "views/payments/payment_request_sheet_controller.cc",
1533 "views/payments/payment_request_sheet_controller.h", 1533 "views/payments/payment_request_sheet_controller.h",
1534 "views/payments/payment_request_views_util.cc", 1534 "views/payments/payment_request_views_util.cc",
1535 "views/payments/payment_request_views_util.h", 1535 "views/payments/payment_request_views_util.h",
1536 "views/payments/payment_sheet_view_controller.cc", 1536 "views/payments/payment_sheet_view_controller.cc",
1537 "views/payments/payment_sheet_view_controller.h", 1537 "views/payments/payment_sheet_view_controller.h",
1538 "views/payments/preselected_combobox_model.cc", 1538 "views/payments/preselected_combobox_model.cc",
1539 "views/payments/preselected_combobox_model.h", 1539 "views/payments/preselected_combobox_model.h",
1540 "views/payments/profile_list_view_controller.cc", 1540 "views/payments/profile_list_view_controller.cc",
1541 "views/payments/profile_list_view_controller.h", 1541 "views/payments/profile_list_view_controller.h",
1542 "views/payments/shipping_address_editor_view_controller.cc",
1543 "views/payments/shipping_address_editor_view_controller.h",
1542 "views/payments/shipping_option_view_controller.cc", 1544 "views/payments/shipping_option_view_controller.cc",
1543 "views/payments/shipping_option_view_controller.h", 1545 "views/payments/shipping_option_view_controller.h",
1544 "views/payments/validating_combobox.cc", 1546 "views/payments/validating_combobox.cc",
1545 "views/payments/validating_combobox.h", 1547 "views/payments/validating_combobox.h",
1546 "views/payments/validating_textfield.cc", 1548 "views/payments/validating_textfield.cc",
1547 "views/payments/validating_textfield.h", 1549 "views/payments/validating_textfield.h",
1548 "views/payments/validation_delegate.h", 1550 "views/payments/validation_delegate.h",
1549 "views/payments/view_stack.cc", 1551 "views/payments/view_stack.cc",
1550 "views/payments/view_stack.h", 1552 "views/payments/view_stack.h",
1551 "views/permission_bubble/permission_prompt_impl.cc", 1553 "views/permission_bubble/permission_prompt_impl.cc",
(...skipping 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 "test/test_confirm_bubble_model.cc", 3533 "test/test_confirm_bubble_model.cc",
3532 "test/test_confirm_bubble_model.h", 3534 "test/test_confirm_bubble_model.h",
3533 ] 3535 ]
3534 deps += [ "//chrome/test:test_support_ui" ] 3536 deps += [ "//chrome/test:test_support_ui" ]
3535 } 3537 }
3536 3538
3537 if (enable_extensions) { 3539 if (enable_extensions) {
3538 deps += [ "//extensions/browser" ] 3540 deps += [ "//extensions/browser" ]
3539 } 3541 }
3540 } 3542 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/payments/editor_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698