Index: Source/core/core.gyp |
diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
index 1d6d0c620653127b571bb555ba9d579ded1b187a..8022dfe9994c48a917f24788368d310c1c5da66f 100644 |
--- a/Source/core/core.gyp |
+++ b/Source/core/core.gyp |
@@ -45,7 +45,7 @@ |
# FIXME: Remove the following two lines once core scripts generate qualified |
# includes correctly: http://crbug.com/380054 |
'<(bindings_core_v8_output_dir)', |
- '<(bindings_modules_v8_output_dir)', |
+ '<(bindings_modules_v8_output_dir)', # e.g. EventTargetCustom requires. |
Nils Barth (inactive)
2014/06/24 03:14:02
You mean EventHeaders.h (gen/blink/core),
not V8Ev
tasak
2014/06/24 10:55:45
I mean, EventTargetCustom.cpp's toV8 depends on mo
Nils Barth (inactive)
2014/06/25 01:37:40
*V8*EventTargetCustom.cpp.
That's a good point, an
tasak
2014/06/25 12:33:34
Thank you. I see. I probably understand what are i
|
'<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink |
], |