summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 22:53:01 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-12 22:53:01 +0000
commitc91dc7211289405fe6ca2593fcd209cf9179d46c (patch)
tree73a96c65189447187684d09ef16bcad4026ee019 /gpu/gpu.gyp
parentdd946bb05f5ec8c5c70f2c7ce6a5ffb8fe6cd4ad (diff)
downloadchromium_src-c91dc7211289405fe6ca2593fcd209cf9179d46c.zip
chromium_src-c91dc7211289405fe6ca2593fcd209cf9179d46c.tar.gz
chromium_src-c91dc7211289405fe6ca2593fcd209cf9179d46c.tar.bz2
Make it possible to switch between two different versions of ANGLE.
One is the existing one and the default with this patch: third_party/angle. The other is third_party/angle_dx11, which will pulled in via DEPS in another patch. BUG=247158 TBR=xhwang@chromium.org Review URL: https://codereview.chromium.org/16737007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index bd6abb0..2a04a37 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -121,7 +121,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/angle/src/build_angle.gyp:translator_glsl',
+ '<(angle_path)/src/build_angle.gyp:translator_glsl',
'../ui/gl/gl.gyp:gl',
'../ui/ui.gyp:ui',
'command_buffer/command_buffer.gyp:gles2_utils',
@@ -248,7 +248,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/angle/src/build_angle.gyp:translator_glsl',
+ '<(angle_path)/src/build_angle.gyp:translator_glsl',
'../ui/ui.gyp:ui',
'command_buffer/command_buffer.gyp:gles2_utils',
'command_buffer_client',