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

Side by Side Diff: media/BUILD.gn

Issue 1685483002: Add stub MediaCodecAudioDecoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments, one question Created 4 years, 10 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/filters/android/media_codec_audio_decoder.h » ('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 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 sources -= [ 387 sources -= [
388 "filters/ffmpeg_video_decoder.cc", 388 "filters/ffmpeg_video_decoder.cc",
389 "filters/ffmpeg_video_decoder.h", 389 "filters/ffmpeg_video_decoder.h",
390 ] 390 ]
391 } 391 }
392 sources += [ 392 sources += [
393 "capture/video/android/video_capture_device_android.cc", 393 "capture/video/android/video_capture_device_android.cc",
394 "capture/video/android/video_capture_device_android.h", 394 "capture/video/android/video_capture_device_android.h",
395 "capture/video/android/video_capture_device_factory_android.cc", 395 "capture/video/android/video_capture_device_factory_android.cc",
396 "capture/video/android/video_capture_device_factory_android.h", 396 "capture/video/android/video_capture_device_factory_android.h",
397 "filters/android/media_codec_audio_decoder.cc",
398 "filters/android/media_codec_audio_decoder.h",
397 ] 399 ]
398 sources -= [ 400 sources -= [
399 "filters/decrypting_audio_decoder.cc", 401 "filters/decrypting_audio_decoder.cc",
400 "filters/decrypting_audio_decoder.h", 402 "filters/decrypting_audio_decoder.h",
401 "filters/decrypting_video_decoder.cc", 403 "filters/decrypting_video_decoder.cc",
402 "filters/decrypting_video_decoder.h", 404 "filters/decrypting_video_decoder.h",
403 ] 405 ]
404 deps += [ 406 deps += [
405 "//media/base/android", 407 "//media/base/android",
406 "//media/base/android:media_jni_headers", 408 "//media/base/android:media_jni_headers",
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 "//media/base:test_support", 913 "//media/base:test_support",
912 "//media/test:pipeline_integration_tests", 914 "//media/test:pipeline_integration_tests",
913 "//testing/gmock", 915 "//testing/gmock",
914 "//testing/gtest", 916 "//testing/gtest",
915 "//third_party/ffmpeg", 917 "//third_party/ffmpeg",
916 "//ui/gfx:test_support", 918 "//ui/gfx:test_support",
917 "//ui/gfx/geometry", 919 "//ui/gfx/geometry",
918 ] 920 ]
919 } 921 }
920 } 922 }
OLDNEW
« no previous file with comments | « no previous file | media/filters/android/media_codec_audio_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698