| Index: Source/bindings/core/v8/v8.gypi
|
| diff --git a/Source/bindings/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
|
| similarity index 92%
|
| rename from Source/bindings/v8/v8.gypi
|
| rename to Source/bindings/core/v8/v8.gypi
|
| index 95f05bef87848e9d6b0b3e2f46e381d6a169d6ba..1356aadcb760c39a24d3fec41044cf4725412d5a 100644
|
| --- a/Source/bindings/v8/v8.gypi
|
| +++ b/Source/bindings/core/v8/v8.gypi
|
| @@ -4,14 +4,12 @@
|
|
|
| {
|
| 'includes': [
|
| - # FIXME: should move bindings_v8_files to bindings/core/v8 or
|
| - # bindings/modules/v8.
|
| - '../core/v8/custom/custom.gypi',
|
| - '../modules/v8/generated.gypi',
|
| + 'custom/custom.gypi',
|
| + '../../modules/v8/generated.gypi',
|
| ],
|
| 'variables': {
|
| - 'bindings_v8_dir': '.',
|
| - 'bindings_v8_files': [
|
| + 'bindings_core_v8_dir': '.',
|
| + 'bindings_core_v8_files': [
|
| '<@(bindings_core_v8_custom_files)',
|
| 'ActiveDOMCallback.cpp',
|
| 'ActiveDOMCallback.h',
|
| @@ -39,8 +37,6 @@
|
| 'ExceptionState.h',
|
| 'ExceptionStatePlaceholder.cpp',
|
| 'ExceptionStatePlaceholder.h',
|
| - 'IDBBindingUtilities.cpp',
|
| - 'IDBBindingUtilities.h',
|
| 'NPV8Object.cpp',
|
| 'NPV8Object.h',
|
| 'Nullable.h',
|
| @@ -157,8 +153,7 @@
|
| 'npruntime_impl.h',
|
| 'npruntime_priv.h',
|
| ],
|
| - 'bindings_v8_unittest_files': [
|
| - 'IDBBindingUtilitiesTest.cpp',
|
| + 'bindings_core_v8_unittest_files': [
|
| 'ScriptPromiseTest.cpp',
|
| ],
|
| },
|
|
|