blob: 9c5f07ef5f1707e70e49b56a7cffdb51393af16b [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("lib") {
sources = [
"memory/coordinator/coordinator_impl.cc",
"memory/coordinator/coordinator_impl.h",
]
public_deps = [
"//base",
"//services/resource_coordinator/public/cpp",
"//services/resource_coordinator/public/interfaces",
]
}
source_set("tests") {
testonly = true
sources = [
"memory/coordinator/coordinator_impl_unittest.cc",
]
deps = [
":lib",
"//base",
"//mojo/public/cpp/bindings",
"//testing/gtest",
]
}