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

Unified Diff: third_party/yasm/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 | « sandbox/mac/BUILD.gn ('k') | third_party/yasm/yasm_assemble.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/BUILD.gn
diff --git a/third_party/yasm/BUILD.gn b/third_party/yasm/BUILD.gn
index 4ac36d1d2ab5f23611768fa24d5069a95ca707ec..4e0c97946adeaf8ef59f0aa2314d3de43feccbe5 100644
--- a/third_party/yasm/BUILD.gn
+++ b/third_party/yasm/BUILD.gn
@@ -16,7 +16,7 @@
# 1) yasm -- Sources, flags for the main yasm executable. Also has most of
# of the actions and rules that invoke the subprograms.
# 2) yasm_config -- General build configuration including setting a
-# source_prereqs listing the checked in version of files
+# inputs listing the checked in version of files
# generated by manually running configure. These manually
# generated files are used by all binaries.
# 3) yasm_utils -- Object files with memory management and hashing utilities
@@ -41,7 +41,7 @@ if (current_toolchain == host_toolchain) {
"source/config/$os",
"source/patched-yasm",
]
- source_prereqs = [
+ inputs = [
config_makefile,
"source/config/$os/config.h",
"source/config/$os/libyasm-stdint.h",
@@ -232,7 +232,7 @@ if (current_toolchain == host_toolchain) {
}
# TODO(ajwong): This should take most of the generated output as
- # source_prereqs.
+ # inputs.
deps = [
":compile_gperf",
":compile_gperf_for_include",
« no previous file with comments | « sandbox/mac/BUILD.gn ('k') | third_party/yasm/yasm_assemble.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698