summaryrefslogtreecommitdiffstats
path: root/tools/gn/secondary/chrome/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/secondary/chrome/BUILD.gn')
-rw-r--r--tools/gn/secondary/chrome/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
index 4ba0c43..d2e6795 100644
--- a/tools/gn/secondary/chrome/BUILD.gn
+++ b/tools/gn/secondary/chrome/BUILD.gn
@@ -195,7 +195,7 @@ custom("about_credits") {
# is added or removed, it will change the result, but there is no way to
# express this as a build dependency. We approximate this by depending on
# the last change file to force an update whenever the code is updated.
- source_prereqs = [ "//build/utils/LASTCHANGE" ]
+ source_prereqs = [ "//build/util/LASTCHANGE" ]
hard_dep = true