chromium/third_party/blink/renderer/modules/notifications/BUILD.gn

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

import("//third_party/blink/renderer/modules/modules.gni")

blink_modules_sources("notifications") {
  sources = [
    "notification.cc",
    "notification.h",
    "notification_data.cc",
    "notification_data.h",
    "notification_event.cc",
    "notification_event.h",
    "notification_manager.cc",
    "notification_manager.h",
    "notification_metrics.cc",
    "notification_metrics.h",
    "notification_resources_loader.cc",
    "notification_resources_loader.h",
    "service_worker_global_scope_notifications.h",
    "service_worker_registration_notifications.cc",
    "service_worker_registration_notifications.h",
    "timestamp_trigger.cc",
    "timestamp_trigger.h",
  ]
  deps = [
    "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
    "//third_party/blink/renderer/modules/permissions",
    "//third_party/blink/renderer/modules/vibration",
  ]
}