# Copyright 2018 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("manifest") {
sources = [
"image_resource_type_converters.cc",
"image_resource_type_converters.h",
"manifest_change_notifier.cc",
"manifest_change_notifier.h",
"manifest_fetcher.cc",
"manifest_fetcher.h",
"manifest_manager.cc",
"manifest_manager.h",
"manifest_parser.cc",
"manifest_parser.h",
]
deps = [
"//net",
"//third_party/blink/renderer/modules/navigatorcontentutils:navigatorcontentutils",
"//url",
]
}