| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index f693b2148443a1aea952ac75209c026b5cf29114..7900e850573b678bc5007e8086d044ea3ceeb088 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -949,7 +949,8 @@ action("make_core_generated_private_script_for_testing") {
|
| script = "../build/scripts/make_private_script_source.py"
|
|
|
| inputs = [
|
| - "testing/PrivateScriptTest.js",
|
| + "testing/PartialPrivateScriptTest.js",
|
| + "testing/PrivateScriptTest.js",
|
| ]
|
| outputs = [
|
| "$blink_core_output_dir/PrivateScriptSourcesForTesting.h",
|
|
|