Index: tools/gn/secondary/chrome/BUILD.gn |
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn |
index 1728a83c81db6d1f575125bce35df031091a2965..6647c8e9ec7fd66619e134019772ea3086a7cdf9 100644 |
--- a/tools/gn/secondary/chrome/BUILD.gn |
+++ b/tools/gn/secondary/chrome/BUILD.gn |
@@ -188,7 +188,7 @@ about_credits_file = "$root_gen_dir/about_credits.html" |
build_relative_about_credits_file = |
rebase_path(about_credits_file, root_build_dir) |
-custom("about_credits") { |
+action("about_credits") { |
script = "//tools/licenses.py" |
outputs = [ about_credits_file ] |