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

Unified Diff: ash/ash.gyp

Issue 2231533004: Pointer watcher modifications to support laser pointer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Initial patch. 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
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/aura/wm_shell_aura.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 836c99dc6a530869fa7b0e05eb08cda9afd1ecbb..7f9b4666d4c2fdda7009da025e5b17ad2fb6f112 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -238,6 +238,12 @@
'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/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/battery_notification.cc',
'common/system/chromeos/power/battery_notification.h',
'common/system/chromeos/power/dual_role_notification.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',
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | ash/aura/wm_shell_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698