| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index 529c25184d2af33f86b79bfbf5c62d46e20e0a0e..c136718ae6041c4b40fab9e077667f0292324711 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2227,6 +2227,8 @@
|
| 'dom/RequestAnimationFrameCallback.h',
|
| 'dom/SandboxFlags.cpp',
|
| 'dom/SandboxFlags.h',
|
| + 'dom/ScriptExecutionCallback.cpp',
|
| + 'dom/ScriptExecutionCallback.h',
|
| 'dom/ScriptLoader.cpp',
|
| 'dom/ScriptLoader.h',
|
| 'dom/ScriptRunner.cpp',
|
| @@ -2256,6 +2258,8 @@
|
| 'dom/StyleSheetCandidate.h',
|
| 'dom/StyleSheetCollection.cpp',
|
| 'dom/StyleSheetCollection.h',
|
| + 'dom/SuspendableScriptExecutor.cpp',
|
| + 'dom/SuspendableScriptExecutor.h',
|
| 'dom/TagCollection.cpp',
|
| 'dom/TagCollection.h',
|
| 'dom/Text.cpp',
|
|
|