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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 'renderer/user_script_set.cc', | 947 'renderer/user_script_set.cc', |
948 'renderer/user_script_set.h', | 948 'renderer/user_script_set.h', |
949 'renderer/user_script_set_manager.cc', | 949 'renderer/user_script_set_manager.cc', |
950 'renderer/user_script_set_manager.h', | 950 'renderer/user_script_set_manager.h', |
951 'renderer/utils_native_handler.cc', | 951 'renderer/utils_native_handler.cc', |
952 'renderer/utils_native_handler.h', | 952 'renderer/utils_native_handler.h', |
953 'renderer/v8_context_native_handler.cc', | 953 'renderer/v8_context_native_handler.cc', |
954 'renderer/v8_context_native_handler.h', | 954 'renderer/v8_context_native_handler.h', |
955 'renderer/v8_schema_registry.cc', | 955 'renderer/v8_schema_registry.cc', |
956 'renderer/v8_schema_registry.h', | 956 'renderer/v8_schema_registry.h', |
| 957 'renderer/web_ui_injection_host.cc', |
| 958 'renderer/web_ui_injection_host.h', |
957 ], | 959 ], |
958 'extensions_utility_sources': [ | 960 'extensions_utility_sources': [ |
959 'utility/unpacker.cc', | 961 'utility/unpacker.cc', |
960 'utility/unpacker.h', | 962 'utility/unpacker.h', |
961 'utility/utility_handler.cc', | 963 'utility/utility_handler.cc', |
962 'utility/utility_handler.h', | 964 'utility/utility_handler.h', |
963 ], | 965 ], |
964 'extensions_test_support_sources': [ | 966 'extensions_test_support_sources': [ |
965 'browser/api/cast_channel/cast_test_util.cc', | 967 'browser/api/cast_channel/cast_test_util.cc', |
966 'browser/api/cast_channel/cast_test_util.h', | 968 'browser/api/cast_channel/cast_test_util.h', |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1006 'test/result_catcher.h', | 1008 'test/result_catcher.h', |
1007 'test/test_content_utility_client.cc', | 1009 'test/test_content_utility_client.cc', |
1008 'test/test_content_utility_client.h', | 1010 'test/test_content_utility_client.h', |
1009 'test/test_extensions_client.cc', | 1011 'test/test_extensions_client.cc', |
1010 'test/test_extensions_client.h', | 1012 'test/test_extensions_client.h', |
1011 'test/test_permission_message_provider.cc', | 1013 'test/test_permission_message_provider.cc', |
1012 'test/test_permission_message_provider.h', | 1014 'test/test_permission_message_provider.h', |
1013 ], | 1015 ], |
1014 }, | 1016 }, |
1015 } | 1017 } |
OLD | NEW |