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

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

Issue 2528503002: [WebPayments] Implement state transitions in desktop WebPayments dialog. (Closed)
Patch Set: Handle Layout while animating 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 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 "views/passwords/credentials_selection_view.cc", 1785 "views/passwords/credentials_selection_view.cc",
1786 "views/passwords/credentials_selection_view.h", 1786 "views/passwords/credentials_selection_view.h",
1787 "views/passwords/manage_password_items_view.cc", 1787 "views/passwords/manage_password_items_view.cc",
1788 "views/passwords/manage_password_items_view.h", 1788 "views/passwords/manage_password_items_view.h",
1789 "views/passwords/manage_passwords_bubble_view.cc", 1789 "views/passwords/manage_passwords_bubble_view.cc",
1790 "views/passwords/manage_passwords_bubble_view.h", 1790 "views/passwords/manage_passwords_bubble_view.h",
1791 "views/passwords/manage_passwords_icon_views.cc", 1791 "views/passwords/manage_passwords_icon_views.cc",
1792 "views/passwords/manage_passwords_icon_views.h", 1792 "views/passwords/manage_passwords_icon_views.h",
1793 "views/payments/payment_request_dialog.cc", 1793 "views/payments/payment_request_dialog.cc",
1794 "views/payments/payment_request_dialog.h", 1794 "views/payments/payment_request_dialog.h",
1795 "views/payments/view_stack.cc",
1796 "views/payments/view_stack.h",
1795 "views/process_singleton_dialog_linux.cc", 1797 "views/process_singleton_dialog_linux.cc",
1796 "views/profiles/profile_indicator_icon.cc", 1798 "views/profiles/profile_indicator_icon.cc",
1797 "views/profiles/profile_indicator_icon.h", 1799 "views/profiles/profile_indicator_icon.h",
1798 "views/profiles/signin_view_controller_delegate_views.cc", 1800 "views/profiles/signin_view_controller_delegate_views.cc",
1799 "views/profiles/signin_view_controller_delegate_views.h", 1801 "views/profiles/signin_view_controller_delegate_views.h",
1800 "views/profiles/user_manager_view.cc", 1802 "views/profiles/user_manager_view.cc",
1801 "views/profiles/user_manager_view.h", 1803 "views/profiles/user_manager_view.h",
1802 "views/proximity_auth/proximity_auth_error_bubble_view.cc", 1804 "views/proximity_auth/proximity_auth_error_bubble_view.cc",
1803 "views/proximity_auth/proximity_auth_error_bubble_view.h", 1805 "views/proximity_auth/proximity_auth_error_bubble_view.h",
1804 "views/session_crashed_bubble_view.cc", 1806 "views/session_crashed_bubble_view.cc",
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
3484 "test/test_confirm_bubble_model.cc", 3486 "test/test_confirm_bubble_model.cc",
3485 "test/test_confirm_bubble_model.h", 3487 "test/test_confirm_bubble_model.h",
3486 ] 3488 ]
3487 deps += [ "//chrome/test:test_support_ui" ] 3489 deps += [ "//chrome/test:test_support_ui" ]
3488 } 3490 }
3489 3491
3490 if (enable_extensions) { 3492 if (enable_extensions) {
3491 deps += [ "//extensions/browser" ] 3493 deps += [ "//extensions/browser" ]
3492 } 3494 }
3493 } 3495 }
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/payments/payment_request_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698