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

Side by Side Diff: ash/ash.gyp

Issue 2234203002: Auto open and close the palette on an eject event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tool-note
Patch Set: Rebase on master Created 4 years, 4 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
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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'common/system/chromeos/network/tray_sms.cc', 230 'common/system/chromeos/network/tray_sms.cc',
231 'common/system/chromeos/network/tray_sms.h', 231 'common/system/chromeos/network/tray_sms.h',
232 'common/system/chromeos/network/tray_vpn.cc', 232 'common/system/chromeos/network/tray_vpn.cc',
233 'common/system/chromeos/network/tray_vpn.h', 233 'common/system/chromeos/network/tray_vpn.h',
234 'common/system/chromeos/network/vpn_delegate.cc', 234 'common/system/chromeos/network/vpn_delegate.cc',
235 'common/system/chromeos/network/vpn_delegate.h', 235 'common/system/chromeos/network/vpn_delegate.h',
236 'common/system/chromeos/network/vpn_list_view.cc', 236 'common/system/chromeos/network/vpn_list_view.cc',
237 'common/system/chromeos/network/vpn_list_view.h', 237 'common/system/chromeos/network/vpn_list_view.h',
238 'common/system/chromeos/palette/common_palette_tool.cc', 238 'common/system/chromeos/palette/common_palette_tool.cc',
239 'common/system/chromeos/palette/common_palette_tool.h', 239 'common/system/chromeos/palette/common_palette_tool.h',
240 'common/system/chromeos/palette/eject_controller.cc',
241 'common/system/chromeos/palette/eject_controller.h',
240 'common/system/chromeos/palette/palette_ids.cc', 242 'common/system/chromeos/palette/palette_ids.cc',
241 'common/system/chromeos/palette/palette_ids.h', 243 'common/system/chromeos/palette/palette_ids.h',
242 'common/system/chromeos/palette/palette_tool.cc', 244 'common/system/chromeos/palette/palette_tool.cc',
243 'common/system/chromeos/palette/palette_tool.h', 245 'common/system/chromeos/palette/palette_tool.h',
244 'common/system/chromeos/palette/palette_tool_manager.cc', 246 'common/system/chromeos/palette/palette_tool_manager.cc',
245 'common/system/chromeos/palette/palette_tool_manager.h', 247 'common/system/chromeos/palette/palette_tool_manager.h',
246 'common/system/chromeos/palette/palette_tray.cc', 248 'common/system/chromeos/palette/palette_tray.cc',
247 'common/system/chromeos/palette/palette_tray.h', 249 'common/system/chromeos/palette/palette_tray.h',
248 'common/system/chromeos/palette/palette_utils.cc', 250 'common/system/chromeos/palette/palette_utils.cc',
249 'common/system/chromeos/palette/palette_utils.h', 251 'common/system/chromeos/palette/palette_utils.h',
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
1515 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1517 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1516 ], 1518 ],
1517 } 1519 }
1518 ], 1520 ],
1519 ], 1521 ],
1520 }, 1522 },
1521 ], 1523 ],
1522 }], 1524 }],
1523 ], 1525 ],
1524 } 1526 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/palette_delegate.h » ('j') | ash/common/system/chromeos/palette/eject_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698