# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("constants") {
  sources = [
    "content_suggestions_constants.h",
    "content_suggestions_constants.mm",
  ]
  deps = [
    "//base",
    "//ios/chrome/browser/ntp/model:set_up_list_item_type",
  ]
  frameworks = [ "UIKit.framework" ]
}

source_set("ntp_home_constants") {
  sources = [
    "ntp_home_constants.h",
    "ntp_home_constants.mm",
  ]
  deps = [ "//ios/chrome/common/ui/colors" ]
}
