OLD | NEW |
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/linux/pkg_config.gni") | 8 import("//build/config/linux/pkg_config.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 sources -= [ | 376 sources -= [ |
377 "filters/ffmpeg_video_decoder.cc", | 377 "filters/ffmpeg_video_decoder.cc", |
378 "filters/ffmpeg_video_decoder.h", | 378 "filters/ffmpeg_video_decoder.h", |
379 ] | 379 ] |
380 } | 380 } |
381 sources += [ | 381 sources += [ |
382 "capture/video/android/video_capture_device_android.cc", | 382 "capture/video/android/video_capture_device_android.cc", |
383 "capture/video/android/video_capture_device_android.h", | 383 "capture/video/android/video_capture_device_android.h", |
384 "capture/video/android/video_capture_device_factory_android.cc", | 384 "capture/video/android/video_capture_device_factory_android.cc", |
385 "capture/video/android/video_capture_device_factory_android.h", | 385 "capture/video/android/video_capture_device_factory_android.h", |
386 "cdm/android_cdm_factory.cc", | |
387 "cdm/android_cdm_factory.h", | |
388 ] | 386 ] |
389 sources -= [ | 387 sources -= [ |
390 "filters/decrypting_audio_decoder.cc", | 388 "filters/decrypting_audio_decoder.cc", |
391 "filters/decrypting_audio_decoder.h", | 389 "filters/decrypting_audio_decoder.h", |
392 "filters/decrypting_video_decoder.cc", | 390 "filters/decrypting_video_decoder.cc", |
393 "filters/decrypting_video_decoder.h", | 391 "filters/decrypting_video_decoder.h", |
394 ] | 392 ] |
395 deps += [ | 393 deps += [ |
396 "//media/base/android", | 394 "//media/base/android", |
397 "//media/base/android:media_jni_headers", | 395 "//media/base/android:media_jni_headers", |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 "//media/base:test_support", | 878 "//media/base:test_support", |
881 "//media/test:pipeline_integration_tests", | 879 "//media/test:pipeline_integration_tests", |
882 "//testing/gmock", | 880 "//testing/gmock", |
883 "//testing/gtest", | 881 "//testing/gtest", |
884 "//third_party/ffmpeg", | 882 "//third_party/ffmpeg", |
885 "//ui/gfx/geometry", | 883 "//ui/gfx/geometry", |
886 "//ui/gfx:test_support", | 884 "//ui/gfx:test_support", |
887 ] | 885 ] |
888 } | 886 } |
889 } | 887 } |
OLD | NEW |