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

Side by Side Diff: media/BUILD.gn

Issue 2143903003: [WIP] Move media/capture to device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « device/capture/video/win/video_capture_device_win.cc ('k') | media/base/BUILD.gn » ('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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/android/config.gni") 6 import("//build/config/android/config.gni")
7 import("//build/config/arm.gni") 7 import("//build/config/arm.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/linux/pkg_config.gni") 9 import("//build/config/linux/pkg_config.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "//gpu/command_buffer/common", 510 "//gpu/command_buffer/common",
511 "//media/base:base_for_cast_ios", 511 "//media/base:base_for_cast_ios",
512 "//media/base/mac", 512 "//media/base/mac",
513 "//ui/gfx/geometry", 513 "//ui/gfx/geometry",
514 ] 514 ]
515 } 515 }
516 } 516 }
517 517
518 test("media_unittests") { 518 test("media_unittests") {
519 sources = [ 519 sources = [
520 "base/feedback_signal_accumulator_unittest.cc",
520 "cdm/aes_decryptor_unittest.cc", 521 "cdm/aes_decryptor_unittest.cc",
521 "cdm/external_clear_key_test_helper.cc", 522 "cdm/external_clear_key_test_helper.cc",
522 "cdm/external_clear_key_test_helper.h", 523 "cdm/external_clear_key_test_helper.h",
523 "cdm/json_web_key_unittest.cc", 524 "cdm/json_web_key_unittest.cc",
524 "cdm/simple_cdm_allocator.cc", 525 "cdm/simple_cdm_allocator.cc",
525 "cdm/simple_cdm_allocator.h", 526 "cdm/simple_cdm_allocator.h",
526 "cdm/simple_cdm_allocator_unittest.cc", 527 "cdm/simple_cdm_allocator_unittest.cc",
527 "cdm/simple_cdm_buffer.cc", 528 "cdm/simple_cdm_buffer.cc",
528 "cdm/simple_cdm_buffer.h", 529 "cdm/simple_cdm_buffer.h",
529 "filters/audio_clock_unittest.cc", 530 "filters/audio_clock_unittest.cc",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 sources = [ 881 sources = [
881 "filters/vpx_video_decoder_fuzzertest.cc", 882 "filters/vpx_video_decoder_fuzzertest.cc",
882 ] 883 ]
883 deps = [ 884 deps = [
884 ":media", 885 ":media",
885 "//base", 886 "//base",
886 ] 887 ]
887 libfuzzer_options = [ "max_len = 400000" ] 888 libfuzzer_options = [ "max_len = 400000" ]
888 seed_corpus = "//media/test/data" 889 seed_corpus = "//media/test/data"
889 } 890 }
OLDNEW
« no previous file with comments | « device/capture/video/win/video_capture_device_win.cc ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698