Index: base/allocator/BUILD.gn |
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn |
index 04409d3948751200da848a94ff91a7e50d90b448..22a9ea769486c20516ce225eafa97e149fc66e81 100644 |
--- a/base/allocator/BUILD.gn |
+++ b/base/allocator/BUILD.gn |
@@ -59,7 +59,7 @@ if (is_win) { |
"/NODEFAULTLIB:libcmt", |
"/NODEFAULTLIB:libcmtd", |
] |
- libs = [ rebase_path("$target_gen_dir/allocator/libcmt.lib") ] |
+ libs = [ "$target_gen_dir/allocator/libcmt.lib" ] |
} |
if (!is_component_build) { |
@@ -89,8 +89,10 @@ if (is_win) { |
configs += [ "//build/config/compiler:no_chromium_code" ] |
public_configs = [ ":nocmt" ] |
- deps = [ |
+ public_deps = [ |
":prep_libc", |
+ ] |
+ deps = [ |
"//base", |
] |
} |