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 |