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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 "startup/google_api_keys_infobar_delegate.cc", | 789 "startup/google_api_keys_infobar_delegate.cc", |
790 "startup/google_api_keys_infobar_delegate.h", | 790 "startup/google_api_keys_infobar_delegate.h", |
791 "startup/obsolete_system_infobar_delegate.cc", | 791 "startup/obsolete_system_infobar_delegate.cc", |
792 "startup/obsolete_system_infobar_delegate.h", | 792 "startup/obsolete_system_infobar_delegate.h", |
793 "startup/session_crashed_infobar_delegate.cc", | 793 "startup/session_crashed_infobar_delegate.cc", |
794 "startup/session_crashed_infobar_delegate.h", | 794 "startup/session_crashed_infobar_delegate.h", |
795 "startup/startup_browser_creator.cc", | 795 "startup/startup_browser_creator.cc", |
796 "startup/startup_browser_creator.h", | 796 "startup/startup_browser_creator.h", |
797 "startup/startup_browser_creator_impl.cc", | 797 "startup/startup_browser_creator_impl.cc", |
798 "startup/startup_browser_creator_impl.h", | 798 "startup/startup_browser_creator_impl.h", |
| 799 "startup/startup_features.cc", |
| 800 "startup/startup_features.h", |
799 "startup/startup_tab.cc", | 801 "startup/startup_tab.cc", |
800 "startup/startup_tab.h", | 802 "startup/startup_tab.h", |
| 803 "startup/startup_tab_provider.cc", |
| 804 "startup/startup_tab_provider.h", |
801 "startup/startup_types.h", | 805 "startup/startup_types.h", |
802 "sync/browser_synced_window_delegate.cc", | 806 "sync/browser_synced_window_delegate.cc", |
803 "sync/browser_synced_window_delegate.h", | 807 "sync/browser_synced_window_delegate.h", |
804 "sync/browser_synced_window_delegates_getter.cc", | 808 "sync/browser_synced_window_delegates_getter.cc", |
805 "sync/browser_synced_window_delegates_getter.h", | 809 "sync/browser_synced_window_delegates_getter.h", |
806 "sync/sync_promo_ui.cc", | 810 "sync/sync_promo_ui.cc", |
807 "sync/sync_promo_ui.h", | 811 "sync/sync_promo_ui.h", |
808 "tab_contents/tab_contents_iterator.cc", | 812 "tab_contents/tab_contents_iterator.cc", |
809 "tab_contents/tab_contents_iterator.h", | 813 "tab_contents/tab_contents_iterator.h", |
810 "tab_modal_confirm_dialog_delegate.cc", | 814 "tab_modal_confirm_dialog_delegate.cc", |
(...skipping 2602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3413 "test/test_confirm_bubble_model.cc", | 3417 "test/test_confirm_bubble_model.cc", |
3414 "test/test_confirm_bubble_model.h", | 3418 "test/test_confirm_bubble_model.h", |
3415 ] | 3419 ] |
3416 deps += [ "//chrome/test:test_support_ui" ] | 3420 deps += [ "//chrome/test:test_support_ui" ] |
3417 } | 3421 } |
3418 | 3422 |
3419 if (enable_extensions) { | 3423 if (enable_extensions) { |
3420 deps += [ "//extensions/browser" ] | 3424 deps += [ "//extensions/browser" ] |
3421 } | 3425 } |
3422 } | 3426 } |
OLD | NEW |