| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 836bddffbb7c940664b8ad6d96ca74555b9cf2da..6c46e0ee9bbf7c9cbd8f48f65f8cf3dcb320194f 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2058,8 +2058,11 @@
|
| 'workers/WorkerScriptLoaderClient.cpp',
|
| 'workers/WorkerScriptLoaderClient.h',
|
| 'workers/WorkerThread.cpp',
|
| + 'workers/WorkerThread.h',
|
| 'workers/WorkerThreadStartupData.cpp',
|
| 'workers/WorkerThreadStartupData.h',
|
| + 'workers/WorkerV8Isolate.cpp',
|
| + 'workers/WorkerV8Isolate.h',
|
| 'xml/DOMParser.cpp',
|
| 'xml/DOMParser.h',
|
| 'xml/DocumentXPathEvaluator.cpp',
|
|
|