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

Unified Diff: media/gpu/mojo/service/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/jpeg_decoder.mojom ('k') | media/gpu/mojo/service/gpu_jpeg_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/mojo/service/BUILD.gn
diff --git a/media/gpu/ipc/service/BUILD.gn b/media/gpu/mojo/service/BUILD.gn
similarity index 68%
copy from media/gpu/ipc/service/BUILD.gn
copy to media/gpu/mojo/service/BUILD.gn
index 776b2e39e6ad0d2011c6471c89045dfde69306a3..e6b7f0272d3acc8439237d5d0b434e8180739770 100644
--- a/media/gpu/ipc/service/BUILD.gn
+++ b/media/gpu/mojo/service/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.
@@ -18,14 +18,6 @@ target(link_target_type, "service") {
sources = [
"gpu_jpeg_decode_accelerator.cc",
"gpu_jpeg_decode_accelerator.h",
- "gpu_video_decode_accelerator.cc",
- "gpu_video_decode_accelerator.h",
- "gpu_video_encode_accelerator.cc",
- "gpu_video_encode_accelerator.h",
- "media_gpu_channel.cc",
- "media_gpu_channel.h",
- "media_gpu_channel_manager.cc",
- "media_gpu_channel_manager.h",
]
include_dirs = [ "//third_party/mesa/src/include" ]
@@ -33,17 +25,13 @@ target(link_target_type, "service") {
public_deps = [
"//base",
"//gpu/config",
- "//ipc",
"//media",
"//media/gpu",
]
deps = [
- "//gpu/ipc/service",
"//media:media_features",
- "//media/gpu/ipc/common",
- "//media/gpu/mojo:jpeg_decoder",
+ "//media/gpu/mojo/common:jpeg_decoder",
"//third_party/mesa:mesa_headers",
- "//ui/gfx/ipc/color",
]
configs += [ "//media/gpu:gpu_config" ]
« no previous file with comments | « media/gpu/mojo/jpeg_decoder.mojom ('k') | media/gpu/mojo/service/gpu_jpeg_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698