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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 'renderer/user_script_injector.cc', | 997 'renderer/user_script_injector.cc', |
998 'renderer/user_script_injector.h', | 998 'renderer/user_script_injector.h', |
999 'renderer/user_script_set.cc', | 999 'renderer/user_script_set.cc', |
1000 'renderer/user_script_set.h', | 1000 'renderer/user_script_set.h', |
1001 'renderer/user_script_set_manager.cc', | 1001 'renderer/user_script_set_manager.cc', |
1002 'renderer/user_script_set_manager.h', | 1002 'renderer/user_script_set_manager.h', |
1003 'renderer/utils_native_handler.cc', | 1003 'renderer/utils_native_handler.cc', |
1004 'renderer/utils_native_handler.h', | 1004 'renderer/utils_native_handler.h', |
1005 'renderer/v8_context_native_handler.cc', | 1005 'renderer/v8_context_native_handler.cc', |
1006 'renderer/v8_context_native_handler.h', | 1006 'renderer/v8_context_native_handler.h', |
| 1007 'renderer/v8_helpers.h', |
1007 'renderer/v8_schema_registry.cc', | 1008 'renderer/v8_schema_registry.cc', |
1008 'renderer/v8_schema_registry.h', | 1009 'renderer/v8_schema_registry.h', |
1009 'renderer/web_ui_injection_host.cc', | 1010 'renderer/web_ui_injection_host.cc', |
1010 'renderer/web_ui_injection_host.h', | 1011 'renderer/web_ui_injection_host.h', |
1011 ], | 1012 ], |
1012 'extensions_utility_sources': [ | 1013 'extensions_utility_sources': [ |
1013 'utility/unpacker.cc', | 1014 'utility/unpacker.cc', |
1014 'utility/unpacker.h', | 1015 'utility/unpacker.h', |
1015 'utility/utility_handler.cc', | 1016 'utility/utility_handler.cc', |
1016 'utility/utility_handler.h', | 1017 'utility/utility_handler.h', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1060 'test/result_catcher.h', | 1061 'test/result_catcher.h', |
1061 'test/test_content_utility_client.cc', | 1062 'test/test_content_utility_client.cc', |
1062 'test/test_content_utility_client.h', | 1063 'test/test_content_utility_client.h', |
1063 'test/test_extensions_client.cc', | 1064 'test/test_extensions_client.cc', |
1064 'test/test_extensions_client.h', | 1065 'test/test_extensions_client.h', |
1065 'test/test_permission_message_provider.cc', | 1066 'test/test_permission_message_provider.cc', |
1066 'test/test_permission_message_provider.h', | 1067 'test/test_permission_message_provider.h', |
1067 ], | 1068 ], |
1068 }, | 1069 }, |
1069 } | 1070 } |
OLD | NEW |