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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10541126: Cleaning Up Extensions When Local Content Removed (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master merge Created 8 years, 6 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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_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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'browser/extensions/extension_event_router_forwarder.cc', 277 'browser/extensions/extension_event_router_forwarder.cc',
278 'browser/extensions/extension_event_router_forwarder.h', 278 'browser/extensions/extension_event_router_forwarder.h',
279 'browser/extensions/extension_function.cc', 279 'browser/extensions/extension_function.cc',
280 'browser/extensions/extension_function.h', 280 'browser/extensions/extension_function.h',
281 'browser/extensions/extension_function_dispatcher.cc', 281 'browser/extensions/extension_function_dispatcher.cc',
282 'browser/extensions/extension_function_dispatcher.h', 282 'browser/extensions/extension_function_dispatcher.h',
283 'browser/extensions/extension_function_registry.cc', 283 'browser/extensions/extension_function_registry.cc',
284 'browser/extensions/extension_function_registry.h', 284 'browser/extensions/extension_function_registry.h',
285 'browser/extensions/extension_function_util.cc', 285 'browser/extensions/extension_function_util.cc',
286 'browser/extensions/extension_function_util.h', 286 'browser/extensions/extension_function_util.h',
287 'browser/extensions/extension_garbage_collector.cc',
288 'browser/extensions/extension_garbage_collector.h',
287 'browser/extensions/extension_global_error.cc', 289 'browser/extensions/extension_global_error.cc',
288 'browser/extensions/extension_global_error.h', 290 'browser/extensions/extension_global_error.h',
289 'browser/extensions/extension_global_error_badge.cc', 291 'browser/extensions/extension_global_error_badge.cc',
290 'browser/extensions/extension_global_error_badge.h', 292 'browser/extensions/extension_global_error_badge.h',
291 'browser/extensions/extension_host.cc', 293 'browser/extensions/extension_host.cc',
292 'browser/extensions/extension_host.h', 294 'browser/extensions/extension_host.h',
293 'browser/extensions/extension_host_mac.h', 295 'browser/extensions/extension_host_mac.h',
294 'browser/extensions/extension_host_mac.mm', 296 'browser/extensions/extension_host_mac.mm',
295 'browser/extensions/extension_icon_manager.cc', 297 'browser/extensions/extension_icon_manager.cc',
296 'browser/extensions/extension_icon_manager.h', 298 'browser/extensions/extension_icon_manager.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'browser/extensions/api/usb/usb_api.h', 683 'browser/extensions/api/usb/usb_api.h',
682 'browser/extensions/api/usb/usb_device_resource.cc', 684 'browser/extensions/api/usb/usb_device_resource.cc',
683 'browser/extensions/api/usb/usb_device_resource.h', 685 'browser/extensions/api/usb/usb_device_resource.h',
684 ], 686 ],
685 }], 687 }],
686 ], 688 ],
687 }, 689 },
688 ], 690 ],
689 } 691 }
690 692
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/sync_extension_helper.cc ('k') | chrome/common/extensions/extension_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698