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

Unified Diff: BUILD.gn

Issue 2420943002: Remove the syzygy optimization code. (Closed)
Patch Set: Remove the syzygy optimization code. 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 43149c93c23dedd3c0fa7390e1d13215d36d5079..477786283b755ede0834a28833cdb5a88ee22464 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -151,9 +151,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