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

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: fixed includes Created 4 years, 4 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/android/BUILD.gn » ('j') | media/base/android/BUILD.gn » ('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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 ] 473 ]
474 configs += [ 474 configs += [
475 "//build/config/compiler:no_size_t_to_int_warning", 475 "//build/config/compiler:no_size_t_to_int_warning",
476 "//media:media_config", 476 "//media:media_config",
477 ] 477 ]
478 deps = [ 478 deps = [
479 ":test_support", 479 ":test_support",
480 "//base/test:test_support", 480 "//base/test:test_support",
481 "//gpu/command_buffer/common", 481 "//gpu/command_buffer/common",
482 "//media", 482 "//media",
483 "//media/base/android:anywhere_unittests",
483 "//skia", 484 "//skia",
484 "//testing/gmock", 485 "//testing/gmock",
485 "//testing/gtest", 486 "//testing/gtest",
486 ] 487 ]
487 488
488 # Even if FFmpeg is enabled on Android we don't want these. 489 # Even if FFmpeg is enabled on Android we don't want these.
489 # TODO(watk): Refactor tests that could be made to run on Android. 490 # TODO(watk): Refactor tests that could be made to run on Android.
490 if (media_use_ffmpeg && !is_android) { 491 if (media_use_ffmpeg && !is_android) {
491 sources += [ 492 sources += [
492 "audio_video_metadata_extractor_unittest.cc", 493 "audio_video_metadata_extractor_unittest.cc",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 608
608 fuzzer_test("media_container_names_fuzzer") { 609 fuzzer_test("media_container_names_fuzzer") {
609 sources = [ 610 sources = [
610 "container_names_fuzzertest.cc", 611 "container_names_fuzzertest.cc",
611 ] 612 ]
612 deps = [ 613 deps = [
613 "//base", 614 "//base",
614 "//media", 615 "//media",
615 ] 616 ]
616 } 617 }
OLDNEW
« no previous file with comments | « no previous file | media/base/android/BUILD.gn » ('j') | media/base/android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698