| 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 "search/search_delegate.h", | 804 "search/search_delegate.h", |
| 805 "settings_window_manager.cc", | 805 "settings_window_manager.cc", |
| 806 "settings_window_manager.h", | 806 "settings_window_manager.h", |
| 807 "settings_window_manager_observer.h", | 807 "settings_window_manager_observer.h", |
| 808 "signin_view_controller.cc", | 808 "signin_view_controller.cc", |
| 809 "signin_view_controller.h", | 809 "signin_view_controller.h", |
| 810 "signin_view_controller_delegate.cc", | 810 "signin_view_controller_delegate.cc", |
| 811 "signin_view_controller_delegate.h", | 811 "signin_view_controller_delegate.h", |
| 812 "singleton_tabs.cc", | 812 "singleton_tabs.cc", |
| 813 "singleton_tabs.h", | 813 "singleton_tabs.h", |
| 814 "startup/automation_infobar_delegate.cc", |
| 815 "startup/automation_infobar_delegate.h", |
| 814 "startup/bad_flags_prompt.cc", | 816 "startup/bad_flags_prompt.cc", |
| 815 "startup/bad_flags_prompt.h", | 817 "startup/bad_flags_prompt.h", |
| 816 "startup/google_api_keys_infobar_delegate.cc", | 818 "startup/google_api_keys_infobar_delegate.cc", |
| 817 "startup/google_api_keys_infobar_delegate.h", | 819 "startup/google_api_keys_infobar_delegate.h", |
| 818 "startup/obsolete_system_infobar_delegate.cc", | 820 "startup/obsolete_system_infobar_delegate.cc", |
| 819 "startup/obsolete_system_infobar_delegate.h", | 821 "startup/obsolete_system_infobar_delegate.h", |
| 820 "startup/session_crashed_infobar_delegate.cc", | 822 "startup/session_crashed_infobar_delegate.cc", |
| 821 "startup/session_crashed_infobar_delegate.h", | 823 "startup/session_crashed_infobar_delegate.h", |
| 822 "startup/startup_browser_creator.cc", | 824 "startup/startup_browser_creator.cc", |
| 823 "startup/startup_browser_creator.h", | 825 "startup/startup_browser_creator.h", |
| (...skipping 2679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3503 "test/test_confirm_bubble_model.cc", | 3505 "test/test_confirm_bubble_model.cc", |
| 3504 "test/test_confirm_bubble_model.h", | 3506 "test/test_confirm_bubble_model.h", |
| 3505 ] | 3507 ] |
| 3506 deps += [ "//chrome/test:test_support_ui" ] | 3508 deps += [ "//chrome/test:test_support_ui" ] |
| 3507 } | 3509 } |
| 3508 | 3510 |
| 3509 if (enable_extensions) { | 3511 if (enable_extensions) { |
| 3510 deps += [ "//extensions/browser" ] | 3512 deps += [ "//extensions/browser" ] |
| 3511 } | 3513 } |
| 3512 } | 3514 } |
| OLD | NEW |