| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index e7571f3ed2392862826c954cd24873251ab053e4..9b3bed7c5a82ede09b62ab3082852ff2e39cf0b1 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -3289,6 +3289,7 @@
|
| 'testing/LayerRect.idl',
|
| 'testing/LayerRectList.idl',
|
| 'testing/MallocStatistics.idl',
|
| + 'testing/PrivateScriptTest.idl',
|
| 'testing/TypeConversions.idl',
|
| ],
|
| 'generated_webcore_testing_idl_files': [
|
| @@ -3316,6 +3317,7 @@
|
| 'testing/MockPagePopupDriver.h',
|
| 'testing/NullExecutionContext.cpp',
|
| 'testing/NullExecutionContext.h',
|
| + 'testing/PrivateScriptTest.h',
|
| 'testing/TypeConversions.h',
|
| 'testing/v8/WebCoreTestSupport.cpp',
|
| 'testing/v8/WebCoreTestSupport.h',
|
|
|