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 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
963 'renderer/user_script_set.cc', | 963 'renderer/user_script_set.cc', |
964 'renderer/user_script_set.h', | 964 'renderer/user_script_set.h', |
965 'renderer/user_script_set_manager.cc', | 965 'renderer/user_script_set_manager.cc', |
966 'renderer/user_script_set_manager.h', | 966 'renderer/user_script_set_manager.h', |
967 'renderer/utils_native_handler.cc', | 967 'renderer/utils_native_handler.cc', |
968 'renderer/utils_native_handler.h', | 968 'renderer/utils_native_handler.h', |
969 'renderer/v8_context_native_handler.cc', | 969 'renderer/v8_context_native_handler.cc', |
970 'renderer/v8_context_native_handler.h', | 970 'renderer/v8_context_native_handler.h', |
971 'renderer/v8_schema_registry.cc', | 971 'renderer/v8_schema_registry.cc', |
972 'renderer/v8_schema_registry.h', | 972 'renderer/v8_schema_registry.h', |
| 973 'renderer/web_ui_injection_host.cc', |
| 974 'renderer/web_ui_injection_host.h', |
973 ], | 975 ], |
974 'extensions_utility_sources': [ | 976 'extensions_utility_sources': [ |
975 'utility/unpacker.cc', | 977 'utility/unpacker.cc', |
976 'utility/unpacker.h', | 978 'utility/unpacker.h', |
977 'utility/utility_handler.cc', | 979 'utility/utility_handler.cc', |
978 'utility/utility_handler.h', | 980 'utility/utility_handler.h', |
979 ], | 981 ], |
980 'extensions_test_support_sources': [ | 982 'extensions_test_support_sources': [ |
981 'browser/api/cast_channel/cast_test_util.cc', | 983 'browser/api/cast_channel/cast_test_util.cc', |
982 'browser/api/cast_channel/cast_test_util.h', | 984 'browser/api/cast_channel/cast_test_util.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1022 'test/result_catcher.h', | 1024 'test/result_catcher.h', |
1023 'test/test_content_utility_client.cc', | 1025 'test/test_content_utility_client.cc', |
1024 'test/test_content_utility_client.h', | 1026 'test/test_content_utility_client.h', |
1025 'test/test_extensions_client.cc', | 1027 'test/test_extensions_client.cc', |
1026 'test/test_extensions_client.h', | 1028 'test/test_extensions_client.h', |
1027 'test/test_permission_message_provider.cc', | 1029 'test/test_permission_message_provider.cc', |
1028 'test/test_permission_message_provider.h', | 1030 'test/test_permission_message_provider.h', |
1029 ], | 1031 ], |
1030 }, | 1032 }, |
1031 } | 1033 } |
OLD | NEW |