Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: Source/core/BUILD.gn

Issue 340473002: core build: Remove unnecessary include_dirs (bindings cruft) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/v8/custom/custom.gypi ('k') | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = []
« no previous file with comments | « Source/bindings/v8/custom/custom.gypi ('k') | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698