diff options
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 4 |
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', |