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

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

Issue 1716503002: Basic media tracks implementation for media stream parsers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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
« no previous file with comments | « no previous file | media/base/media_track.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "media_keys.h", 128 "media_keys.h",
129 "media_log.cc", 129 "media_log.cc",
130 "media_log.h", 130 "media_log.h",
131 "media_log_event.h", 131 "media_log_event.h",
132 "media_permission.cc", 132 "media_permission.cc",
133 "media_permission.h", 133 "media_permission.h",
134 "media_resources.cc", 134 "media_resources.cc",
135 "media_resources.h", 135 "media_resources.h",
136 "media_switches.cc", 136 "media_switches.cc",
137 "media_switches.h", 137 "media_switches.h",
138 "media_track.cc",
139 "media_track.h",
140 "media_tracks.cc",
141 "media_tracks.h",
138 "media_util.cc", 142 "media_util.cc",
139 "media_util.h", 143 "media_util.h",
140 "mime_util.cc", 144 "mime_util.cc",
141 "mime_util.h", 145 "mime_util.h",
142 "mime_util_internal.cc", 146 "mime_util_internal.cc",
143 "mime_util_internal.h", 147 "mime_util_internal.h",
144 "moving_average.cc", 148 "moving_average.cc",
145 "moving_average.h", 149 "moving_average.h",
146 "multi_channel_resampler.cc", 150 "multi_channel_resampler.cc",
147 "multi_channel_resampler.h", 151 "multi_channel_resampler.h",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 560
557 fuzzer_test("media_container_names_fuzzer") { 561 fuzzer_test("media_container_names_fuzzer") {
558 sources = [ 562 sources = [
559 "container_names_fuzzertest.cc", 563 "container_names_fuzzertest.cc",
560 ] 564 ]
561 deps = [ 565 deps = [
562 "//base", 566 "//base",
563 "//media", 567 "//media",
564 ] 568 ]
565 } 569 }
OLDNEW
« no previous file with comments | « no previous file | media/base/media_track.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698