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

Unified Diff: gpu/gpu.gyp

Issue 1249693003: Rename angle_deqp_tests to angle_deqp_gles2_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include both expectations files temporarily Created 5 years, 5 months 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 | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index bbfc7196c20e88a809e381563fa1d7acb1da4da2..7c154c0a43ebaffc9eb604aa3c25fb7617e20c8b 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -781,12 +781,13 @@
# and is only a part of the Chromium build to allow easy integration
# with the GPU bot waterfall. (Note that dEQP uses exceptions, and
# currently can't build with Clang on Windows)
- 'target_name': 'angle_deqp_tests',
+ 'target_name': 'angle_deqp_gles2_tests',
'type': '<(gtest_target_type)',
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
'../third_party/angle/src/tests/tests.gyp:angle_deqp_gtest_support',
+ '../third_party/angle/src/tests/tests.gyp:angle_deqp_libgles2',
],
'includes': [
'../third_party/angle/build/common_defines.gypi',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698