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

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

Issue 2529733002: [WebPayments] Move views-specific code to c/b/ui/views/ (Closed)
Patch Set: Implement ShowWebPaymentsDialog in TestBrowserWindow 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 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 "views/passwords/credentials_item_view.cc", 1786 "views/passwords/credentials_item_view.cc",
1787 "views/passwords/credentials_item_view.h", 1787 "views/passwords/credentials_item_view.h",
1788 "views/passwords/credentials_selection_view.cc", 1788 "views/passwords/credentials_selection_view.cc",
1789 "views/passwords/credentials_selection_view.h", 1789 "views/passwords/credentials_selection_view.h",
1790 "views/passwords/manage_password_items_view.cc", 1790 "views/passwords/manage_password_items_view.cc",
1791 "views/passwords/manage_password_items_view.h", 1791 "views/passwords/manage_password_items_view.h",
1792 "views/passwords/manage_passwords_bubble_view.cc", 1792 "views/passwords/manage_passwords_bubble_view.cc",
1793 "views/passwords/manage_passwords_bubble_view.h", 1793 "views/passwords/manage_passwords_bubble_view.h",
1794 "views/passwords/manage_passwords_icon_views.cc", 1794 "views/passwords/manage_passwords_icon_views.cc",
1795 "views/passwords/manage_passwords_icon_views.h", 1795 "views/passwords/manage_passwords_icon_views.h",
1796 "views/payments/payment_request_dialog.cc",
1797 "views/payments/payment_request_dialog.h",
1796 "views/process_singleton_dialog_linux.cc", 1798 "views/process_singleton_dialog_linux.cc",
1797 "views/profiles/profile_indicator_icon.cc", 1799 "views/profiles/profile_indicator_icon.cc",
1798 "views/profiles/profile_indicator_icon.h", 1800 "views/profiles/profile_indicator_icon.h",
1799 "views/profiles/signin_view_controller_delegate_views.cc", 1801 "views/profiles/signin_view_controller_delegate_views.cc",
1800 "views/profiles/signin_view_controller_delegate_views.h", 1802 "views/profiles/signin_view_controller_delegate_views.h",
1801 "views/profiles/user_manager_view.cc", 1803 "views/profiles/user_manager_view.cc",
1802 "views/profiles/user_manager_view.h", 1804 "views/profiles/user_manager_view.h",
1803 "views/proximity_auth/proximity_auth_error_bubble_view.cc", 1805 "views/proximity_auth/proximity_auth_error_bubble_view.cc",
1804 "views/proximity_auth/proximity_auth_error_bubble_view.h", 1806 "views/proximity_auth/proximity_auth_error_bubble_view.h",
1805 "views/session_crashed_bubble_view.cc", 1807 "views/session_crashed_bubble_view.cc",
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
3483 "test/test_confirm_bubble_model.cc", 3485 "test/test_confirm_bubble_model.cc",
3484 "test/test_confirm_bubble_model.h", 3486 "test/test_confirm_bubble_model.h",
3485 ] 3487 ]
3486 deps += [ "//chrome/test:test_support_ui" ] 3488 deps += [ "//chrome/test:test_support_ui" ]
3487 } 3489 }
3488 3490
3489 if (enable_extensions) { 3491 if (enable_extensions) {
3490 deps += [ "//extensions/browser" ] 3492 deps += [ "//extensions/browser" ]
3491 } 3493 }
3492 } 3494 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698