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

Unified Diff: BUILD.gn

Issue 2129333002: Revert of Move the Syzygy scripts out of //chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/win/syzygy/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 ed2dcdd26426664ae17a457d3fcc7477699b64ce..38e5b95047f8ff2c7abfc3c5bb81c927fe24d897 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -988,6 +988,9 @@
# TODO(GYP): Add this once it exists, https://crbug.com/619086
# "//content/shell:content_shell_syzyasan
]
+ if (is_multi_dll_chrome) {
+ deps += [ "//chrome/tools/build/win/syzygy:chrome_child_dll_syzygy" ]
+ }
}
}
}
« no previous file with comments | « no previous file | build/win/syzygy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698