Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2164033002: Refactoring startup logic for upcoming FRE changes (non-Win 10). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding missing constructor Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 "startup/google_api_keys_infobar_delegate.cc", 783 "startup/google_api_keys_infobar_delegate.cc",
784 "startup/google_api_keys_infobar_delegate.h", 784 "startup/google_api_keys_infobar_delegate.h",
785 "startup/obsolete_system_infobar_delegate.cc", 785 "startup/obsolete_system_infobar_delegate.cc",
786 "startup/obsolete_system_infobar_delegate.h", 786 "startup/obsolete_system_infobar_delegate.h",
787 "startup/session_crashed_infobar_delegate.cc", 787 "startup/session_crashed_infobar_delegate.cc",
788 "startup/session_crashed_infobar_delegate.h", 788 "startup/session_crashed_infobar_delegate.h",
789 "startup/startup_browser_creator.cc", 789 "startup/startup_browser_creator.cc",
790 "startup/startup_browser_creator.h", 790 "startup/startup_browser_creator.h",
791 "startup/startup_browser_creator_impl.cc", 791 "startup/startup_browser_creator_impl.cc",
792 "startup/startup_browser_creator_impl.h", 792 "startup/startup_browser_creator_impl.h",
793 "startup/startup_features.cc",
794 "startup/startup_features.h",
793 "startup/startup_tab.cc", 795 "startup/startup_tab.cc",
794 "startup/startup_tab.h", 796 "startup/startup_tab.h",
797 "startup/startup_tab_provider.cc",
798 "startup/startup_tab_provider.h",
795 "startup/startup_types.h", 799 "startup/startup_types.h",
796 "sync/browser_synced_window_delegate.cc", 800 "sync/browser_synced_window_delegate.cc",
797 "sync/browser_synced_window_delegate.h", 801 "sync/browser_synced_window_delegate.h",
798 "sync/browser_synced_window_delegates_getter.cc", 802 "sync/browser_synced_window_delegates_getter.cc",
799 "sync/browser_synced_window_delegates_getter.h", 803 "sync/browser_synced_window_delegates_getter.h",
800 "sync/sync_promo_ui.cc", 804 "sync/sync_promo_ui.cc",
801 "sync/sync_promo_ui.h", 805 "sync/sync_promo_ui.h",
802 "tab_contents/tab_contents_iterator.cc", 806 "tab_contents/tab_contents_iterator.cc",
803 "tab_contents/tab_contents_iterator.h", 807 "tab_contents/tab_contents_iterator.h",
804 "tab_modal_confirm_dialog_delegate.cc", 808 "tab_modal_confirm_dialog_delegate.cc",
(...skipping 2556 matching lines...) Expand 10 before | Expand all | Expand 10 after
3361 "passwords/passwords_model_delegate_mock.cc", 3365 "passwords/passwords_model_delegate_mock.cc",
3362 "passwords/passwords_model_delegate_mock.h", 3366 "passwords/passwords_model_delegate_mock.h",
3363 ] 3367 ]
3364 deps += [ "//chrome/test:test_support_ui" ] 3368 deps += [ "//chrome/test:test_support_ui" ]
3365 } 3369 }
3366 3370
3367 if (enable_extensions) { 3371 if (enable_extensions) {
3368 deps += [ "//extensions/browser" ] 3372 deps += [ "//extensions/browser" ]
3369 } 3373 }
3370 } 3374 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698