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

Unified Diff: tools/perf/BUILD.gn

Issue 2027873002: Enable telemetry_perf_unittests on swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to !is_ios. Created 4 years, 7 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 | « testing/buildbot/gn_isolate_map.pyl ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/BUILD.gn
diff --git a/tools/perf/BUILD.gn b/tools/perf/BUILD.gn
index ca0356560f819d1bcf1edba83a209f26ab7ed91b..333907bafd576bcf898efa321af66d00c95719e0 100644
--- a/tools/perf/BUILD.gn
+++ b/tools/perf/BUILD.gn
@@ -2,21 +2,19 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-if (!is_android) {
- group("perf") {
- testonly = true
- deps = [
- "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
- ]
+group("perf") {
+ testonly = true
+ deps = [
+ "//tools/perf/chrome_telemetry_build:telemetry_chrome_test",
+ ]
- data = [
- "//tools/perf/",
+ data = [
+ "//tools/perf/",
- # Field trial config
- "//tools/variations/",
- "//testing/variations/",
- ]
- }
+ # Field trial config
+ "//tools/variations/",
+ "//testing/variations/",
+ ]
}
if (is_android) {
« no previous file with comments | « testing/buildbot/gn_isolate_map.pyl ('k') | tools/perf/chrome_telemetry_build/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698