mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
32 lines
909 B
Plaintext
32 lines
909 B
Plaintext
# Copyright 2016 The Chromium Authors. All rights reserved.
|
|
# 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("push_messaging") {
|
|
sources = [
|
|
"push_controller.cc",
|
|
"push_controller.h",
|
|
"push_error.cc",
|
|
"push_error.h",
|
|
"push_event.cc",
|
|
"push_event.h",
|
|
"push_manager.cc",
|
|
"push_manager.h",
|
|
"push_message_data.cc",
|
|
"push_message_data.h",
|
|
"push_messaging_bridge.cc",
|
|
"push_messaging_bridge.h",
|
|
"push_subscription.cc",
|
|
"push_subscription.h",
|
|
"push_subscription_callbacks.cc",
|
|
"push_subscription_callbacks.h",
|
|
"push_subscription_options.cc",
|
|
"push_subscription_options.h",
|
|
"service_worker_global_scope_push.h",
|
|
"service_worker_registration_push.cc",
|
|
"service_worker_registration_push.h",
|
|
]
|
|
}
|