| 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",
|
| + ]
|
| +}
|
|
|