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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 16069006: Include BrowserInstantController in Android builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | 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 2697 matching lines...) Expand 10 before | Expand all | Expand 10 after
2708 2708
2709 # There's no Browser/BrowserList on Android. 2709 # There's no Browser/BrowserList on Android.
2710 'browser/ui/active_tab_tracker.cc', 2710 'browser/ui/active_tab_tracker.cc',
2711 'browser/ui/active_tab_tracker.h', 2711 'browser/ui/active_tab_tracker.h',
2712 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', 2712 'browser/ui/bookmarks/bookmark_context_menu_controller.cc',
2713 'browser/ui/bookmarks/bookmark_prompt_controller.cc', 2713 'browser/ui/bookmarks/bookmark_prompt_controller.cc',
2714 'browser/ui/browser.cc', 2714 'browser/ui/browser.cc',
2715 'browser/ui/browser_command_controller.cc', 2715 'browser/ui/browser_command_controller.cc',
2716 'browser/ui/browser_finder.cc', 2716 'browser/ui/browser_finder.cc',
2717 'browser/ui/browser_iterator.cc', 2717 'browser/ui/browser_iterator.cc',
2718 'browser/ui/browser_instant_controller.cc',
2719 'browser/ui/browser_list.cc', 2718 'browser/ui/browser_list.cc',
2720 'browser/ui/browser_navigator.cc', 2719 'browser/ui/browser_navigator.cc',
2721 'browser/ui/browser_otr_state.cc', 2720 'browser/ui/browser_otr_state.cc',
2722 'browser/ui/browser_tab_contents.cc', 2721 'browser/ui/browser_tab_contents.cc',
2723 'browser/ui/browser_tab_restore_service_delegate.cc', 2722 'browser/ui/browser_tab_restore_service_delegate.cc',
2724 'browser/ui/browser_tabstrip.cc', 2723 'browser/ui/browser_tabstrip.cc',
2725 'browser/ui/browser_tabstrip.h', 2724 'browser/ui/browser_tabstrip.h',
2726 'browser/ui/chrome_pages.cc', 2725 'browser/ui/chrome_pages.cc',
2727 'browser/ui/chrome_pages.h', 2726 'browser/ui/chrome_pages.h',
2728 'browser/ui/extensions/extension_install_ui_default.cc', 2727 'browser/ui/extensions/extension_install_ui_default.cc',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
2970 ['exclude', '^browser/ui/views/app_list/'], 2969 ['exclude', '^browser/ui/views/app_list/'],
2971 ['exclude', '^browser/ui/app_list/'], 2970 ['exclude', '^browser/ui/app_list/'],
2972 ['include', '^browser/ui/app_list/app_list_service.h'], 2971 ['include', '^browser/ui/app_list/app_list_service.h'],
2973 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], 2972 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'],
2974 ], 2973 ],
2975 }], 2974 }],
2976 ], 2975 ],
2977 }, 2976 },
2978 ], 2977 ],
2979 } 2978 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698