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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for build breakage Created 7 years, 3 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/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.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 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 2864 matching lines...) Expand 10 before | Expand all | Expand 10 after
2875 'browser/ui/webui/ntp/suggestions_source_top_sites.cc', 2875 'browser/ui/webui/ntp/suggestions_source_top_sites.cc',
2876 'browser/ui/webui/ntp/suggestions_source_top_sites.h', 2876 'browser/ui/webui/ntp/suggestions_source_top_sites.h',
2877 'browser/ui/webui/plugins_ui.cc', 2877 'browser/ui/webui/plugins_ui.cc',
2878 'browser/ui/webui/plugins_ui.h', 2878 'browser/ui/webui/plugins_ui.h',
2879 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc' , 2879 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc' ,
2880 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h', 2880 'browser/ui/webui/suggestions_internals/suggestions_internals_ui.h',
2881 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.cc', 2881 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.cc',
2882 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.h', 2882 'browser/ui/webui/suggestions_internals/suggestions_internals_ui_han dler.h',
2883 'browser/ui/window_sizer/window_sizer.cc', 2883 'browser/ui/window_sizer/window_sizer.cc',
2884 'browser/ui/window_sizer/window_sizer.h', 2884 'browser/ui/window_sizer/window_sizer.h',
2885
2886 # Also not used on android
2887 'browser/ui/apps/chrome_shell_window_delegate.cc',
2888 'browser/ui/autofill/account_chooser_model.cc',
2889 'browser/ui/autofill/autocheckout_bubble.cc',
2890 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc',
2891 'browser/ui/autofill/country_combobox_model.cc',
2892 'browser/ui/bookmarks/bookmark_drag_drop.cc',
2893 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc',
2894 'browser/ui/browser_content_setting_bubble_model_delegate.cc',
2895 'browser/ui/browser_tabrestore.cc',
2896 'browser/ui/browser_tab_strip_model_delegate.cc',
2897 'browser/ui/browser_toolbar_model_delegate.cc',
2898 'browser/ui/browser_view_prefs.cc',
2899 'browser/ui/chrome_style.cc',
2900 'browser/ui/chrome_web_modal_dialog_manager_delegate.cc',
2901 'browser/ui/collected_cookies_infobar_delegate.cc',
2902 'browser/ui/confirm_bubble_model.cc',
2903 'browser/ui/crypto_module_password_dialog_openssl.cc',
2904 'browser/ui/extensions/application_launch.cc',
2905 'browser/ui/fast_unload_controller.cc',
2906 'browser/ui/find_bar/find_bar_controller.cc',
2907 'browser/ui/fullscreen/fullscreen_controller.cc',
2908 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc',
2909 'browser/ui/immersive_fullscreen_configuration.cc',
2910 'browser/ui/options/options_util.cc',
2911 'browser/ui/sad_tab.cc',
2912 'browser/ui/search_engines/search_engine_tab_helper_delegate.cc',
2913 'browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc',
2914 'browser/ui/search/search_delegate.cc',
2915 'browser/ui/search/search_ui.cc',
2916 'browser/ui/send_feedback_experiment.cc',
2917 'browser/ui/tab_modal_confirm_dialog_delegate.cc',
2918 'browser/ui/unload_controller.cc',
2919 'browser/ui/website_settings/permission_menu_model.cc',
2920 'browser/ui/website_settings/website_settings_utils.cc',
2921 'browser/ui/webui/certificate_viewer_ui.cc',
2922 'browser/ui/webui/chrome_web_contents_handler.cc',
2923 'browser/ui/webui/ntp/app_resource_cache_factory.cc',
2924 'browser/ui/webui/ntp/core_app_launcher_handler.cc',
2925 'browser/ui/webui/performance_monitor/performance_monitor_handler.cc ',
2926 'browser/ui/webui/performance_monitor/performance_monitor_l10n.cc',
2927 'browser/ui/webui/performance_monitor/performance_monitor_ui.cc',
2928 'browser/ui/webui/performance_monitor/performance_monitor_ui_constan ts.cc',
2929 'browser/ui/webui/theme_handler.cc',
2885 ], 2930 ],
2886 'sources/': [ 2931 'sources/': [
2887 ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'], 2932 ['exclude', '^browser/ui/autofill/.*credit_card_bubble.*'],
2888 ['exclude', '^browser/ui/content_settings/'], 2933 ['exclude', '^browser/ui/content_settings/'],
2889 ['exclude', '^browser/ui/omnibox/'], 2934 ['exclude', '^browser/ui/omnibox/'],
2890 ['exclude', '^browser/ui/panels/'], 2935 ['exclude', '^browser/ui/panels/'],
2891 ['exclude', '^browser/ui/pdf/'], 2936 ['exclude', '^browser/ui/pdf/'],
2892 ['exclude', '^browser/ui/startup/'], 2937 ['exclude', '^browser/ui/startup/'],
2893 ['exclude', '^browser/ui/tabs/'], 2938 ['exclude', '^browser/ui/tabs/'],
2894 ['include', '^browser/ui/tabs/tab_utils\\.(cc|h)$'], 2939 ['include', '^browser/ui/tabs/tab_utils\\.(cc|h)$'],
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
3114 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3159 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3115 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3160 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3116 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3161 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3117 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3162 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3118 ], 3163 ],
3119 }], 3164 }],
3120 ], 3165 ],
3121 }, 3166 },
3122 ], 3167 ],
3123 } 3168 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698