| Index: Source/bindings/modules/v8/v8.gypi
|
| diff --git a/Source/bindings/modules/v8/v8.gypi b/Source/bindings/modules/v8/v8.gypi
|
| index 69f6ec21e390972f6940a52331ef1c79b5586b43..9f950cf127704bdc94f98f3cf88b3e12bf772ee0 100644
|
| --- a/Source/bindings/modules/v8/v8.gypi
|
| +++ b/Source/bindings/modules/v8/v8.gypi
|
| @@ -9,6 +9,11 @@
|
| 'variables': {
|
| 'bindings_modules_v8_files': [
|
| '<@(bindings_modules_v8_custom_files)',
|
| + 'IDBBindingUtilities.cpp',
|
| + 'IDBBindingUtilities.h',
|
| + ],
|
| + 'bindings_modules_v8_unittest_files': [
|
| + 'IDBBindingUtilitiesTest.cpp',
|
| ],
|
| },
|
| }
|
|
|