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

Unified Diff: Source/core/core.gyp/core.gyp

Issue 14456006: Fixes to make scripts generate includes with paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated to a newer chromium version Created 7 years, 8 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/scripts/idltopathgenerator.py ('k') | Source/core/core.gyp/core_derived_sources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp/core.gyp
diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
index 3fab1364eb300b063c700b80c89b492ddd26a47e..c1faad3ddb85811f85256aa2ee47693150c71d88 100644
--- a/Source/core/core.gyp/core.gyp
+++ b/Source/core/core.gyp/core.gyp
@@ -268,18 +268,6 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
'<@(webcore_include_dirs)',
-
- # FIXME: Remove these once the bindings script generates qualified
- # includes for these correctly. (Sequences don't work yet.)
- '<(bindings_dir)/v8/custom',
- '../../modules/mediastream',
- '../../modules/speech',
- '../dom',
- '../html',
- '../html/shadow',
- '../inspector',
- '../page',
- '../svg', # FIXME: make_names.pl doesn't qualify conditional includes yet.
],
'sources': [
# These files include all the .cpp files generated from the .idl files
« no previous file with comments | « Source/bindings/scripts/idltopathgenerator.py ('k') | Source/core/core.gyp/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698