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

Unified Diff: Source/core/core.gyp

Issue 295403002: Factor bindings.gypi (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add license Created 6 years, 7 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/v8.gypi ('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 f0d85e4f22d7d5e3672eed79c2dcee6f76583593..d1a59aef7201597be7bb743c0308d78c6e750c60 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -232,19 +232,19 @@
],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/blink',
- '<(bindings_output_dir)',
'<@(webcore_include_dirs)',
# FIXME: Remove these once the bindings script generates qualified
# includes for these correctly. (Sequences don't work yet.)
- '<(bindings_v8_dir)/custom',
+ '<(bindings_output_dir)',
+ '<(bindings_v8_custom_dir)',
'html',
'html/shadow',
'inspector',
'svg',
],
'sources': [
- '<@(bindings_files)',
+ '<@(bindings_v8_files)',
# These files include all the .cpp files generated from the .idl files
# in webcore_files.
'<@(bindings_core_generated_aggregate_files)',
« no previous file with comments | « Source/bindings/v8/v8.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698