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

Side by Side Diff: ash/ash.gyp

Issue 10965020: Fix cursor getting invisible after moving a window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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/wm/cursor_manager.h » ('j') | ash/wm/cursor_manager.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 'includes': [ 10 'includes': [
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'test/test_launcher_delegate.h', 498 'test/test_launcher_delegate.h',
499 'test/test_shell_delegate.cc', 499 'test/test_shell_delegate.cc',
500 'test/test_shell_delegate.h', 500 'test/test_shell_delegate.h',
501 'test/test_suite.cc', 501 'test/test_suite.cc',
502 'test/test_suite.h', 502 'test/test_suite.h',
503 'test/test_suite_init.h', 503 'test/test_suite_init.h',
504 'test/test_suite_init.mm', 504 'test/test_suite_init.mm',
505 'tooltips/tooltip_controller_unittest.cc', 505 'tooltips/tooltip_controller_unittest.cc',
506 'wm/activation_controller_unittest.cc', 506 'wm/activation_controller_unittest.cc',
507 'wm/base_layout_manager_unittest.cc', 507 'wm/base_layout_manager_unittest.cc',
508 'wm/cursor_manager_unittest.cc',
sky 2012/09/20 20:46:27 sort
mazda 2012/09/20 21:13:40 It's already sorted. :-)
508 'wm/custom_frame_view_ash_unittest.cc', 509 'wm/custom_frame_view_ash_unittest.cc',
509 'wm/frame_painter_unittest.cc', 510 'wm/frame_painter_unittest.cc',
510 'wm/image_grid_unittest.cc', 511 'wm/image_grid_unittest.cc',
511 'wm/panel_layout_manager_unittest.cc', 512 'wm/panel_layout_manager_unittest.cc',
512 'wm/power_button_controller_unittest.cc', 513 'wm/power_button_controller_unittest.cc',
513 'wm/screen_dimmer_unittest.cc', 514 'wm/screen_dimmer_unittest.cc',
514 'wm/shadow_controller_unittest.cc', 515 'wm/shadow_controller_unittest.cc',
515 'wm/shelf_layout_manager_unittest.cc', 516 'wm/shelf_layout_manager_unittest.cc',
516 'wm/system_gesture_event_filter_unittest.cc', 517 'wm/system_gesture_event_filter_unittest.cc',
517 'wm/system_modal_container_layout_manager_unittest.cc', 518 'wm/system_modal_container_layout_manager_unittest.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'shell/cocoa/app-Info.plist', 650 'shell/cocoa/app-Info.plist',
650 ], 651 ],
651 'xcode_settings': { 652 'xcode_settings': {
652 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 653 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
653 }, 654 },
654 }], 655 }],
655 ], 656 ],
656 }, 657 },
657 ], 658 ],
658 } 659 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/cursor_manager.h » ('j') | ash/wm/cursor_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698