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

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

Issue 2816083002: [WebPayments] Desktop implementation of Contact Editor (Closed)
Patch Set: rebase Created 3 years, 8 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_editor_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 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1535 "views/passwords/auto_signin_first_run_dialog_view.cc", 1535 "views/passwords/auto_signin_first_run_dialog_view.cc",
1536 "views/passwords/auto_signin_first_run_dialog_view.h", 1536 "views/passwords/auto_signin_first_run_dialog_view.h",
1537 "views/passwords/credentials_item_view.cc", 1537 "views/passwords/credentials_item_view.cc",
1538 "views/passwords/credentials_item_view.h", 1538 "views/passwords/credentials_item_view.h",
1539 "views/passwords/credentials_selection_view.cc", 1539 "views/passwords/credentials_selection_view.cc",
1540 "views/passwords/credentials_selection_view.h", 1540 "views/passwords/credentials_selection_view.h",
1541 "views/passwords/manage_password_items_view.cc", 1541 "views/passwords/manage_password_items_view.cc",
1542 "views/passwords/manage_password_items_view.h", 1542 "views/passwords/manage_password_items_view.h",
1543 "views/passwords/manage_passwords_bubble_view.cc", 1543 "views/passwords/manage_passwords_bubble_view.cc",
1544 "views/passwords/manage_passwords_bubble_view.h", 1544 "views/passwords/manage_passwords_bubble_view.h",
1545 "views/payments/contact_info_editor_view_controller.cc",
1546 "views/payments/contact_info_editor_view_controller.h",
1545 "views/payments/credit_card_editor_view_controller.cc", 1547 "views/payments/credit_card_editor_view_controller.cc",
1546 "views/payments/credit_card_editor_view_controller.h", 1548 "views/payments/credit_card_editor_view_controller.h",
1547 "views/payments/cvc_unmask_view_controller.cc", 1549 "views/payments/cvc_unmask_view_controller.cc",
1548 "views/payments/cvc_unmask_view_controller.h", 1550 "views/payments/cvc_unmask_view_controller.h",
1549 "views/payments/editor_view_controller.cc", 1551 "views/payments/editor_view_controller.cc",
1550 "views/payments/editor_view_controller.h", 1552 "views/payments/editor_view_controller.h",
1551 "views/payments/error_message_view_controller.cc", 1553 "views/payments/error_message_view_controller.cc",
1552 "views/payments/error_message_view_controller.h", 1554 "views/payments/error_message_view_controller.h",
1553 "views/payments/order_summary_view_controller.cc", 1555 "views/payments/order_summary_view_controller.cc",
1554 "views/payments/order_summary_view_controller.h", 1556 "views/payments/order_summary_view_controller.h",
(...skipping 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 "test/test_confirm_bubble_model.cc", 3574 "test/test_confirm_bubble_model.cc",
3573 "test/test_confirm_bubble_model.h", 3575 "test/test_confirm_bubble_model.h",
3574 ] 3576 ]
3575 deps += [ "//chrome/test:test_support_ui" ] 3577 deps += [ "//chrome/test:test_support_ui" ]
3576 } 3578 }
3577 3579
3578 if (enable_extensions) { 3580 if (enable_extensions) {
3579 deps += [ "//extensions/browser" ] 3581 deps += [ "//extensions/browser" ]
3580 } 3582 }
3581 } 3583 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/contact_info_editor_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698