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

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

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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/core/accessibility/AccessibilityRenderObject.cpp ('k') | Source/core/css/CSSAspectRatioValue.cpp » ('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 5a107c59b6ba2724b77bf08bdba35ff318f08a44..31e9c85ba9cda49cf9b3e30a0ad45b84983282c0 100644
--- a/Source/core/core.gyp/core.gyp
+++ b/Source/core/core.gyp/core.gyp
@@ -51,9 +51,6 @@
'<(bindings_dir)',
'<(bindings_dir)/v8',
'<(bindings_dir)/v8/custom',
- '../dom',
- '../dom/default',
- '../dom/default/chromium',
'../fileapi',
'../html',
'../html/canvas',
@@ -335,9 +332,9 @@
'<(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.
+ # FIXME: Remove these once the bindings script generates qualified
+ # includes for these correctly. (Sequences don't work yet.)
+ '../dom',
'../page',
],
'sources': [
« no previous file with comments | « Source/core/accessibility/AccessibilityRenderObject.cpp ('k') | Source/core/css/CSSAspectRatioValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698