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

Side by Side Diff: ash/ash.gyp

Issue 1909873002: Allow taking screen shot of a non child window which has delegate to paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « ash/accelerators/accelerator_table.cc ('k') | ash/shell.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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'touch/touch_hud_projection.cc', 512 'touch/touch_hud_projection.cc',
513 'touch/touch_hud_projection.h', 513 'touch/touch_hud_projection.h',
514 'touch/touch_observer_hud.cc', 514 'touch/touch_observer_hud.cc',
515 'touch/touch_observer_hud.h', 515 'touch/touch_observer_hud.h',
516 'touch/touch_transformer_controller.cc', 516 'touch/touch_transformer_controller.cc',
517 'touch/touch_transformer_controller.h', 517 'touch/touch_transformer_controller.h',
518 'touch/touch_uma.cc', 518 'touch/touch_uma.cc',
519 'touch/touch_uma.h', 519 'touch/touch_uma.h',
520 'touch/touchscreen_util.cc', 520 'touch/touchscreen_util.cc',
521 'touch/touchscreen_util.h', 521 'touch/touchscreen_util.h',
522 'utility/partial_screenshot_controller.cc', 522 'utility/screenshot_controller.cc',
523 'utility/partial_screenshot_controller.h', 523 'utility/screenshot_controller.h',
524 'virtual_keyboard_controller.cc', 524 'virtual_keyboard_controller.cc',
525 'virtual_keyboard_controller.h', 525 'virtual_keyboard_controller.h',
526 'volume_control_delegate.h', 526 'volume_control_delegate.h',
527 'wm/ash_focus_rules.cc', 527 'wm/ash_focus_rules.cc',
528 'wm/ash_focus_rules.h', 528 'wm/ash_focus_rules.h',
529 'wm/ash_native_cursor_manager.cc', 529 'wm/ash_native_cursor_manager.cc',
530 'wm/ash_native_cursor_manager.h', 530 'wm/ash_native_cursor_manager.h',
531 'wm/aura/aura_layout_manager_adapter.cc', 531 'wm/aura/aura_layout_manager_adapter.cc',
532 'wm/aura/aura_layout_manager_adapter.h', 532 'wm/aura/aura_layout_manager_adapter.h',
533 'wm/aura/wm_globals_aura.cc', 533 'wm/aura/wm_globals_aura.cc',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'system/tray/tray_details_view_unittest.cc', 944 'system/tray/tray_details_view_unittest.cc',
945 'system/user/tray_user_unittest.cc', 945 'system/user/tray_user_unittest.cc',
946 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 946 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
947 'system/web_notification/web_notification_tray_unittest.cc', 947 'system/web_notification/web_notification_tray_unittest.cc',
948 'test/ash_test_helper_unittest.cc', 948 'test/ash_test_helper_unittest.cc',
949 'test/ash_unittests.cc', 949 'test/ash_unittests.cc',
950 'tooltips/tooltip_controller_unittest.cc', 950 'tooltips/tooltip_controller_unittest.cc',
951 'touch/touch_observer_hud_unittest.cc', 951 'touch/touch_observer_hud_unittest.cc',
952 'touch/touch_transformer_controller_unittest.cc', 952 'touch/touch_transformer_controller_unittest.cc',
953 'touch/touchscreen_util_unittest.cc', 953 'touch/touchscreen_util_unittest.cc',
954 'utility/partial_screenshot_controller_unittest.cc', 954 'utility/screenshot_controller_unittest.cc',
955 'virtual_keyboard_controller_unittest.cc', 955 'virtual_keyboard_controller_unittest.cc',
956 'wm/always_on_top_controller_unittest.cc', 956 'wm/always_on_top_controller_unittest.cc',
957 'wm/ash_focus_rules_unittest.cc', 957 'wm/ash_focus_rules_unittest.cc',
958 'wm/ash_native_cursor_manager_unittest.cc', 958 'wm/ash_native_cursor_manager_unittest.cc',
959 'wm/dock/docked_window_layout_manager_unittest.cc', 959 'wm/dock/docked_window_layout_manager_unittest.cc',
960 'wm/dock/docked_window_resizer_unittest.cc', 960 'wm/dock/docked_window_resizer_unittest.cc',
961 'wm/drag_window_resizer_unittest.cc', 961 'wm/drag_window_resizer_unittest.cc',
962 'wm/gestures/overview_gesture_handler_unittest.cc', 962 'wm/gestures/overview_gesture_handler_unittest.cc',
963 'wm/immersive_fullscreen_controller_unittest.cc', 963 'wm/immersive_fullscreen_controller_unittest.cc',
964 'wm/lock_layout_manager_unittest.cc', 964 'wm/lock_layout_manager_unittest.cc',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1420 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1421 ], 1421 ],
1422 } 1422 }
1423 ], 1423 ],
1424 ], 1424 ],
1425 }, 1425 },
1426 ], 1426 ],
1427 }], 1427 }],
1428 ], 1428 ],
1429 } 1429 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698