| 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'],
|
| + ],
|
| + }],
|
| ],
|
| },
|
| ],
|
|
|