| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 50ab8b66cf24c4313effc1c57fbdc44f4362a575..318348ddbad2028152ee826b6e0e491e78dc0fb6 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -504,6 +504,8 @@
|
| 'system/user/user_card_view.h',
|
| 'system/user/user_view.cc',
|
| 'system/user/user_view.h',
|
| + 'system/web_notification/popup_alignment_delegate.cc',
|
| + 'system/web_notification/popup_alignment_delegate.h',
|
| 'system/web_notification/web_notification_tray.cc',
|
| 'system/web_notification/web_notification_tray.h',
|
| 'system/win/audio/tray_audio_delegate_win.cc',
|
| @@ -987,6 +989,7 @@
|
| 'system/tray/system_tray_unittest.cc',
|
| 'system/tray/tray_details_view_unittest.cc',
|
| 'system/user/tray_user_unittest.cc',
|
| + 'system/web_notification/popup_alignment_delegate_unittest.cc',
|
| 'system/web_notification/web_notification_tray_unittest.cc',
|
| 'test/ash_test_helper_unittest.cc',
|
| 'test/ash_unittests.cc',
|
|
|