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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 159723009: Exclude extension settings strings for platforms that don't have extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 3058 matching lines...) Expand 10 before | Expand all | Expand 10 after
3069 'browser/ui/sync/browser_synced_window_delegate.cc', 3069 'browser/ui/sync/browser_synced_window_delegate.cc',
3070 'browser/ui/tab_contents/tab_contents_iterator.cc', 3070 'browser/ui/tab_contents/tab_contents_iterator.cc',
3071 'browser/ui/uma_browsing_activity_observer.cc', 3071 'browser/ui/uma_browsing_activity_observer.cc',
3072 'browser/ui/uma_browsing_activity_observer.h', 3072 'browser/ui/uma_browsing_activity_observer.h',
3073 'browser/ui/webui/bookmarks_ui.cc', 3073 'browser/ui/webui/bookmarks_ui.cc',
3074 'browser/ui/webui/bookmarks_ui.h', 3074 'browser/ui/webui/bookmarks_ui.h',
3075 'browser/ui/webui/certificate_viewer_webui.cc', 3075 'browser/ui/webui/certificate_viewer_webui.cc',
3076 'browser/ui/webui/extensions/command_handler.cc', 3076 'browser/ui/webui/extensions/command_handler.cc',
3077 'browser/ui/webui/extensions/extension_settings_handler.cc', 3077 'browser/ui/webui/extensions/extension_settings_handler.cc',
3078 'browser/ui/webui/extensions/extension_settings_handler.h', 3078 'browser/ui/webui/extensions/extension_settings_handler.h',
3079 'browser/ui/webui/extensions/extension_error_handler.cc',
3080 'browser/ui/webui/extensions/extension_error_handler.h',
3079 'browser/ui/webui/extensions/extensions_ui.cc', 3081 'browser/ui/webui/extensions/extensions_ui.cc',
3080 'browser/ui/webui/extensions/install_extension_handler.cc', 3082 'browser/ui/webui/extensions/install_extension_handler.cc',
3081 'browser/ui/webui/identity_internals_ui.cc', 3083 'browser/ui/webui/identity_internals_ui.cc',
3082 'browser/ui/webui/identity_internals_ui.h', 3084 'browser/ui/webui/identity_internals_ui.h',
3083 'browser/ui/webui/inspect_ui.cc', 3085 'browser/ui/webui/inspect_ui.cc',
3084 'browser/ui/webui/inspect_ui.h', 3086 'browser/ui/webui/inspect_ui.h',
3085 'browser/ui/webui/ntp/app_launcher_handler.cc', 3087 'browser/ui/webui/ntp/app_launcher_handler.cc',
3086 'browser/ui/webui/ntp/app_launcher_handler.h', 3088 'browser/ui/webui/ntp/app_launcher_handler.h',
3087 'browser/ui/webui/ntp/new_tab_page_handler.cc', 3089 'browser/ui/webui/ntp/new_tab_page_handler.cc',
3088 'browser/ui/webui/ntp/new_tab_page_handler.h', 3090 'browser/ui/webui/ntp/new_tab_page_handler.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
3400 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3402 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3401 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3403 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3402 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3404 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3403 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3405 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3404 ], 3406 ],
3405 }], 3407 }],
3406 ], 3408 ],
3407 }, 3409 },
3408 ], 3410 ],
3409 } 3411 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698