| Index: components/offline_items_collection/content/BUILD.gn
|
| diff --git a/components/offline_items_collection/content/BUILD.gn b/components/offline_items_collection/content/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b3671ba30f20102a0f4fd94deff17eeca8aa2246
|
| --- /dev/null
|
| +++ b/components/offline_items_collection/content/BUILD.gn
|
| @@ -0,0 +1,20 @@
|
| +# Copyright 2017 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("content") {
|
| + sources = [
|
| + "offline_content_aggregator_factory.cc",
|
| + "offline_content_aggregator_factory.h",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//base",
|
| + "//components/keyed_service/core",
|
| + ]
|
| +
|
| + deps = [
|
| + "//components/offline_items_collection/core",
|
| + "//content/public/browser",
|
| + ]
|
| +}
|
|
|