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

Unified Diff: chromeos/chromeos_memory.gypi

Issue 14727005: Moves LowMemoryObserver into chromeos and renames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback again Created 7 years, 8 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 | « chromeos/chromeos.gyp ('k') | chromeos/memory/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_memory.gypi
diff --git a/components/auto_login_parser.gypi b/chromeos/chromeos_memory.gypi
similarity index 56%
copy from components/auto_login_parser.gypi
copy to chromeos/chromeos_memory.gypi
index 1dae9360602b63d0a022edc71a107dc56e12587a..39699b37a562db6092e2cbbf2a79e85b0897f519 100644
--- a/components/auto_login_parser.gypi
+++ b/chromeos/chromeos_memory.gypi
@@ -5,18 +5,21 @@
{
'targets': [
{
- 'target_name': 'auto_login_parser',
- 'type': 'static_library',
+ 'target_name': 'chromeos_memory',
+ 'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
- '../net/net.gyp:net',
+ ],
+ 'defines': [
+ 'CHROMEOS_MEMORY_IMPLEMENTATION',
],
'include_dirs': [
'..',
],
'sources': [
- 'auto_login_parser/auto_login_parser.cc',
- 'auto_login_parser/auto_login_parser.h',
+ 'memory/low_memory_listener.cc',
+ 'memory/low_memory_listener.h',
+ 'memory/low_memory_listener_delegate.h',
],
},
],
« no previous file with comments | « chromeos/chromeos.gyp ('k') | chromeos/memory/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698