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

Unified Diff: chrome/browser/BUILD.gn

Issue 2898033002: [TabManager] Move TabManager into chrome/browser/resource_coordinator. (Closed)
Patch Set: rebase Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_process.h » ('j') | chrome/test/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index d4ed886ee741e6c14c0db0bb0652686ea2ae666f..80dfe561fa1fda02feb30ea26e0bcbd53969f5a3 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -3471,16 +3471,6 @@ split_static_library("browser") {
"media_galleries/win/snapshot_file_details.h",
"memory/oom_memory_details.cc",
"memory/oom_memory_details.h",
- "memory/tab_manager.cc",
- "memory/tab_manager.h",
- "memory/tab_manager_delegate_chromeos.cc",
- "memory/tab_manager_delegate_chromeos.h",
- "memory/tab_manager_observer.cc",
- "memory/tab_manager_observer.h",
- "memory/tab_manager_web_contents_data.cc",
- "memory/tab_manager_web_contents_data.h",
- "memory/tab_stats.cc",
- "memory/tab_stats.h",
"metrics/first_web_contents_profiler.cc",
"metrics/first_web_contents_profiler.h",
"metrics/tab_reactivation_tracker.cc",
@@ -3563,6 +3553,16 @@ split_static_library("browser") {
"renderer_context_menu/spelling_menu_observer.h",
"repost_form_warning_controller.cc",
"repost_form_warning_controller.h",
+ "resource_coordinator/tab_manager.cc",
+ "resource_coordinator/tab_manager.h",
+ "resource_coordinator/tab_manager_delegate_chromeos.cc",
+ "resource_coordinator/tab_manager_delegate_chromeos.h",
+ "resource_coordinator/tab_manager_observer.cc",
+ "resource_coordinator/tab_manager_observer.h",
+ "resource_coordinator/tab_manager_web_contents_data.cc",
+ "resource_coordinator/tab_manager_web_contents_data.h",
+ "resource_coordinator/tab_stats.cc",
+ "resource_coordinator/tab_stats.h",
"search/local_ntp_source.cc",
"search/local_ntp_source.h",
"search/one_google_bar/one_google_bar_data.cc",
« no previous file with comments | « no previous file | chrome/browser/browser_process.h » ('j') | chrome/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698