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

Unified Diff: services/resource_coordinator/BUILD.gn

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: style: auto must not deduce to raw pointer Created 3 years, 10 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 | « content/test/BUILD.gn ('k') | services/resource_coordinator/memory/coordinator/coordinator_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/resource_coordinator/BUILD.gn
diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn
index 9c5f07ef5f1707e70e49b56a7cffdb51393af16b..27edac5bb26047f6b8825ac74696ee9dce15ca8a 100644
--- a/services/resource_coordinator/BUILD.gn
+++ b/services/resource_coordinator/BUILD.gn
@@ -10,6 +10,7 @@ source_set("lib") {
public_deps = [
"//base",
+ "//mojo/public/cpp/bindings",
"//services/resource_coordinator/public/cpp",
"//services/resource_coordinator/public/interfaces",
]
@@ -20,12 +21,15 @@ source_set("tests") {
sources = [
"memory/coordinator/coordinator_impl_unittest.cc",
+ "public/cpp/memory/memory_dump_manager_delegate_impl_unittest.cc",
]
deps = [
":lib",
"//base",
"//mojo/public/cpp/bindings",
+ "//services/resource_coordinator/public/cpp",
+ "//services/resource_coordinator/public/interfaces",
"//testing/gtest",
]
}
« no previous file with comments | « content/test/BUILD.gn ('k') | services/resource_coordinator/memory/coordinator/coordinator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698