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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 144443003: Unify desktop and Android tab helper instantiation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing WindowAndroidHelper Created 6 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'browser/ui/browser_list.h', 464 'browser/ui/browser_list.h',
465 'browser/ui/browser_mac.cc', 465 'browser/ui/browser_mac.cc',
466 'browser/ui/browser_mac.h', 466 'browser/ui/browser_mac.h',
467 'browser/ui/browser_navigator.cc', 467 'browser/ui/browser_navigator.cc',
468 'browser/ui/browser_navigator.h', 468 'browser/ui/browser_navigator.h',
469 'browser/ui/browser_otr_state_android.cc', 469 'browser/ui/browser_otr_state_android.cc',
470 'browser/ui/browser_otr_state.cc', 470 'browser/ui/browser_otr_state.cc',
471 'browser/ui/browser_otr_state.h', 471 'browser/ui/browser_otr_state.h',
472 'browser/ui/browser_ui_prefs.cc', 472 'browser/ui/browser_ui_prefs.cc',
473 'browser/ui/browser_ui_prefs.h', 473 'browser/ui/browser_ui_prefs.h',
474 'browser/ui/browser_tab_contents.h',
475 'browser/ui/browser_tab_contents.cc',
476 'browser/ui/browser_tab_restore_service_delegate.cc', 474 'browser/ui/browser_tab_restore_service_delegate.cc',
477 'browser/ui/browser_tab_restore_service_delegate.h', 475 'browser/ui/browser_tab_restore_service_delegate.h',
478 'browser/ui/browser_tab_strip_model_delegate.cc', 476 'browser/ui/browser_tab_strip_model_delegate.cc',
479 'browser/ui/browser_tab_strip_model_delegate.h', 477 'browser/ui/browser_tab_strip_model_delegate.h',
480 'browser/ui/browser_tabrestore.cc', 478 'browser/ui/browser_tabrestore.cc',
481 'browser/ui/browser_tabrestore.h', 479 'browser/ui/browser_tabrestore.h',
482 'browser/ui/browser_tabstrip.cc', 480 'browser/ui/browser_tabstrip.cc',
483 'browser/ui/browser_tabstrip.h', 481 'browser/ui/browser_tabstrip.h',
484 'browser/ui/browser_toolbar_model_delegate.cc', 482 'browser/ui/browser_toolbar_model_delegate.cc',
485 'browser/ui/browser_toolbar_model_delegate.h', 483 'browser/ui/browser_toolbar_model_delegate.h',
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 'browser/ui/sync/sync_promo_ui.h', 1602 'browser/ui/sync/sync_promo_ui.h',
1605 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', 1603 'browser/ui/sync/tab_contents_synced_tab_delegate.cc',
1606 'browser/ui/sync/tab_contents_synced_tab_delegate.h', 1604 'browser/ui/sync/tab_contents_synced_tab_delegate.h',
1607 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', 1605 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h',
1608 'browser/ui/tab_contents/core_tab_helper.cc', 1606 'browser/ui/tab_contents/core_tab_helper.cc',
1609 'browser/ui/tab_contents/core_tab_helper.h', 1607 'browser/ui/tab_contents/core_tab_helper.h',
1610 'browser/ui/tab_contents/core_tab_helper_delegate.cc', 1608 'browser/ui/tab_contents/core_tab_helper_delegate.cc',
1611 'browser/ui/tab_contents/core_tab_helper_delegate.h', 1609 'browser/ui/tab_contents/core_tab_helper_delegate.h',
1612 'browser/ui/tab_contents/tab_contents_iterator.cc', 1610 'browser/ui/tab_contents/tab_contents_iterator.cc',
1613 'browser/ui/tab_contents/tab_contents_iterator.h', 1611 'browser/ui/tab_contents/tab_contents_iterator.h',
1612 'browser/ui/tab_helpers.h',
1613 'browser/ui/tab_helpers.cc',
1614 'browser/ui/tab_modal_confirm_dialog.h', 1614 'browser/ui/tab_modal_confirm_dialog.h',
1615 'browser/ui/tab_modal_confirm_dialog_delegate.cc', 1615 'browser/ui/tab_modal_confirm_dialog_delegate.cc',
1616 'browser/ui/tab_modal_confirm_dialog_delegate.h', 1616 'browser/ui/tab_modal_confirm_dialog_delegate.h',
1617 'browser/ui/tabs/dock_info.cc', 1617 'browser/ui/tabs/dock_info.cc',
1618 'browser/ui/tabs/dock_info.h', 1618 'browser/ui/tabs/dock_info.h',
1619 'browser/ui/tabs/hover_tab_selector.cc', 1619 'browser/ui/tabs/hover_tab_selector.cc',
1620 'browser/ui/tabs/hover_tab_selector.h', 1620 'browser/ui/tabs/hover_tab_selector.h',
1621 'browser/ui/tabs/pinned_tab_codec.cc', 1621 'browser/ui/tabs/pinned_tab_codec.cc',
1622 'browser/ui/tabs/pinned_tab_codec.h', 1622 'browser/ui/tabs/pinned_tab_codec.h',
1623 'browser/ui/tabs/pinned_tab_service.cc', 1623 'browser/ui/tabs/pinned_tab_service.cc',
(...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', 3037 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc',
3038 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', 3038 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h',
3039 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', 3039 'browser/ui/bookmarks/bookmark_context_menu_controller.cc',
3040 'browser/ui/bookmarks/bookmark_prompt_controller.cc', 3040 'browser/ui/bookmarks/bookmark_prompt_controller.cc',
3041 'browser/ui/browser.cc', 3041 'browser/ui/browser.cc',
3042 'browser/ui/browser_command_controller.cc', 3042 'browser/ui/browser_command_controller.cc',
3043 'browser/ui/browser_finder.cc', 3043 'browser/ui/browser_finder.cc',
3044 'browser/ui/browser_iterator.cc', 3044 'browser/ui/browser_iterator.cc',
3045 'browser/ui/browser_list.cc', 3045 'browser/ui/browser_list.cc',
3046 'browser/ui/browser_otr_state.cc', 3046 'browser/ui/browser_otr_state.cc',
3047 'browser/ui/browser_tab_contents.cc',
3048 'browser/ui/browser_tab_restore_service_delegate.cc', 3047 'browser/ui/browser_tab_restore_service_delegate.cc',
3049 'browser/ui/browser_tabstrip.cc', 3048 'browser/ui/browser_tabstrip.cc',
3050 'browser/ui/browser_tabstrip.h', 3049 'browser/ui/browser_tabstrip.h',
3051 'browser/ui/chrome_pages.cc', 3050 'browser/ui/chrome_pages.cc',
3052 'browser/ui/chrome_pages.h', 3051 'browser/ui/chrome_pages.h',
3053 'browser/ui/extensions/extension_install_ui_default.cc', 3052 'browser/ui/extensions/extension_install_ui_default.cc',
3054 'browser/ui/extensions/extension_install_ui_default.h', 3053 'browser/ui/extensions/extension_install_ui_default.h',
3055 'browser/ui/ntp_background_util.cc', 3054 'browser/ui/ntp_background_util.cc',
3056 'browser/ui/ntp_background_util.h', 3055 'browser/ui/ntp_background_util.h',
3057 'browser/ui/sad_tab_helper.cc', 3056 'browser/ui/sad_tab_helper.cc',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
3390 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3389 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3391 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3390 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3392 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3391 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3393 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3392 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3394 ], 3393 ],
3395 }], 3394 }],
3396 ], 3395 ],
3397 }, 3396 },
3398 ], 3397 ],
3399 } 3398 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698