Chromium Code Reviews| Index: Source/bindings/bindings.gypi |
| diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi |
| index 5046f6f09c63cc55ac991abf7d390b962e999401..153c60f25769f2c1aaeaaa7ac2b3b0b3981e4bf4 100644 |
| --- a/Source/bindings/bindings.gypi |
| +++ b/Source/bindings/bindings.gypi |
| @@ -8,7 +8,8 @@ |
| ], |
| 'variables': { |
| 'bindings_dir': '.', |
| - 'blink_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink', |
| + 'core_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/core', |
|
Nils Barth (inactive)
2014/06/04 09:37:12
This will actually be defined in:
Source/core/core
c.shu
2014/06/04 16:00:42
Done.
|
| + 'modules_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/modules', |
| 'bindings_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/bindings', |
| 'bindings_unittest_files': [ |
| '<@(bindings_v8_unittest_files)', |