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

Side by Side Diff: ash/ash.gyp

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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 10
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'wm/gestures/bezel_gesture_handler.cc', 267 'wm/gestures/bezel_gesture_handler.cc',
268 'wm/gestures/bezel_gesture_handler.h', 268 'wm/gestures/bezel_gesture_handler.h',
269 'wm/gestures/long_press_affordance_handler.cc', 269 'wm/gestures/long_press_affordance_handler.cc',
270 'wm/gestures/long_press_affordance_handler.h', 270 'wm/gestures/long_press_affordance_handler.h',
271 'wm/gestures/shelf_gesture_handler.cc', 271 'wm/gestures/shelf_gesture_handler.cc',
272 'wm/gestures/shelf_gesture_handler.h', 272 'wm/gestures/shelf_gesture_handler.h',
273 'wm/gestures/system_pinch_handler.cc', 273 'wm/gestures/system_pinch_handler.cc',
274 'wm/gestures/system_pinch_handler.h', 274 'wm/gestures/system_pinch_handler.h',
275 'wm/gestures/two_finger_drag_handler.cc', 275 'wm/gestures/two_finger_drag_handler.cc',
276 'wm/gestures/two_finger_drag_handler.h', 276 'wm/gestures/two_finger_drag_handler.h',
277 'wm/image_cursors.cc',
278 'wm/image_cursors.h',
277 'wm/image_grid.cc', 279 'wm/image_grid.cc',
278 'wm/image_grid.h', 280 'wm/image_grid.h',
279 'wm/maximize_bubble_controller.cc', 281 'wm/maximize_bubble_controller.cc',
280 'wm/maximize_bubble_controller.h', 282 'wm/maximize_bubble_controller.h',
281 'wm/overlay_event_filter.cc', 283 'wm/overlay_event_filter.cc',
282 'wm/overlay_event_filter.h', 284 'wm/overlay_event_filter.h',
283 'wm/panel_frame_view.cc', 285 'wm/panel_frame_view.cc',
284 'wm/panel_frame_view.h', 286 'wm/panel_frame_view.h',
285 'wm/panel_layout_manager.cc', 287 'wm/panel_layout_manager.cc',
286 'wm/panel_layout_manager.h', 288 'wm/panel_layout_manager.h',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'shell/cocoa/app-Info.plist', 635 'shell/cocoa/app-Info.plist',
634 ], 636 ],
635 'xcode_settings': { 637 'xcode_settings': {
636 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 638 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
637 }, 639 },
638 }], 640 }],
639 ], 641 ],
640 }, 642 },
641 ], 643 ],
642 } 644 }
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