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

Unified Diff: ash/ash.gyp

Issue 2140343002: Add palette tool/manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-add-icons
Patch Set: Remove base::Optional, use VECTOR_ICON_NONE instead Created 4 years, 5 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/system/chromeos/palette/palette_ids.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 333565584e40e13671c0b80951b4b73f2c708995..aa2bd7219aecc4df50e6d3a0246aec79b9a1c994 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -183,6 +183,12 @@
'common/system/chromeos/network/vpn_delegate.h',
'common/system/chromeos/network/vpn_list_view.cc',
'common/system/chromeos/network/vpn_list_view.h',
+ 'common/system/chromeos/palette/palette_ids.cc',
+ 'common/system/chromeos/palette/palette_ids.h',
+ 'common/system/chromeos/palette/palette_tool.cc',
+ 'common/system/chromeos/palette/palette_tool.h',
+ 'common/system/chromeos/palette/palette_tool_manager.cc',
+ 'common/system/chromeos/palette/palette_tool_manager.h',
'common/system/chromeos/power/battery_notification.cc',
'common/system/chromeos/power/battery_notification.h',
'common/system/chromeos/power/dual_role_notification.cc',
@@ -914,6 +920,7 @@
'common/system/chromeos/brightness/tray_brightness_unittest.cc',
'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/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/system/chromeos/palette/palette_ids.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698