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

Unified Diff: media/gpu/BUILD.gn

Issue 2924573002: [NotForReview] Convert accelerated JPEG Decoder IPC to Mojo
Patch Set: . Created 3 years, 6 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
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | media/gpu/ipc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/BUILD.gn
diff --git a/media/gpu/BUILD.gn b/media/gpu/BUILD.gn
index 1b58a14c500ae565766cdade2b8e8c1b8450c7f9..1650f5f3adb912a0fcdb8c61eabfa2fa777d2de2 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -559,12 +559,12 @@ test("video_decode_accelerator_service_unittest") {
deps = [
":gpu",
"//base",
- "//base/test:run_all_unittests",
"//base/test:test_support",
"//gpu:test_support",
"//media/gpu/ipc/common",
"//media/gpu/ipc/service",
- "//testing/gmock",
+ "//media/test:run_all_unittests",
+ "//services/service_manager/public/cpp",
"//testing/gtest",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | media/gpu/ipc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698