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

Side by Side Diff: extensions/extensions.gyp

Issue 195943018: Move extensions BCKS factory creation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move stuff back out of PreProfileInit (because TestingProfile) Created 6 years, 9 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'browser/api/storage/storage_api.cc', 215 'browser/api/storage/storage_api.cc',
216 'browser/api/storage/storage_api.h', 216 'browser/api/storage/storage_api.h',
217 'browser/api/storage/value_store_cache.cc', 217 'browser/api/storage/value_store_cache.cc',
218 'browser/api/storage/value_store_cache.h', 218 'browser/api/storage/value_store_cache.h',
219 'browser/api/storage/weak_unlimited_settings_storage.cc', 219 'browser/api/storage/weak_unlimited_settings_storage.cc',
220 'browser/api/storage/weak_unlimited_settings_storage.h', 220 'browser/api/storage/weak_unlimited_settings_storage.h',
221 'browser/api_activity_monitor.h', 221 'browser/api_activity_monitor.h',
222 'browser/app_sorting.h', 222 'browser/app_sorting.h',
223 'browser/blacklist_state.h', 223 'browser/blacklist_state.h',
224 'browser/browser_context_keyed_api_factory.h', 224 'browser/browser_context_keyed_api_factory.h',
225 'browser/context_keyed_service_factories.cc',
226 'browser/context_keyed_service_factories.h',
225 'browser/error_map.cc', 227 'browser/error_map.cc',
226 'browser/error_map.h', 228 'browser/error_map.h',
227 'browser/event_listener_map.cc', 229 'browser/event_listener_map.cc',
228 'browser/event_listener_map.h', 230 'browser/event_listener_map.h',
229 'browser/event_router.cc', 231 'browser/event_router.cc',
230 'browser/event_router.h', 232 'browser/event_router.h',
231 'browser/extension_error.cc', 233 'browser/extension_error.cc',
232 'browser/extension_error.h', 234 'browser/extension_error.h',
233 'browser/extension_function.cc', 235 'browser/extension_function.cc',
234 'browser/extension_function.h', 236 'browser/extension_function.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'common/test_util.cc', 327 'common/test_util.cc',
326 'common/test_util.h', 328 'common/test_util.h',
327 'common/value_builder.cc', 329 'common/value_builder.cc',
328 'common/value_builder.h', 330 'common/value_builder.h',
329 ], 331 ],
330 # Disable c4267 warnings until we fix size_t to int truncations. 332 # Disable c4267 warnings until we fix size_t to int truncations.
331 'msvs_disabled_warnings': [ 4267, ], 333 'msvs_disabled_warnings': [ 4267, ],
332 }, 334 },
333 ] 335 ]
334 } 336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698