| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index f3af53630da36fe51a5511b4b84c5b44cbbd9802..de754cfa809b93c422bfd48f0333615865224362 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',
|
|
|