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

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: 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/test/cursor_manager_test_api.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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'shell/window_type_launcher.cc', 483 'shell/window_type_launcher.cc',
484 'shell/window_watcher.cc', 484 'shell/window_watcher.cc',
485 'shell/window_watcher_unittest.cc', 485 'shell/window_watcher_unittest.cc',
486 'system/tray/system_tray_unittest.cc', 486 'system/tray/system_tray_unittest.cc',
487 'system/web_notification/web_notification_tray_unittest.cc', 487 'system/web_notification/web_notification_tray_unittest.cc',
488 'test/ash_test_base.cc', 488 'test/ash_test_base.cc',
489 'test/ash_test_base.h', 489 'test/ash_test_base.h',
490 'test/ash_unittests.cc', 490 'test/ash_unittests.cc',
491 'test/capture_tracking_view.cc', 491 'test/capture_tracking_view.cc',
492 'test/capture_tracking_view.h', 492 'test/capture_tracking_view.h',
493 'test/cursor_manager_test_api.cc',
494 'test/cursor_manager_test_api.h',
493 'test/launcher_view_test_api.cc', 495 'test/launcher_view_test_api.cc',
494 'test/launcher_view_test_api.h', 496 'test/launcher_view_test_api.h',
495 'test/test_activation_delegate.cc', 497 'test/test_activation_delegate.cc',
496 'test/test_activation_delegate.h', 498 'test/test_activation_delegate.h',
497 'test/test_launcher_delegate.cc', 499 'test/test_launcher_delegate.cc',
498 'test/test_launcher_delegate.h', 500 'test/test_launcher_delegate.h',
499 'test/test_shell_delegate.cc', 501 'test/test_shell_delegate.cc',
500 'test/test_shell_delegate.h', 502 'test/test_shell_delegate.h',
501 'test/test_suite.cc', 503 'test/test_suite.cc',
502 'test/test_suite.h', 504 'test/test_suite.h',
503 'test/test_suite_init.h', 505 'test/test_suite_init.h',
504 'test/test_suite_init.mm', 506 'test/test_suite_init.mm',
505 'tooltips/tooltip_controller_unittest.cc', 507 'tooltips/tooltip_controller_unittest.cc',
506 'wm/activation_controller_unittest.cc', 508 'wm/activation_controller_unittest.cc',
507 'wm/base_layout_manager_unittest.cc', 509 'wm/base_layout_manager_unittest.cc',
510 'wm/cursor_manager_unittest.cc',
508 'wm/custom_frame_view_ash_unittest.cc', 511 'wm/custom_frame_view_ash_unittest.cc',
509 'wm/frame_painter_unittest.cc', 512 'wm/frame_painter_unittest.cc',
510 'wm/image_grid_unittest.cc', 513 'wm/image_grid_unittest.cc',
511 'wm/panel_layout_manager_unittest.cc', 514 'wm/panel_layout_manager_unittest.cc',
512 'wm/power_button_controller_unittest.cc', 515 'wm/power_button_controller_unittest.cc',
513 'wm/screen_dimmer_unittest.cc', 516 'wm/screen_dimmer_unittest.cc',
514 'wm/shadow_controller_unittest.cc', 517 'wm/shadow_controller_unittest.cc',
515 'wm/shelf_layout_manager_unittest.cc', 518 'wm/shelf_layout_manager_unittest.cc',
516 'wm/system_gesture_event_filter_unittest.cc', 519 'wm/system_gesture_event_filter_unittest.cc',
517 'wm/system_modal_container_layout_manager_unittest.cc', 520 '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', 652 'shell/cocoa/app-Info.plist',
650 ], 653 ],
651 'xcode_settings': { 654 'xcode_settings': {
652 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 655 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
653 }, 656 },
654 }], 657 }],
655 ], 658 ],
656 }, 659 },
657 ], 660 ],
658 } 661 }
OLDNEW
« no previous file with comments | « no previous file | ash/test/cursor_manager_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698