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

Unified Diff: components/memory_coordinator/public/interfaces/BUILD.gn

Issue 2265893002: memory_coordinator: Use component(target) instead of static_library(target) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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 | « components/memory_coordinator/common/memory_coordinator_features.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_coordinator/public/interfaces/BUILD.gn
diff --git a/components/memory_coordinator/public/interfaces/BUILD.gn b/components/memory_coordinator/public/interfaces/BUILD.gn
index 9b3b12df669e6fc740a809ad44eba10944dcf188..60ee511970e7d24ec91dd29f9f8c16e6b3109b7c 100644
--- a/components/memory_coordinator/public/interfaces/BUILD.gn
+++ b/components/memory_coordinator/public/interfaces/BUILD.gn
@@ -10,5 +10,10 @@ mojom("interfaces") {
"memory_coordinator.mojom",
]
+ export_class_attribute = "MEMORY_COORDINATOR_EXPORT"
+ export_define = "MEMORY_COORDINATOR_IMPLEMENTATION=1"
+ export_header =
+ "components/memory_coordinator/common/memory_coordinator_export.h"
+
use_new_wrapper_types = false
}
« no previous file with comments | « components/memory_coordinator/common/memory_coordinator_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698