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

Unified Diff: sandbox/mac/BUILD.gn

Issue 375873006: Rename source_prereqs to inputs in the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/yasm/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 4289044242ca29792ecc4939b0b519f794f81e5b..2da2e1709526bb2d87e81af8bedc4f20f59ee9c5 100644
--- a/sandbox/mac/BUILD.gn
+++ b/sandbox/mac/BUILD.gn
@@ -37,7 +37,7 @@ generate_stubs_output_stem = "xpc_stubs"
action("generate_stubs") {
script = generate_stubs_script
sources = [ generate_stubs_sig_public, generate_stubs_sig_private ]
- source_prereqs = [ generate_stubs_header ]
+ inputs = [ generate_stubs_header ]
outputs = [
"$target_gen_dir/$generate_stubs_output_stem.cc",
"$target_gen_dir/$generate_stubs_output_stem.h",
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | third_party/yasm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698