Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: gpu/gles2_conform_support/gles2_conform_test.gyp

Issue 101543007: Get rid of the old angle checkout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/gles2_conform_test.gyp
diff --git a/gpu/gles2_conform_support/gles2_conform_test.gyp b/gpu/gles2_conform_support/gles2_conform_test.gyp
index ba89e2aad6142f4f0f16cfabc98951ee3f652335..74ede870d40e9dac6b80b6991c195250e2a41b7f 100644
--- a/gpu/gles2_conform_support/gles2_conform_test.gyp
+++ b/gpu/gles2_conform_support/gles2_conform_test.gyp
@@ -110,8 +110,8 @@
}],
['OS=="win"', {
'dependencies': [
- '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:libGLESv2',
- '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:libEGL',
+ '<(angle_path)/src/build_angle.gyp:libGLESv2',
+ '<(angle_path)/src/build_angle.gyp:libEGL',
],
'defines': [
'EGLAPI=',
@@ -194,8 +194,8 @@
'gles2_conform_test_embedded_data',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/third_party/expat/expat.gyp:expat',
- '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:libGLESv2',
- '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:libEGL',
+ '<(angle_path)/src/build_angle.gyp:libGLESv2',
+ '<(angle_path)/src/build_angle.gyp:libEGL',
'<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_main_native',
],
'defines': [
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698