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", |
] |
} |
} |