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

Unified Diff: chrome/chrome_tests.gypi

Issue 807753002: Add angle_end2end_tests target and isolate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unneeded and incorrect reference to ShInitialize/Finalize. Created 6 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 | « chrome/angle_end2end_tests.isolate ('k') | gpu/angle_end2end_tests_main.cc » ('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 a134375858fa7a6575968738d5a82ed3efdee1b8..2140bca0cd103b157a8bf18834972a53c6ad067a 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -3219,6 +3219,21 @@
},
],
}],
+ ['OS=="win"', {
+ 'targets': [
+ {
+ 'target_name': 'angle_end2end_tests_run',
+ 'type': 'none',
+ 'dependencies': [
+ '../gpu/gpu.gyp:angle_end2end_tests',
+ 'gpu_tests_base',
+ ],
+ 'sources': [
+ 'angle_end2end_tests.isolate',
+ ],
+ },
+ ],
+ }],
],
}],
],
« no previous file with comments | « chrome/angle_end2end_tests.isolate ('k') | gpu/angle_end2end_tests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698