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

Side by Side Diff: extensions/extensions.gypi

Issue 933423003: Make BackgroundContentsService start up BackgroundContents with a delay, as for ExtensionHosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: edulcni# Created 5 years, 10 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'browser/content_hash_tree.h', 533 'browser/content_hash_tree.h',
534 'browser/content_verifier.cc', 534 'browser/content_verifier.cc',
535 'browser/content_verifier.h', 535 'browser/content_verifier.h',
536 'browser/content_verifier_delegate.h', 536 'browser/content_verifier_delegate.h',
537 'browser/content_verifier_io_data.cc', 537 'browser/content_verifier_io_data.cc',
538 'browser/content_verifier_io_data.h', 538 'browser/content_verifier_io_data.h',
539 'browser/content_verify_job.cc', 539 'browser/content_verify_job.cc',
540 'browser/content_verify_job.h', 540 'browser/content_verify_job.h',
541 'browser/crx_file_info.cc', 541 'browser/crx_file_info.cc',
542 'browser/crx_file_info.h', 542 'browser/crx_file_info.h',
543 'browser/deferred_start_render_host.h',
543 'browser/error_map.cc', 544 'browser/error_map.cc',
544 'browser/error_map.h', 545 'browser/error_map.h',
545 'browser/event_listener_map.cc', 546 'browser/event_listener_map.cc',
546 'browser/event_listener_map.h', 547 'browser/event_listener_map.h',
547 'browser/event_router.cc', 548 'browser/event_router.cc',
548 'browser/event_router.h', 549 'browser/event_router.h',
549 'browser/extension_error.cc', 550 'browser/extension_error.cc',
550 'browser/extension_error.h', 551 'browser/extension_error.h',
551 'browser/extension_function.cc', 552 'browser/extension_function.cc',
552 'browser/extension_function.h', 553 'browser/extension_function.h',
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'test/result_catcher.h', 1006 'test/result_catcher.h',
1006 'test/test_content_utility_client.cc', 1007 'test/test_content_utility_client.cc',
1007 'test/test_content_utility_client.h', 1008 'test/test_content_utility_client.h',
1008 'test/test_extensions_client.cc', 1009 'test/test_extensions_client.cc',
1009 'test/test_extensions_client.h', 1010 'test/test_extensions_client.h',
1010 'test/test_permission_message_provider.cc', 1011 'test/test_permission_message_provider.cc',
1011 'test/test_permission_message_provider.h', 1012 'test/test_permission_message_provider.h',
1012 ], 1013 ],
1013 }, 1014 },
1014 } 1015 }
OLDNEW
« no previous file with comments | « extensions/browser/serial_extension_host_queue.cc ('k') | extensions/shell/browser/shell_extension_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698