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

Unified Diff: ash/ash.gyp

Issue 11345017: Create ash memory monitor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make tray linux specific Created 8 years, 1 month 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 | ash/ash_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index d225d786d143fe95fbae277f3e896cae817f1616..ee0939018d32e08eb5e25f478f34a8b7097802e7 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -186,6 +186,8 @@
'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
'system/locale/tray_locale.cc',
'system/locale/tray_locale.h',
+ 'system/monitor/tray_monitor.cc',
+ 'system/monitor/tray_monitor.h',
'system/power/power_status_observer.h',
'system/power/power_status_view.cc',
'system/power/power_status_view.h',
@@ -691,6 +693,12 @@
'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
},
}],
+ ['OS!="linux"', {
+ 'sources/': [
+ ['exclude', 'system/monitor/tray_monitor.cc'],
+ ['exclude', 'system/monitor/tray_monitor.h'],
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698