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

Unified Diff: components/autofill/core/browser/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 | « chrome/common/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index c479470ba9c49badb6118506a3e8b201e655a8e5..59c7cd71112a52b5093061bcb25e7b67957e8f2c 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -20,7 +20,7 @@ action("regexes") {
visibility = "//components/autofill/*"
script = "//build/escape_unicode.py"
- source_prereqs = [
+ inputs = [
"autofill_regex_constants.cc.utf8",
]
outputs = [
@@ -28,7 +28,7 @@ action("regexes") {
]
args = [ "-o", rebase_path(target_gen_dir, root_build_dir) ]
- args += rebase_path(source_prereqs, root_build_dir)
+ args += rebase_path(inputs, root_build_dir)
}
# GYP version: components/autofill.gyp:autofill_core_browser
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698