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

Side by Side Diff: extensions/extensions.gypi

Issue 934763003: Refactoring: de-couple Extensions from "script injection System" [render side]:3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@decouple_brower_isolated_world_routingid_user_script_1
Patch Set: Created 5 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
« no previous file with comments | « no previous file | extensions/renderer/dispatcher.cc » ('j') | 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 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 'renderer/user_script_set.cc', 965 'renderer/user_script_set.cc',
966 'renderer/user_script_set.h', 966 'renderer/user_script_set.h',
967 'renderer/user_script_set_manager.cc', 967 'renderer/user_script_set_manager.cc',
968 'renderer/user_script_set_manager.h', 968 'renderer/user_script_set_manager.h',
969 'renderer/utils_native_handler.cc', 969 'renderer/utils_native_handler.cc',
970 'renderer/utils_native_handler.h', 970 'renderer/utils_native_handler.h',
971 'renderer/v8_context_native_handler.cc', 971 'renderer/v8_context_native_handler.cc',
972 'renderer/v8_context_native_handler.h', 972 'renderer/v8_context_native_handler.h',
973 'renderer/v8_schema_registry.cc', 973 'renderer/v8_schema_registry.cc',
974 'renderer/v8_schema_registry.h', 974 'renderer/v8_schema_registry.h',
975 'renderer/web_ui_injection_host.cc',
976 'renderer/web_ui_injection_host.h',
975 ], 977 ],
976 'extensions_utility_sources': [ 978 'extensions_utility_sources': [
977 'utility/unpacker.cc', 979 'utility/unpacker.cc',
978 'utility/unpacker.h', 980 'utility/unpacker.h',
979 'utility/utility_handler.cc', 981 'utility/utility_handler.cc',
980 'utility/utility_handler.h', 982 'utility/utility_handler.h',
981 ], 983 ],
982 'extensions_test_support_sources': [ 984 'extensions_test_support_sources': [
983 'browser/api/cast_channel/cast_test_util.cc', 985 'browser/api/cast_channel/cast_test_util.cc',
984 'browser/api/cast_channel/cast_test_util.h', 986 'browser/api/cast_channel/cast_test_util.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 'test/result_catcher.h', 1026 'test/result_catcher.h',
1025 'test/test_content_utility_client.cc', 1027 'test/test_content_utility_client.cc',
1026 'test/test_content_utility_client.h', 1028 'test/test_content_utility_client.h',
1027 'test/test_extensions_client.cc', 1029 'test/test_extensions_client.cc',
1028 'test/test_extensions_client.h', 1030 'test/test_extensions_client.h',
1029 'test/test_permission_message_provider.cc', 1031 'test/test_permission_message_provider.cc',
1030 'test/test_permission_message_provider.h', 1032 'test/test_permission_message_provider.h',
1031 ], 1033 ],
1032 }, 1034 },
1033 } 1035 }
OLDNEW
« no previous file with comments | « no previous file | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698