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

Side by Side Diff: ash/ash.gyp

Issue 2190773002: Fix Volume slider is captured in screenshot done in touchview mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove OnDidTakeScreenshot; clean code 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'common/wm/focus_rules.h', 371 'common/wm/focus_rules.h',
372 'common/wm/forwarding_layer_delegate.cc', 372 'common/wm/forwarding_layer_delegate.cc',
373 'common/wm/forwarding_layer_delegate.h', 373 'common/wm/forwarding_layer_delegate.h',
374 'common/wm/fullscreen_window_finder.cc', 374 'common/wm/fullscreen_window_finder.cc',
375 'common/wm/fullscreen_window_finder.h', 375 'common/wm/fullscreen_window_finder.h',
376 'common/wm/lock_state_observer.h', 376 'common/wm/lock_state_observer.h',
377 'common/wm/maximize_mode/maximize_mode_controller.cc', 377 'common/wm/maximize_mode/maximize_mode_controller.cc',
378 'common/wm/maximize_mode/maximize_mode_controller.h', 378 'common/wm/maximize_mode/maximize_mode_controller.h',
379 'common/wm/maximize_mode/maximize_mode_event_handler.cc', 379 'common/wm/maximize_mode/maximize_mode_event_handler.cc',
380 'common/wm/maximize_mode/maximize_mode_event_handler.h', 380 'common/wm/maximize_mode/maximize_mode_event_handler.h',
381 'common/wm/maximize_mode/maximize_mode_screenshot_observer.h',
381 'common/wm/maximize_mode/maximize_mode_window_manager.cc', 382 'common/wm/maximize_mode/maximize_mode_window_manager.cc',
382 'common/wm/maximize_mode/maximize_mode_window_manager.h', 383 'common/wm/maximize_mode/maximize_mode_window_manager.h',
383 'common/wm/maximize_mode/maximize_mode_window_state.cc', 384 'common/wm/maximize_mode/maximize_mode_window_state.cc',
384 'common/wm/maximize_mode/maximize_mode_window_state.h', 385 'common/wm/maximize_mode/maximize_mode_window_state.h',
385 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', 386 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
386 'common/wm/maximize_mode/workspace_backdrop_delegate.cc', 387 'common/wm/maximize_mode/workspace_backdrop_delegate.cc',
387 'common/wm/maximize_mode/workspace_backdrop_delegate.h', 388 'common/wm/maximize_mode/workspace_backdrop_delegate.h',
388 'common/wm/mru_window_tracker.cc', 389 'common/wm/mru_window_tracker.cc',
389 'common/wm/mru_window_tracker.h', 390 'common/wm/mru_window_tracker.h',
390 'common/wm/overview/cleanup_animation_observer.cc', 391 'common/wm/overview/cleanup_animation_observer.cc',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1472 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1472 ], 1473 ],
1473 } 1474 }
1474 ], 1475 ],
1475 ], 1476 ],
1476 }, 1477 },
1477 ], 1478 ],
1478 }], 1479 }],
1479 ], 1480 ],
1480 } 1481 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/audio/tray_audio.h » ('j') | ash/common/system/audio/tray_audio.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698