| # Copyright 2014 The Chromium Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| source_set("factory") { | |
| sources = [ | |
| "proto_database_provider_factory.cc", | |
| "proto_database_provider_factory.h", | |
| ] | |
| public_deps = [ | |
| "//base", | |
| "//components/keyed_service/content", | |
| ] | |
| deps = [ | |
| "//content/public/browser", | |
| ] | |
| } |