Index: Source/core/BUILD.gn |
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn |
index 4a4e1874070416a6e9ab8ee41282acd0d1b90e9d..6cc773669fae544d7055fc61b843b9d8441167ae 100644 |
--- a/Source/core/BUILD.gn |
+++ b/Source/core/BUILD.gn |
@@ -428,13 +428,6 @@ source_set("core_generated") { |
configs += [ ":core_include_dirs" ] |
include_dirs = [ |
"$root_gen_dir/blink", |
- # FIXME: Remove these once the bindings script generates qualified |
- # includes for these correctly. (Sequences don"t work yet.) |
- bindings_v8_custom_dir, |
- "html", |
- "html/shadow", |
- "inspector", |
- "svg", |
] |
cflags = [] |