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

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

Issue 14524003: Absolutify paths to bindings/v8, bindings/v8/custom/. 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
« no previous file with comments | « Source/bindings/v8/custom/V8DOMWindowCustom.cpp ('k') | Source/core/css/CSSStyleDeclaration.h » ('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 b74c320fc5c897cccb012b05c5aa0025f3d9b828..de3503f35e55248c56cfeb5235ffef881406fd63 100644
--- a/Source/core/core.gyp/core.gyp
+++ b/Source/core/core.gyp/core.gyp
@@ -49,9 +49,6 @@
'../',
'../..',
'../../modules/websockets',
- '<(bindings_dir)',
- '<(bindings_dir)/v8',
- '<(bindings_dir)/v8/custom',
'../html',
'../platform/graphics/skia',
'../plugins',
@@ -326,10 +323,11 @@
# FIXME: Remove these once the bindings script generates qualified
# includes for these correctly. (Sequences don't work yet.)
+ '../../bindings/v8/custom',
+ '../../modules/mediastream',
'../dom',
'../html/shadow',
'../inspector',
- '../../modules/mediastream',
'../page',
],
'sources': [
« no previous file with comments | « Source/bindings/v8/custom/V8DOMWindowCustom.cpp ('k') | Source/core/css/CSSStyleDeclaration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698