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

Side by Side Diff: media/BUILD.gn

Issue 541553003: Make ffmpeg specific unit_tests depend on media_use_ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased patch to latest master Created 6 years, 3 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/media.gyp » ('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/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/linux/pkg_config.gni") 8 import("//build/config/linux/pkg_config.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 "//ui/gfx:test_support", 499 "//ui/gfx:test_support",
500 "//url", 500 "//url",
501 ] 501 ]
502 502
503 if (is_android) { 503 if (is_android) {
504 deps += [ 504 deps += [
505 "//media/base/android", 505 "//media/base/android",
506 # TODO(GYP) 506 # TODO(GYP)
507 #"//testing/android:native_test_native_code" 507 #"//testing/android:native_test_native_code"
508 ] 508 ]
509 } else { 509 }
510
511 if (media_use_ffmpeg) {
510 sources += [ 512 sources += [
511 "ffmpeg/ffmpeg_common_unittest.cc", 513 "ffmpeg/ffmpeg_common_unittest.cc",
512 "filters/audio_decoder_unittest.cc", 514 "filters/audio_decoder_unittest.cc",
513 "filters/audio_file_reader_unittest.cc", 515 "filters/audio_file_reader_unittest.cc",
514 "filters/blocking_url_protocol_unittest.cc", 516 "filters/blocking_url_protocol_unittest.cc",
515 "filters/ffmpeg_demuxer_unittest.cc", 517 "filters/ffmpeg_demuxer_unittest.cc",
516 "filters/ffmpeg_glue_unittest.cc", 518 "filters/ffmpeg_glue_unittest.cc",
517 "filters/ffmpeg_video_decoder_unittest.cc", 519 "filters/ffmpeg_video_decoder_unittest.cc",
518 "filters/in_memory_url_protocol_unittest.cc", 520 "filters/in_memory_url_protocol_unittest.cc",
519 "filters/pipeline_integration_test.cc", 521 "filters/pipeline_integration_test.cc",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 deps = [ 720 deps = [
719 ":media", 721 ":media",
720 ":shared_memory_support", 722 ":shared_memory_support",
721 "//base", 723 "//base",
722 "//ui/gl", 724 "//ui/gl",
723 "//ui/gfx", 725 "//ui/gfx",
724 "//ui/gfx/geometry", 726 "//ui/gfx/geometry",
725 ] 727 ]
726 } 728 }
727 } 729 }
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698