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

Unified Diff: BUILD.gn

Issue 2140793002: Add the content_shell_syzyasan GN target. (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 | content/shell/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..f4fb566b54a7310aaa7dfe9f0f36f20044a3407d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -985,8 +985,7 @@ if (!is_ios && !is_android && !is_chromecast) {
if (is_win && symbol_level == 2 && target_cpu == "x86" && is_syzyasan) {
deps += [
"//chrome/tools/build/win/syzygy:chrome_dll_syzygy",
- # TODO(GYP): Add this once it exists, https://crbug.com/619086
- # "//content/shell:content_shell_syzyasan
+ "//content/shell:content_shell_syzyasan",
]
}
}
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698