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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8865004: Create CoreTabHelper, move remaining core TCW functionality 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 3229 matching lines...) Expand 10 before | Expand all | Expand 10 after
3240 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h', 3240 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.h',
3241 'browser/ui/search_engines/template_url_table_model.cc', 3241 'browser/ui/search_engines/template_url_table_model.cc',
3242 'browser/ui/search_engines/template_url_table_model.h', 3242 'browser/ui/search_engines/template_url_table_model.h',
3243 'browser/ui/select_file_dialog.cc', 3243 'browser/ui/select_file_dialog.cc',
3244 'browser/ui/select_file_dialog.h', 3244 'browser/ui/select_file_dialog.h',
3245 'browser/ui/status_bubble.h', 3245 'browser/ui/status_bubble.h',
3246 'browser/ui/sync/browser_synced_window_delegate.h', 3246 'browser/ui/sync/browser_synced_window_delegate.h',
3247 'browser/ui/sync/browser_synced_window_delegate.cc', 3247 'browser/ui/sync/browser_synced_window_delegate.cc',
3248 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc', 3248 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.cc',
3249 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h', 3249 'browser/ui/sync/tab_contents_wrapper_synced_tab_delegate.h',
3250 'browser/ui/tab_contents/core_tab_helper.cc',
3251 'browser/ui/tab_contents/core_tab_helper.h',
3252 'browser/ui/tab_contents/core_tab_helper_delegate.cc',
3253 'browser/ui/tab_contents/core_tab_helper_delegate.h',
3250 'browser/ui/tab_contents/tab_contents_wrapper.cc', 3254 'browser/ui/tab_contents/tab_contents_wrapper.cc',
3251 'browser/ui/tab_contents/tab_contents_wrapper.h', 3255 'browser/ui/tab_contents/tab_contents_wrapper.h',
3252 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
3253 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
3254 'browser/ui/tabs/dock_info.cc', 3256 'browser/ui/tabs/dock_info.cc',
3255 'browser/ui/tabs/dock_info.h', 3257 'browser/ui/tabs/dock_info.h',
3256 'browser/ui/tabs/dock_info_aura.cc', 3258 'browser/ui/tabs/dock_info_aura.cc',
3257 'browser/ui/tabs/dock_info_gtk.cc', 3259 'browser/ui/tabs/dock_info_gtk.cc',
3258 'browser/ui/tabs/dock_info_mac.cc', 3260 'browser/ui/tabs/dock_info_mac.cc',
3259 'browser/ui/tabs/dock_info_win.cc', 3261 'browser/ui/tabs/dock_info_win.cc',
3260 'browser/ui/tabs/hover_tab_selector.cc', 3262 'browser/ui/tabs/hover_tab_selector.cc',
3261 'browser/ui/tabs/hover_tab_selector.h', 3263 'browser/ui/tabs/hover_tab_selector.h',
3262 'browser/ui/tabs/tab_menu_model.cc', 3264 'browser/ui/tabs/tab_menu_model.cc',
3263 'browser/ui/tabs/tab_menu_model.h', 3265 'browser/ui/tabs/tab_menu_model.h',
(...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after
5244 'type': 'static_library', 5246 'type': 'static_library',
5245 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5247 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5246 'variables': { 5248 'variables': {
5247 'proto_in_dir': 'browser/history', 5249 'proto_in_dir': 'browser/history',
5248 'proto_out_dir': 'chrome/browser/history', 5250 'proto_out_dir': 'chrome/browser/history',
5249 }, 5251 },
5250 'includes': [ '../build/protoc.gypi' ] 5252 'includes': [ '../build/protoc.gypi' ]
5251 }, 5253 },
5252 ], 5254 ],
5253 } 5255 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698