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

Unified Diff: Source/core/core.gyp

Issue 331373002: Split bindings/v8/custom into core and modules. (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
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
],

Powered by Google App Engine
This is Rietveld 408576698