diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/DEPS | 1 | ||||
-rw-r--r-- | webkit/common/gpu/webkit_gpu.gyp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index e07015a..fb09b7c 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -11,7 +11,6 @@ include_rules = [ "+cc", "+grit", # For generated headers "+skia", - "+third_party/angle", "+third_party/angle_dx11", "+third_party/hyphen", "+third_party/leveldatabase", diff --git a/webkit/common/gpu/webkit_gpu.gyp b/webkit/common/gpu/webkit_gpu.gyp index 72bfd93..5390c9a6 100644 --- a/webkit/common/gpu/webkit_gpu.gyp +++ b/webkit/common/gpu/webkit_gpu.gyp @@ -22,7 +22,7 @@ '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', - '<(angle_path)/src/build_angle.gyp:translator_glsl', + '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl', '<(DEPTH)/ui/gl/gl.gyp:gl', '<(DEPTH)/ui/ui.gyp:ui', ], |