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

Unified Diff: chrome/test/BUILD.gn

Issue 2591813002: Run angle_perftests on the GPU FYI bots. (Closed)
Patch Set: Use shared base generator func. Created 3 years, 11 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 | « no previous file | content/test/gpu/generate_buildbot_json.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index fc8d9b2cc0524fd056fe872e026dc3d84cdbc77c..1e2aca4c76441ff226d142cdab0173c9ae168aaa 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2939,7 +2939,7 @@ group("telemetry_perf_tests") {
group("angle_perftests") {
testonly = true
- if (is_win) {
+ if (is_win || is_linux) {
data_deps = [
"//third_party/angle/src/tests:angle_perftests",
]
« no previous file with comments | « no previous file | content/test/gpu/generate_buildbot_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698