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

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: Nits 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') | 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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'common/system/chromeos/network/vpn_delegate.cc', 182 'common/system/chromeos/network/vpn_delegate.cc',
183 'common/system/chromeos/network/vpn_delegate.h', 183 'common/system/chromeos/network/vpn_delegate.h',
184 'common/system/chromeos/network/vpn_list_view.cc', 184 'common/system/chromeos/network/vpn_list_view.cc',
185 'common/system/chromeos/network/vpn_list_view.h', 185 'common/system/chromeos/network/vpn_list_view.h',
186 'common/system/chromeos/palette/palette_ids.cc', 186 'common/system/chromeos/palette/palette_ids.cc',
187 'common/system/chromeos/palette/palette_ids.h', 187 'common/system/chromeos/palette/palette_ids.h',
188 'common/system/chromeos/palette/palette_tool.cc', 188 'common/system/chromeos/palette/palette_tool.cc',
189 'common/system/chromeos/palette/palette_tool.h', 189 'common/system/chromeos/palette/palette_tool.h',
190 'common/system/chromeos/palette/palette_tool_manager.cc', 190 'common/system/chromeos/palette/palette_tool_manager.cc',
191 'common/system/chromeos/palette/palette_tool_manager.h', 191 'common/system/chromeos/palette/palette_tool_manager.h',
192 'common/system/chromeos/palette/palette_tray.cc',
193 'common/system/chromeos/palette/palette_tray.h',
192 'common/system/chromeos/power/battery_notification.cc', 194 'common/system/chromeos/power/battery_notification.cc',
193 'common/system/chromeos/power/battery_notification.h', 195 'common/system/chromeos/power/battery_notification.h',
194 'common/system/chromeos/power/dual_role_notification.cc', 196 'common/system/chromeos/power/dual_role_notification.cc',
195 'common/system/chromeos/power/dual_role_notification.h', 197 'common/system/chromeos/power/dual_role_notification.h',
196 'common/system/chromeos/power/power_status.cc', 198 'common/system/chromeos/power/power_status.cc',
197 'common/system/chromeos/power/power_status.h', 199 'common/system/chromeos/power/power_status.h',
198 'common/system/chromeos/power/power_status_view.cc', 200 'common/system/chromeos/power/power_status_view.cc',
199 'common/system/chromeos/power/power_status_view.h', 201 'common/system/chromeos/power/power_status_view.h',
200 'common/system/chromeos/power/tray_power.cc', 202 'common/system/chromeos/power/tray_power.cc',
201 'common/system/chromeos/power/tray_power.h', 203 'common/system/chromeos/power/tray_power.h',
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after
1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1474 ], 1476 ],
1475 } 1477 }
1476 ], 1478 ],
1477 ], 1479 ],
1478 }, 1480 },
1479 ], 1481 ],
1480 }], 1482 }],
1481 ], 1483 ],
1482 } 1484 }
OLDNEW
« 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