| Index: sky/engine/bindings/core/v8/v8.gypi
|
| diff --git a/sky/engine/bindings/core/v8/v8.gypi b/sky/engine/bindings/core/v8/v8.gypi
|
| index 3839dfcaaaeac41e9e62059b00547b2bc9b92271..d16142cd9594c2a19463214737b141382f7ca053 100644
|
| --- a/sky/engine/bindings/core/v8/v8.gypi
|
| +++ b/sky/engine/bindings/core/v8/v8.gypi
|
| @@ -23,15 +23,15 @@
|
| 'CustomElementConstructorBuilder.h',
|
| 'CustomElementWrapper.cpp',
|
| 'CustomElementWrapper.h',
|
| + 'Dictionary.cpp',
|
| + 'Dictionary.h',
|
| + 'DictionaryHelperForBindings.h',
|
| + 'DictionaryHelperForCore.cpp',
|
| 'DOMDataStore.cpp',
|
| 'DOMDataStore.h',
|
| 'DOMWrapperMap.h',
|
| 'DOMWrapperWorld.cpp',
|
| 'DOMWrapperWorld.h',
|
| - 'Dictionary.cpp',
|
| - 'Dictionary.h',
|
| - 'DictionaryHelperForBindings.h',
|
| - 'DictionaryHelperForCore.cpp',
|
| 'ExceptionMessages.cpp',
|
| 'ExceptionMessages.h',
|
| 'ExceptionState.cpp',
|
| @@ -55,22 +55,16 @@
|
| 'ScriptGCEvent.h',
|
| 'ScriptHeapSnapshot.cpp',
|
| 'ScriptHeapSnapshot.h',
|
| - 'ScriptPreprocessor.cpp',
|
| - 'ScriptPreprocessor.h',
|
| 'ScriptProfiler.cpp',
|
| 'ScriptProfiler.h',
|
| 'ScriptPromise.cpp',
|
| 'ScriptPromise.h',
|
| - 'ScriptDebugServer.cpp',
|
| - 'ScriptDebugServer.h',
|
| - 'ScriptPromiseResolver.cpp',
|
| - 'ScriptPromiseResolver.h',
|
| 'ScriptPromiseProperties.h',
|
| 'ScriptPromiseProperty.h',
|
| 'ScriptPromisePropertyBase.cpp',
|
| 'ScriptPromisePropertyBase.h',
|
| - 'ScriptRegexp.cpp',
|
| - 'ScriptRegexp.h',
|
| + 'ScriptPromiseResolver.cpp',
|
| + 'ScriptPromiseResolver.h',
|
| 'ScriptSourceCode.h',
|
| 'ScriptState.cpp',
|
| 'ScriptState.h',
|
|
|