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

Side by Side Diff: chrome/chrome_browser_extensions.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.gypi ('k') | chrome/chrome_browser_ui.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 }], 989 }],
990 ], 990 ],
991 }], 991 }],
992 ['OS=="android"', { 992 ['OS=="android"', {
993 'sources': [ 993 'sources': [
994 'browser/extensions/extension_error_ui_android.cc', 994 'browser/extensions/extension_error_ui_android.cc',
995 'browser/extensions/extension_error_ui_android.h', 995 'browser/extensions/extension_error_ui_android.h',
996 'browser/extensions/extension_tab_util_android.cc', 996 'browser/extensions/extension_tab_util_android.cc',
997 ], 997 ],
998 'sources!': [ 998 'sources!': [
999 'browser/apps/shortcut_manager.cc',
1000 'browser/apps/shortcut_manager_factory.cc',
1001 'browser/extensions/api/declarative/rules_registry_with_cache.cc',
1002 'browser/extensions/api/processes/processes_api_constants.cc',
1003 'browser/extensions/api/web_navigation/frame_navigation_state.cc',
1004 'browser/extensions/api/web_navigation/web_navigation_api.cc',
1005 'browser/extensions/api/web_navigation/web_navigation_api_constants. cc',
1006 'browser/extensions/app_icon_loader_impl.cc',
1007 'browser/extensions/browser_extension_window_controller.cc',
1008 'browser/extensions/context_menu_matcher.cc',
1009 'browser/extensions/extension_context_menu_model.cc',
999 'browser/extensions/extension_error_ui_default.cc', 1010 'browser/extensions/extension_error_ui_default.cc',
1000 'browser/extensions/extension_error_ui_default.h', 1011 'browser/extensions/extension_error_ui_default.h',
1012 'browser/extensions/extension_function_util.cc',
1013 'browser/extensions/extension_infobar_delegate.cc',
1014 'browser/extensions/extension_install_ui.cc',
1001 'browser/extensions/extension_tab_util.cc', 1015 'browser/extensions/extension_tab_util.cc',
1016 'browser/extensions/extension_uninstall_dialog.cc',
1017 'browser/extensions/theme_installed_infobar_delegate.cc',
1018 'browser/extensions/webstore_startup_installer.cc',
1019 'browser/extensions/window_controller.cc',
1020 'browser/extensions/window_controller_list.cc',
1002 ], 1021 ],
1003 }], 1022 }],
1004 ['chrome_multiple_dll!=1', { 1023 ['chrome_multiple_dll!=1', {
1005 'dependencies': [ 1024 'dependencies': [
1006 '../webkit/support/webkit_support.gyp:glue', 1025 '../webkit/support/webkit_support.gyp:glue',
1007 ], 1026 ],
1008 }], 1027 }],
1009 ], 1028 ],
1010 }, 1029 },
1011 ], 1030 ],
1012 'conditions': [ 1031 'conditions': [
1013 ['chromeos==1', { 1032 ['chromeos==1', {
1014 'targets': [ 1033 'targets': [
1015 { 1034 {
1016 # Protobuf compiler / generator for contacts-related protocol buffers. 1035 # Protobuf compiler / generator for contacts-related protocol buffers.
1017 'target_name': 'contacts_proto', 1036 'target_name': 'contacts_proto',
1018 'type': 'static_library', 1037 'type': 'static_library',
1019 'sources': [ 'browser/chromeos/contacts/contact.proto' ], 1038 'sources': [ 'browser/chromeos/contacts/contact.proto' ],
1020 'variables': { 1039 'variables': {
1021 'proto_in_dir': 'browser/chromeos/contacts', 1040 'proto_in_dir': 'browser/chromeos/contacts',
1022 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1041 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1023 }, 1042 },
1024 'includes': [ '../build/protoc.gypi' ] 1043 'includes': [ '../build/protoc.gypi' ]
1025 }, 1044 },
1026 ], 1045 ],
1027 },], # 'chromeos=1' 1046 },], # 'chromeos=1'
1028 ], # 'conditions' 1047 ], # 'conditions'
1029 } 1048 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698