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

Unified Diff: content/public/gpu/BUILD.gn

Issue 2171473003: Remove content::GpuVideoDecodeAcceleratorFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gpu_init_order
Patch Set: rebase Created 4 years, 5 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') | content/public/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/gpu/BUILD.gn
diff --git a/content/public/gpu/BUILD.gn b/content/public/gpu/BUILD.gn
index de4f504a1eeb523225d21373b4a0d8f6eeac9e17..168f820ae9fddced42ec540bef5820c697bbeac7 100644
--- a/content/public/gpu/BUILD.gn
+++ b/content/public/gpu/BUILD.gn
@@ -25,8 +25,6 @@ source_set("gpu_sources") {
sources = [
"content_gpu_client.cc",
"content_gpu_client.h",
- "gpu_video_decode_accelerator_factory.cc",
- "gpu_video_decode_accelerator_factory.h",
]
deps = [
@@ -36,8 +34,6 @@ source_set("gpu_sources") {
"//content/public/common:common_sources",
"//gpu/command_buffer/service",
"//gpu/config",
- "//media",
- "//media/gpu",
]
allow_circular_includes_from = [ "//content/gpu:gpu_sources" ]
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | content/public/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698