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

Unified Diff: content/test/BUILD.gn

Issue 1882373004: Migrate content/common/gpu/media code to media/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix several more bot-identified build issues Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 989c6c3a8caed401988dc54697c82db03ecdbdfa..20c09893228e01f0a408a45dfa1d5902645f3cc9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -983,45 +983,3 @@ test("content_gl_benchmark") {
"//ui/gl:test_support",
]
}
-
-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",
- ]
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698