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

Side by Side Diff: chrome/chrome.gyp

Issue 165414: Disable an extension when it is upgraded to a version that requires more (Closed)
Patch Set: more comments Created 11 years, 4 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
« no previous file with comments | « chrome/browser/resources/extensions_ui.html ('k') | chrome/common/extensions/extension.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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 'browser/encoding_menu_controller.cc', 994 'browser/encoding_menu_controller.cc',
995 'browser/encoding_menu_controller.h', 995 'browser/encoding_menu_controller.h',
996 'browser/extensions/crx_installer.cc', 996 'browser/extensions/crx_installer.cc',
997 'browser/extensions/crx_installer.h', 997 'browser/extensions/crx_installer.h',
998 'browser/extensions/extension_bookmarks_module.cc', 998 'browser/extensions/extension_bookmarks_module.cc',
999 'browser/extensions/extension_bookmarks_module.h', 999 'browser/extensions/extension_bookmarks_module.h',
1000 'browser/extensions/extension_bookmarks_module_constants.cc', 1000 'browser/extensions/extension_bookmarks_module_constants.cc',
1001 'browser/extensions/extension_bookmarks_module_constants.h', 1001 'browser/extensions/extension_bookmarks_module_constants.h',
1002 'browser/extensions/extension_creator.cc', 1002 'browser/extensions/extension_creator.cc',
1003 'browser/extensions/extension_creator.h', 1003 'browser/extensions/extension_creator.h',
1004 'browser/extensions/extension_disabled_infobar_delegate.cc',
1005 'browser/extensions/extension_disabled_infobar_delegate.h',
1004 'browser/extensions/extension_dom_ui.cc', 1006 'browser/extensions/extension_dom_ui.cc',
1005 'browser/extensions/extension_dom_ui.h', 1007 'browser/extensions/extension_dom_ui.h',
1006 'browser/extensions/extension_event_names.cc', 1008 'browser/extensions/extension_event_names.cc',
1007 'browser/extensions/extension_event_names.h', 1009 'browser/extensions/extension_event_names.h',
1008 'browser/extensions/extension_file_util.cc', 1010 'browser/extensions/extension_file_util.cc',
1009 'browser/extensions/extension_file_util.h', 1011 'browser/extensions/extension_file_util.h',
1010 'browser/extensions/extension_function.cc', 1012 'browser/extensions/extension_function.cc',
1011 'browser/extensions/extension_function.h', 1013 'browser/extensions/extension_function.h',
1012 'browser/extensions/extension_function_dispatcher.cc', 1014 'browser/extensions/extension_function_dispatcher.cc',
1013 'browser/extensions/extension_function_dispatcher.h', 1015 'browser/extensions/extension_function_dispatcher.h',
(...skipping 4469 matching lines...) Expand 10 before | Expand all | Expand 10 after
5483 # Use outputs of this action as inputs for the main target build. 5485 # Use outputs of this action as inputs for the main target build.
5484 # Seems as a misnomer but makes this happy on Linux (scons). 5486 # Seems as a misnomer but makes this happy on Linux (scons).
5485 'process_outputs_as_sources': 1, 5487 'process_outputs_as_sources': 1,
5486 }, 5488 },
5487 ], # 'actions' 5489 ], # 'actions'
5488 }, 5490 },
5489 ] 5491 ]
5490 }], 5492 }],
5491 ], # 'conditions' 5493 ], # 'conditions'
5492 } 5494 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions_ui.html ('k') | chrome/common/extensions/extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698