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

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

Issue 2735803003: [WebPayments] Extracting common code from Shipping + Contact Info views. (Closed)
Patch Set: monday rebase 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/contact_info_view_controller.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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "views/harmony/layout_delegate.h", 1492 "views/harmony/layout_delegate.h",
1493 "views/layout_utils.cc", 1493 "views/layout_utils.cc",
1494 "views/layout_utils.h", 1494 "views/layout_utils.h",
1495 "views/location_bar/location_bar_bubble_delegate_view.cc", 1495 "views/location_bar/location_bar_bubble_delegate_view.cc",
1496 "views/location_bar/location_bar_bubble_delegate_view.h", 1496 "views/location_bar/location_bar_bubble_delegate_view.h",
1497 "views/login_handler_views.cc", 1497 "views/login_handler_views.cc",
1498 "views/login_view.cc", 1498 "views/login_view.cc",
1499 "views/login_view.h", 1499 "views/login_view.h",
1500 "views/new_back_shortcut_bubble.cc", 1500 "views/new_back_shortcut_bubble.cc",
1501 "views/new_back_shortcut_bubble.h", 1501 "views/new_back_shortcut_bubble.h",
1502 "views/payments/contact_info_view_controller.cc",
1503 "views/payments/contact_info_view_controller.h",
1504 "views/payments/credit_card_editor_view_controller.cc", 1502 "views/payments/credit_card_editor_view_controller.cc",
1505 "views/payments/credit_card_editor_view_controller.h", 1503 "views/payments/credit_card_editor_view_controller.h",
1506 "views/payments/editor_view_controller.cc", 1504 "views/payments/editor_view_controller.cc",
1507 "views/payments/editor_view_controller.h", 1505 "views/payments/editor_view_controller.h",
1508 "views/payments/order_summary_view_controller.cc", 1506 "views/payments/order_summary_view_controller.cc",
1509 "views/payments/order_summary_view_controller.h", 1507 "views/payments/order_summary_view_controller.h",
1510 "views/payments/payment_method_view_controller.cc", 1508 "views/payments/payment_method_view_controller.cc",
1511 "views/payments/payment_method_view_controller.h", 1509 "views/payments/payment_method_view_controller.h",
1512 "views/payments/payment_request_dialog_view.cc", 1510 "views/payments/payment_request_dialog_view.cc",
1513 "views/payments/payment_request_dialog_view.h", 1511 "views/payments/payment_request_dialog_view.h",
1514 "views/payments/payment_request_dialog_view_ids.h", 1512 "views/payments/payment_request_dialog_view_ids.h",
1515 "views/payments/payment_request_item_list.cc", 1513 "views/payments/payment_request_item_list.cc",
1516 "views/payments/payment_request_item_list.h", 1514 "views/payments/payment_request_item_list.h",
1517 "views/payments/payment_request_row_view.cc", 1515 "views/payments/payment_request_row_view.cc",
1518 "views/payments/payment_request_row_view.h", 1516 "views/payments/payment_request_row_view.h",
1519 "views/payments/payment_request_sheet_controller.cc", 1517 "views/payments/payment_request_sheet_controller.cc",
1520 "views/payments/payment_request_sheet_controller.h", 1518 "views/payments/payment_request_sheet_controller.h",
1521 "views/payments/payment_request_views_util.cc", 1519 "views/payments/payment_request_views_util.cc",
1522 "views/payments/payment_request_views_util.h", 1520 "views/payments/payment_request_views_util.h",
1523 "views/payments/payment_sheet_view_controller.cc", 1521 "views/payments/payment_sheet_view_controller.cc",
1524 "views/payments/payment_sheet_view_controller.h", 1522 "views/payments/payment_sheet_view_controller.h",
1525 "views/payments/preselected_combobox_model.cc", 1523 "views/payments/preselected_combobox_model.cc",
1526 "views/payments/preselected_combobox_model.h", 1524 "views/payments/preselected_combobox_model.h",
1527 "views/payments/shipping_list_view_controller.cc", 1525 "views/payments/profile_list_view_controller.cc",
1528 "views/payments/shipping_list_view_controller.h", 1526 "views/payments/profile_list_view_controller.h",
1529 "views/payments/validating_combobox.cc", 1527 "views/payments/validating_combobox.cc",
1530 "views/payments/validating_combobox.h", 1528 "views/payments/validating_combobox.h",
1531 "views/payments/validating_textfield.cc", 1529 "views/payments/validating_textfield.cc",
1532 "views/payments/validating_textfield.h", 1530 "views/payments/validating_textfield.h",
1533 "views/payments/validation_delegate.h", 1531 "views/payments/validation_delegate.h",
1534 "views/payments/view_stack.cc", 1532 "views/payments/view_stack.cc",
1535 "views/payments/view_stack.h", 1533 "views/payments/view_stack.h",
1536 "views/subtle_notification_view.cc", 1534 "views/subtle_notification_view.cc",
1537 "views/subtle_notification_view.h", 1535 "views/subtle_notification_view.h",
1538 "views/sync/bubble_sync_promo_view.cc", 1536 "views/sync/bubble_sync_promo_view.cc",
(...skipping 1992 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 "test/test_confirm_bubble_model.cc", 3529 "test/test_confirm_bubble_model.cc",
3532 "test/test_confirm_bubble_model.h", 3530 "test/test_confirm_bubble_model.h",
3533 ] 3531 ]
3534 deps += [ "//chrome/test:test_support_ui" ] 3532 deps += [ "//chrome/test:test_support_ui" ]
3535 } 3533 }
3536 3534
3537 if (enable_extensions) { 3535 if (enable_extensions) {
3538 deps += [ "//extensions/browser" ] 3536 deps += [ "//extensions/browser" ]
3539 } 3537 }
3540 } 3538 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/contact_info_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698