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

Unified Diff: ash/ash.gyp

Issue 2056683003: mash: Move tray_constants.h and FixedSizedImageView to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/tray/fixed_sized_image_view.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 b25a25c424d16b0f3f69f51567387bf56d063aa1..29263e3bd8379d3679eb1517f6b249441ec0340c 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -97,8 +97,12 @@
'common/system/networking_config_delegate.h',
'common/system/tray/default_system_tray_delegate.cc',
'common/system/tray/default_system_tray_delegate.h',
+ 'common/system/tray/fixed_sized_image_view.cc',
+ 'common/system/tray/fixed_sized_image_view.h',
'common/system/tray/system_tray_delegate.cc',
'common/system/tray/system_tray_delegate.h',
+ 'common/system/tray/tray_constants.cc',
+ 'common/system/tray/tray_constants.h',
'common/system/update/update_observer.h',
'common/system/volume_control_delegate.h',
'common/wm/always_on_top_controller.cc',
@@ -540,8 +544,6 @@
'system/toast/toast_overlay.h',
'system/tray/actionable_view.cc',
'system/tray/actionable_view.h',
- 'system/tray/fixed_sized_image_view.cc',
- 'system/tray/fixed_sized_image_view.h',
'system/tray/fixed_sized_scroll_view.cc',
'system/tray/fixed_sized_scroll_view.h',
'system/tray/hover_highlight_view.cc',
@@ -567,8 +569,6 @@
'system/tray/tray_bar_button_with_title.h',
'system/tray/tray_bubble_wrapper.cc',
'system/tray/tray_bubble_wrapper.h',
- 'system/tray/tray_constants.cc',
- 'system/tray/tray_constants.h',
'system/tray/tray_details_view.cc',
'system/tray/tray_details_view.h',
'system/tray/tray_empty.cc',
« no previous file with comments | « no previous file | ash/common/system/tray/fixed_sized_image_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698