Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 7ed0e3cb0d83488f2ce374de3822ac34f951cba0..dc69bae975ee4572556907f4cb6cc9410a852bd7 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -3337,6 +3337,9 @@ |
'testing/RefCountedScriptWrappable.idl', |
'testing/TypeConversions.idl', |
], |
+ 'webcore_testing_dependency_idl_files': [ |
+ 'testing/PartialPrivateScriptTest.idl', |
+ ], |
'generated_webcore_testing_idl_files': [ |
'<(blink_core_output_dir)/InternalRuntimeFlags.idl', |
'<(blink_core_output_dir)/InternalSettingsGenerated.idl', |
@@ -3363,6 +3366,7 @@ |
'testing/MockPagePopupDriver.h', |
'testing/NullExecutionContext.cpp', |
'testing/NullExecutionContext.h', |
+ 'testing/PartialPrivateScriptTest.h', |
'testing/PrivateScriptTest.cpp', |
'testing/PrivateScriptTest.h', |
'testing/RefCountedScriptWrappable.cpp', |