| Index: Source/core/core.gyp/core.gyp
|
| diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
|
| index b74c320fc5c897cccb012b05c5aa0025f3d9b828..de3503f35e55248c56cfeb5235ffef881406fd63 100644
|
| --- a/Source/core/core.gyp/core.gyp
|
| +++ b/Source/core/core.gyp/core.gyp
|
| @@ -49,9 +49,6 @@
|
| '../',
|
| '../..',
|
| '../../modules/websockets',
|
| - '<(bindings_dir)',
|
| - '<(bindings_dir)/v8',
|
| - '<(bindings_dir)/v8/custom',
|
| '../html',
|
| '../platform/graphics/skia',
|
| '../plugins',
|
| @@ -326,10 +323,11 @@
|
|
|
| # FIXME: Remove these once the bindings script generates qualified
|
| # includes for these correctly. (Sequences don't work yet.)
|
| + '../../bindings/v8/custom',
|
| + '../../modules/mediastream',
|
| '../dom',
|
| '../html/shadow',
|
| '../inspector',
|
| - '../../modules/mediastream',
|
| '../page',
|
| ],
|
| 'sources': [
|
|
|