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

Unified Diff: build/config/mac/mac_sdk.gni

Issue 2454703004: GN: Format more gn files (Closed)
Patch Set: 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/arm.gni ('k') | build/config/mac/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/mac/mac_sdk.gni
diff --git a/build/config/mac/mac_sdk.gni b/build/config/mac/mac_sdk.gni
index b2a89e5c2a6d04323940347591de316f1a47a865..e0a3abc821b09d2f5970a7214a0ab826b0cf8cda 100644
--- a/build/config/mac/mac_sdk.gni
+++ b/build/config/mac/mac_sdk.gni
@@ -12,7 +12,10 @@ declare_args() {
mac_sdk_path = ""
}
-find_sdk_args = [ "--print_sdk_path", mac_sdk_min ]
+find_sdk_args = [
+ "--print_sdk_path",
+ mac_sdk_min,
+]
# The tool will print the SDK path on the first line, and the version on the
# second line.
« no previous file with comments | « build/config/arm.gni ('k') | build/config/mac/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698