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

Unified Diff: Source/bindings/core/core.gypi

Issue 351423002: Moved files under Source/bindings/v8 to Source/bindings/core/v8. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/bindings.gypi ('k') | Source/bindings/core/v8/ActiveDOMCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/core.gypi
diff --git a/Source/bindings/core/core.gypi b/Source/bindings/core/core.gypi
index 5e36cb5386bc7f25cc61044851f31ffe23fd9790..9ca2d589bd1c3a385098d32f128850cdb87da584 100644
--- a/Source/bindings/core/core.gypi
+++ b/Source/bindings/core/core.gypi
@@ -5,7 +5,7 @@
{
'includes': [
'../modules/v8/generated.gypi', # FIXME: remove once core scripts generate qualified includes correctly: http://crbug.com/358074
- '../v8/v8.gypi', # FIXME: should be v8/v8.gypi: http://crbug.com/358074
+ 'v8/v8.gypi', # FIXME: should be v8/v8.gypi: http://crbug.com/358074
'v8/generated.gypi',
],
« no previous file with comments | « Source/bindings/bindings.gypi ('k') | Source/bindings/core/v8/ActiveDOMCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698