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

Side by Side Diff: media/BUILD.gn

Issue 1162863003: Move ContentVideoCaptureDeviceCore from src/content to src/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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/content_tests.gypi ('k') | media/capture/OWNERS » ('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/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "--typename=MediaOzonePlatform", 79 "--typename=MediaOzonePlatform",
80 "--include=\"media/ozone/media_ozone_platform.h\"", 80 "--include=\"media/ozone/media_ozone_platform.h\"",
81 ] 81 ]
82 } 82 }
83 } 83 }
84 84
85 component("media") { 85 component("media") {
86 sources = [ 86 sources = [
87 "blink/skcanvas_video_renderer.cc", 87 "blink/skcanvas_video_renderer.cc",
88 "blink/skcanvas_video_renderer.h", 88 "blink/skcanvas_video_renderer.h",
89 "capture/animated_content_sampler.cc",
90 "capture/animated_content_sampler.h",
91 "capture/capture_resolution_chooser.cc",
92 "capture/capture_resolution_chooser.h",
93 "capture/feedback_signal_accumulator.cc",
94 "capture/feedback_signal_accumulator.h",
95 "capture/screen_capture_device_core.cc",
96 "capture/screen_capture_device_core.h",
97 "capture/smooth_event_sampler.cc",
98 "capture/smooth_event_sampler.h",
99 "capture/thread_safe_capture_oracle.cc",
100 "capture/thread_safe_capture_oracle.h",
101 "capture/video_capture_oracle.cc",
102 "capture/video_capture_oracle.h",
89 "cdm/aes_decryptor.cc", 103 "cdm/aes_decryptor.cc",
90 "cdm/aes_decryptor.h", 104 "cdm/aes_decryptor.h",
91 "cdm/default_cdm_factory.cc", 105 "cdm/default_cdm_factory.cc",
92 "cdm/default_cdm_factory.h", 106 "cdm/default_cdm_factory.h",
93 "cdm/json_web_key.cc", 107 "cdm/json_web_key.cc",
94 "cdm/json_web_key.h", 108 "cdm/json_web_key.h",
95 "cdm/key_system_names.cc", 109 "cdm/key_system_names.cc",
96 "cdm/key_system_names.h", 110 "cdm/key_system_names.h",
97 "cdm/player_tracker_impl.cc", 111 "cdm/player_tracker_impl.cc",
98 "cdm/player_tracker_impl.h", 112 "cdm/player_tracker_impl.h",
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "//media/base:base_for_cast_ios", 507 "//media/base:base_for_cast_ios",
494 "//media/base/mac", 508 "//media/base/mac",
495 "//ui/gfx/geometry", 509 "//ui/gfx/geometry",
496 ] 510 ]
497 } 511 }
498 } 512 }
499 513
500 test("media_unittests") { 514 test("media_unittests") {
501 sources = [ 515 sources = [
502 "blink/skcanvas_video_renderer_unittest.cc", 516 "blink/skcanvas_video_renderer_unittest.cc",
517 "capture/animated_content_sampler_unittest.cc",
518 "capture/capture_resolution_chooser_unittest.cc",
519 "capture/feedback_signal_accumulator_unittest.cc",
520 "capture/smooth_event_sampler_unittest.cc",
521 "capture/video_capture_oracle_unittest.cc",
503 "cdm/aes_decryptor_unittest.cc", 522 "cdm/aes_decryptor_unittest.cc",
504 "cdm/json_web_key_unittest.cc", 523 "cdm/json_web_key_unittest.cc",
505 "filters/audio_clock_unittest.cc", 524 "filters/audio_clock_unittest.cc",
506 "filters/audio_decoder_selector_unittest.cc", 525 "filters/audio_decoder_selector_unittest.cc",
507 "filters/audio_renderer_algorithm_unittest.cc", 526 "filters/audio_renderer_algorithm_unittest.cc",
508 "filters/chunk_demuxer_unittest.cc", 527 "filters/chunk_demuxer_unittest.cc",
509 "filters/decrypting_audio_decoder_unittest.cc", 528 "filters/decrypting_audio_decoder_unittest.cc",
510 "filters/decrypting_demuxer_stream_unittest.cc", 529 "filters/decrypting_demuxer_stream_unittest.cc",
511 "filters/decrypting_video_decoder_unittest.cc", 530 "filters/decrypting_video_decoder_unittest.cc",
512 "filters/fake_video_decoder.cc", 531 "filters/fake_video_decoder.cc",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "//media/base:test_support", 758 "//media/base:test_support",
740 "//media/test:pipeline_integration_tests", 759 "//media/test:pipeline_integration_tests",
741 "//testing/gmock", 760 "//testing/gmock",
742 "//testing/gtest", 761 "//testing/gtest",
743 "//third_party/ffmpeg", 762 "//third_party/ffmpeg",
744 "//ui/gfx/geometry", 763 "//ui/gfx/geometry",
745 "//ui/gfx:test_support", 764 "//ui/gfx:test_support",
746 ] 765 ]
747 } 766 }
748 } 767 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | media/capture/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698