| 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/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 980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 991 "filters/mock_gpu_video_accelerator_factories.h", | 991 "filters/mock_gpu_video_accelerator_factories.h", |
| 992 "filters/test_video_frame_scheduler.cc", | 992 "filters/test_video_frame_scheduler.cc", |
| 993 "filters/test_video_frame_scheduler.h", | 993 "filters/test_video_frame_scheduler.h", |
| 994 "video/mock_video_decode_accelerator.cc", | 994 "video/mock_video_decode_accelerator.cc", |
| 995 "video/mock_video_decode_accelerator.h", | 995 "video/mock_video_decode_accelerator.h", |
| 996 ] | 996 ] |
| 997 deps = [ | 997 deps = [ |
| 998 ":media", | 998 ":media", |
| 999 ":shared_memory_support", | 999 ":shared_memory_support", |
| 1000 "//base", | 1000 "//base", |
| 1001 "//net:test_support", |
| 1001 "//skia", | 1002 "//skia", |
| 1002 "//testing/gmock", | 1003 "//testing/gmock", |
| 1003 "//testing/gtest", | 1004 "//testing/gtest", |
| 1004 ] | 1005 ] |
| 1005 } | 1006 } |
| 1006 | 1007 |
| 1007 # TODO(dalecurtis): How to split this across audio/base directories?? | 1008 # TODO(dalecurtis): How to split this across audio/base directories?? |
| 1008 component("shared_memory_support") { | 1009 component("shared_memory_support") { |
| 1009 sources = [ | 1010 sources = [ |
| 1010 "audio/audio_parameters.cc", | 1011 "audio/audio_parameters.cc", |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 "base/android/java/src/org/chromium/media/ImageFormat.template", | 1174 "base/android/java/src/org/chromium/media/ImageFormat.template", |
| 1174 ] | 1175 ] |
| 1175 inputs = [ | 1176 inputs = [ |
| 1176 "video/capture/android/imageformat_list.h" | 1177 "video/capture/android/imageformat_list.h" |
| 1177 ] | 1178 ] |
| 1178 package_name = "org/chromium/media" | 1179 package_name = "org/chromium/media" |
| 1179 } | 1180 } |
| 1180 | 1181 |
| 1181 # TODO(dalecurtis): Finish media_unittests_apk and media_perftests_apk. | 1182 # TODO(dalecurtis): Finish media_unittests_apk and media_perftests_apk. |
| 1182 } | 1183 } |
| OLD | NEW |