summaryrefslogtreecommitdiffstats
path: root/components/drive
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-10-23 17:20:20 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-24 00:21:04 +0000
commit5b700b08f0c0a1a0270b93e5f412d87e7d4fbd58 (patch)
treea999de147ba44ae8bd9026a31c6129aac8ae369f /components/drive
parentaf06ddf2c009ea232059c5f8632d85df0b8a207c (diff)
downloadchromium_src-5b700b08f0c0a1a0270b93e5f412d87e7d4fbd58.zip
chromium_src-5b700b08f0c0a1a0270b93e5f412d87e7d4fbd58.tar.gz
chromium_src-5b700b08f0c0a1a0270b93e5f412d87e7d4fbd58.tar.bz2
More gn check fixes
This adds the remaining components as commented-out lines so it's easier to see what remains. Some of the existing entries were missing the * so only the exact target was being checked, excluding unit test and test_support targets. This patch addresses those problems and adds the stars. BUG= Review URL: https://codereview.chromium.org/1422803002 Cr-Commit-Position: refs/heads/master@{#355936}
Diffstat (limited to 'components/drive')
-rw-r--r--components/drive/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/drive/BUILD.gn b/components/drive/BUILD.gn
index 16ba600..e832920 100644
--- a/components/drive/BUILD.gn
+++ b/components/drive/BUILD.gn
@@ -149,9 +149,10 @@ source_set("test_support") {
deps = [
":drive",
":proto",
- "//base:base",
+ "//base",
+ "//base:prefs_test_support",
"//content/test:test_support",
- "//google_apis:google_apis",
+ "//google_apis:test_support",
"//net:net",
]
}