summaryrefslogtreecommitdiffstats
path: root/url
diff options
context:
space:
mode:
authorjamesr <jamesr@chromium.org>2014-11-30 10:46:24 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-30 18:46:43 +0000
commit297949a385bb9c8357fca0664f352b8e34d2e26e (patch)
treeca6985183149ddb7a39075883f2f7af7ff4266fd /url
parent2db02cfac99d8a4890eca1c9712a37856c99bd38 (diff)
downloadchromium_src-297949a385bb9c8357fca0664f352b8e34d2e26e.zip
chromium_src-297949a385bb9c8357fca0664f352b8e34d2e26e.tar.gz
chromium_src-297949a385bb9c8357fca0664f352b8e34d2e26e.tar.bz2
Fix gn check //url/*
The unittests use base, so they should declare a dependency on it. R=brettw@chromium.org Review URL: https://codereview.chromium.org/756803003 Cr-Commit-Position: refs/heads/master@{#306141}
Diffstat (limited to 'url')
-rw-r--r--url/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/url/BUILD.gn b/url/BUILD.gn
index ec15c43..feece8d 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -117,6 +117,7 @@ if (!is_android) {
deps = [
":url",
+ "//base",
"//base/test:run_all_unittests",
"//testing/gtest",
"//third_party/icu:icuuc",