| 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 2795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2806 "cocoa/passwords/auto_signin_view_controller.h", | 2806 "cocoa/passwords/auto_signin_view_controller.h", |
| 2807 "cocoa/passwords/auto_signin_view_controller.mm", | 2807 "cocoa/passwords/auto_signin_view_controller.mm", |
| 2808 "cocoa/passwords/autosignin_prompt_view_controller.h", | 2808 "cocoa/passwords/autosignin_prompt_view_controller.h", |
| 2809 "cocoa/passwords/autosignin_prompt_view_controller.mm", | 2809 "cocoa/passwords/autosignin_prompt_view_controller.mm", |
| 2810 "cocoa/passwords/base_passwords_content_view_controller.h", | 2810 "cocoa/passwords/base_passwords_content_view_controller.h", |
| 2811 "cocoa/passwords/base_passwords_content_view_controller.mm", | 2811 "cocoa/passwords/base_passwords_content_view_controller.mm", |
| 2812 "cocoa/passwords/confirmation_password_saved_view_controller.h", | 2812 "cocoa/passwords/confirmation_password_saved_view_controller.h", |
| 2813 "cocoa/passwords/confirmation_password_saved_view_controller.mm", | 2813 "cocoa/passwords/confirmation_password_saved_view_controller.mm", |
| 2814 "cocoa/passwords/credential_item_button.h", | 2814 "cocoa/passwords/credential_item_button.h", |
| 2815 "cocoa/passwords/credential_item_button.mm", | 2815 "cocoa/passwords/credential_item_button.mm", |
| 2816 "cocoa/passwords/credentials_selection_view.h", | 2816 "cocoa/passwords/credentials_selection_view_cocoa.h", |
| 2817 "cocoa/passwords/credentials_selection_view.mm", | 2817 "cocoa/passwords/credentials_selection_view_cocoa.mm", |
| 2818 "cocoa/passwords/manage_passwords_view_controller.h", | 2818 "cocoa/passwords/manage_passwords_view_controller.h", |
| 2819 "cocoa/passwords/manage_passwords_view_controller.mm", | 2819 "cocoa/passwords/manage_passwords_view_controller.mm", |
| 2820 "cocoa/passwords/password_item_views.h", | 2820 "cocoa/passwords/password_item_views.h", |
| 2821 "cocoa/passwords/password_prompt_view_bridge.h", | 2821 "cocoa/passwords/password_prompt_view_bridge.h", |
| 2822 "cocoa/passwords/password_prompt_view_bridge.mm", | 2822 "cocoa/passwords/password_prompt_view_bridge.mm", |
| 2823 "cocoa/passwords/passwords_bubble_cocoa.h", | 2823 "cocoa/passwords/passwords_bubble_cocoa.h", |
| 2824 "cocoa/passwords/passwords_bubble_cocoa.mm", | 2824 "cocoa/passwords/passwords_bubble_cocoa.mm", |
| 2825 "cocoa/passwords/passwords_bubble_controller.h", | 2825 "cocoa/passwords/passwords_bubble_controller.h", |
| 2826 "cocoa/passwords/passwords_bubble_controller.mm", | 2826 "cocoa/passwords/passwords_bubble_controller.mm", |
| 2827 "cocoa/passwords/passwords_bubble_utils.h", | 2827 "cocoa/passwords/passwords_bubble_utils.h", |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3480 "test/test_confirm_bubble_model.cc", | 3480 "test/test_confirm_bubble_model.cc", |
| 3481 "test/test_confirm_bubble_model.h", | 3481 "test/test_confirm_bubble_model.h", |
| 3482 ] | 3482 ] |
| 3483 deps += [ "//chrome/test:test_support_ui" ] | 3483 deps += [ "//chrome/test:test_support_ui" ] |
| 3484 } | 3484 } |
| 3485 | 3485 |
| 3486 if (enable_extensions) { | 3486 if (enable_extensions) { |
| 3487 deps += [ "//extensions/browser" ] | 3487 deps += [ "//extensions/browser" ] |
| 3488 } | 3488 } |
| 3489 } | 3489 } |
| OLD | NEW |