summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/manifest/BUILD.gn
blob: 1ada0e3eb08f56759f8cac7d5802524144a934e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2018 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("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",
    "manifest_uma_util.cc",
    "manifest_uma_util.h",
  ]

  deps = [
    "//net",
    "//third_party/blink/renderer/modules/navigatorcontentutils:navigatorcontentutils",
    "//url",
  ]
}