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

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

Issue 13851012: Absolutify paths in core/storage. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ... 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
Index: Source/core/core.gyp/core.gyp
diff --git a/Source/core/core.gyp/core.gyp b/Source/core/core.gyp/core.gyp
index 15118ff9918573c0c4b3618c4eec8a26a9f5430b..669d40508849afeae87db2e90cf7fcf3a6d3acd7 100644
--- a/Source/core/core.gyp/core.gyp
+++ b/Source/core/core.gyp/core.gyp
@@ -118,7 +118,6 @@
'../rendering/mathml',
'../rendering/style',
'../rendering/svg',
- '../storage',
'../svg',
'../svg/animation',
'../svg/graphics',
@@ -396,6 +395,11 @@
'<(SHARED_INTERMEDIATE_DIR)/webkit',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
'<@(webcore_include_dirs)',
+
+ # FIXME: It's not clear if the bindings generation scripts should have
+ # a map from header name to absolute include path. For now, let the
+ # generated bindings files use relative paths.
+ '../storage',
],
'sources': [
# These files include all the .cpp files generated from the .idl files

Powered by Google App Engine
This is Rietveld 408576698