Index: base/allocator/BUILD.gn |
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn |
index 09d4f850d472ec05bca5affdf7641e767ba081f5..8d963175dd9cf7b3792a218aeced48b7219f7a3a 100644 |
--- a/base/allocator/BUILD.gn |
+++ b/base/allocator/BUILD.gn |
@@ -30,7 +30,9 @@ if (is_win) { |
action("prep_libc") { |
script = "prep_libc.py" |
- outputs = [ "$target_gen_dir/allocator/libcmt.lib" ] |
+ outputs = [ |
+ "$target_gen_dir/allocator/libcmt.lib", |
+ ] |
args = [ |
visual_studio_path + "/vc/lib", |
rebase_path("$target_gen_dir/allocator"), |