| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 8b480523de889737cf5b4724043ddb9c93981ae8..6ebdfd885eb6ba611e6cde2d8950b61a5529fb1f 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -3843,6 +3843,7 @@
|
| 'testing/PrivateScriptTest.idl',
|
| 'testing/TypeConversions.idl',
|
| 'testing/UnionTypesTest.idl',
|
| + 'testing/WorkerInternals.idl',
|
| ],
|
| # testing IDL files that have partial interfaces in modules.
|
| 'webcore_testing_idl_with_modules_dependency_files': [
|
| @@ -3891,6 +3892,8 @@
|
| 'testing/UnionTypesTest.h',
|
| 'testing/v8/WebCoreTestSupport.cpp',
|
| 'testing/v8/WebCoreTestSupport.h',
|
| + 'testing/WorkerInternals.cpp',
|
| + 'testing/WorkerInternals.h',
|
| ],
|
| 'core_unittest_files': [
|
| 'animation/AnimationClockTest.cpp',
|
|
|