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

Unified Diff: media/gpu/mojo/client/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 | « media/gpu/mojo/OWNERS ('k') | media/gpu/mojo/client/gpu_jpeg_decode_accelerator_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/mojo/client/BUILD.gn
diff --git a/media/gpu/ipc/client/BUILD.gn b/media/gpu/mojo/client/BUILD.gn
similarity index 55%
copy from media/gpu/ipc/client/BUILD.gn
copy to media/gpu/mojo/client/BUILD.gn
index 2499e6f111c2d4cb35dbb0c7e7757a4f8ed2ac54..808bdf4f7f2eba4cc4a7e11e4074354260f7e0eb 100644
--- a/media/gpu/ipc/client/BUILD.gn
+++ b/media/gpu/mojo/client/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
+# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -6,10 +6,6 @@ source_set("client") {
sources = [
"gpu_jpeg_decode_accelerator_host.cc",
"gpu_jpeg_decode_accelerator_host.h",
- "gpu_video_decode_accelerator_host.cc",
- "gpu_video_decode_accelerator_host.h",
- "gpu_video_encode_accelerator_host.cc",
- "gpu_video_encode_accelerator_host.h",
]
configs += [
@@ -19,16 +15,11 @@ source_set("client") {
deps = [
"//base",
- "//gpu/ipc/common",
- "//ipc",
"//media",
"//media:media_features",
"//media/gpu",
- "//media/gpu/ipc/common",
- "//media/gpu/mojo:jpeg_decoder",
+ "//media/gpu/mojo/common:jpeg_decoder",
"//ui/gfx:memory_buffer",
"//ui/gfx/geometry",
- "//ui/gfx/ipc",
- "//ui/gfx/ipc/color",
]
}
« no previous file with comments | « media/gpu/mojo/OWNERS ('k') | media/gpu/mojo/client/gpu_jpeg_decode_accelerator_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698