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

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

Issue 2529733002: [WebPayments] Move views-specific code to c/b/ui/views/ (Closed)
Patch Set: Rebase Created 4 years 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 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 "views/passwords/credentials_item_view.cc", 1782 "views/passwords/credentials_item_view.cc",
1783 "views/passwords/credentials_item_view.h", 1783 "views/passwords/credentials_item_view.h",
1784 "views/passwords/credentials_selection_view.cc", 1784 "views/passwords/credentials_selection_view.cc",
1785 "views/passwords/credentials_selection_view.h", 1785 "views/passwords/credentials_selection_view.h",
1786 "views/passwords/manage_password_items_view.cc", 1786 "views/passwords/manage_password_items_view.cc",
1787 "views/passwords/manage_password_items_view.h", 1787 "views/passwords/manage_password_items_view.h",
1788 "views/passwords/manage_passwords_bubble_view.cc", 1788 "views/passwords/manage_passwords_bubble_view.cc",
1789 "views/passwords/manage_passwords_bubble_view.h", 1789 "views/passwords/manage_passwords_bubble_view.h",
1790 "views/passwords/manage_passwords_icon_views.cc", 1790 "views/passwords/manage_passwords_icon_views.cc",
1791 "views/passwords/manage_passwords_icon_views.h", 1791 "views/passwords/manage_passwords_icon_views.h",
1792 "views/payments/payment_request_dialog.cc",
1793 "views/payments/payment_request_dialog.h",
1792 "views/process_singleton_dialog_linux.cc", 1794 "views/process_singleton_dialog_linux.cc",
1793 "views/profiles/profile_indicator_icon.cc", 1795 "views/profiles/profile_indicator_icon.cc",
1794 "views/profiles/profile_indicator_icon.h", 1796 "views/profiles/profile_indicator_icon.h",
1795 "views/profiles/signin_view_controller_delegate_views.cc", 1797 "views/profiles/signin_view_controller_delegate_views.cc",
1796 "views/profiles/signin_view_controller_delegate_views.h", 1798 "views/profiles/signin_view_controller_delegate_views.h",
1797 "views/profiles/user_manager_view.cc", 1799 "views/profiles/user_manager_view.cc",
1798 "views/profiles/user_manager_view.h", 1800 "views/profiles/user_manager_view.h",
1799 "views/proximity_auth/proximity_auth_error_bubble_view.cc", 1801 "views/proximity_auth/proximity_auth_error_bubble_view.cc",
1800 "views/proximity_auth/proximity_auth_error_bubble_view.h", 1802 "views/proximity_auth/proximity_auth_error_bubble_view.h",
1801 "views/session_crashed_bubble_view.cc", 1803 "views/session_crashed_bubble_view.cc",
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3481 "test/test_confirm_bubble_model.cc", 3483 "test/test_confirm_bubble_model.cc",
3482 "test/test_confirm_bubble_model.h", 3484 "test/test_confirm_bubble_model.h",
3483 ] 3485 ]
3484 deps += [ "//chrome/test:test_support_ui" ] 3486 deps += [ "//chrome/test:test_support_ui" ]
3485 } 3487 }
3486 3488
3487 if (enable_extensions) { 3489 if (enable_extensions) {
3488 deps += [ "//extensions/browser" ] 3490 deps += [ "//extensions/browser" ]
3489 } 3491 }
3490 } 3492 }
OLDNEW
« no previous file with comments | « chrome/browser/payments/ui/payment_request_dialog.cc ('k') | chrome/browser/ui/browser_dialogs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698