Chromium Code Reviews| Index: Source/core/core.gyp |
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp |
| index ffadcab145b5c81b3dc2af30edd330dbba994096..11f849780545f0ce60fcd622ae6cf8496caca876 100644 |
| --- a/Source/core/core.gyp |
| +++ b/Source/core/core.gyp |
| @@ -397,7 +397,7 @@ |
| 'include_dirs': [ |
| '<@(webcore_include_dirs)', |
| '<(DEPTH)/gpu', |
| - '<(DEPTH)/third_party/angle_dx11/include/GLSLANG', |
| + '<(DEPTH)/third_party/angle_dx11/include', |
| ], |
| 'msvs_disabled_warnings': [ |
| 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, |