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

Unified Diff: gpu/ipc/host/BUILD.gn

Issue 2684993005: (NotForReview) Enable YUV video overlay on Skylake ChromeOS.
Patch Set: rebase to ToT (Mar/27) Created 3 years, 9 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 | « gpu/ipc/common/gpu_switches.cc ('k') | gpu/ipc/host/gpu_memory_buffer_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/host/BUILD.gn
diff --git a/gpu/ipc/host/BUILD.gn b/gpu/ipc/host/BUILD.gn
index daf7057b92494a423dd5c2e18800b1ef230bba9b..3cc36635153d30fee8527c13d3143d74e9879eec 100644
--- a/gpu/ipc/host/BUILD.gn
+++ b/gpu/ipc/host/BUILD.gn
@@ -6,10 +6,6 @@ import("//build/config/ui.gni")
source_set("host") {
sources = [
- "gpu_memory_buffer_support.cc",
- "gpu_memory_buffer_support.h",
- "gpu_switches.cc",
- "gpu_switches.h",
"shader_disk_cache.cc",
"shader_disk_cache.h",
]
@@ -18,7 +14,5 @@ source_set("host") {
"//base",
"//gpu/ipc/common",
"//net",
- "//ui/gfx",
- "//ui/gl",
]
}
« no previous file with comments | « gpu/ipc/common/gpu_switches.cc ('k') | gpu/ipc/host/gpu_memory_buffer_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698