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

Side by Side Diff: ash/ash.gyp

Issue 12263050: Rework ash::CursorManager into a corewm object, to share code with desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 7 years, 10 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/display/mouse_cursor_event_filter.cc » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'volume_control_delegate.h', 298 'volume_control_delegate.h',
299 'wm/app_list_controller.cc', 299 'wm/app_list_controller.cc',
300 'wm/app_list_controller.h', 300 'wm/app_list_controller.h',
301 'wm/activation_controller.cc', 301 'wm/activation_controller.cc',
302 'wm/activation_controller.h', 302 'wm/activation_controller.h',
303 'wm/activation_controller_delegate.h', 303 'wm/activation_controller_delegate.h',
304 'wm/always_on_top_controller.cc', 304 'wm/always_on_top_controller.cc',
305 'wm/always_on_top_controller.h', 305 'wm/always_on_top_controller.h',
306 'wm/ash_activation_controller.cc', 306 'wm/ash_activation_controller.cc',
307 'wm/ash_activation_controller.h', 307 'wm/ash_activation_controller.h',
308 'wm/ash_native_cursor_manager.cc',
309 'wm/ash_native_cursor_manager.h',
308 'wm/ash_focus_rules.cc', 310 'wm/ash_focus_rules.cc',
309 'wm/ash_focus_rules.h', 311 'wm/ash_focus_rules.h',
310 'wm/base_layout_manager.cc', 312 'wm/base_layout_manager.cc',
311 'wm/base_layout_manager.h', 313 'wm/base_layout_manager.h',
312 'wm/boot_splash_screen.cc', 314 'wm/boot_splash_screen.cc',
313 'wm/boot_splash_screen.h', 315 'wm/boot_splash_screen.h',
314 'wm/capture_controller.cc', 316 'wm/capture_controller.cc',
315 'wm/capture_controller.h', 317 'wm/capture_controller.h',
316 'wm/coordinate_conversion.cc', 318 'wm/coordinate_conversion.cc',
317 'wm/coordinate_conversion.h', 319 'wm/coordinate_conversion.h',
318 'wm/cursor_manager.cc',
319 'wm/cursor_manager.h',
320 'wm/custom_frame_view_ash.cc', 320 'wm/custom_frame_view_ash.cc',
321 'wm/custom_frame_view_ash.h', 321 'wm/custom_frame_view_ash.h',
322 'wm/default_window_resizer.cc', 322 'wm/default_window_resizer.cc',
323 'wm/default_window_resizer.h', 323 'wm/default_window_resizer.h',
324 'wm/drag_window_controller.cc', 324 'wm/drag_window_controller.cc',
325 'wm/drag_window_controller.h', 325 'wm/drag_window_controller.h',
326 'wm/drag_window_resizer.cc', 326 'wm/drag_window_resizer.cc',
327 'wm/drag_window_resizer.h', 327 'wm/drag_window_resizer.h',
328 'wm/event_client_impl.cc', 328 'wm/event_client_impl.cc',
329 'wm/event_client_impl.h', 329 'wm/event_client_impl.h',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'shell/widgets.cc', 615 'shell/widgets.cc',
616 'shell/window_type_launcher.cc', 616 'shell/window_type_launcher.cc',
617 'shell/window_watcher.cc', 617 'shell/window_watcher.cc',
618 'shell/window_watcher_unittest.cc', 618 'shell/window_watcher_unittest.cc',
619 'system/tray/system_tray_unittest.cc', 619 'system/tray/system_tray_unittest.cc',
620 'system/web_notification/web_notification_tray_unittest.cc', 620 'system/web_notification/web_notification_tray_unittest.cc',
621 'test/ash_unittests.cc', 621 'test/ash_unittests.cc',
622 'tooltips/tooltip_controller_unittest.cc', 622 'tooltips/tooltip_controller_unittest.cc',
623 'wm/activation_controller_unittest.cc', 623 'wm/activation_controller_unittest.cc',
624 'wm/ash_activation_controller_unittest.cc', 624 'wm/ash_activation_controller_unittest.cc',
625 'wm/ash_native_cursor_manager_unittest.cc',
625 'wm/base_layout_manager_unittest.cc', 626 'wm/base_layout_manager_unittest.cc',
626 'wm/cursor_manager_unittest.cc',
627 'wm/custom_frame_view_ash_unittest.cc', 627 'wm/custom_frame_view_ash_unittest.cc',
628 'wm/drag_window_resizer_unittest.cc', 628 'wm/drag_window_resizer_unittest.cc',
629 'wm/frame_painter_unittest.cc', 629 'wm/frame_painter_unittest.cc',
630 'wm/panel_layout_manager_unittest.cc', 630 'wm/panel_layout_manager_unittest.cc',
631 'wm/panel_window_resizer_unittest.cc', 631 'wm/panel_window_resizer_unittest.cc',
632 'wm/power_button_controller_unittest.cc', 632 'wm/power_button_controller_unittest.cc',
633 'wm/screen_dimmer_unittest.cc', 633 'wm/screen_dimmer_unittest.cc',
634 'wm/session_state_controller_impl2_unittest.cc', 634 'wm/session_state_controller_impl2_unittest.cc',
635 'wm/shelf_layout_manager_unittest.cc', 635 'wm/shelf_layout_manager_unittest.cc',
636 'wm/system_gesture_event_filter_unittest.cc', 636 'wm/system_gesture_event_filter_unittest.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'shell/cocoa/app-Info.plist', 774 'shell/cocoa/app-Info.plist',
775 ], 775 ],
776 'xcode_settings': { 776 'xcode_settings': {
777 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 777 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
778 }, 778 },
779 }], 779 }],
780 ], 780 ],
781 }, 781 },
782 ], 782 ],
783 } 783 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/mouse_cursor_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698