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

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: this one instead 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
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3214 'browser/ui/panels/panel_overflow_strip.cc', 3214 'browser/ui/panels/panel_overflow_strip.cc',
3215 'browser/ui/panels/panel_overflow_strip.h', 3215 'browser/ui/panels/panel_overflow_strip.h',
3216 'browser/ui/panels/panel_settings_menu_model.cc', 3216 'browser/ui/panels/panel_settings_menu_model.cc',
3217 'browser/ui/panels/panel_settings_menu_model.h', 3217 'browser/ui/panels/panel_settings_menu_model.h',
3218 'browser/ui/panels/panel_strip.cc', 3218 'browser/ui/panels/panel_strip.cc',
3219 'browser/ui/panels/panel_strip.h', 3219 'browser/ui/panels/panel_strip.h',
3220 'browser/ui/panels/panel_titlebar_view_cocoa.h', 3220 'browser/ui/panels/panel_titlebar_view_cocoa.h',
3221 'browser/ui/panels/panel_titlebar_view_cocoa.mm', 3221 'browser/ui/panels/panel_titlebar_view_cocoa.mm',
3222 'browser/ui/panels/panel_window_controller_cocoa.h', 3222 'browser/ui/panels/panel_window_controller_cocoa.h',
3223 'browser/ui/panels/panel_window_controller_cocoa.mm', 3223 'browser/ui/panels/panel_window_controller_cocoa.mm',
3224 'browser/ui/prefs/prefs_tab_helper.cc',
3225 'browser/ui/prefs/prefs_tab_helper.h',
3224 'browser/ui/profile_error_dialog.cc', 3226 'browser/ui/profile_error_dialog.cc',
3225 'browser/ui/profile_error_dialog.h', 3227 'browser/ui/profile_error_dialog.h',
3226 'browser/ui/sad_tab_observer.cc', 3228 'browser/ui/sad_tab_observer.cc',
3227 'browser/ui/sad_tab_observer.h', 3229 'browser/ui/sad_tab_observer.h',
3228 'browser/ui/search_engines/edit_search_engine_controller.cc', 3230 'browser/ui/search_engines/edit_search_engine_controller.cc',
3229 'browser/ui/search_engines/edit_search_engine_controller.h', 3231 'browser/ui/search_engines/edit_search_engine_controller.h',
3230 'browser/ui/search_engines/keyword_editor_controller.cc', 3232 'browser/ui/search_engines/keyword_editor_controller.cc',
3231 'browser/ui/search_engines/keyword_editor_controller.h', 3233 'browser/ui/search_engines/keyword_editor_controller.h',
3232 'browser/ui/search_engines/search_engine_tab_helper.cc', 3234 'browser/ui/search_engines/search_engine_tab_helper.cc',
3233 'browser/ui/search_engines/search_engine_tab_helper.h', 3235 'browser/ui/search_engines/search_engine_tab_helper.h',
3234 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc', 3236 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
3235 'browser/ui/search_engines/search_engine_tab_helper_delegate.h', 3237 'browser/ui/search_engines/search_engine_tab_helper_delegate.h',
3236 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc', 3238 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
3237 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 3239 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
3238 'browser/ui/search_engines/template_url_table_model.cc', 3240 'browser/ui/search_engines/template_url_table_model.cc',
3239 'browser/ui/search_engines/template_url_table_model.h', 3241 'browser/ui/search_engines/template_url_table_model.h',
3240 'browser/ui/select_file_dialog.cc', 3242 'browser/ui/select_file_dialog.cc',
3241 'browser/ui/select_file_dialog.h', 3243 'browser/ui/select_file_dialog.h',
3242 'browser/ui/status_bubble.h', 3244 'browser/ui/status_bubble.h',
3243 'browser/ui/sync/browser_synced_window_delegate.h', 3245 'browser/ui/sync/browser_synced_window_delegate.h',
3244 'browser/ui/sync/browser_synced_window_delegate.cc', 3246 'browser/ui/sync/browser_synced_window_delegate.cc',
3245 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', 3247 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc',
3246 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h', 3248 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h',
3247 'browser/ui/tab_contents/per_tab_prefs_tab_helper.cc',
3248 'browser/ui/tab_contents/per_tab_prefs_tab_helper.h',
3249 'browser/ui/tab_contents/tab_contents_wrapper.cc', 3249 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3250 'browser/ui/tab_contents/tab_contents_wrapper.h', 3250 'browser/ui/tab_contents/tab_contents_wrapper.h',
3251 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', 3251 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
3252 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', 3252 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
3253 'browser/ui/tabs/dock_info.cc', 3253 'browser/ui/tabs/dock_info.cc',
3254 'browser/ui/tabs/dock_info.h', 3254 'browser/ui/tabs/dock_info.h',
3255 'browser/ui/tabs/dock_info_aura.cc', 3255 'browser/ui/tabs/dock_info_aura.cc',
3256 'browser/ui/tabs/dock_info_gtk.cc', 3256 'browser/ui/tabs/dock_info_gtk.cc',
3257 'browser/ui/tabs/dock_info_mac.cc', 3257 'browser/ui/tabs/dock_info_mac.cc',
3258 'browser/ui/tabs/dock_info_win.cc', 3258 'browser/ui/tabs/dock_info_win.cc',
(...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
5243 'type': 'static_library', 5243 'type': 'static_library',
5244 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5244 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5245 'variables': { 5245 'variables': {
5246 'proto_in_dir': 'browser/history', 5246 'proto_in_dir': 'browser/history',
5247 'proto_out_dir': 'chrome/browser/history', 5247 'proto_out_dir': 'chrome/browser/history',
5248 }, 5248 },
5249 'includes': [ '../build/protoc.gypi' ] 5249 'includes': [ '../build/protoc.gypi' ]
5250 }, 5250 },
5251 ], 5251 ],
5252 } 5252 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents_wrapper.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698