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

Unified Diff: ash/ash.gyp

Issue 2235063002: Add create note palette action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app-runtime-changes
Patch Set: Nit 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') | 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 01cf977065b4f46cc672d3249c2600c1c0536715..9d9bb299372bfe0682ff88f1794dced94ae35b4b 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -238,6 +238,8 @@
'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/create_note_action.cc',
+ 'common/system/chromeos/palette/tools/create_note_action.h',
'common/system/chromeos/power/battery_notification.cc',
'common/system/chromeos/power/battery_notification.h',
'common/system/chromeos/power/dual_role_notification.cc',
@@ -805,6 +807,8 @@
'ash_test_support_sources': [
'common/test/material_design_controller_test_api.cc',
'common/test/material_design_controller_test_api.h',
+ 'common/test/test_palette_delegate.cc',
+ 'common/test/test_palette_delegate.h',
'common/test/test_volume_control_delegate.cc',
'common/test/test_volume_control_delegate.h',
'shell/toplevel_window.cc',
@@ -939,7 +943,10 @@
'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/mock_palette_tool_delegate.cc',
+ '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/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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698