| Index: Source/core/core.gyp/core.gyp
|
| diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
|
| index 994754e7e5cbbc07964b320d575904cf752fa63b..efa480abf6acc5dfc42626fba18eddca6de038ac 100644
|
| --- a/Source/core/core.gyp/core.gyp
|
| +++ b/Source/core/core.gyp/core.gyp
|
| @@ -118,7 +118,6 @@
|
| '../rendering/mathml',
|
| '../rendering/style',
|
| '../rendering/svg',
|
| - '../storage',
|
| '../svg',
|
| '../svg/animation',
|
| '../svg/graphics',
|
| @@ -396,6 +395,11 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
|
| '<@(webcore_include_dirs)',
|
| +
|
| + # FIXME: It's not clear if the bindings generation scripts should have
|
| + # a map from header name to absolute include path. For now, let the
|
| + # generated bindings files use relative paths.
|
| + '../storage',
|
| ],
|
| 'sources': [
|
| # These files include all the .cpp files generated from the .idl files
|
|
|