| Index: Source/core/core.gyp
|
| diff --git a/Source/core/core.gyp b/Source/core/core.gyp
|
| index b1db46e3f071e85b8bce236a2fa2bb2ed8a78ebd..16c9b1de682af63cb58535543bd49671a782cfd2 100644
|
| --- a/Source/core/core.gyp
|
| +++ b/Source/core/core.gyp
|
| @@ -354,7 +354,7 @@
|
| '../config.gyp:config',
|
| '../platform/blink_platform.gyp:blink_platform',
|
| '../weborigin/weborigin.gyp:weborigin',
|
| - '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
|
| + '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
|
| '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
|
| @@ -374,7 +374,7 @@
|
| 'export_dependent_settings': [
|
| '../wtf/wtf.gyp:wtf',
|
| '../config.gyp:config',
|
| - '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
|
| + '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
|
| '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
|
|
|