| Index: components/memory_coordinator.gypi
|
| diff --git a/components/memory_coordinator.gypi b/components/memory_coordinator.gypi
|
| index bb848e142ed0963580bbccc76cc961112a3c2dff..1e3f149fad7fbc97a5753f1281fe01ed4ebb8d85 100644
|
| --- a/components/memory_coordinator.gypi
|
| +++ b/components/memory_coordinator.gypi
|
| @@ -10,18 +10,22 @@
|
| 'type': 'static_library',
|
| 'sources': [
|
| 'memory_coordinator/public/interfaces/child_memory_coordinator.mojom',
|
| + 'memory_coordinator/public/interfaces/memory_coordinator.mojom',
|
| ],
|
| 'includes': [ '../mojo/mojom_bindings_generator.gypi' ],
|
| },
|
| {
|
| # GN version: //components/memory_coordinator/common
|
| 'target_name': 'memory_coordinator_common',
|
| - 'type': 'none',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| + '<(DEPTH)/base/base.gyp:base',
|
| 'memory_coordinator_mojo_bindings',
|
| ],
|
| 'sources': [
|
| 'memory_coordinator/common/memory_coordinator_client.h',
|
| + 'memory_coordinator/common/memory_coordinator_features.cc',
|
| + 'memory_coordinator/common/memory_coordinator_features.h',
|
| ],
|
| },
|
| {
|
| @@ -30,6 +34,7 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/services/shell/shell_public.gyp:shell_interfaces',
|
| 'memory_coordinator_common',
|
| 'memory_coordinator_mojo_bindings',
|
| ],
|
| @@ -38,5 +43,20 @@
|
| 'memory_coordinator/child/child_memory_coordinator_impl.h',
|
| ],
|
| },
|
| + {
|
| + # GN version: //components/memory_coordinator/browser
|
| + 'target_name': 'memory_coordinator_browser',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/services/shell/shell_public.gyp:shell_interfaces',
|
| + 'memory_coordinator_common',
|
| + 'memory_coordinator_mojo_bindings',
|
| + ],
|
| + 'sources': [
|
| + 'memory_coordinator/browser/memory_coordinator.cc',
|
| + 'memory_coordinator/browser/memory_coordinator.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|