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

Unified Diff: chrome/chrome_tests.gypi

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/angle_deqp_tests.isolate ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1deb91b46d77eeb779a5bb306ce35b45688c3e3d..39281b4a56dc7daacd604a0ead560e50a3aed529 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3332,14 +3332,14 @@
['OS=="win"', {
'targets': [
{
- 'target_name': 'angle_deqp_tests_run',
+ 'target_name': 'angle_deqp_gles2_tests_run',
'type': 'none',
'dependencies': [
- '../gpu/gpu.gyp:angle_deqp_tests',
+ '../gpu/gpu.gyp:angle_deqp_gles2_tests',
'gpu_tests_base',
],
'sources': [
- 'angle_deqp_tests.isolate',
+ 'angle_deqp_gles2_tests.isolate',
],
},
],
« no previous file with comments | « chrome/angle_deqp_tests.isolate ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698