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

Unified Diff: gpu/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 | « content/test/BUILD.gn ('k') | gpu/ipc/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 844a14eb2f99ee8d888b6fffa0fa2fb2d7eaad79..33cb420b880add7c0253ebca2b7664b6a8bb2d7a 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -302,6 +302,7 @@ test("gpu_unittests") {
"ipc/client/gpu_memory_buffer_impl_shared_memory_unittest.cc",
"ipc/client/gpu_memory_buffer_impl_test_template.h",
"ipc/common/struct_traits_unittest.cc",
+ "ipc/host/shader_disk_cache_unittest.cc",
]
if (is_mac) {
@@ -326,8 +327,10 @@ test("gpu_unittests") {
"//gpu/command_buffer/common:gles2_utils",
"//gpu/ipc:gl_in_process_context",
"//gpu/ipc/common:test_interfaces",
+ "//gpu/ipc/host",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
+ "//net:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/angle:translator",
« no previous file with comments | « content/test/BUILD.gn ('k') | gpu/ipc/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698