| # Copyright 2020 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| blink_core_sources_script_tools = [ | |
| "model_context.cc", | |
| "model_context.h", | |
| "model_context_supplement.cc", | |
| "model_context_supplement.h", | |
| "script_tool_context.h", | |
| "script_tool_types.h", | |
| ] | |
| blink_core_tests_script_tools = [ "model_context_test.cc" ] |