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

Unified Diff: BUILD.gn

Issue 2058103002: mac/gn: Add chromium_builder_perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebsae Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 1d9c449e0b04fc563546df703b5b474977b2f8ee..f0b21e471167d964dff913296754cda0e5171a11 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -862,8 +862,7 @@ group("chromium_swarm_tests") {
group("chromium_builder_perf") {
testonly = true
- # TODO(GYP): Make this target work on the mac.
- if (!is_ios && !is_android && !is_chromecast && !is_mac) {
+ if (!is_ios && !is_android && !is_chromecast) {
deps = [
"//cc:cc_perftests",
"//chrome/test:load_library_perf_tests",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698