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

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

Issue 2849043002: Send AndroidOverlay routing token from WMPI to AVDA. (Closed)
Patch Set: rebased Created 3 years, 7 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 | « content/renderer/render_frame_impl.cc ('k') | media/base/media_switches.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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 "mime_util_internal.cc", 190 "mime_util_internal.cc",
191 "mime_util_internal.h", 191 "mime_util_internal.h",
192 "moving_average.cc", 192 "moving_average.cc",
193 "moving_average.h", 193 "moving_average.h",
194 "multi_channel_resampler.cc", 194 "multi_channel_resampler.cc",
195 "multi_channel_resampler.h", 195 "multi_channel_resampler.h",
196 "null_video_sink.cc", 196 "null_video_sink.cc",
197 "null_video_sink.h", 197 "null_video_sink.h",
198 "output_device_info.cc", 198 "output_device_info.cc",
199 "output_device_info.h", 199 "output_device_info.h",
200 "overlay_info.h",
200 "pipeline.h", 201 "pipeline.h",
201 "pipeline_impl.cc", 202 "pipeline_impl.cc",
202 "pipeline_impl.h", 203 "pipeline_impl.h",
203 "pipeline_metadata.cc", 204 "pipeline_metadata.cc",
204 "pipeline_metadata.h", 205 "pipeline_metadata.h",
205 "pipeline_status.h", 206 "pipeline_status.h",
206 "player_tracker.cc", 207 "player_tracker.cc",
207 "player_tracker.h", 208 "player_tracker.h",
208 "provision_fetcher.h", 209 "provision_fetcher.h",
209 "ranges.cc", 210 "ranges.cc",
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 569
569 fuzzer_test("media_container_names_fuzzer") { 570 fuzzer_test("media_container_names_fuzzer") {
570 sources = [ 571 sources = [
571 "container_names_fuzzertest.cc", 572 "container_names_fuzzertest.cc",
572 ] 573 ]
573 deps = [ 574 deps = [
574 "//base", 575 "//base",
575 "//media", 576 "//media",
576 ] 577 ]
577 } 578 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | media/base/media_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698