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

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

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/bindings/v8/v8.gypi
diff --git a/Source/bindings/v8/v8.gypi b/Source/bindings/v8/v8.gypi
index 3b0c97a866e4d0b8375225e8d1b77a4ce9b6adc0..1e8e6c941212862aef6facf07b23d4927c3e6161 100644
--- a/Source/bindings/v8/v8.gypi
+++ b/Source/bindings/v8/v8.gypi
@@ -4,12 +4,15 @@
{
'includes': [
- 'custom/custom.gypi',
+ # FIXME: should move bindings_v8_files to bindings/core/v8 or
+ # bindings/modules/v8.
+ '../core/v8/custom/custom.gypi',
+ '../modules/v8/generated.gypi',
],
'variables': {
'bindings_v8_dir': '.',
'bindings_v8_files': [
- '<@(bindings_v8_custom_files)',
+ '<@(bindings_core_v8_custom_files)',
'ActiveDOMCallback.cpp',
'ActiveDOMCallback.h',
'ArrayValue.cpp',

Powered by Google App Engine
This is Rietveld 408576698