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

Unified Diff: build/util/BUILD.gn

Issue 283883002: Remove the hard_dep flag in GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « build/config/android/rules.gni ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
« no previous file with comments | « build/config/android/rules.gni ('k') | mojo/public/tools/bindings/mojom.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698