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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10579028: Revert 142427 - Cleaning Up Extensions When Local Content Removed (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: 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 | Annotate | Revision Log
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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'browser/extensions/extension_event_router_forwarder.cc', 280 'browser/extensions/extension_event_router_forwarder.cc',
281 'browser/extensions/extension_event_router_forwarder.h', 281 'browser/extensions/extension_event_router_forwarder.h',
282 'browser/extensions/extension_function.cc', 282 'browser/extensions/extension_function.cc',
283 'browser/extensions/extension_function.h', 283 'browser/extensions/extension_function.h',
284 'browser/extensions/extension_function_dispatcher.cc', 284 'browser/extensions/extension_function_dispatcher.cc',
285 'browser/extensions/extension_function_dispatcher.h', 285 'browser/extensions/extension_function_dispatcher.h',
286 'browser/extensions/extension_function_registry.cc', 286 'browser/extensions/extension_function_registry.cc',
287 'browser/extensions/extension_function_registry.h', 287 'browser/extensions/extension_function_registry.h',
288 'browser/extensions/extension_function_util.cc', 288 'browser/extensions/extension_function_util.cc',
289 'browser/extensions/extension_function_util.h', 289 'browser/extensions/extension_function_util.h',
290 'browser/extensions/extension_garbage_collector.cc',
291 'browser/extensions/extension_garbage_collector.h',
292 'browser/extensions/extension_global_error.cc', 290 'browser/extensions/extension_global_error.cc',
293 'browser/extensions/extension_global_error.h', 291 'browser/extensions/extension_global_error.h',
294 'browser/extensions/extension_global_error_badge.cc', 292 'browser/extensions/extension_global_error_badge.cc',
295 'browser/extensions/extension_global_error_badge.h', 293 'browser/extensions/extension_global_error_badge.h',
296 'browser/extensions/extension_host.cc', 294 'browser/extensions/extension_host.cc',
297 'browser/extensions/extension_host.h', 295 'browser/extensions/extension_host.h',
298 'browser/extensions/extension_host_mac.h', 296 'browser/extensions/extension_host_mac.h',
299 'browser/extensions/extension_host_mac.mm', 297 'browser/extensions/extension_host_mac.mm',
300 'browser/extensions/extension_icon_manager.cc', 298 'browser/extensions/extension_icon_manager.cc',
301 'browser/extensions/extension_icon_manager.h', 299 'browser/extensions/extension_icon_manager.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'browser/extensions/api/usb/usb_api.h', 684 'browser/extensions/api/usb/usb_api.h',
687 'browser/extensions/api/usb/usb_device_resource.cc', 685 'browser/extensions/api/usb/usb_device_resource.cc',
688 'browser/extensions/api/usb/usb_device_resource.h', 686 'browser/extensions/api/usb/usb_device_resource.h',
689 ], 687 ],
690 }], 688 }],
691 ], 689 ],
692 }, 690 },
693 ], 691 ],
694 } 692 }
695 693
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