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

Side by Side Diff: chrome/chrome.gyp

Issue 160311: Pull CrxInstaller out of ExtensionsService. (Closed)
Patch Set: Fix leak of SandboxedExtensionUnpacker 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/extensions/sandboxed_extension_unpacker.cc ('k') | no next file » | 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 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'browser/download/save_file.h', 923 'browser/download/save_file.h',
924 'browser/download/save_file_manager.cc', 924 'browser/download/save_file_manager.cc',
925 'browser/download/save_file_manager.h', 925 'browser/download/save_file_manager.h',
926 'browser/download/save_item.cc', 926 'browser/download/save_item.cc',
927 'browser/download/save_item.h', 927 'browser/download/save_item.h',
928 'browser/download/save_package.cc', 928 'browser/download/save_package.cc',
929 'browser/download/save_package.h', 929 'browser/download/save_package.h',
930 'browser/download/save_types.h', 930 'browser/download/save_types.h',
931 'browser/encoding_menu_controller.cc', 931 'browser/encoding_menu_controller.cc',
932 'browser/encoding_menu_controller.h', 932 'browser/encoding_menu_controller.h',
933 'browser/extensions/crx_installer.cc',
934 'browser/extensions/crx_installer.h',
933 'browser/extensions/extension_bookmarks_module.cc', 935 'browser/extensions/extension_bookmarks_module.cc',
934 'browser/extensions/extension_bookmarks_module.h', 936 'browser/extensions/extension_bookmarks_module.h',
935 'browser/extensions/extension_bookmarks_module_constants.cc', 937 'browser/extensions/extension_bookmarks_module_constants.cc',
936 'browser/extensions/extension_bookmarks_module_constants.h', 938 'browser/extensions/extension_bookmarks_module_constants.h',
937 'browser/extensions/extension_creator.cc', 939 'browser/extensions/extension_creator.cc',
938 'browser/extensions/extension_creator.h', 940 'browser/extensions/extension_creator.h',
939 'browser/extensions/extension_dom_ui.cc', 941 'browser/extensions/extension_dom_ui.cc',
940 'browser/extensions/extension_dom_ui.h', 942 'browser/extensions/extension_dom_ui.h',
941 'browser/extensions/extension_event_names.cc', 943 'browser/extensions/extension_event_names.cc',
942 'browser/extensions/extension_event_names.h', 944 'browser/extensions/extension_event_names.h',
(...skipping 4197 matching lines...) Expand 10 before | Expand all | Expand 10 after
5140 # Use outputs of this action as inputs for the main target build. 5142 # Use outputs of this action as inputs for the main target build.
5141 # Seems as a misnomer but makes this happy on Linux (scons). 5143 # Seems as a misnomer but makes this happy on Linux (scons).
5142 'process_outputs_as_sources': 1, 5144 'process_outputs_as_sources': 1,
5143 }, 5145 },
5144 ], # 'actions' 5146 ], # 'actions'
5145 }, 5147 },
5146 ] 5148 ]
5147 }], 5149 }],
5148 ], # 'conditions' 5150 ], # 'conditions'
5149 } 5151 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/sandboxed_extension_unpacker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698