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

Unified Diff: services/resource_coordinator/public/interfaces/BUILD.gn

Issue 2819413002: [memory-infra] Remove MemoryDumpManagerDelegate (Closed)
Patch Set: rebase. 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
« no previous file with comments | « services/resource_coordinator/public/cpp/memory/process_local_dump_manager_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/resource_coordinator/public/interfaces/BUILD.gn
diff --git a/services/resource_coordinator/public/interfaces/BUILD.gn b/services/resource_coordinator/public/interfaces/BUILD.gn
index 2fcf102d373d4f06811915034b7ae73e6e35330b..8560b05e78050e25d4ef1e598b2b10c7d57064ce 100644
--- a/services/resource_coordinator/public/interfaces/BUILD.gn
+++ b/services/resource_coordinator/public/interfaces/BUILD.gn
@@ -4,7 +4,9 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("interfaces_internal") {
+ visibility = [ "//services/resource_coordinator/public/cpp:*" ]
+
sources = [
"memory/constants.mojom",
"memory/memory_instrumentation.mojom",
@@ -14,4 +16,11 @@ mojom("interfaces") {
public_deps = [
"//mojo/common:common_custom_types",
]
+
+ export_class_attribute =
+ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_EXPORT"
+ export_define =
+ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_MEMORY_IMPLEMENTATION=1"
+ export_header =
+ "services/resource_coordinator/public/cpp/memory/memory_export.h"
}
« no previous file with comments | « services/resource_coordinator/public/cpp/memory/process_local_dump_manager_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698