# 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("ntp_tiles") {
  sources = [
    "ios_most_visited_sites_factory.cc",
    "ios_most_visited_sites_factory.h",
    "ios_popular_sites_factory.cc",
    "ios_popular_sites_factory.h",
  ]
  deps = [
    "//base",
    "//components/history/core/browser",
    "//components/image_fetcher",
    "//components/keyed_service/core",
    "//components/ntp_tiles",
    "//ios/chrome/browser",
    "//ios/chrome/browser/browser_state",
    "//ios/chrome/browser/favicon",
    "//ios/chrome/browser/history",
    "//ios/chrome/browser/search_engines",
    "//ios/chrome/browser/suggestions",
    "//ios/web",
  ]
}
