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

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: addressed Mounir's comments Created 4 years, 4 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 "key_system_properties.cc", 138 "key_system_properties.cc",
139 "key_system_properties.h", 139 "key_system_properties.h",
140 "key_systems.cc", 140 "key_systems.cc",
141 "key_systems.h", 141 "key_systems.h",
142 "loopback_audio_converter.cc", 142 "loopback_audio_converter.cc",
143 "loopback_audio_converter.h", 143 "loopback_audio_converter.h",
144 "media.cc", 144 "media.cc",
145 "media.h", 145 "media.h",
146 "media_client.cc", 146 "media_client.cc",
147 "media_client.h", 147 "media_client.h",
148 "media_content_type.cc",
149 "media_content_type.h",
148 "media_keys.cc", 150 "media_keys.cc",
149 "media_keys.h", 151 "media_keys.h",
150 "media_log.cc", 152 "media_log.cc",
151 "media_log.h", 153 "media_log.h",
152 "media_log_event.h", 154 "media_log_event.h",
153 "media_permission.cc", 155 "media_permission.cc",
154 "media_permission.h", 156 "media_permission.h",
155 "media_resources.cc", 157 "media_resources.cc",
156 "media_resources.h", 158 "media_resources.h",
157 "media_switches.cc", 159 "media_switches.cc",
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 581
580 fuzzer_test("media_container_names_fuzzer") { 582 fuzzer_test("media_container_names_fuzzer") {
581 sources = [ 583 sources = [
582 "container_names_fuzzertest.cc", 584 "container_names_fuzzertest.cc",
583 ] 585 ]
584 deps = [ 586 deps = [
585 "//base", 587 "//base",
586 "//media", 588 "//media",
587 ] 589 ]
588 } 590 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698