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

Unified Diff: sandbox/win/BUILD.gn

Issue 2693193005: [Windows MSVC CFG] Turning on linker CFG for all. Removing CFG compile. (Closed)
Patch Set: Created 3 years, 10 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 | « chrome_elf/BUILD.gn ('k') | sandbox/win/tests/integration_tests/cfi_unittest_exe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/BUILD.gn
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index 958996b8ad3081020efee2c3052c23c864c2f1a9..1d51220c5abee4912f272c2945570627b3fcafb3 100644
--- a/sandbox/win/BUILD.gn
+++ b/sandbox/win/BUILD.gn
@@ -221,9 +221,6 @@ executable("cfi_unittest_exe") {
"//build/config/sanitizers:deps",
"//build/win:default_exe_manifest",
]
-
- # cfi_unittest.cc tests require this exe is built with CFG enabled.
- configs += [ "//build/config/win:win_msvc_cfg" ]
}
loadable_module("sbox_integration_test_hook_dll") {
« no previous file with comments | « chrome_elf/BUILD.gn ('k') | sandbox/win/tests/integration_tests/cfi_unittest_exe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698