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

Unified Diff: ash/ash.gyp

Issue 2239743004: Palette tool laser prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@patch
Patch Set: Fixed patch set 8 errors. 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/ash_strings.grd » ('j') | ash/common/palette_delegate.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 ef518ba4a2559a3e03465fcd98ecfa8a65a739d3..6829ce481c37386bf7a624d18f597c8e5625314d 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -241,6 +241,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',
@@ -954,6 +960,11 @@
'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_mode_testapi.h',
+ 'common/system/chromeos/palette/tools/laser_pointer_mode_testapi.cc',
jdufault 2016/08/23 21:52:05 files should be named *_test_api.h, since it is Te
sammiequon 2016/08/24 00:04:04 Done.
+ 'common/system/chromeos/palette/tools/laser_pointer_points_testapi.h',
+ 'common/system/chromeos/palette/tools/laser_pointer_points_testapi.cc',
jdufault 2016/08/23 21:52:05 cc files go above h files. foo.cc, foo.h,
sammiequon 2016/08/24 00:04:04 Done.
+ '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/ash_strings.grd » ('j') | ash/common/palette_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698