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

Unified Diff: build/config/mac/BUILD.gn

Issue 2451613005: Format GN files and add a presubmit check that GN is properly formatted (Closed)
Patch Set: Fix gn args Created 4 years, 2 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 | « build/config/compiler/BUILD.gn ('k') | pkg/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/.",
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | pkg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698