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

Unified Diff: components/memory_coordinator.gypi

Issue 2143353004: Revert of Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | components/memory_coordinator/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_coordinator.gypi
diff --git a/components/memory_coordinator.gypi b/components/memory_coordinator.gypi
index d7002f3f4590af4a9165280bbd8cf10c018a94a8..bb848e142ed0963580bbccc76cc961112a3c2dff 100644
--- a/components/memory_coordinator.gypi
+++ b/components/memory_coordinator.gypi
@@ -10,22 +10,18 @@
'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': 'static_library',
+ 'type': 'none',
'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',
],
},
{
@@ -42,19 +38,5 @@
'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',
- 'memory_coordinator_common',
- 'memory_coordinator_mojo_bindings',
- ],
- 'sources': [
- 'memory_coordinator/browser/memory_coordinator.cc',
- 'memory_coordinator/browser/memory_coordinator.h',
- ],
- },
],
}
« no previous file with comments | « no previous file | components/memory_coordinator/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698