From 6a502250caba7c3aa9e572b1ca6ba1811e58f6cf Mon Sep 17 00:00:00 2001 From: "geofflang@chromium.org" Date: Fri, 13 Dec 2013 11:49:09 +0000 Subject: Update dependencies to use new angle repository. BUG=319527 Review URL: https://codereview.chromium.org/106623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240595 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_gpu.gypi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/content_gpu.gypi') diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 73638e6..453fbec 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -26,12 +26,12 @@ ['OS=="win"', { 'include_dirs': [ '<(DEPTH)/third_party/khronos', - '<(DEPTH)/third_party/angle_dx11/src', + '<(angle_path)/src', '<(DEPTH)/third_party/wtl/include', ], 'dependencies': [ - '../third_party/angle_dx11/src/build_angle.gyp:libEGL', - '../third_party/angle_dx11/src/build_angle.gyp:libGLESv2', + '<(angle_path)/src/build_angle.gyp:libEGL', + '<(angle_path)/src/build_angle.gyp:libGLESv2', ], 'link_settings': { 'libraries': [ -- cgit v1.1