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

Side by Side Diff: ash/ash.gyp

Issue 2060633002: mash: Introduce WmSystemTrayNotifier for //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testupdate
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/common/system/tray/wm_system_tray_notifier.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'common/system/networking_config_delegate.cc', 96 'common/system/networking_config_delegate.cc',
97 'common/system/networking_config_delegate.h', 97 'common/system/networking_config_delegate.h',
98 'common/system/tray/default_system_tray_delegate.cc', 98 'common/system/tray/default_system_tray_delegate.cc',
99 'common/system/tray/default_system_tray_delegate.h', 99 'common/system/tray/default_system_tray_delegate.h',
100 'common/system/tray/fixed_sized_image_view.cc', 100 'common/system/tray/fixed_sized_image_view.cc',
101 'common/system/tray/fixed_sized_image_view.h', 101 'common/system/tray/fixed_sized_image_view.h',
102 'common/system/tray/system_tray_delegate.cc', 102 'common/system/tray/system_tray_delegate.cc',
103 'common/system/tray/system_tray_delegate.h', 103 'common/system/tray/system_tray_delegate.h',
104 'common/system/tray/tray_constants.cc', 104 'common/system/tray/tray_constants.cc',
105 'common/system/tray/tray_constants.h', 105 'common/system/tray/tray_constants.h',
106 'common/system/tray/wm_system_tray_notifier.cc',
107 'common/system/tray/wm_system_tray_notifier.h',
106 'common/system/update/update_observer.h', 108 'common/system/update/update_observer.h',
107 'common/system/volume_control_delegate.h', 109 'common/system/volume_control_delegate.h',
108 'common/wm/always_on_top_controller.cc', 110 'common/wm/always_on_top_controller.cc',
109 'common/wm/always_on_top_controller.h', 111 'common/wm/always_on_top_controller.h',
110 'common/wm/background_animator.cc', 112 'common/wm/background_animator.cc',
111 'common/wm/background_animator.h', 113 'common/wm/background_animator.h',
112 'common/wm/container_finder.cc', 114 'common/wm/container_finder.cc',
113 'common/wm/container_finder.h', 115 'common/wm/container_finder.h',
114 'common/wm/default_state.cc', 116 'common/wm/default_state.cc',
115 'common/wm/default_state.h', 117 'common/wm/default_state.h',
(...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1450 ], 1452 ],
1451 } 1453 }
1452 ], 1454 ],
1453 ], 1455 ],
1454 }, 1456 },
1455 ], 1457 ],
1456 }], 1458 }],
1457 ], 1459 ],
1458 } 1460 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/tray/wm_system_tray_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698