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

Unified Diff: Source/core/core.gyp

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/core/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698