| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index c1675a1bfec8fba0a81ead2f8a3915a6b8006982..f624b1451f0206ad8a61bae29eafc815e3dbb10b 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -961,7 +961,7 @@ action("make_core_generated_private_script_for_testing") {
|
| script = "../build/scripts/make_private_script_source.py"
|
|
|
| source_prereqs = [
|
| - "testing/Internals.js",
|
| + "testing/PrivateScriptTest.js",
|
| ]
|
| outputs = [
|
| "$blink_core_output_dir/PrivateScriptSourcesForTesting.h",
|
|
|