| 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 8ac1ad1f5505f10506ab3d399d8ecbdc69949684..3f9302cc69e5f88409a29516206d52ec90683bb0 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -3840,6 +3840,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': [
|
| @@ -3888,6 +3889,8 @@
|
| 'testing/UnionTypesTest.h',
|
| 'testing/v8/WebCoreTestSupport.cpp',
|
| 'testing/v8/WebCoreTestSupport.h',
|
| + 'testing/WorkerInternals.cpp',
|
| + 'testing/WorkerInternals.h',
|
| ],
|
| 'core_unittest_files': [
|
| 'animation/AnimationClockTest.cpp',
|
|
|