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 1772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1783 "views/passwords/credentials_item_view.cc", | 1783 "views/passwords/credentials_item_view.cc", |
1784 "views/passwords/credentials_item_view.h", | 1784 "views/passwords/credentials_item_view.h", |
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/order_summary_state.cc", |
| 1794 "views/payments/order_summary_state.h", |
| 1795 "views/payments/order_summary_state_observer.h", |
1793 "views/payments/payment_request_dialog.cc", | 1796 "views/payments/payment_request_dialog.cc", |
1794 "views/payments/payment_request_dialog.h", | 1797 "views/payments/payment_request_dialog.h", |
| 1798 "views/payments/payment_sheet_state.cc", |
| 1799 "views/payments/payment_sheet_state.h", |
| 1800 "views/payments/payment_sheet_state_observer.h", |
| 1801 "views/payments/view_stack.cc", |
| 1802 "views/payments/view_stack.h", |
| 1803 "views/payments/view_stack_state.cc", |
| 1804 "views/payments/view_stack_state.h", |
1795 "views/process_singleton_dialog_linux.cc", | 1805 "views/process_singleton_dialog_linux.cc", |
1796 "views/profiles/profile_indicator_icon.cc", | 1806 "views/profiles/profile_indicator_icon.cc", |
1797 "views/profiles/profile_indicator_icon.h", | 1807 "views/profiles/profile_indicator_icon.h", |
1798 "views/profiles/signin_view_controller_delegate_views.cc", | 1808 "views/profiles/signin_view_controller_delegate_views.cc", |
1799 "views/profiles/signin_view_controller_delegate_views.h", | 1809 "views/profiles/signin_view_controller_delegate_views.h", |
1800 "views/profiles/user_manager_view.cc", | 1810 "views/profiles/user_manager_view.cc", |
1801 "views/profiles/user_manager_view.h", | 1811 "views/profiles/user_manager_view.h", |
1802 "views/proximity_auth/proximity_auth_error_bubble_view.cc", | 1812 "views/proximity_auth/proximity_auth_error_bubble_view.cc", |
1803 "views/proximity_auth/proximity_auth_error_bubble_view.h", | 1813 "views/proximity_auth/proximity_auth_error_bubble_view.h", |
1804 "views/session_crashed_bubble_view.cc", | 1814 "views/session_crashed_bubble_view.cc", |
(...skipping 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3484 "test/test_confirm_bubble_model.cc", | 3494 "test/test_confirm_bubble_model.cc", |
3485 "test/test_confirm_bubble_model.h", | 3495 "test/test_confirm_bubble_model.h", |
3486 ] | 3496 ] |
3487 deps += [ "//chrome/test:test_support_ui" ] | 3497 deps += [ "//chrome/test:test_support_ui" ] |
3488 } | 3498 } |
3489 | 3499 |
3490 if (enable_extensions) { | 3500 if (enable_extensions) { |
3491 deps += [ "//extensions/browser" ] | 3501 deps += [ "//extensions/browser" ] |
3492 } | 3502 } |
3493 } | 3503 } |
OLD | NEW |