OLD | NEW |
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 972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
983 'renderer/user_script_injector.cc', | 983 'renderer/user_script_injector.cc', |
984 'renderer/user_script_injector.h', | 984 'renderer/user_script_injector.h', |
985 'renderer/user_script_set.cc', | 985 'renderer/user_script_set.cc', |
986 'renderer/user_script_set.h', | 986 'renderer/user_script_set.h', |
987 'renderer/user_script_set_manager.cc', | 987 'renderer/user_script_set_manager.cc', |
988 'renderer/user_script_set_manager.h', | 988 'renderer/user_script_set_manager.h', |
989 'renderer/utils_native_handler.cc', | 989 'renderer/utils_native_handler.cc', |
990 'renderer/utils_native_handler.h', | 990 'renderer/utils_native_handler.h', |
991 'renderer/v8_context_native_handler.cc', | 991 'renderer/v8_context_native_handler.cc', |
992 'renderer/v8_context_native_handler.h', | 992 'renderer/v8_context_native_handler.h', |
| 993 'renderer/v8_maybe_helpers.h', |
993 'renderer/v8_schema_registry.cc', | 994 'renderer/v8_schema_registry.cc', |
994 'renderer/v8_schema_registry.h', | 995 'renderer/v8_schema_registry.h', |
995 'renderer/web_ui_injection_host.cc', | 996 'renderer/web_ui_injection_host.cc', |
996 'renderer/web_ui_injection_host.h', | 997 'renderer/web_ui_injection_host.h', |
997 ], | 998 ], |
998 'extensions_utility_sources': [ | 999 'extensions_utility_sources': [ |
999 'utility/unpacker.cc', | 1000 'utility/unpacker.cc', |
1000 'utility/unpacker.h', | 1001 'utility/unpacker.h', |
1001 'utility/utility_handler.cc', | 1002 'utility/utility_handler.cc', |
1002 'utility/utility_handler.h', | 1003 'utility/utility_handler.h', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1046 'test/result_catcher.h', | 1047 'test/result_catcher.h', |
1047 'test/test_content_utility_client.cc', | 1048 'test/test_content_utility_client.cc', |
1048 'test/test_content_utility_client.h', | 1049 'test/test_content_utility_client.h', |
1049 'test/test_extensions_client.cc', | 1050 'test/test_extensions_client.cc', |
1050 'test/test_extensions_client.h', | 1051 'test/test_extensions_client.h', |
1051 'test/test_permission_message_provider.cc', | 1052 'test/test_permission_message_provider.cc', |
1052 'test/test_permission_message_provider.h', | 1053 'test/test_permission_message_provider.h', |
1053 ], | 1054 ], |
1054 }, | 1055 }, |
1055 } | 1056 } |
OLD | NEW |