mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
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("encryptedmedia") {
|
||
|
sources = [
|
||
|
"content_decryption_module_result_promise.cc",
|
||
|
"content_decryption_module_result_promise.h",
|
||
|
"encrypted_media_utils.cc",
|
||
|
"encrypted_media_utils.h",
|
||
|
"html_media_element_encrypted_media.cc",
|
||
|
"html_media_element_encrypted_media.h",
|
||
|
"media_encrypted_event.cc",
|
||
|
"media_encrypted_event.h",
|
||
|
"media_key_message_event.cc",
|
||
|
"media_key_message_event.h",
|
||
|
"media_key_session.cc",
|
||
|
"media_key_session.h",
|
||
|
"media_key_status_map.cc",
|
||
|
"media_key_status_map.h",
|
||
|
"media_key_system_access.cc",
|
||
|
"media_key_system_access.h",
|
||
|
"media_keys.cc",
|
||
|
"media_keys.h",
|
||
|
"media_keys_controller.cc",
|
||
|
"media_keys_controller.h",
|
||
|
"media_keys_get_status_for_policy.cc",
|
||
|
"media_keys_get_status_for_policy.h",
|
||
|
"navigator_request_media_key_system_access.cc",
|
||
|
"navigator_request_media_key_system_access.h",
|
||
|
]
|
||
|
}
|