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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 'renderer/resources/web_request_internal_custom_bindings.js', | 932 'renderer/resources/web_request_internal_custom_bindings.js', |
933 'renderer/runtime_custom_bindings.cc', | 933 'renderer/runtime_custom_bindings.cc', |
934 'renderer/runtime_custom_bindings.h', | 934 'renderer/runtime_custom_bindings.h', |
935 'renderer/safe_builtins.cc', | 935 'renderer/safe_builtins.cc', |
936 'renderer/safe_builtins.h', | 936 'renderer/safe_builtins.h', |
937 'renderer/scoped_persistent.h', | 937 'renderer/scoped_persistent.h', |
938 'renderer/script_context.cc', | 938 'renderer/script_context.cc', |
939 'renderer/script_context.h', | 939 'renderer/script_context.h', |
940 'renderer/script_context_set.cc', | 940 'renderer/script_context_set.cc', |
941 'renderer/script_context_set.h', | 941 'renderer/script_context_set.h', |
| 942 'renderer/script_injection_callback.cc', |
| 943 'renderer/script_injection_callback.h', |
942 'renderer/script_injection.cc', | 944 'renderer/script_injection.cc', |
943 'renderer/script_injection.h', | 945 'renderer/script_injection.h', |
944 'renderer/script_injection_manager.cc', | 946 'renderer/script_injection_manager.cc', |
945 'renderer/script_injection_manager.h', | 947 'renderer/script_injection_manager.h', |
946 'renderer/script_injector.h', | 948 'renderer/script_injector.h', |
947 'renderer/scripts_run_info.cc', | 949 'renderer/scripts_run_info.cc', |
948 'renderer/scripts_run_info.h', | 950 'renderer/scripts_run_info.h', |
949 'renderer/send_request_natives.cc', | 951 'renderer/send_request_natives.cc', |
950 'renderer/send_request_natives.h', | 952 'renderer/send_request_natives.h', |
951 'renderer/set_icon_natives.cc', | 953 'renderer/set_icon_natives.cc', |
(...skipping 70 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 |