| Index: Source/web/web.gypi
|
| diff --git a/Source/web/web.gypi b/Source/web/web.gypi
|
| index c549a90a78a2a687f7038a2ca9a48825fdec06b6..0dfde54427d9c76302c20580fb1523699c7c8dd5 100644
|
| --- a/Source/web/web.gypi
|
| +++ b/Source/web/web.gypi
|
| @@ -98,6 +98,8 @@
|
| 'StorageClientImpl.h',
|
| 'StorageQuotaClientImpl.cpp',
|
| 'StorageQuotaClientImpl.h',
|
| + 'SuspendableScriptExecutor.cpp',
|
| + 'SuspendableScriptExecutor.h',
|
| 'TextFinder.cpp',
|
| 'TextFinder.h',
|
| 'UserMediaClientImpl.cpp',
|
| @@ -215,6 +217,7 @@
|
| 'WebScopedWindowFocusAllowedIndicator.cpp',
|
| 'WebScriptBindings.cpp',
|
| 'WebScriptController.cpp',
|
| + 'WebScriptSource.cpp',
|
| 'WebScrollbarThemePainter.cpp',
|
| 'WebSearchableFormData.cpp',
|
| 'WebSecurityOrigin.cpp',
|
|
|