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

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: Modified for thread safety 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_font_settings_api.cc', 244 'browser/extensions/extension_font_settings_api.cc',
245 'browser/extensions/extension_font_settings_api.h', 245 'browser/extensions/extension_font_settings_api.h',
246 'browser/extensions/extension_function.cc', 246 'browser/extensions/extension_function.cc',
247 'browser/extensions/extension_function.h', 247 'browser/extensions/extension_function.h',
248 'browser/extensions/extension_function_dispatcher.cc', 248 'browser/extensions/extension_function_dispatcher.cc',
249 'browser/extensions/extension_function_dispatcher.h', 249 'browser/extensions/extension_function_dispatcher.h',
250 'browser/extensions/extension_function_registry.cc', 250 'browser/extensions/extension_function_registry.cc',
251 'browser/extensions/extension_function_registry.h', 251 'browser/extensions/extension_function_registry.h',
252 'browser/extensions/extension_garbage_collector.cc',
253 'browser/extensions/extension_garbage_collector.h',
252 'browser/extensions/extension_global_error.cc', 254 'browser/extensions/extension_global_error.cc',
253 'browser/extensions/extension_global_error.h', 255 'browser/extensions/extension_global_error.h',
254 'browser/extensions/extension_global_error_badge.cc', 256 'browser/extensions/extension_global_error_badge.cc',
255 'browser/extensions/extension_global_error_badge.h', 257 'browser/extensions/extension_global_error_badge.h',
256 'browser/extensions/extension_host.cc', 258 'browser/extensions/extension_host.cc',
257 'browser/extensions/extension_host.h', 259 'browser/extensions/extension_host.h',
258 'browser/extensions/extension_host_mac.h', 260 'browser/extensions/extension_host_mac.h',
259 'browser/extensions/extension_host_mac.mm', 261 'browser/extensions/extension_host_mac.mm',
260 'browser/extensions/extension_i18n_api.cc', 262 'browser/extensions/extension_i18n_api.cc',
261 'browser/extensions/extension_i18n_api.h', 263 'browser/extensions/extension_i18n_api.h',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 }], 590 }],
589 ], 591 ],
590 }], 592 }],
591 ], 593 ],
592 }], 594 }],
593 ], 595 ],
594 }, 596 },
595 ], 597 ],
596 } 598 }
597 599
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698