summaryrefslogtreecommitdiffstats
path: root/chrome/BUILD.gn
diff options
context:
space:
mode:
authorvakh <vakh@chromium.org>2016-01-22 13:01:34 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-22 21:02:39 +0000
commitbdd302affda19c5b2051d1e868c7045f5614c955 (patch)
treea9f33080765bc7481c7ed8dbeeb20b38ed5eea9a /chrome/BUILD.gn
parentf92f4e5c849c028db73fbe06912685a77b978ee4 (diff)
downloadchromium_src-bdd302affda19c5b2051d1e868c7045f5614c955.zip
chromium_src-bdd302affda19c5b2051d1e868c7045f5614c955.tar.gz
chromium_src-bdd302affda19c5b2051d1e868c7045f5614c955.tar.bz2
Move remote_db_manager into the safe_browsing_db component.
BUG=543161 Review URL: https://codereview.chromium.org/1579403002 Cr-Commit-Position: refs/heads/master@{#371034}
Diffstat (limited to 'chrome/BUILD.gn')
-rw-r--r--chrome/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index db8d6d6..517192d 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -984,6 +984,7 @@ if (is_android) {
"//chrome/renderer",
"//chrome/utility",
"//components/enhanced_bookmarks",
+ "//components/safe_browsing_db:safe_browsing_db_mobile",
"//content/public/app:both",
]
}