| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 2e47166c0bcb430bee2fc382e97b00268bd4e7f9..3d443147943c0e815a02998ea44c4880eda4b0c7 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -244,6 +244,12 @@
|
| 'common/system/chromeos/palette/tools/create_note_action.h',
|
| 'common/system/chromeos/power/battery_notification.cc',
|
| 'common/system/chromeos/power/battery_notification.h',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_points.cc',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_points.h',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_view.cc',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_view.h',
|
| 'common/system/chromeos/power/dual_role_notification.cc',
|
| 'common/system/chromeos/power/dual_role_notification.h',
|
| 'common/system/chromeos/power/power_status.cc',
|
| @@ -961,6 +967,11 @@
|
| 'common/system/chromeos/palette/mock_palette_tool_delegate.h',
|
| 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
|
| 'common/system/chromeos/palette/tools/create_note_unittest.cc',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.cc',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_mode_test_api.h',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.cc',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_points_test_api.h',
|
| + 'common/system/chromeos/palette/tools/laser_pointer_unittest.cc',
|
| 'common/system/chromeos/power/power_status_unittest.cc',
|
| 'common/system/chromeos/power/power_status_view_unittest.cc',
|
| 'common/system/chromeos/power/tray_power_unittest.cc',
|
|
|