# 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("public") {
  sources = [
    "default_browser_promo_non_modal_commands.h",
    "default_browser_promo_non_modal_metrics_util.h",
    "default_browser_promo_non_modal_metrics_util.mm",
  ]
  deps = [ "//base" ]
  frameworks = [ "UIKit.framework" ]
}
