# Copyright 2024 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("coordinator") {
sources = [
"lens_promo_coordinator.h",
"lens_promo_coordinator.mm",
]
deps = [
"//ios/chrome/browser/shared/coordinator/chrome_coordinator",
"//ios/chrome/browser/shared/model/browser",
"//ios/chrome/browser/shared/public/commands",
"//ios/chrome/browser/tips_notifications/ui:lens_promo",
"//ios/chrome/common/ui/confirmation_alert",
]
}