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

Unified Diff: ash/ash.gyp

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Rebased. 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/common/palette_delegate.h » ('j') | no next file with comments »
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 aa5df36b2da71e8cce93239e22525ae203e7dfd2..ec2f3c104a24ff1148dbfdc4fe8ee7d88c04d121 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -253,6 +253,12 @@
'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/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',
@@ -964,6 +970,11 @@
'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/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',
« no previous file with comments | « no previous file | ash/common/palette_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698