| Index: chrome_elf/BUILD.gn
|
| diff --git a/chrome_elf/BUILD.gn b/chrome_elf/BUILD.gn
|
| index 0629b6f4ef235cc4507a7b226f8d4b880b151c4c..c2861e0f682d74ef075c97b9cbdf72de6f78707f 100644
|
| --- a/chrome_elf/BUILD.gn
|
| +++ b/chrome_elf/BUILD.gn
|
| @@ -48,6 +48,7 @@ shared_library("chrome_elf") {
|
| ":security",
|
| "//build/config/sanitizers:deps",
|
| "//chrome/install_static:install_static_util",
|
| + "//chrome/install_static:primary_module",
|
| ]
|
| configs += [ "//build/config/win:windowed" ]
|
| configs -= [ "//build/config/win:console" ]
|
|
|