| Index: Source/core/core.gyp/core.gyp
|
| diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
|
| index 3fab1364eb300b063c700b80c89b492ddd26a47e..c1faad3ddb85811f85256aa2ee47693150c71d88 100644
|
| --- a/Source/core/core.gyp/core.gyp
|
| +++ b/Source/core/core.gyp/core.gyp
|
| @@ -268,18 +268,6 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit',
|
| '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
|
| '<@(webcore_include_dirs)',
|
| -
|
| - # FIXME: Remove these once the bindings script generates qualified
|
| - # includes for these correctly. (Sequences don't work yet.)
|
| - '<(bindings_dir)/v8/custom',
|
| - '../../modules/mediastream',
|
| - '../../modules/speech',
|
| - '../dom',
|
| - '../html',
|
| - '../html/shadow',
|
| - '../inspector',
|
| - '../page',
|
| - '../svg', # FIXME: make_names.pl doesn't qualify conditional includes yet.
|
| ],
|
| 'sources': [
|
| # These files include all the .cpp files generated from the .idl files
|
|
|