blob: 812b1b19d4852a2677c3971b4398d8e867cd2d9e [file] [log] [blame]
# 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("mediasession") {
sources = [
"media_metadata.cc",
"media_metadata.h",
"media_metadata_sanitizer.cc",
"media_metadata_sanitizer.h",
"media_session.cc",
"media_session.h",
"type_converters.cc",
"type_converters.h",
]
}