Chromium Code Reviews| Index: build/util/BUILD.gn |
| diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn |
| index 3d2fc559876927202548f91fd4eb31a82037f4b1..9c5cf78062741926a304dcb0152f2fecb1d0bbab 100644 |
| --- a/build/util/BUILD.gn |
| +++ b/build/util/BUILD.gn |
| @@ -15,9 +15,6 @@ |
| action("last_change") { |
| script = "//build/util/lastchange.py" |
| - # This script must be run before targets depending on us. |
| - hard_dep = true |
| - |
| # Rerun the script any time this file changes. |
| source_prereqs = [ "//build/util/LASTCHANGE" ] |