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

Unified Diff: chrome/chrome_browser.gypi

Issue 8775064: Make PerTabPrefsTabHelper into PrefsTabHelper, move all prefs code into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 64265af0cfbac0ac11954358e072c050d7cfe4ec..9970fc087e22f07fcd824a6c1aa78d5376894948 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3205,6 +3205,8 @@
'browser/ui/panels/panel_titlebar_view_cocoa.mm',
'browser/ui/panels/panel_window_controller_cocoa.h',
'browser/ui/panels/panel_window_controller_cocoa.mm',
+ 'browser/ui/prefs/prefs_tab_helper.cc',
+ 'browser/ui/prefs/prefs_tab_helper.h',
'browser/ui/profile_error_dialog.cc',
'browser/ui/profile_error_dialog.h',
'browser/ui/sad_tab_observer.cc',
@@ -3228,8 +3230,6 @@
'browser/ui/sync/browser_synced_window_delegate.cc',
'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc',
'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h',
- 'browser/ui/tab_contents/per_tab_prefs_tab_helper.cc',
- 'browser/ui/tab_contents/per_tab_prefs_tab_helper.h',
'browser/ui/tab_contents/tab_contents_wrapper.cc',
'browser/ui/tab_contents/tab_contents_wrapper.h',
'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698