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

Unified Diff: services/memory_instrumentation/public/cpp/BUILD.gn

Issue 2681003006: memory-infra: The client library (Closed)
Patch Set: review 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 | « no previous file | services/memory_instrumentation/public/cpp/memory_dump_manager_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/memory_instrumentation/public/cpp/BUILD.gn
diff --git a/services/memory_instrumentation/public/cpp/BUILD.gn b/services/memory_instrumentation/public/cpp/BUILD.gn
index 99a22d62a261aae089114fee99040c0b2452c82d..5c09bf09c04a198cb5ef290b6c53780bdf2caba5 100644
--- a/services/memory_instrumentation/public/cpp/BUILD.gn
+++ b/services/memory_instrumentation/public/cpp/BUILD.gn
@@ -5,6 +5,8 @@
source_set("cpp") {
sources = [
"coordinator.h",
+ "memory_dump_manager_delegate_impl.cc",
+ "memory_dump_manager_delegate_impl.h",
]
deps = [
@@ -12,7 +14,10 @@ source_set("cpp") {
]
public_deps = [
+ "//base",
+ "//mojo/public/cpp/bindings",
"//services/memory_instrumentation/public/interfaces",
+ "//services/service_manager/public/cpp",
]
}
« no previous file with comments | « no previous file | services/memory_instrumentation/public/cpp/memory_dump_manager_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698