| Index: Source/core/core.gyp/core.gyp
|
| diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
|
| index 756278215851f79dad17aeb3f847febdafcbc11e..51ff40bb83c2451b158c9a0a7939bd6694e91483 100644
|
| --- a/Source/core/core.gyp/core.gyp
|
| +++ b/Source/core/core.gyp/core.gyp
|
| @@ -64,9 +64,6 @@
|
| '../html/shadow',
|
| '../html/track',
|
| '../inspector',
|
| - '../loader/appcache',
|
| - '../loader/archive',
|
| - '../loader/cache',
|
| '../page',
|
| '../page/animation',
|
| '../page/scrolling',
|
| @@ -348,6 +345,7 @@
|
| # 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.
|
| + '../loader/appcache',
|
| '../platform/leveldb',
|
| '../platform/sql',
|
| '../storage',
|
|
|