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

Unified Diff: gpu/gpu.gyp

Issue 1021763002: Add ANGLE perf tests targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing main file Created 5 years, 9 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 | « gpu/angle_perftests_main.cc ('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 0e31fb04b844cd631ca3d0271883d3bf5da316b4..0792431e0186e133d6835452d533dfac13cef7b0 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -721,6 +721,24 @@
'angle_end2end_tests_main.cc',
],
},
+ {
+ # TODO(jmadill): port this target to the GN build.
+ 'target_name': 'angle_perftests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
+ ],
+ 'includes':
+ [
+ '../third_party/angle/build/common_defines.gypi',
+ '../third_party/angle/src/tests/angle_perftests.gypi',
+ ],
+ 'sources':
+ [
+ 'angle_perftests_main.cc',
+ ],
+ },
],
}],
['test_isolation_mode != "noop"', {
« no previous file with comments | « gpu/angle_perftests_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698