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

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

Issue 2555693005: gpu: Move ShaderDiskCache into //gpu/ipc/host component. (Closed)
Patch Set: tot merge Created 4 years 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/BUILD.gn ('k') | gpu/ipc/host/DEPS » ('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 9b0ba044b1b2c74bd6aa7b2795692233d903988c..daf7057b92494a423dd5c2e18800b1ef230bba9b 100644
--- a/gpu/ipc/host/BUILD.gn
+++ b/gpu/ipc/host/BUILD.gn
@@ -10,11 +10,14 @@ source_set("host") {
"gpu_memory_buffer_support.h",
"gpu_switches.cc",
"gpu_switches.h",
+ "shader_disk_cache.cc",
+ "shader_disk_cache.h",
]
deps = [
"//base",
"//gpu/ipc/common",
+ "//net",
"//ui/gfx",
"//ui/gl",
]
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/ipc/host/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698