| Index: services/resource_coordinator/BUILD.gn
|
| diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn
|
| index f0940f981ba0eaf023cad08f831f006670a75d59..b31809c2ab0f65a817821cb8b4442c2b1797448c 100644
|
| --- a/services/resource_coordinator/BUILD.gn
|
| +++ b/services/resource_coordinator/BUILD.gn
|
| @@ -64,6 +64,7 @@ source_set("tests") {
|
| "memory_instrumentation/process_map_unittest.cc",
|
| "public/cpp/memory_instrumentation/client_process_impl_unittest.cc",
|
| "public/cpp/tracing/chrome_trace_event_agent_unittest.cc",
|
| + "tracing/recorder_unittest.cc",
|
| ]
|
|
|
| if (!is_android) {
|
| @@ -76,6 +77,7 @@ source_set("tests") {
|
| "//base/test:test_support",
|
| "//mojo/public/cpp/bindings",
|
| "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
|
| + "//services/resource_coordinator/tracing:lib",
|
| "//services/service_manager/public/cpp",
|
| "//services/service_manager/public/cpp:service_test_support",
|
| "//services/service_manager/public/interfaces",
|
|
|