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

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

Issue 2132653002: MediaCodecLoop unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added some tests 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
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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 ] 476 ]
477 configs += [ 477 configs += [
478 "//build/config/compiler:no_size_t_to_int_warning", 478 "//build/config/compiler:no_size_t_to_int_warning",
479 "//media:media_config", 479 "//media:media_config",
480 ] 480 ]
481 deps = [ 481 deps = [
482 ":test_support", 482 ":test_support",
483 "//base/test:test_support", 483 "//base/test:test_support",
484 "//gpu/command_buffer/common", 484 "//gpu/command_buffer/common",
485 "//media", 485 "//media",
486 "//media/base/android:anywhere_unittests",
486 "//skia", 487 "//skia",
487 "//testing/gmock", 488 "//testing/gmock",
488 "//testing/gtest", 489 "//testing/gtest",
489 ] 490 ]
490 491
491 # Even if FFmpeg is enabled on Android we don't want these. 492 # Even if FFmpeg is enabled on Android we don't want these.
492 # TODO(watk): Refactor tests that could be made to run on Android. 493 # TODO(watk): Refactor tests that could be made to run on Android.
493 if (media_use_ffmpeg && !is_android) { 494 if (media_use_ffmpeg && !is_android) {
494 sources += [ 495 sources += [
495 "audio_video_metadata_extractor_unittest.cc", 496 "audio_video_metadata_extractor_unittest.cc",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
610 611
611 fuzzer_test("media_container_names_fuzzer") { 612 fuzzer_test("media_container_names_fuzzer") {
612 sources = [ 613 sources = [
613 "container_names_fuzzertest.cc", 614 "container_names_fuzzertest.cc",
614 ] 615 ]
615 deps = [ 616 deps = [
616 "//base", 617 "//base",
617 "//media", 618 "//media",
618 ] 619 ]
619 } 620 }
OLDNEW
« no previous file with comments | « no previous file | media/base/android/BUILD.gn » ('j') | media/base/android/media_codec_loop_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698