| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 836c99dc6a530869fa7b0e05eb08cda9afd1ecbb..f8d5a824f3e93ac0ac494304bf60cd00fe7966dd 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -240,6 +240,12 @@
|
| 'common/system/chromeos/palette/palette_utils.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',
|
| @@ -939,6 +945,7 @@
|
| 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
|
| 'common/system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc',
|
| 'common/system/chromeos/palette/palette_tool_manager_unittest.cc',
|
| + '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',
|
|
|