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

Unified Diff: Source/core/core.gyp

Issue 306673002: Qualify include paths in bindings/v8 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GC path Created 6 years, 7 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/WorkerScriptController.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 6df4b16082f28442a3abd6bf2531a5ea03ca3c66..c81976b325f07fad8422d2c1e702353eedbe42ae 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -44,8 +44,8 @@
'../..',
'..',
'<(SHARED_INTERMEDIATE_DIR)/blink',
- # FIXME: Remove these once the bindings script generates qualified
- # includes correctly: http://crbug.com/377364
+ # FIXME: Remove these once core scripts generates qualified
+ # includes correctly: http://crbug.com/358074
'<(bindings_core_v8_output_dir)',
'<(bindings_modules_v8_output_dir)',
],
« no previous file with comments | « Source/bindings/v8/WorkerScriptController.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698