OLD | NEW |
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 Loading... |
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/order_summary_view_controller.cc", |
| 1797 "views/payments/order_summary_view_controller.h", |
1796 "views/payments/payment_request_dialog.cc", | 1798 "views/payments/payment_request_dialog.cc", |
1797 "views/payments/payment_request_dialog.h", | 1799 "views/payments/payment_request_dialog.h", |
| 1800 "views/payments/payment_request_sheet_controller.h", |
| 1801 "views/payments/payment_request_views_util.cc", |
| 1802 "views/payments/payment_request_views_util.h", |
| 1803 "views/payments/payment_sheet_view_controller.cc", |
| 1804 "views/payments/payment_sheet_view_controller.h", |
1798 "views/payments/view_stack.cc", | 1805 "views/payments/view_stack.cc", |
1799 "views/payments/view_stack.h", | 1806 "views/payments/view_stack.h", |
1800 "views/process_singleton_dialog_linux.cc", | 1807 "views/process_singleton_dialog_linux.cc", |
1801 "views/profiles/profile_indicator_icon.cc", | 1808 "views/profiles/profile_indicator_icon.cc", |
1802 "views/profiles/profile_indicator_icon.h", | 1809 "views/profiles/profile_indicator_icon.h", |
1803 "views/profiles/signin_view_controller_delegate_views.cc", | 1810 "views/profiles/signin_view_controller_delegate_views.cc", |
1804 "views/profiles/signin_view_controller_delegate_views.h", | 1811 "views/profiles/signin_view_controller_delegate_views.h", |
1805 "views/profiles/user_manager_view.cc", | 1812 "views/profiles/user_manager_view.cc", |
1806 "views/profiles/user_manager_view.h", | 1813 "views/profiles/user_manager_view.h", |
1807 "views/proximity_auth/proximity_auth_error_bubble_view.cc", | 1814 "views/proximity_auth/proximity_auth_error_bubble_view.cc", |
(...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3492 "test/test_confirm_bubble_model.cc", | 3499 "test/test_confirm_bubble_model.cc", |
3493 "test/test_confirm_bubble_model.h", | 3500 "test/test_confirm_bubble_model.h", |
3494 ] | 3501 ] |
3495 deps += [ "//chrome/test:test_support_ui" ] | 3502 deps += [ "//chrome/test:test_support_ui" ] |
3496 } | 3503 } |
3497 | 3504 |
3498 if (enable_extensions) { | 3505 if (enable_extensions) { |
3499 deps += [ "//extensions/browser" ] | 3506 deps += [ "//extensions/browser" ] |
3500 } | 3507 } |
3501 } | 3508 } |
OLD | NEW |