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

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: Pulled garbage collection into its own class. 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'browser/extensions/extension_event_router_forwarder.cc', 233 'browser/extensions/extension_event_router_forwarder.cc',
234 'browser/extensions/extension_event_router_forwarder.h', 234 'browser/extensions/extension_event_router_forwarder.h',
235 'browser/extensions/extension_font_settings_api.cc', 235 'browser/extensions/extension_font_settings_api.cc',
236 'browser/extensions/extension_font_settings_api.h', 236 'browser/extensions/extension_font_settings_api.h',
237 'browser/extensions/extension_function.cc', 237 'browser/extensions/extension_function.cc',
238 'browser/extensions/extension_function.h', 238 'browser/extensions/extension_function.h',
239 'browser/extensions/extension_function_dispatcher.cc', 239 'browser/extensions/extension_function_dispatcher.cc',
240 'browser/extensions/extension_function_dispatcher.h', 240 'browser/extensions/extension_function_dispatcher.h',
241 'browser/extensions/extension_function_registry.cc', 241 'browser/extensions/extension_function_registry.cc',
242 'browser/extensions/extension_function_registry.h', 242 'browser/extensions/extension_function_registry.h',
243 'browser/extensions/extension_garbage_collector.cc',
244 'browser/extensions/extension_garbage_collector.h',
243 'browser/extensions/extension_global_error.cc', 245 'browser/extensions/extension_global_error.cc',
244 'browser/extensions/extension_global_error.h', 246 'browser/extensions/extension_global_error.h',
245 'browser/extensions/extension_global_error_badge.cc', 247 'browser/extensions/extension_global_error_badge.cc',
246 'browser/extensions/extension_global_error_badge.h', 248 'browser/extensions/extension_global_error_badge.h',
247 'browser/extensions/extension_host.cc', 249 'browser/extensions/extension_host.cc',
248 'browser/extensions/extension_host.h', 250 'browser/extensions/extension_host.h',
249 'browser/extensions/extension_host_mac.h', 251 'browser/extensions/extension_host_mac.h',
250 'browser/extensions/extension_host_mac.mm', 252 'browser/extensions/extension_host_mac.mm',
251 'browser/extensions/extension_i18n_api.cc', 253 'browser/extensions/extension_i18n_api.cc',
252 'browser/extensions/extension_i18n_api.h', 254 'browser/extensions/extension_i18n_api.h',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 }], 580 }],
579 ], 581 ],
580 }], 582 }],
581 ], 583 ],
582 }], 584 }],
583 ], 585 ],
584 }, 586 },
585 ], 587 ],
586 } 588 }
587 589
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698