summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-12-20 19:11:53 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-21 03:12:53 +0000
commitb8e602bfd91331d0d7976ce6e45f846c6d1a8433 (patch)
tree666a78989cae3def873531226c452a559880b330
parent1f8d66f7d66229062377c3ef6144c0129c7475d9 (diff)
downloadchromium_src-b8e602bfd91331d0d7976ce6e45f846c6d1a8433.zip
chromium_src-b8e602bfd91331d0d7976ce6e45f846c6d1a8433.tar.gz
chromium_src-b8e602bfd91331d0d7976ce6e45f846c6d1a8433.tar.bz2
tools/gn: Make it 'gn check' clean.
This was checked with the following command line: $ out/Debug/gn check out_gn/Debug //tools/gn/* And cleaned until it reported "Header dependency check OK". BUG=367595,376000 TEST=see above TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/806873003 Cr-Commit-Position: refs/heads/master@{#309371}
-rw-r--r--tools/gn/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index 71fabe9..40c28a2 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -212,6 +212,7 @@ executable("gn") {
deps = [
":gn_lib",
":last_commit_position",
+ "//base",
]
}