| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index f0d85e4f22d7d5e3672eed79c2dcee6f76583593..d1a59aef7201597be7bb743c0308d78c6e750c60 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -232,19 +232,19 @@
|
| ],
|
| 'include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/blink',
|
| - '<(bindings_output_dir)',
|
| '<@(webcore_include_dirs)',
|
|
|
| # FIXME: Remove these once the bindings script generates qualified
|
| # includes for these correctly. (Sequences don't work yet.)
|
| - '<(bindings_v8_dir)/custom',
|
| + '<(bindings_output_dir)',
|
| + '<(bindings_v8_custom_dir)',
|
| 'html',
|
| 'html/shadow',
|
| 'inspector',
|
| 'svg',
|
| ],
|
| 'sources': [
|
| - '<@(bindings_files)',
|
| + '<@(bindings_v8_files)',
|
| # These files include all the .cpp files generated from the .idl files
|
| # in webcore_files.
|
| '<@(bindings_core_generated_aggregate_files)',
|
|
|