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

Side by Side Diff: extensions/extensions.gypi

Issue 1132113008: Extract DeclarativeUserScriptManager from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'browser/content_verifier.h', 543 'browser/content_verifier.h',
544 'browser/content_verifier_delegate.h', 544 'browser/content_verifier_delegate.h',
545 'browser/content_verifier_io_data.cc', 545 'browser/content_verifier_io_data.cc',
546 'browser/content_verifier_io_data.h', 546 'browser/content_verifier_io_data.h',
547 'browser/content_verify_job.cc', 547 'browser/content_verify_job.cc',
548 'browser/content_verify_job.h', 548 'browser/content_verify_job.h',
549 'browser/crx_file_info.cc', 549 'browser/crx_file_info.cc',
550 'browser/crx_file_info.h', 550 'browser/crx_file_info.h',
551 'browser/declarative_user_script_manager.cc', 551 'browser/declarative_user_script_manager.cc',
552 'browser/declarative_user_script_manager.h', 552 'browser/declarative_user_script_manager.h',
553 'browser/declarative_user_script_manager_factory.cc',
554 'browser/declarative_user_script_manager_factory.h',
553 'browser/declarative_user_script_master.cc', 555 'browser/declarative_user_script_master.cc',
554 'browser/declarative_user_script_master.h', 556 'browser/declarative_user_script_master.h',
555 'browser/deferred_start_render_host.h', 557 'browser/deferred_start_render_host.h',
556 'browser/deferred_start_render_host_observer.h', 558 'browser/deferred_start_render_host_observer.h',
557 'browser/error_map.cc', 559 'browser/error_map.cc',
558 'browser/error_map.h', 560 'browser/error_map.h',
559 'browser/event_listener_map.cc', 561 'browser/event_listener_map.cc',
560 'browser/event_listener_map.h', 562 'browser/event_listener_map.h',
561 'browser/event_page_tracker.h', 563 'browser/event_page_tracker.h',
562 'browser/event_router.cc', 564 'browser/event_router.cc',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 'test/result_catcher.h', 1036 'test/result_catcher.h',
1035 'test/test_content_utility_client.cc', 1037 'test/test_content_utility_client.cc',
1036 'test/test_content_utility_client.h', 1038 'test/test_content_utility_client.h',
1037 'test/test_extensions_client.cc', 1039 'test/test_extensions_client.cc',
1038 'test/test_extensions_client.h', 1040 'test/test_extensions_client.h',
1039 'test/test_permission_message_provider.cc', 1041 'test/test_permission_message_provider.cc',
1040 'test/test_permission_message_provider.h', 1042 'test/test_permission_message_provider.h',
1041 ], 1043 ],
1042 }, 1044 },
1043 } 1045 }
OLDNEW
« no previous file with comments | « extensions/browser/mock_extension_system.cc ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698