diff options
author | jmadill <jmadill@chromium.org> | 2014-09-30 11:02:36 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-30 18:03:11 +0000 |
commit | 424be9e0114b848c022d07f843f803c87be56be7 (patch) | |
tree | 82a155c503bfdd179be0cc7c76d68f442cb735e0 /webkit | |
parent | a36cfd327476cc84febd6d511d61043d08c87cd2 (diff) | |
download | chromium_src-424be9e0114b848c022d07f843f803c87be56be7.zip chromium_src-424be9e0114b848c022d07f843f803c87be56be7.tar.gz chromium_src-424be9e0114b848c022d07f843f803c87be56be7.tar.bz2 |
Replace build_angle.gyp with angle.gyp.
The final step in switching the angle gyp file will be to remove
the temporary angle_gyp variable.
BUG=415983
Review URL: https://codereview.chromium.org/614053003
Cr-Commit-Position: refs/heads/master@{#297450}
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/common/gpu/webkit_gpu.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/common/gpu/webkit_gpu.gyp b/webkit/common/gpu/webkit_gpu.gyp index fcbdb30..2238538 100644 --- a/webkit/common/gpu/webkit_gpu.gyp +++ b/webkit/common/gpu/webkit_gpu.gyp @@ -29,7 +29,7 @@ '<(DEPTH)/gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', - '<(angle_path)/src/build_angle.gyp:translator', + '<(angle_path)/src/angle.gyp:translator', '<(DEPTH)/ui/gl/gl.gyp:gl', '<(DEPTH)/ui/gfx/gfx.gyp:gfx', '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |