blob: 1334fccec4ee6f6761fafcc770cd87f68ad64c52 [file] [log] [blame]
# Copyright 2016 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_suggestions") {
sources = [
"content_suggestion.h",
"content_suggestion.mm",
"content_suggestions_collection_updater.h",
"content_suggestions_collection_updater.mm",
"content_suggestions_commands.h",
"content_suggestions_data_sink.h",
"content_suggestions_data_source.h",
"content_suggestions_image_fetcher.h",
"content_suggestions_view_controller.h",
"content_suggestions_view_controller.mm",
]
deps = [
"//base",
"//ios/chrome/browser/ui/collection_view",
"//ios/chrome/browser/ui/content_suggestions/cells",
"//ios/chrome/browser/ui/content_suggestions/identifier",
"//ui/base",
"//url",
]
public_deps = [
"//ios/third_party/material_components_ios",
]
configs += [ "//build/config/compiler:enable_arc" ]
}