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

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: Added DISALLOW_COPY_AND_ASSIGN in MediaTracks Created 4 years, 10 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') | media/base/media_track.h » ('J')
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "media_keys.h", 119 "media_keys.h",
120 "media_log.cc", 120 "media_log.cc",
121 "media_log.h", 121 "media_log.h",
122 "media_log_event.h", 122 "media_log_event.h",
123 "media_permission.cc", 123 "media_permission.cc",
124 "media_permission.h", 124 "media_permission.h",
125 "media_resources.cc", 125 "media_resources.cc",
126 "media_resources.h", 126 "media_resources.h",
127 "media_switches.cc", 127 "media_switches.cc",
128 "media_switches.h", 128 "media_switches.h",
129 "media_track.cc",
130 "media_track.h",
131 "media_tracks.cc",
132 "media_tracks.h",
129 "media_util.cc", 133 "media_util.cc",
130 "media_util.h", 134 "media_util.h",
131 "mime_util.cc", 135 "mime_util.cc",
132 "mime_util.h", 136 "mime_util.h",
133 "mime_util_internal.cc", 137 "mime_util_internal.cc",
134 "mime_util_internal.h", 138 "mime_util_internal.h",
135 "moving_average.cc", 139 "moving_average.cc",
136 "moving_average.h", 140 "moving_average.h",
137 "multi_channel_resampler.cc", 141 "multi_channel_resampler.cc",
138 "multi_channel_resampler.h", 142 "multi_channel_resampler.h",
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 } 553 }
550 554
551 fuzzer_test("media_container_names_fuzzer") { 555 fuzzer_test("media_container_names_fuzzer") {
552 sources = [ 556 sources = [
553 "container_names_fuzzertest.cc", 557 "container_names_fuzzertest.cc",
554 ] 558 ]
555 deps = [ 559 deps = [
556 "//media", 560 "//media",
557 ] 561 ]
558 } 562 }
OLDNEW
« no previous file with comments | « no previous file | media/base/media_track.h » ('j') | media/base/media_track.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698