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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 9817018: Cleaning Up Extensions When Local Content Removed (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated with newest master Created 8 years, 8 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'browser/extensions/extension_event_router.cc', 240 'browser/extensions/extension_event_router.cc',
241 'browser/extensions/extension_event_router.h', 241 'browser/extensions/extension_event_router.h',
242 'browser/extensions/extension_event_router_forwarder.cc', 242 'browser/extensions/extension_event_router_forwarder.cc',
243 'browser/extensions/extension_event_router_forwarder.h', 243 'browser/extensions/extension_event_router_forwarder.h',
244 'browser/extensions/extension_function.cc', 244 'browser/extensions/extension_function.cc',
245 'browser/extensions/extension_function.h', 245 'browser/extensions/extension_function.h',
246 'browser/extensions/extension_function_dispatcher.cc', 246 'browser/extensions/extension_function_dispatcher.cc',
247 'browser/extensions/extension_function_dispatcher.h', 247 'browser/extensions/extension_function_dispatcher.h',
248 'browser/extensions/extension_function_registry.cc', 248 'browser/extensions/extension_function_registry.cc',
249 'browser/extensions/extension_function_registry.h', 249 'browser/extensions/extension_function_registry.h',
250 'browser/extensions/extension_garbage_collector.cc',
251 'browser/extensions/extension_garbage_collector.h',
250 'browser/extensions/extension_global_error.cc', 252 'browser/extensions/extension_global_error.cc',
251 'browser/extensions/extension_global_error.h', 253 'browser/extensions/extension_global_error.h',
252 'browser/extensions/extension_global_error_badge.cc', 254 'browser/extensions/extension_global_error_badge.cc',
253 'browser/extensions/extension_global_error_badge.h', 255 'browser/extensions/extension_global_error_badge.h',
254 'browser/extensions/extension_host.cc', 256 'browser/extensions/extension_host.cc',
255 'browser/extensions/extension_host.h', 257 'browser/extensions/extension_host.h',
256 'browser/extensions/extension_host_mac.h', 258 'browser/extensions/extension_host_mac.h',
257 'browser/extensions/extension_host_mac.mm', 259 'browser/extensions/extension_host_mac.mm',
258 'browser/extensions/extension_icon_manager.cc', 260 'browser/extensions/extension_icon_manager.cc',
259 'browser/extensions/extension_icon_manager.h', 261 'browser/extensions/extension_icon_manager.h',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 }], 641 }],
640 ], 642 ],
641 }], 643 }],
642 ], 644 ],
643 }], 645 }],
644 ], 646 ],
645 }, 647 },
646 ], 648 ],
647 } 649 }
648 650
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/common/extensions/extension_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698