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