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

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

Issue 1996043002: Split MediaContentType and AudioFocusType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed desktop build & tests Created 4 years, 5 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "key_system_properties.cc", 134 "key_system_properties.cc",
135 "key_system_properties.h", 135 "key_system_properties.h",
136 "key_systems.cc", 136 "key_systems.cc",
137 "key_systems.h", 137 "key_systems.h",
138 "loopback_audio_converter.cc", 138 "loopback_audio_converter.cc",
139 "loopback_audio_converter.h", 139 "loopback_audio_converter.h",
140 "media.cc", 140 "media.cc",
141 "media.h", 141 "media.h",
142 "media_client.cc", 142 "media_client.cc",
143 "media_client.h", 143 "media_client.h",
144 "media_content_type.cc",
145 "media_content_type.h",
144 "media_keys.cc", 146 "media_keys.cc",
145 "media_keys.h", 147 "media_keys.h",
146 "media_log.cc", 148 "media_log.cc",
147 "media_log.h", 149 "media_log.h",
148 "media_log_event.h", 150 "media_log_event.h",
149 "media_permission.cc", 151 "media_permission.cc",
150 "media_permission.h", 152 "media_permission.h",
151 "media_resources.cc", 153 "media_resources.cc",
152 "media_resources.h", 154 "media_resources.h",
153 "media_switches.cc", 155 "media_switches.cc",
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 612
611 fuzzer_test("media_container_names_fuzzer") { 613 fuzzer_test("media_container_names_fuzzer") {
612 sources = [ 614 sources = [
613 "container_names_fuzzertest.cc", 615 "container_names_fuzzertest.cc",
614 ] 616 ]
615 deps = [ 617 deps = [
616 "//base", 618 "//base",
617 "//media", 619 "//media",
618 ] 620 ]
619 } 621 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698