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

Unified Diff: chrome/test/BUILD.gn

Issue 2901113003: Fix breakages while performance_browser_tests was not running on Mac. (Closed)
Patch Set: Created 3 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 | « PRESUBMIT.py ('k') | chrome/test/perf/mach_ports_performancetest.cc » ('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 384c3b715911f6866329cfbbf93d0296345918f7..f3a189c4d20a9236890919bd8ecd5bf89a8ec3eb 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -5017,6 +5017,9 @@ if (!is_android && !is_chromecast) {
"$root_out_dir/resources.pak",
]
}
+ if (is_mac) {
+ deps += [ "//chrome:chrome_app" ]
+ }
# This target should not require the Chrome executable to run.
assert_no_deps = [ "//chrome" ]
« no previous file with comments | « PRESUBMIT.py ('k') | chrome/test/perf/mach_ports_performancetest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698