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

Unified Diff: components/memory_coordinator.gypi

Issue 2094583002: Add MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 6 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
Index: components/memory_coordinator.gypi
diff --git a/components/memory_coordinator.gypi b/components/memory_coordinator.gypi
index bb848e142ed0963580bbccc76cc961112a3c2dff..ee7f8b816bf2e8c6681ff5110151383bc70975cc 100644
--- a/components/memory_coordinator.gypi
+++ b/components/memory_coordinator.gypi
@@ -32,11 +32,28 @@
'<(DEPTH)/base/base.gyp:base',
'memory_coordinator_common',
'memory_coordinator_mojo_bindings',
+ '../third_party/WebKit/public/blink.gyp:blink',
],
'sources': [
+ 'memory_coordinator/child/blink_memory_coordinator_client.cc',
+ 'memory_coordinator/child/blink_memory_coordinator_client.h',
'memory_coordinator/child/child_memory_coordinator_impl.cc',
'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_state_notifier.cc',
+ 'memory_coordinator/browser/memory_state_notifier.h',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | components/memory_coordinator/DEPS » ('j') | components/memory_coordinator/browser/memory_state_notifier.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698