Chromium Code Reviews| Index: Source/bindings/modules/v8/v8.gypi |
| diff --git a/Source/bindings/bindings.gypi b/Source/bindings/modules/v8/v8.gypi |
| similarity index 58% |
| copy from Source/bindings/bindings.gypi |
| copy to Source/bindings/modules/v8/v8.gypi |
| index 354b185c08323da1d909833bdbf1b9a205454e17..85b4fc9f0b1e5ecd614bb4bced7b1106f8fa2667 100644 |
| --- a/Source/bindings/bindings.gypi |
| +++ b/Source/bindings/modules/v8/v8.gypi |
| @@ -4,12 +4,12 @@ |
| { |
| 'includes': [ |
| - 'v8/v8.gypi', |
| + 'custom/custom.gypi', |
| ], |
| 'variables': { |
| - 'bindings_dir': '.', |
| - 'bindings_unittest_files': [ |
| - '<@(bindings_v8_unittest_files)', |
| + 'bindings_modules_v8_dir': '.', |
|
Nils Barth (inactive)
2014/06/24 03:14:02
This isn't being used, is it?
Can you remove it?
tasak
2014/06/24 10:55:45
Done.
|
| + 'bindings_modules_v8_files': [ |
|
Nils Barth (inactive)
2014/06/24 03:14:02
You're not using this variable, but you should
(in
tasak
2014/06/24 10:55:45
I see. Done.
|
| + '<@(bindings_modules_v8_custom_files)', |
| ], |
| }, |
| } |