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

Unified Diff: media/gpu/BUILD.gn

Issue 2923933004: [NotForReview] Move GJDAH and GJDA to media/gpu/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/client/BUILD.gn » ('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..425767647f59b33f2e49e73d06462e4ffd0273dd 100644
--- a/media/gpu/BUILD.gn
+++ b/media/gpu/BUILD.gn
@@ -116,6 +116,7 @@ component("gpu") {
"//content/gpu:*",
"//content/renderer:*",
"//media/gpu/ipc/*",
+ "//media/gpu/mojo/*",
":*",
]
@@ -553,18 +554,17 @@ if (is_chromeos) {
test("video_decode_accelerator_service_unittest") {
sources = [
- "ipc/service/gpu_jpeg_decode_accelerator_unittest.cc",
+ "mojo/service/gpu_jpeg_decode_accelerator_unittest.cc",
]
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/gpu/mojo/service",
+ "//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/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698