| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index ba81cefd09ae577e40b21d500c01e5bcd7ecbcaa..dbe205d14b1a09609877465e3600966ce6b00f6b 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -898,45 +898,3 @@ test("content_perftests") {
|
| deps += [ "//testing/android/native_test:native_test_native_code" ]
|
| }
|
| }
|
| -
|
| -if (is_android) {
|
| - # TODO(GYP): Port Windows and ChromeOS logic.
|
| - test("video_decode_accelerator_unittest") {
|
| - deps = [
|
| - "//base",
|
| - "//content",
|
| - "//media",
|
| - "//testing/gtest",
|
| - "//ui/base",
|
| - "//ui/gfx",
|
| - "//ui/gfx:test_support",
|
| - "//ui/gfx/geometry",
|
| - "//ui/gl",
|
| - "//ui/gl:test_support",
|
| - ]
|
| - configs += [ "//third_party/khronos:khronos_headers" ]
|
| - sources = [
|
| - "//content/common/gpu/media/video_accelerator_unittest_helpers.h",
|
| - ]
|
| - if (is_android) {
|
| - sources += [ "//content/common/gpu/media/android_video_decode_accelerator_unittest.cc" ]
|
| - } else {
|
| - sources += [
|
| - "//content/common/gpu/media/rendering_helper.cc",
|
| - "//content/common/gpu/media/rendering_helper.h",
|
| - "//content/common/gpu/media/video_decode_accelerator_unittest.cc",
|
| - ]
|
| - }
|
| -
|
| - if (is_android) {
|
| - deps += [
|
| - "//gpu:test_support",
|
| - "//media/base/android",
|
| - "//media/base/android:media_java",
|
| - "//media/capture/video/android:capture_java",
|
| - "//testing/gmock",
|
| - "//ui/android:ui_java",
|
| - ]
|
| - }
|
| - }
|
| -}
|
|
|