| Index: Source/WebCore/bindings/dart/gyp/overrides.gypi
|
| diff --git a/Source/WebCore/bindings/dart/gyp/overrides.gypi b/Source/WebCore/bindings/dart/gyp/overrides.gypi
|
| index fe2bcc8b3bfc8d82b6e245cea096dc9f61727101..4bd7b6e46fa92b422d55057c5220ef52c8f3cb2c 100644
|
| --- a/Source/WebCore/bindings/dart/gyp/overrides.gypi
|
| +++ b/Source/WebCore/bindings/dart/gyp/overrides.gypi
|
| @@ -11,6 +11,7 @@
|
| '../../../../../../../dart/runtime',
|
| '../../../../../../../dart/runtime/include',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/cpp',
|
| ],
|
| 'additional_webcore_remaining_include': 'bindings/dart/',
|
| 'webcore_files': [
|
| @@ -50,7 +51,6 @@
|
| '../custom/DartClipboardCustom.cpp',
|
| '../custom/DartConsoleCustom.cpp',
|
| '../custom/DartDOMFormDataCustom.cpp',
|
| - '../custom/DartDOMStringMapCustom.cpp',
|
| '../custom/DartDOMWindowCustom.cpp',
|
| '../custom/DartDataViewCustom.cpp',
|
| '../custom/DartDedicatedWorkerContextCustom.cpp',
|
| @@ -83,13 +83,12 @@
|
| '../custom/DartIDBAnyCustom.cpp',
|
| '../custom/DartIDBKeyCustom.cpp',
|
| '../custom/DartImageDataCustom.cpp',
|
| - '../custom/DartInjectedScriptHostCustom.cpp',
|
| - '../custom/DartInspectorFrontendHostCustom.cpp',
|
| '../custom/DartInt8ArrayCustom.cpp',
|
| '../custom/DartInt16ArrayCustom.cpp',
|
| '../custom/DartInt32ArrayCustom.cpp',
|
| '../custom/DartJavaScriptCallFrameCustom.cpp',
|
| '../custom/DartLocationCustom.cpp',
|
| + '../custom/DartMessageChannelCustom.cpp',
|
| '../custom/DartMessageEventCustom.cpp',
|
| '../custom/DartMessagePortCustom.cpp',
|
| '../custom/DartNavigatorCustom.cpp',
|
| @@ -103,10 +102,12 @@
|
| '../custom/DartSQLTransactionSyncCustom.cpp',
|
| '../custom/DartSVGElementCustom.cpp',
|
| '../custom/DartSVGLengthCustom.cpp',
|
| + '../custom/DartSVGNumberCustom.cpp',
|
| '../custom/DartSVGPathSegCustom.cpp',
|
| '../custom/DartStyleSheetCustom.cpp',
|
| '../custom/DartTrackEventCustom.cpp',
|
| '../custom/DartUint8ArrayCustom.cpp',
|
| + '../custom/DartUint8ClampedArrayCustom.cpp',
|
| '../custom/DartUint16ArrayCustom.cpp',
|
| '../custom/DartUint32ArrayCustom.cpp',
|
| '../custom/DartWebGLRenderingContextCustom.cpp',
|
| @@ -119,7 +120,7 @@
|
| '../custom/DartXMLHttpRequestCustom.cpp',
|
| '../custom/DartXSLTProcessorCustom.cpp',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/DartHTMLElementWrapperFactory.cpp',
|
| - '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartResolver.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartResolver.cpp',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/DartSnapshot.bytes',
|
| # FIXME: make conditional.
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/DartSVGElementWrapperFactory.cpp',
|
| @@ -131,7 +132,7 @@
|
| ['OS=="win" and buildtype=="Official"', {
|
| # On windows official release builds, we try to preserve symbol space.
|
| 'additional_derived_sources_aggregate_files': [
|
| - '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSourcesAll.cpp',
|
| ],
|
| },{
|
| 'additional_derived_sources_aggregate_files': [
|
| @@ -155,7 +156,7 @@
|
| # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources17.cpp',
|
| # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources18.cpp',
|
| # '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSources19.cpp',
|
| - '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/DartDerivedSourcesAll.cpp',
|
| + '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/dart/generated/DartDerivedSourcesAll.cpp',
|
| ],
|
| }],
|
| ],
|
|
|