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

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

Issue 2931023002: [TooManyTabs] Add TabNavigationThrottle (Closed)
Patch Set: Created 3 years, 6 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/chrome_build.gni") 5 import("//build/config/chrome_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 3561 matching lines...) Expand 10 before | Expand all | Expand 10 after
3572 "repost_form_warning_controller.cc", 3572 "repost_form_warning_controller.cc",
3573 "repost_form_warning_controller.h", 3573 "repost_form_warning_controller.h",
3574 "resource_coordinator/tab_manager.cc", 3574 "resource_coordinator/tab_manager.cc",
3575 "resource_coordinator/tab_manager.h", 3575 "resource_coordinator/tab_manager.h",
3576 "resource_coordinator/tab_manager_delegate_chromeos.cc", 3576 "resource_coordinator/tab_manager_delegate_chromeos.cc",
3577 "resource_coordinator/tab_manager_delegate_chromeos.h", 3577 "resource_coordinator/tab_manager_delegate_chromeos.h",
3578 "resource_coordinator/tab_manager_observer.cc", 3578 "resource_coordinator/tab_manager_observer.cc",
3579 "resource_coordinator/tab_manager_observer.h", 3579 "resource_coordinator/tab_manager_observer.h",
3580 "resource_coordinator/tab_manager_web_contents_data.cc", 3580 "resource_coordinator/tab_manager_web_contents_data.cc",
3581 "resource_coordinator/tab_manager_web_contents_data.h", 3581 "resource_coordinator/tab_manager_web_contents_data.h",
3582 "resource_coordinator/tab_navigation_throttle.cc",
3583 "resource_coordinator/tab_navigation_throttle.h",
3582 "resource_coordinator/tab_stats.cc", 3584 "resource_coordinator/tab_stats.cc",
3583 "resource_coordinator/tab_stats.h", 3585 "resource_coordinator/tab_stats.h",
3584 "search/local_ntp_source.cc", 3586 "search/local_ntp_source.cc",
3585 "search/local_ntp_source.h", 3587 "search/local_ntp_source.h",
3586 "search/one_google_bar/one_google_bar_data.cc", 3588 "search/one_google_bar/one_google_bar_data.cc",
3587 "search/one_google_bar/one_google_bar_data.h", 3589 "search/one_google_bar/one_google_bar_data.h",
3588 "search/one_google_bar/one_google_bar_fetcher.h", 3590 "search/one_google_bar/one_google_bar_fetcher.h",
3589 "search/one_google_bar/one_google_bar_fetcher_impl.cc", 3591 "search/one_google_bar/one_google_bar_fetcher_impl.cc",
3590 "search/one_google_bar/one_google_bar_fetcher_impl.h", 3592 "search/one_google_bar/one_google_bar_fetcher_impl.h",
3591 "search/one_google_bar/one_google_bar_service.cc", 3593 "search/one_google_bar/one_google_bar_service.cc",
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after
4774 "//components/search_engines", 4776 "//components/search_engines",
4775 "//rlz:rlz_lib", 4777 "//rlz:rlz_lib",
4776 ] 4778 ]
4777 } 4779 }
4778 } 4780 }
4779 4781
4780 service_manifest("preferences_forwarder_manifest") { 4782 service_manifest("preferences_forwarder_manifest") {
4781 name = "preferences_forwarder" 4783 name = "preferences_forwarder"
4782 source = "prefs/forwarder_manifest.json" 4784 source = "prefs/forwarder_manifest.json"
4783 } 4785 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/resource_coordinator/tab_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698