| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 1f68ae95ed7a2f6d31ee674ca29ed20f49f70352..a2cfb671622e6aa3d91c12e7572e70c4a0187817 100644
|
| --- a/components/BUILD.gn
|
| +++ b/components/BUILD.gn
|
| @@ -170,6 +170,8 @@ test("components_unittests") {
|
| "//components/data_reduction_proxy/core/browser:unit_tests",
|
| "//components/data_reduction_proxy/core/common:unit_tests",
|
| "//components/data_use_measurement/content:unit_tests",
|
| + "//components/discardable_memory/common:unit_tests",
|
| + "//components/discardable_memory/service:unit_tests",
|
| "//components/display_compositor:unit_tests",
|
| "//components/dom_distiller/content/browser:unit_tests",
|
| "//components/domain_reliability:unit_tests",
|
| @@ -476,5 +478,10 @@ if (!is_ios) {
|
| "//testing/perf",
|
| "//url",
|
| ]
|
| +
|
| + if (!is_ios) {
|
| + sources += [ "discardable_memory/common/discardable_shared_memory_heap_perftest.cc" ]
|
| + deps += [ "//components/discardable_memory/common" ]
|
| + }
|
| }
|
| }
|
|
|