diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 15:34:39 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 15:34:39 +0000 |
commit | 589eea0775fd994434d31820cce357b66427fb97 (patch) | |
tree | 6f48842dd54b2b94e42333e94221b5815a2ba864 /ash/ash.gyp | |
parent | 883d204bff94be8a40cd9b31bd41bc9436e54772 (diff) | |
download | chromium_src-589eea0775fd994434d31820cce357b66427fb97.zip chromium_src-589eea0775fd994434d31820cce357b66427fb97.tar.gz chromium_src-589eea0775fd994434d31820cce357b66427fb97.tar.bz2 |
Remove --ash-memory-monitor and related code
BUG=340466
Review URL: https://codereview.chromium.org/182063003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254128 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index fe1b0e0..86ca022 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -370,8 +370,6 @@ 'system/logout_button/logout_button_tray.h', 'system/logout_button/logout_confirmation_dialog_view.cc', 'system/logout_button/logout_confirmation_dialog_view.h', - 'system/monitor/tray_monitor.cc', - 'system/monitor/tray_monitor.h', 'system/session_length_limit/session_length_limit_observer.h', 'system/session_length_limit/tray_session_length_limit.cc', 'system/session_length_limit/tray_session_length_limit.h', @@ -650,12 +648,6 @@ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 'msvs_disabled_warnings': [ 4267, ], }], - ['OS!="linux"', { - 'sources/': [ - ['exclude', 'system/monitor/tray_monitor.cc'], - ['exclude', 'system/monitor/tray_monitor.h'], - ], - }], ['use_x11!=1', { 'sources/': [ ['exclude', 'accelerators/key_hold_detector.cc'], |