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

Unified Diff: sandbox/mac/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « sandbox/linux/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/BUILD.gn
diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
index 3833b8a608af68e799c234be639367af555b57cb..64f9c9cf1d39244e1b6810f53f712d92ee16e856 100644
--- a/sandbox/mac/BUILD.gn
+++ b/sandbox/mac/BUILD.gn
@@ -50,20 +50,32 @@ generate_stubs_output_stem = "xpc_stubs"
action("generate_stubs") {
script = generate_stubs_script
- sources = [ generate_stubs_sig_public, generate_stubs_sig_private ]
- inputs = [ generate_stubs_header ]
+ sources = [
+ generate_stubs_sig_public,
+ generate_stubs_sig_private,
+ ]
+ inputs = [
+ generate_stubs_header,
+ ]
outputs = [
"$target_gen_dir/$generate_stubs_output_stem.cc",
"$target_gen_dir/$generate_stubs_output_stem.h",
]
args = [
- "-i", rebase_path(target_gen_dir, root_build_dir),
- "-o", rebase_path(target_gen_dir, root_build_dir),
- "-t", "posix_stubs",
- "-e", rebase_path(generate_stubs_header, root_build_dir),
- "-s", generate_stubs_output_stem,
- "-p", generate_stubs_project,
- "-x", "SANDBOX_EXPORT",
+ "-i",
+ rebase_path(target_gen_dir, root_build_dir),
+ "-o",
+ rebase_path(target_gen_dir, root_build_dir),
+ "-t",
+ "posix_stubs",
+ "-e",
+ rebase_path(generate_stubs_header, root_build_dir),
+ "-s",
+ generate_stubs_output_stem,
+ "-p",
+ generate_stubs_project,
+ "-x",
+ "SANDBOX_EXPORT",
]
args += rebase_path(sources, root_build_dir)
}
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | sandbox/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698