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

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

Issue 2892083002: Send enter / exit fullscreen signal to AVDA (Closed)
Patch Set: more cl feedback 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 | « no previous file | media/base/overlay_info.h » ('j') | media/base/overlay_info.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 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.cc",
200 "overlay_info.h", 201 "overlay_info.h",
201 "pipeline.h", 202 "pipeline.h",
202 "pipeline_impl.cc", 203 "pipeline_impl.cc",
203 "pipeline_impl.h", 204 "pipeline_impl.h",
204 "pipeline_metadata.cc", 205 "pipeline_metadata.cc",
205 "pipeline_metadata.h", 206 "pipeline_metadata.h",
206 "pipeline_status.h", 207 "pipeline_status.h",
207 "player_tracker.cc", 208 "player_tracker.cc",
208 "player_tracker.h", 209 "player_tracker.h",
209 "provision_fetcher.h", 210 "provision_fetcher.h",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "djb2_unittest.cc", 452 "djb2_unittest.cc",
452 "fake_demuxer_stream_unittest.cc", 453 "fake_demuxer_stream_unittest.cc",
453 "feedback_signal_accumulator_unittest.cc", 454 "feedback_signal_accumulator_unittest.cc",
454 "gmock_callback_support_unittest.cc", 455 "gmock_callback_support_unittest.cc",
455 "key_systems_unittest.cc", 456 "key_systems_unittest.cc",
456 "media_url_demuxer_unittest.cc", 457 "media_url_demuxer_unittest.cc",
457 "mime_util_unittest.cc", 458 "mime_util_unittest.cc",
458 "moving_average_unittest.cc", 459 "moving_average_unittest.cc",
459 "multi_channel_resampler_unittest.cc", 460 "multi_channel_resampler_unittest.cc",
460 "null_video_sink_unittest.cc", 461 "null_video_sink_unittest.cc",
462 "overlay_info_unittest.cc",
461 "pipeline_impl_unittest.cc", 463 "pipeline_impl_unittest.cc",
462 "ranges_unittest.cc", 464 "ranges_unittest.cc",
463 "renderer_factory_selector_unittest.cc", 465 "renderer_factory_selector_unittest.cc",
464 "seekable_buffer_unittest.cc", 466 "seekable_buffer_unittest.cc",
465 "serial_runner_unittest.cc", 467 "serial_runner_unittest.cc",
466 "silent_sink_suspender_unittest.cc", 468 "silent_sink_suspender_unittest.cc",
467 "sinc_resampler_unittest.cc", 469 "sinc_resampler_unittest.cc",
468 "stream_parser_unittest.cc", 470 "stream_parser_unittest.cc",
469 "text_ranges_unittest.cc", 471 "text_ranges_unittest.cc",
470 "text_renderer_unittest.cc", 472 "text_renderer_unittest.cc",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 571
570 fuzzer_test("media_container_names_fuzzer") { 572 fuzzer_test("media_container_names_fuzzer") {
571 sources = [ 573 sources = [
572 "container_names_fuzzertest.cc", 574 "container_names_fuzzertest.cc",
573 ] 575 ]
574 deps = [ 576 deps = [
575 "//base", 577 "//base",
576 "//media", 578 "//media",
577 ] 579 ]
578 } 580 }
OLDNEW
« no previous file with comments | « no previous file | media/base/overlay_info.h » ('j') | media/base/overlay_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698