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

Unified Diff: BUILD.gn

Issue 2487283002: Adding isolate script targets for all remaining C++ perf tests. (Closed)
Patch Set: Correct formattting in GN file Created 4 years, 1 month 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 | chrome/test/BUILD.gn » ('j') | 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 64ab23176ef3667103ebf2722b52ae8bbf930c47..873fe314aaa2cfd0359c73d780a781de646b3524 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -986,7 +986,7 @@ group("chromium_builder_perf") {
if (is_win) {
data_deps += [
"//chrome/installer/mini_installer:mini_installer",
- "//third_party/angle/src/tests:angle_perftests",
+ "//chrome/test:angle_perftests",
]
} else {
data_deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698