diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 03:00:45 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 03:00:45 +0000 |
commit | c9248d325bd75c08d4e93cd04b064456473d468d (patch) | |
tree | 6b0590d906f0a964568ad7eb02570bd8de7dc63f /webkit/common | |
parent | d715cae5ea58ce787b195cd9dbc52f81df459adf (diff) | |
download | chromium_src-c9248d325bd75c08d4e93cd04b064456473d468d.zip chromium_src-c9248d325bd75c08d4e93cd04b064456473d468d.tar.gz chromium_src-c9248d325bd75c08d4e93cd04b064456473d468d.tar.bz2 |
Replace angle_path gyp variable with regular path.
The switch to angle_dx11 is complete. This is cleanup.
I will land this before removing the angle_path variable from build/common.gypi.
For media/
TBR=vrk@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18161007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/common')
-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 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', ], |