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

Unified Diff: services/resource_coordinator/BUILD.gn

Issue 2819413002: [memory-infra] Remove MemoryDumpManagerDelegate (Closed)
Patch Set: Add export macros Created 3 years, 8 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
Index: services/resource_coordinator/BUILD.gn
diff --git a/services/resource_coordinator/BUILD.gn b/services/resource_coordinator/BUILD.gn
index bfa2df622f0071c9a3ac1112fb395028717dfcb1..30ab42af3e640e606418dfbffb59f3733643a699 100644
--- a/services/resource_coordinator/BUILD.gn
+++ b/services/resource_coordinator/BUILD.gn
@@ -9,12 +9,13 @@ source_set("lib") {
sources = [
"memory/coordinator/coordinator_impl.cc",
"memory/coordinator/coordinator_impl.h",
+ "resource_coordinator_export.h",
]
public_deps = [
"//base",
"//mojo/public/cpp/bindings",
- "//services/resource_coordinator/public/cpp",
+ "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
"//services/resource_coordinator/public/interfaces",
]
}
@@ -24,14 +25,14 @@ source_set("tests") {
sources = [
"memory/coordinator/coordinator_impl_unittest.cc",
- "public/cpp/memory/memory_dump_manager_delegate_impl_unittest.cc",
+ "public/cpp/memory/process_local_dump_manager_impl_unittest.cc",
]
deps = [
":lib",
"//base",
"//mojo/public/cpp/bindings",
- "//services/resource_coordinator/public/cpp",
+ "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
"//services/resource_coordinator/public/interfaces",
"//testing/gtest",
]
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | services/resource_coordinator/memory/coordinator/coordinator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698