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

Unified Diff: BUILD.gn

Issue 2439743002: Remove the syzygy optimization code. (Closed)
Patch Set: Created 4 years, 2 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 | build/config/compiler/compiler.gni » ('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 93699f0c9b4acfe03fda0a63e682a514fc90748e..a7bcf416f884a8e2a2485cef9eb362f77d56c828 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -150,9 +150,8 @@ if (is_win) {
]
}
- # TODO(sebmarchand): Remove this once we stop supporting Syzygy (M54+).
group("All_syzygy") {
- if (is_syzyasan || syzygy_optimize) {
+ if (is_syzyasan) {
deps = [
"//chrome/installer/mini_installer:mini_installer",
"//chrome/installer/mini_installer:mini_installer_syzygy",
« no previous file with comments | « no previous file | build/config/compiler/compiler.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698