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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3198 'browser/ui/panels/panel_mouse_watcher_timer.cc', 3198 'browser/ui/panels/panel_mouse_watcher_timer.cc',
3199 'browser/ui/panels/panel_mouse_watcher_win.cc', 3199 'browser/ui/panels/panel_mouse_watcher_win.cc',
3200 'browser/ui/panels/panel_settings_menu_model.cc', 3200 'browser/ui/panels/panel_settings_menu_model.cc',
3201 'browser/ui/panels/panel_settings_menu_model.h', 3201 'browser/ui/panels/panel_settings_menu_model.h',
3202 'browser/ui/panels/panel_strip.cc', 3202 'browser/ui/panels/panel_strip.cc',
3203 'browser/ui/panels/panel_strip.h', 3203 'browser/ui/panels/panel_strip.h',
3204 'browser/ui/panels/panel_titlebar_view_cocoa.h', 3204 'browser/ui/panels/panel_titlebar_view_cocoa.h',
3205 'browser/ui/panels/panel_titlebar_view_cocoa.mm', 3205 'browser/ui/panels/panel_titlebar_view_cocoa.mm',
3206 'browser/ui/panels/panel_window_controller_cocoa.h', 3206 'browser/ui/panels/panel_window_controller_cocoa.h',
3207 'browser/ui/panels/panel_window_controller_cocoa.mm', 3207 'browser/ui/panels/panel_window_controller_cocoa.mm',
3208 'browser/ui/prefs/prefs_tab_helper.cc',
3209 'browser/ui/prefs/prefs_tab_helper.h',
3208 'browser/ui/profile_error_dialog.cc', 3210 'browser/ui/profile_error_dialog.cc',
3209 'browser/ui/profile_error_dialog.h', 3211 'browser/ui/profile_error_dialog.h',
3210 'browser/ui/sad_tab_observer.cc', 3212 'browser/ui/sad_tab_observer.cc',
3211 'browser/ui/sad_tab_observer.h', 3213 'browser/ui/sad_tab_observer.h',
3212 'browser/ui/search_engines/edit_search_engine_controller.cc', 3214 'browser/ui/search_engines/edit_search_engine_controller.cc',
3213 'browser/ui/search_engines/edit_search_engine_controller.h', 3215 'browser/ui/search_engines/edit_search_engine_controller.h',
3214 'browser/ui/search_engines/keyword_editor_controller.cc', 3216 'browser/ui/search_engines/keyword_editor_controller.cc',
3215 'browser/ui/search_engines/keyword_editor_controller.h', 3217 'browser/ui/search_engines/keyword_editor_controller.h',
3216 'browser/ui/search_engines/search_engine_tab_helper.cc', 3218 'browser/ui/search_engines/search_engine_tab_helper.cc',
3217 'browser/ui/search_engines/search_engine_tab_helper.h', 3219 'browser/ui/search_engines/search_engine_tab_helper.h',
3218 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 3220 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
3219 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 3221 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
3220 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', 3222 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
3221 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 3223 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
3222 'browser/ui/search_engines/template_url_table_model.cc', 3224 'browser/ui/search_engines/template_url_table_model.cc',
3223 'browser/ui/search_engines/template_url_table_model.h', 3225 'browser/ui/search_engines/template_url_table_model.h',
3224 'browser/ui/select_file_dialog.cc', 3226 'browser/ui/select_file_dialog.cc',
3225 'browser/ui/select_file_dialog.h', 3227 'browser/ui/select_file_dialog.h',
3226 'browser/ui/status_bubble.h', 3228 'browser/ui/status_bubble.h',
3227 'browser/ui/sync/browser_synced_window_delegate.h', 3229 'browser/ui/sync/browser_synced_window_delegate.h',
3228 'browser/ui/sync/browser_synced_window_delegate.cc', 3230 'browser/ui/sync/browser_synced_window_delegate.cc',
3229 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', 3231 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc',
3230 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h', 3232 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h',
3231 'browser/ui/tab_contents/per_tab_prefs_tab_helper.cc',
3232 'browser/ui/tab_contents/per_tab_prefs_tab_helper.h',
3233 'browser/ui/tab_contents/tab_contents_wrapper.cc', 3233 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3234 'browser/ui/tab_contents/tab_contents_wrapper.h', 3234 'browser/ui/tab_contents/tab_contents_wrapper.h',
3235 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', 3235 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
3236 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', 3236 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
3237 'browser/ui/tabs/dock_info.cc', 3237 'browser/ui/tabs/dock_info.cc',
3238 'browser/ui/tabs/dock_info.h', 3238 'browser/ui/tabs/dock_info.h',
3239 'browser/ui/tabs/dock_info_aura.cc', 3239 'browser/ui/tabs/dock_info_aura.cc',
3240 'browser/ui/tabs/dock_info_gtk.cc', 3240 'browser/ui/tabs/dock_info_gtk.cc',
3241 'browser/ui/tabs/dock_info_mac.cc', 3241 'browser/ui/tabs/dock_info_mac.cc',
3242 'browser/ui/tabs/dock_info_win.cc', 3242 'browser/ui/tabs/dock_info_win.cc',
(...skipping 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after
5230 'type': 'static_library', 5230 'type': 'static_library',
5231 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5231 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5232 'variables': { 5232 'variables': {
5233 'proto_in_dir': 'browser/history', 5233 'proto_in_dir': 'browser/history',
5234 'proto_out_dir': 'chrome/browser/history', 5234 'proto_out_dir': 'chrome/browser/history',
5235 }, 5235 },
5236 'includes': [ '../build/protoc.gypi' ] 5236 'includes': [ '../build/protoc.gypi' ]
5237 }, 5237 },
5238 ], 5238 ],
5239 } 5239 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698