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

Unified Diff: components/viz/common/BUILD.gn

Issue 2941933002: viz: Convert a sync api in ServerGpuMemoryBufferManager into async. (Closed)
Patch Set: fix test build on windows 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 | « components/BUILD.gn ('k') | components/viz/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/viz/common/BUILD.gn
diff --git a/components/viz/common/BUILD.gn b/components/viz/common/BUILD.gn
index 01f96cb87adf1b44156388bdddd806d9354de337..e703006959ea4f55c71b273ab6070901ccd2e634 100644
--- a/components/viz/common/BUILD.gn
+++ b/components/viz/common/BUILD.gn
@@ -20,3 +20,17 @@ source_set("common") {
"//ui/gfx",
]
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "server_gpu_memory_buffer_manager_unittest.cc",
+ ]
+
+ deps = [
+ ":common",
+ "//base/test:test_support",
+ "//services/ui/gpu/interfaces",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/BUILD.gn ('k') | components/viz/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698