| 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
|
| }
|
|
|