| 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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 "search/search_delegate.h", | 807 "search/search_delegate.h", |
| 808 "settings_window_manager.cc", | 808 "settings_window_manager.cc", |
| 809 "settings_window_manager.h", | 809 "settings_window_manager.h", |
| 810 "settings_window_manager_observer.h", | 810 "settings_window_manager_observer.h", |
| 811 "signin_view_controller.cc", | 811 "signin_view_controller.cc", |
| 812 "signin_view_controller.h", | 812 "signin_view_controller.h", |
| 813 "signin_view_controller_delegate.cc", | 813 "signin_view_controller_delegate.cc", |
| 814 "signin_view_controller_delegate.h", | 814 "signin_view_controller_delegate.h", |
| 815 "singleton_tabs.cc", | 815 "singleton_tabs.cc", |
| 816 "singleton_tabs.h", | 816 "singleton_tabs.h", |
| 817 "startup/automation_infobar_delegate.cc", |
| 818 "startup/automation_infobar_delegate.h", |
| 817 "startup/bad_flags_prompt.cc", | 819 "startup/bad_flags_prompt.cc", |
| 818 "startup/bad_flags_prompt.h", | 820 "startup/bad_flags_prompt.h", |
| 819 "startup/google_api_keys_infobar_delegate.cc", | 821 "startup/google_api_keys_infobar_delegate.cc", |
| 820 "startup/google_api_keys_infobar_delegate.h", | 822 "startup/google_api_keys_infobar_delegate.h", |
| 821 "startup/obsolete_system_infobar_delegate.cc", | 823 "startup/obsolete_system_infobar_delegate.cc", |
| 822 "startup/obsolete_system_infobar_delegate.h", | 824 "startup/obsolete_system_infobar_delegate.h", |
| 823 "startup/startup_browser_creator.cc", | 825 "startup/startup_browser_creator.cc", |
| 824 "startup/startup_browser_creator.h", | 826 "startup/startup_browser_creator.h", |
| 825 "startup/startup_browser_creator_impl.cc", | 827 "startup/startup_browser_creator_impl.cc", |
| 826 "startup/startup_browser_creator_impl.h", | 828 "startup/startup_browser_creator_impl.h", |
| (...skipping 2688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3515 "test/test_confirm_bubble_model.cc", | 3517 "test/test_confirm_bubble_model.cc", |
| 3516 "test/test_confirm_bubble_model.h", | 3518 "test/test_confirm_bubble_model.h", |
| 3517 ] | 3519 ] |
| 3518 deps += [ "//chrome/test:test_support_ui" ] | 3520 deps += [ "//chrome/test:test_support_ui" ] |
| 3519 } | 3521 } |
| 3520 | 3522 |
| 3521 if (enable_extensions) { | 3523 if (enable_extensions) { |
| 3522 deps += [ "//extensions/browser" ] | 3524 deps += [ "//extensions/browser" ] |
| 3523 } | 3525 } |
| 3524 } | 3526 } |
| OLD | NEW |