| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 825dd77d71dc111ee02477da1cb26b9f3321bc4d..e3af195e761356d208fc0b6a0fa9f290c833ec59 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -58,9 +58,7 @@
|
| 'INSIDE_BLINK',
|
| ],
|
| 'include_dirs': [
|
| - # FIXME: Remove these once scripts generate qualified
|
| - # includes correctly: http://crbug.com/380054
|
| - '<(blink_platform_output_dir)',
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink',
|
| ],
|
| 'sources': [
|
| 'exported/WebCString.cpp',
|
| @@ -217,7 +215,7 @@
|
| ],
|
| 'include_dirs': [
|
| '<(angle_path)/include',
|
| - '<(blink_platform_output_dir)',
|
| + '<(SHARED_INTERMEDIATE_DIR)/blink',
|
| ],
|
| 'xcode_settings': {
|
| # Some Mac-specific parts of WebKit won't compile without having this
|
|
|