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

Side by Side Diff: ash/ash.gyp

Issue 2148573002: Add palette tray to ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-tool-structure
Patch Set: Comments 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 unified diff | Download patch
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/common/system/chromeos/palette/palette_tray.cc » ('J')
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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'common/system/chromeos/network/vpn_delegate.cc', 156 'common/system/chromeos/network/vpn_delegate.cc',
157 'common/system/chromeos/network/vpn_delegate.h', 157 'common/system/chromeos/network/vpn_delegate.h',
158 'common/system/chromeos/network/vpn_list_view.cc', 158 'common/system/chromeos/network/vpn_list_view.cc',
159 'common/system/chromeos/network/vpn_list_view.h', 159 'common/system/chromeos/network/vpn_list_view.h',
160 'common/system/chromeos/palette/palette_ids.cc', 160 'common/system/chromeos/palette/palette_ids.cc',
161 'common/system/chromeos/palette/palette_ids.h', 161 'common/system/chromeos/palette/palette_ids.h',
162 'common/system/chromeos/palette/palette_tool.cc', 162 'common/system/chromeos/palette/palette_tool.cc',
163 'common/system/chromeos/palette/palette_tool.h', 163 'common/system/chromeos/palette/palette_tool.h',
164 'common/system/chromeos/palette/palette_tool_manager.cc', 164 'common/system/chromeos/palette/palette_tool_manager.cc',
165 'common/system/chromeos/palette/palette_tool_manager.h', 165 'common/system/chromeos/palette/palette_tool_manager.h',
166 'common/system/chromeos/palette/palette_tray.cc',
167 'common/system/chromeos/palette/palette_tray.h',
166 'common/system/chromeos/power/battery_notification.cc', 168 'common/system/chromeos/power/battery_notification.cc',
167 'common/system/chromeos/power/battery_notification.h', 169 'common/system/chromeos/power/battery_notification.h',
168 'common/system/chromeos/power/dual_role_notification.cc', 170 'common/system/chromeos/power/dual_role_notification.cc',
169 'common/system/chromeos/power/dual_role_notification.h', 171 'common/system/chromeos/power/dual_role_notification.h',
170 'common/system/chromeos/power/power_status.cc', 172 'common/system/chromeos/power/power_status.cc',
171 'common/system/chromeos/power/power_status.h', 173 'common/system/chromeos/power/power_status.h',
172 'common/system/chromeos/power/power_status_view.cc', 174 'common/system/chromeos/power/power_status_view.cc',
173 'common/system/chromeos/power/power_status_view.h', 175 'common/system/chromeos/power/power_status_view.h',
174 'common/system/chromeos/power/tray_power.cc', 176 'common/system/chromeos/power/tray_power.cc',
175 'common/system/chromeos/power/tray_power.h', 177 'common/system/chromeos/power/tray_power.h',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1453 ],
1452 } 1454 }
1453 ], 1455 ],
1454 ], 1456 ],
1455 }, 1457 },
1456 ], 1458 ],
1457 }], 1459 }],
1458 ], 1460 ],
1459 } 1461 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/common/system/chromeos/palette/palette_tray.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698