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 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 'renderer/resources/web_request_internal_custom_bindings.js', | 925 'renderer/resources/web_request_internal_custom_bindings.js', |
926 'renderer/runtime_custom_bindings.cc', | 926 'renderer/runtime_custom_bindings.cc', |
927 'renderer/runtime_custom_bindings.h', | 927 'renderer/runtime_custom_bindings.h', |
928 'renderer/safe_builtins.cc', | 928 'renderer/safe_builtins.cc', |
929 'renderer/safe_builtins.h', | 929 'renderer/safe_builtins.h', |
930 'renderer/scoped_persistent.h', | 930 'renderer/scoped_persistent.h', |
931 'renderer/script_context.cc', | 931 'renderer/script_context.cc', |
932 'renderer/script_context.h', | 932 'renderer/script_context.h', |
933 'renderer/script_context_set.cc', | 933 'renderer/script_context_set.cc', |
934 'renderer/script_context_set.h', | 934 'renderer/script_context_set.h', |
| 935 'renderer/script_injection_callback.cc', |
| 936 'renderer/script_injection_callback.h', |
935 'renderer/script_injection.cc', | 937 'renderer/script_injection.cc', |
936 'renderer/script_injection.h', | 938 'renderer/script_injection.h', |
937 'renderer/script_injection_manager.cc', | 939 'renderer/script_injection_manager.cc', |
938 'renderer/script_injection_manager.h', | 940 'renderer/script_injection_manager.h', |
939 'renderer/script_injector.h', | 941 'renderer/script_injector.h', |
940 'renderer/scripts_run_info.cc', | 942 'renderer/scripts_run_info.cc', |
941 'renderer/scripts_run_info.h', | 943 'renderer/scripts_run_info.h', |
942 'renderer/send_request_natives.cc', | 944 'renderer/send_request_natives.cc', |
943 'renderer/send_request_natives.h', | 945 'renderer/send_request_natives.h', |
944 'renderer/set_icon_natives.cc', | 946 'renderer/set_icon_natives.cc', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 'test/result_catcher.h', | 1017 'test/result_catcher.h', |
1016 'test/test_content_utility_client.cc', | 1018 'test/test_content_utility_client.cc', |
1017 'test/test_content_utility_client.h', | 1019 'test/test_content_utility_client.h', |
1018 'test/test_extensions_client.cc', | 1020 'test/test_extensions_client.cc', |
1019 'test/test_extensions_client.h', | 1021 'test/test_extensions_client.h', |
1020 'test/test_permission_message_provider.cc', | 1022 'test/test_permission_message_provider.cc', |
1021 'test/test_permission_message_provider.h', | 1023 'test/test_permission_message_provider.h', |
1022 ], | 1024 ], |
1023 }, | 1025 }, |
1024 } | 1026 } |
OLD | NEW |