chromium/ios/chrome/browser/commerce/model/price_notifications/BUILD.gn

# Copyright 2022 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("price_notifications") {
  sources = [
    "price_notifications_tab_helper.h",
    "price_notifications_tab_helper.mm",
  ]
  deps = [
    "//base",
    "//components/commerce/core:shopping_service",
    "//components/feature_engagement/public",
    "//ios/chrome/browser/commerce/model:shopping_service",
    "//ios/chrome/browser/commerce/model/push_notification",
    "//ios/chrome/browser/feature_engagement/model",
    "//ios/chrome/browser/shared/model/browser_state",
    "//ios/chrome/browser/shared/model/profile",
    "//ios/chrome/browser/shared/public/commands",
    "//ios/web/public",
    "//ios/web/public:web_state_observer",
  ]
}