Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Side by Side Diff: media/base/BUILD.gn

Issue 2426813002: EME: Close existing sessions on CDM failure (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/arm.gni") 6 import("//build/config/arm.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "cdm_factory.cc", 90 "cdm_factory.cc",
91 "cdm_factory.h", 91 "cdm_factory.h",
92 "cdm_initialized_promise.cc", 92 "cdm_initialized_promise.cc",
93 "cdm_initialized_promise.h", 93 "cdm_initialized_promise.h",
94 "cdm_key_information.cc", 94 "cdm_key_information.cc",
95 "cdm_key_information.h", 95 "cdm_key_information.h",
96 "cdm_promise.cc", 96 "cdm_promise.cc",
97 "cdm_promise.h", 97 "cdm_promise.h",
98 "cdm_promise_adapter.cc", 98 "cdm_promise_adapter.cc",
99 "cdm_promise_adapter.h", 99 "cdm_promise_adapter.h",
100 "cdm_session_tracker.cc",
101 "cdm_session_tracker.h",
100 "channel_mixer.cc", 102 "channel_mixer.cc",
101 "channel_mixer.h", 103 "channel_mixer.h",
102 "channel_mixing_matrix.cc", 104 "channel_mixing_matrix.cc",
103 "channel_mixing_matrix.h", 105 "channel_mixing_matrix.h",
104 "container_names.cc", 106 "container_names.cc",
105 "container_names.h", 107 "container_names.h",
106 "data_buffer.cc", 108 "data_buffer.cc",
107 "data_buffer.h", 109 "data_buffer.h",
108 "data_source.cc", 110 "data_source.cc",
109 "data_source.h", 111 "data_source.h",
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 592
591 fuzzer_test("media_container_names_fuzzer") { 593 fuzzer_test("media_container_names_fuzzer") {
592 sources = [ 594 sources = [
593 "container_names_fuzzertest.cc", 595 "container_names_fuzzertest.cc",
594 ] 596 ]
595 deps = [ 597 deps = [
596 "//base", 598 "//base",
597 "//media", 599 "//media",
598 ] 600 ]
599 } 601 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698