| Index: Source/bindings/v8/v8.gypi
|
| diff --git a/Source/bindings/v8/v8.gypi b/Source/bindings/v8/v8.gypi
|
| index 1c6330f544c3e38c44c37aaa061132b834384ca2..95f05bef87848e9d6b0b3e2f46e381d6a169d6ba 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',
|
|
|