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

Side by Side Diff: ash/ash.gyp

Issue 258893002: app_shell: Add support for mouse cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update build to exclude ImageCursors on android Created 6 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 | Annotate | Revision Log
« no previous file with comments | « apps/shell/browser/shell_desktop_controller.cc ('k') | ash/display/cursor_window_controller.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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 'wm/event_client_impl.cc', 559 'wm/event_client_impl.cc',
560 'wm/event_client_impl.h', 560 'wm/event_client_impl.h',
561 'wm/gestures/long_press_affordance_handler.cc', 561 'wm/gestures/long_press_affordance_handler.cc',
562 'wm/gestures/long_press_affordance_handler.h', 562 'wm/gestures/long_press_affordance_handler.h',
563 'wm/gestures/overview_gesture_handler.cc', 563 'wm/gestures/overview_gesture_handler.cc',
564 'wm/gestures/overview_gesture_handler.h', 564 'wm/gestures/overview_gesture_handler.h',
565 'wm/gestures/shelf_gesture_handler.cc', 565 'wm/gestures/shelf_gesture_handler.cc',
566 'wm/gestures/shelf_gesture_handler.h', 566 'wm/gestures/shelf_gesture_handler.h',
567 'wm/gestures/tray_gesture_handler.cc', 567 'wm/gestures/tray_gesture_handler.cc',
568 'wm/gestures/tray_gesture_handler.h', 568 'wm/gestures/tray_gesture_handler.h',
569 'wm/image_cursors.cc',
570 'wm/image_cursors.h',
571 'wm/immersive_fullscreen_controller.cc', 569 'wm/immersive_fullscreen_controller.cc',
572 'wm/immersive_fullscreen_controller.h', 570 'wm/immersive_fullscreen_controller.h',
573 'wm/immersive_revealed_lock.cc', 571 'wm/immersive_revealed_lock.cc',
574 'wm/immersive_revealed_lock.h', 572 'wm/immersive_revealed_lock.h',
575 'wm/lock_state_controller.cc', 573 'wm/lock_state_controller.cc',
576 'wm/lock_state_controller.h', 574 'wm/lock_state_controller.h',
577 'wm/lock_state_observer.h', 575 'wm/lock_state_observer.h',
578 'wm/maximize_mode/maximize_mode_controller.cc', 576 'wm/maximize_mode/maximize_mode_controller.cc',
579 'wm/maximize_mode/maximize_mode_controller.h', 577 'wm/maximize_mode/maximize_mode_controller.h',
580 'wm/maximize_mode/maximize_mode_event_blocker.cc', 578 'wm/maximize_mode/maximize_mode_event_blocker.cc',
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 }], 1186 }],
1189 ['chromeos==1', { 1187 ['chromeos==1', {
1190 'dependencies': [ 1188 'dependencies': [
1191 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1189 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1192 ], 1190 ],
1193 }], 1191 }],
1194 ], 1192 ],
1195 }, 1193 },
1196 ], 1194 ],
1197 } 1195 }
OLDNEW
« no previous file with comments | « apps/shell/browser/shell_desktop_controller.cc ('k') | ash/display/cursor_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698