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

Side by Side Diff: extensions/extensions.gypi

Issue 955473002: Move DeclarativeUserScriptManager/Master and UserScriptLoader to //extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « extensions/browser/user_script_loader.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/declarative_user_script_manager.cc',
544 'browser/declarative_user_script_manager.h',
545 'browser/declarative_user_script_master.cc',
546 'browser/declarative_user_script_master.h',
547 'browser/extension_user_script_loader.cc',
548 'browser/extension_user_script_loader.h',
543 'browser/deferred_start_render_host.h', 549 'browser/deferred_start_render_host.h',
544 'browser/error_map.cc', 550 'browser/error_map.cc',
545 'browser/error_map.h', 551 'browser/error_map.h',
546 'browser/event_listener_map.cc', 552 'browser/event_listener_map.cc',
547 'browser/event_listener_map.h', 553 'browser/event_listener_map.h',
548 'browser/event_router.cc', 554 'browser/event_router.cc',
549 'browser/event_router.h', 555 'browser/event_router.h',
550 'browser/extension_error.cc', 556 'browser/extension_error.cc',
551 'browser/extension_error.h', 557 'browser/extension_error.h',
552 'browser/extension_function.cc', 558 'browser/extension_function.cc',
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'browser/updater/request_queue.h', 734 'browser/updater/request_queue.h',
729 'browser/updater/request_queue_impl.h', 735 'browser/updater/request_queue_impl.h',
730 'browser/updater/safe_manifest_parser.cc', 736 'browser/updater/safe_manifest_parser.cc',
731 'browser/updater/safe_manifest_parser.h', 737 'browser/updater/safe_manifest_parser.h',
732 'browser/updater/update_service.cc', 738 'browser/updater/update_service.cc',
733 'browser/updater/update_service.h', 739 'browser/updater/update_service.h',
734 'browser/updater/update_service_factory.cc', 740 'browser/updater/update_service_factory.cc',
735 'browser/updater/update_service_factory.h', 741 'browser/updater/update_service_factory.h',
736 'browser/url_request_util.cc', 742 'browser/url_request_util.cc',
737 'browser/url_request_util.h', 743 'browser/url_request_util.h',
744 'browser/user_script_loader.cc',
745 'browser/user_script_loader.h',
738 'browser/value_store/leveldb_value_store.cc', 746 'browser/value_store/leveldb_value_store.cc',
739 'browser/value_store/leveldb_value_store.h', 747 'browser/value_store/leveldb_value_store.h',
740 'browser/value_store/testing_value_store.cc', 748 'browser/value_store/testing_value_store.cc',
741 'browser/value_store/testing_value_store.h', 749 'browser/value_store/testing_value_store.h',
742 'browser/value_store/value_store.cc', 750 'browser/value_store/value_store.cc',
743 'browser/value_store/value_store.h', 751 'browser/value_store/value_store.h',
744 'browser/value_store/value_store_change.cc', 752 'browser/value_store/value_store_change.cc',
745 'browser/value_store/value_store_change.h', 753 'browser/value_store/value_store_change.h',
746 'browser/value_store/value_store_frontend.cc', 754 'browser/value_store/value_store_frontend.cc',
747 'browser/value_store/value_store_frontend.h', 755 'browser/value_store/value_store_frontend.h',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'test/result_catcher.h', 1014 'test/result_catcher.h',
1007 'test/test_content_utility_client.cc', 1015 'test/test_content_utility_client.cc',
1008 'test/test_content_utility_client.h', 1016 'test/test_content_utility_client.h',
1009 'test/test_extensions_client.cc', 1017 'test/test_extensions_client.cc',
1010 'test/test_extensions_client.h', 1018 'test/test_extensions_client.h',
1011 'test/test_permission_message_provider.cc', 1019 'test/test_permission_message_provider.cc',
1012 'test/test_permission_message_provider.h', 1020 'test/test_permission_message_provider.h',
1013 ], 1021 ],
1014 }, 1022 },
1015 } 1023 }
OLDNEW
« no previous file with comments | « extensions/browser/user_script_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698