Index: build/config/mac/BUILD.gn |
diff --git a/build/config/mac/BUILD.gn b/build/config/mac/BUILD.gn |
index 582564176a223721793ad10663e1177bffe95700..02aae6661622b9ee69c8be4611776d4de9923be7 100644 |
--- a/build/config/mac/BUILD.gn |
+++ b/build/config/mac/BUILD.gn |
@@ -5,9 +5,7 @@ |
import("//build/config/sysroot.gni") |
config("sdk") { |
- common_flags = [ |
- "-stdlib=libc++", |
- ] |
+ common_flags = [ "-stdlib=libc++" ] |
cflags = common_flags |
ldflags = common_flags |
@@ -20,7 +18,8 @@ config("mac_dynamic_flags") { |
"-L.", |
# Forces shared libraries to search for undefined symbols. |
- "-undefined", "dynamic_lookup", |
+ "-undefined", |
+ "dynamic_lookup", |
# Path for loading shared libraries for unbundled binaries. |
"-Wl,-rpath,@loader_path/.", |