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

Unified Diff: BUILD.gn

Issue 2046853003: Enable GN angle_perftests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix path 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 3974d9688ccf3f2b0c17c7dbe68097ae22009baa..34eef65d3f792b24336608d19922cc1647152634 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -68,9 +68,7 @@ group("gn_all") {
]
if (!is_ios) {
- deps += [
- "//v8:gn_all",
- ]
+ deps += [ "//v8:gn_all" ]
}
}
@@ -893,8 +891,8 @@ group("chromium_builder_perf") {
if (is_win) {
deps += [
- # "//gpu:angle_perftests", TODO(GYP): crbug.com/537008
"//chrome/installer/mini_installer:mini_installer",
+ "//third_party/angle/src/tests:angle_perftests",
]
} else {
deps += [ "//breakpad:minidump_stackwalk($host_toolchain)" ]
« 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