Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1786)

Unified Diff: ash/ash.gyp

Issue 2269383002: Magnifier border is now more visible on light backgrounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698