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

Side by Side Diff: ash/ash.gyp

Issue 10855159: Support Drag and Drop across displays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: handle the case where the second display is disconnected while dragging Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/drag_drop/drag_drop_controller.h » ('j') | ash/drag_drop/drag_drop_tracker.h » ('J')
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'display/multi_display_manager.cc', 73 'display/multi_display_manager.cc',
74 'display/multi_display_manager.h', 74 'display/multi_display_manager.h',
75 'display/output_configurator_animation.cc', 75 'display/output_configurator_animation.cc',
76 'display/output_configurator_animation.h', 76 'display/output_configurator_animation.h',
77 'display/screen_position_controller.cc', 77 'display/screen_position_controller.cc',
78 'display/screen_position_controller.h', 78 'display/screen_position_controller.h',
79 'display/secondary_display_view.cc', 79 'display/secondary_display_view.cc',
80 'display/secondary_display_view.h', 80 'display/secondary_display_view.h',
81 'drag_drop/drag_drop_controller.cc', 81 'drag_drop/drag_drop_controller.cc',
82 'drag_drop/drag_drop_controller.h', 82 'drag_drop/drag_drop_controller.h',
83 'drag_drop/drag_drop_tracker.cc',
84 'drag_drop/drag_drop_tracker.h',
83 'drag_drop/drag_image_view.cc', 85 'drag_drop/drag_image_view.cc',
84 'drag_drop/drag_image_view.h', 86 'drag_drop/drag_image_view.h',
85 'event_rewriter_delegate.h', 87 'event_rewriter_delegate.h',
86 'focus_cycler.cc', 88 'focus_cycler.cc',
87 'focus_cycler.h', 89 'focus_cycler.h',
88 'high_contrast/high_contrast_controller.cc', 90 'high_contrast/high_contrast_controller.cc',
89 'high_contrast/high_contrast_controller.h', 91 'high_contrast/high_contrast_controller.h',
90 'launcher/app_list_button.cc', 92 'launcher/app_list_button.cc',
91 'launcher/app_list_button.h', 93 'launcher/app_list_button.h',
92 'launcher/background_animator.cc', 94 'launcher/background_animator.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 '../ui/views/test/test_views_delegate.cc', 418 '../ui/views/test/test_views_delegate.cc',
417 '../ui/views/test/test_views_delegate.h', 419 '../ui/views/test/test_views_delegate.h',
418 'accelerators/accelerator_controller_unittest.cc', 420 'accelerators/accelerator_controller_unittest.cc',
419 'accelerators/accelerator_filter_unittest.cc', 421 'accelerators/accelerator_filter_unittest.cc',
420 'accelerators/accelerator_table_unittest.cc', 422 'accelerators/accelerator_table_unittest.cc',
421 'accelerators/nested_dispatcher_controller_unittest.cc', 423 'accelerators/nested_dispatcher_controller_unittest.cc',
422 'dip_unittest.cc', 424 'dip_unittest.cc',
423 'display/display_controller_unittest.cc', 425 'display/display_controller_unittest.cc',
424 'display/multi_display_manager_unittest.cc', 426 'display/multi_display_manager_unittest.cc',
425 'drag_drop/drag_drop_controller_unittest.cc', 427 'drag_drop/drag_drop_controller_unittest.cc',
428 'drag_drop/drag_drop_tracker_unittest.cc',
426 'extended_desktop_unittest.cc', 429 'extended_desktop_unittest.cc',
427 'focus_cycler_unittest.cc', 430 'focus_cycler_unittest.cc',
428 'launcher/launcher_context_menu_unittest.cc', 431 'launcher/launcher_context_menu_unittest.cc',
429 'launcher/launcher_model_unittest.cc', 432 'launcher/launcher_model_unittest.cc',
430 'launcher/launcher_navigator_unittest.cc', 433 'launcher/launcher_navigator_unittest.cc',
431 'launcher/launcher_tooltip_manager_unittest.cc', 434 'launcher/launcher_tooltip_manager_unittest.cc',
432 'launcher/launcher_unittest.cc', 435 'launcher/launcher_unittest.cc',
433 'launcher/launcher_view_unittest.cc', 436 'launcher/launcher_view_unittest.cc',
434 'root_window_controller_unittest.cc', 437 'root_window_controller_unittest.cc',
435 'screen_ash_unittest.cc', 438 'screen_ash_unittest.cc',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'shell/cocoa/app-Info.plist', 612 'shell/cocoa/app-Info.plist',
610 ], 613 ],
611 'xcode_settings': { 614 'xcode_settings': {
612 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 615 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
613 }, 616 },
614 }], 617 }],
615 ], 618 ],
616 }, 619 },
617 ], 620 ],
618 } 621 }
OLDNEW
« no previous file with comments | « no previous file | ash/drag_drop/drag_drop_controller.h » ('j') | ash/drag_drop/drag_drop_tracker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698