Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index 1725a1ae8fead69604cfa47188ad7536d66a00d8..12418ffb00cb3ce9d1d543a77b4be9dfcc70df60 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -251,15 +251,6 @@ |
], |
'include_dirs': [ |
'<@(webcore_include_dirs)', |
- |
- # FIXME: Remove these once the bindings script generates qualified |
- # includes for these correctly. (Sequences don't work yet.) |
- # http://crbug.com/377364 |
- '<(bindings_v8_custom_dir)', |
- 'html', |
- 'html/shadow', |
- 'inspector', |
- 'svg', |
], |
'sources': [ |
# FIXME: should be bindings_core_v8_files http://crbug.com/358074 |