| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index 2e47166c0bcb430bee2fc382e97b00268bd4e7f9..0e82d042cf5f4af9a7416e48e34151b7222a26c3 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -240,8 +240,14 @@
|
| 'common/system/chromeos/palette/palette_tray.h',
|
| 'common/system/chromeos/palette/palette_utils.cc',
|
| 'common/system/chromeos/palette/palette_utils.h',
|
| + 'common/system/chromeos/palette/tools/capture_region_action.cc',
|
| + 'common/system/chromeos/palette/tools/capture_region_action.h',
|
| + 'common/system/chromeos/palette/tools/capture_screen_action.cc',
|
| + 'common/system/chromeos/palette/tools/capture_screen_action.h',
|
| 'common/system/chromeos/palette/tools/create_note_action.cc',
|
| 'common/system/chromeos/palette/tools/create_note_action.h',
|
| + 'common/system/chromeos/palette/tools/magnifier_mode.cc',
|
| + 'common/system/chromeos/palette/tools/magnifier_mode.h',
|
| 'common/system/chromeos/power/battery_notification.cc',
|
| 'common/system/chromeos/power/battery_notification.h',
|
| 'common/system/chromeos/power/dual_role_notification.cc',
|
| @@ -961,6 +967,7 @@
|
| '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/screenshot_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',
|
| @@ -1004,6 +1011,7 @@
|
| 'frame/caption_buttons/frame_size_button_unittest.cc',
|
| 'host/ash_window_tree_host_x11_unittest.cc',
|
| 'magnifier/magnification_controller_unittest.cc',
|
| + 'magnifier/partial_magnification_controller_unittest.cc',
|
| 'metrics/desktop_task_switch_metric_recorder_unittest.cc',
|
| 'metrics/task_switch_metrics_recorder_unittest.cc',
|
| 'metrics/task_switch_time_tracker_unittest.cc',
|
| @@ -1358,6 +1366,7 @@
|
| # Can't resize on Windows Ash. http://crbug.com/165962
|
| 'autoclick/autoclick_unittest.cc',
|
| 'magnifier/magnification_controller_unittest.cc',
|
| + 'magnifier/partial_magnification_controller_unittest.cc',
|
| 'sticky_keys/sticky_keys_overlay_unittest.cc',
|
| 'sticky_keys/sticky_keys_unittest.cc',
|
| 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
|
|
|