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

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
Index: build/util/BUILD.gn
diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn
index a564fd4501168ba4475dc7058ce69631e13c32b9..7fc10a1b5781aead728a8ad7aecf5597a2ed582d 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" ]

Powered by Google App Engine
This is Rietveld 408576698