| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index cf8ee9313c6243578f2232db74bcb838a05cf729..3f1971c846dd752f090a452f2d900bafdc733c00 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -44,8 +44,6 @@
|
|
|
| 'webcore_include_dirs': [
|
| '..', # WebKit/Source
|
| - # Needed to include the generated binding headers.
|
| - '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
|
| # FIXME: Remove these once core scripts generate qualified
|
| # includes correctly: http://crbug.com/380054
|
| '<(blink_core_output_dir)',
|
| @@ -53,6 +51,8 @@
|
| '<(blink_platform_output_dir)',
|
| '<(bindings_core_v8_output_dir)',
|
| '<(bindings_modules_v8_output_dir)',
|
| + # Needed to include the generated binding headers.
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink', # gen/blink
|
| ],
|
|
|
| 'conditions': [
|
|
|