summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorghose.tapu <ghose.tapu@gmail.com>2015-01-15 20:21:48 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-16 04:22:27 +0000
commit4183aa2da39c20f9e49f7e9bd51f08544c36af83 (patch)
tree352fc404b5b2cb0e73f40a813e456fd57a487af7 /components
parent57d1ec4fc5d33876e121f83a05593aa8d4f198c3 (diff)
downloadchromium_src-4183aa2da39c20f9e49f7e9bd51f08544c36af83.zip
chromium_src-4183aa2da39c20f9e49f7e9bd51f08544c36af83.tar.gz
chromium_src-4183aa2da39c20f9e49f7e9bd51f08544c36af83.tar.bz2
Importing certain bookmarks from firefox and HTML file as search engines.
BUG=52344 Review URL: https://codereview.chromium.org/616763002 Cr-Commit-Position: refs/heads/master@{#311834}
Diffstat (limited to 'components')
-rw-r--r--components/search_engines/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 089ebb4..a1cb181 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -41,6 +41,10 @@ static_library("search_engines") {
"util.h",
]
+ public_deps = [
+ "//components/metrics/proto",
+ ]
+
deps = [
":prepopulated_engines",
"//base",