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

Side by Side Diff: ash/ash.gyp

Issue 2291913002: Allow the user to cancel the capture region action, and show its active status in the tray. (Closed)
Patch Set: Address comments Created 4 years, 3 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/palette_delegate.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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'common/system/chromeos/palette/palette_ids.cc', 232 'common/system/chromeos/palette/palette_ids.cc',
233 'common/system/chromeos/palette/palette_ids.h', 233 'common/system/chromeos/palette/palette_ids.h',
234 'common/system/chromeos/palette/palette_tool.cc', 234 'common/system/chromeos/palette/palette_tool.cc',
235 'common/system/chromeos/palette/palette_tool.h', 235 'common/system/chromeos/palette/palette_tool.h',
236 'common/system/chromeos/palette/palette_tool_manager.cc', 236 'common/system/chromeos/palette/palette_tool_manager.cc',
237 'common/system/chromeos/palette/palette_tool_manager.h', 237 'common/system/chromeos/palette/palette_tool_manager.h',
238 'common/system/chromeos/palette/palette_tray.cc', 238 'common/system/chromeos/palette/palette_tray.cc',
239 'common/system/chromeos/palette/palette_tray.h', 239 'common/system/chromeos/palette/palette_tray.h',
240 'common/system/chromeos/palette/palette_utils.cc', 240 'common/system/chromeos/palette/palette_utils.cc',
241 'common/system/chromeos/palette/palette_utils.h', 241 'common/system/chromeos/palette/palette_utils.h',
242 'common/system/chromeos/palette/tools/capture_region_action.cc', 242 'common/system/chromeos/palette/tools/capture_region_mode.cc',
243 'common/system/chromeos/palette/tools/capture_region_action.h', 243 'common/system/chromeos/palette/tools/capture_region_mode.h',
244 'common/system/chromeos/palette/tools/capture_screen_action.cc', 244 'common/system/chromeos/palette/tools/capture_screen_action.cc',
245 'common/system/chromeos/palette/tools/capture_screen_action.h', 245 'common/system/chromeos/palette/tools/capture_screen_action.h',
246 'common/system/chromeos/palette/tools/create_note_action.cc', 246 'common/system/chromeos/palette/tools/create_note_action.cc',
247 'common/system/chromeos/palette/tools/create_note_action.h', 247 'common/system/chromeos/palette/tools/create_note_action.h',
248 'common/system/chromeos/palette/tools/magnifier_mode.cc', 248 'common/system/chromeos/palette/tools/magnifier_mode.cc',
249 'common/system/chromeos/palette/tools/magnifier_mode.h', 249 'common/system/chromeos/palette/tools/magnifier_mode.h',
250 'common/system/chromeos/power/battery_notification.cc', 250 'common/system/chromeos/power/battery_notification.cc',
251 'common/system/chromeos/power/battery_notification.h', 251 'common/system/chromeos/power/battery_notification.h',
252 'common/system/chromeos/palette/tools/laser_pointer_mode.cc', 252 'common/system/chromeos/palette/tools/laser_pointer_mode.cc',
253 'common/system/chromeos/palette/tools/laser_pointer_mode.h', 253 'common/system/chromeos/palette/tools/laser_pointer_mode.h',
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1521 ], 1521 ],
1522 } 1522 }
1523 ], 1523 ],
1524 ], 1524 ],
1525 }, 1525 },
1526 ], 1526 ],
1527 }], 1527 }],
1528 ], 1528 ],
1529 } 1529 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/palette_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698