Chromium Code Reviews

Side by Side Diff: chrome/chrome.gyp

Issue 173314: Fix "crashed extension" infobar browser crashes. (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « chrome/browser/views/extensions/extension_view.cc ('k') | chrome/common/notification_type.h » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1024 matching lines...)
1035 'browser/download/save_file.h', 1035 'browser/download/save_file.h',
1036 'browser/download/save_file_manager.cc', 1036 'browser/download/save_file_manager.cc',
1037 'browser/download/save_file_manager.h', 1037 'browser/download/save_file_manager.h',
1038 'browser/download/save_item.cc', 1038 'browser/download/save_item.cc',
1039 'browser/download/save_item.h', 1039 'browser/download/save_item.h',
1040 'browser/download/save_package.cc', 1040 'browser/download/save_package.cc',
1041 'browser/download/save_package.h', 1041 'browser/download/save_package.h',
1042 'browser/download/save_types.h', 1042 'browser/download/save_types.h',
1043 'browser/encoding_menu_controller.cc', 1043 'browser/encoding_menu_controller.cc',
1044 'browser/encoding_menu_controller.h', 1044 'browser/encoding_menu_controller.h',
1045 'browser/extensions/crashed_extension_infobar.cc',
1046 'browser/extensions/crashed_extension_infobar.h',
1045 'browser/extensions/crx_installer.cc', 1047 'browser/extensions/crx_installer.cc',
1046 'browser/extensions/crx_installer.h', 1048 'browser/extensions/crx_installer.h',
1047 'browser/extensions/extension_bookmarks_module.cc', 1049 'browser/extensions/extension_bookmarks_module.cc',
1048 'browser/extensions/extension_bookmarks_module.h', 1050 'browser/extensions/extension_bookmarks_module.h',
1049 'browser/extensions/extension_bookmarks_module_constants.cc', 1051 'browser/extensions/extension_bookmarks_module_constants.cc',
1050 'browser/extensions/extension_bookmarks_module_constants.h', 1052 'browser/extensions/extension_bookmarks_module_constants.h',
1051 'browser/extensions/extension_creator.cc', 1053 'browser/extensions/extension_creator.cc',
1052 'browser/extensions/extension_creator.h', 1054 'browser/extensions/extension_creator.h',
1053 'browser/extensions/extension_disabled_infobar_delegate.cc', 1055 'browser/extensions/extension_disabled_infobar_delegate.cc',
1054 'browser/extensions/extension_disabled_infobar_delegate.h', 1056 'browser/extensions/extension_disabled_infobar_delegate.h',
(...skipping 4777 matching lines...)
5832 # Use outputs of this action as inputs for the main target build. 5834 # Use outputs of this action as inputs for the main target build.
5833 # Seems as a misnomer but makes this happy on Linux (scons). 5835 # Seems as a misnomer but makes this happy on Linux (scons).
5834 'process_outputs_as_sources': 1, 5836 'process_outputs_as_sources': 1,
5835 }, 5837 },
5836 ], # 'actions' 5838 ], # 'actions'
5837 }, 5839 },
5838 ] 5840 ]
5839 }], 5841 }],
5840 ], # 'conditions' 5842 ], # 'conditions'
5841 } 5843 }
OLDNEW
« no previous file with comments | « chrome/browser/views/extensions/extension_view.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine