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

Side by Side Diff: ash/ash.gyp

Issue 11451002: Focus launcher if spoken feedback is enabled and no other windows visible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added end to end tests. Created 8 years 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/launcher/launcher.h » ('j') | ash/wm/ash_activation_controller_unittest.cc » ('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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'shell/toplevel_window.cc', 570 'shell/toplevel_window.cc',
571 'shell/widgets.cc', 571 'shell/widgets.cc',
572 'shell/window_type_launcher.cc', 572 'shell/window_type_launcher.cc',
573 'shell/window_watcher.cc', 573 'shell/window_watcher.cc',
574 'shell/window_watcher_unittest.cc', 574 'shell/window_watcher_unittest.cc',
575 'system/tray/system_tray_unittest.cc', 575 'system/tray/system_tray_unittest.cc',
576 'system/web_notification/web_notification_tray_unittest.cc', 576 'system/web_notification/web_notification_tray_unittest.cc',
577 'test/ash_unittests.cc', 577 'test/ash_unittests.cc',
578 'tooltips/tooltip_controller_unittest.cc', 578 'tooltips/tooltip_controller_unittest.cc',
579 'wm/activation_controller_unittest.cc', 579 'wm/activation_controller_unittest.cc',
580 'wm/ash_activation_controller_unittest.cc',
580 'wm/base_layout_manager_unittest.cc', 581 'wm/base_layout_manager_unittest.cc',
581 'wm/cursor_manager_unittest.cc', 582 'wm/cursor_manager_unittest.cc',
582 'wm/custom_frame_view_ash_unittest.cc', 583 'wm/custom_frame_view_ash_unittest.cc',
583 'wm/drag_window_resizer_unittest.cc', 584 'wm/drag_window_resizer_unittest.cc',
584 'wm/frame_painter_unittest.cc', 585 'wm/frame_painter_unittest.cc',
585 'wm/panel_layout_manager_unittest.cc', 586 'wm/panel_layout_manager_unittest.cc',
586 'wm/power_button_controller_unittest.cc', 587 'wm/power_button_controller_unittest.cc',
587 'wm/screen_dimmer_unittest.cc', 588 'wm/screen_dimmer_unittest.cc',
588 'wm/session_state_controller_impl2_unittest.cc', 589 'wm/session_state_controller_impl2_unittest.cc',
589 'wm/shelf_layout_manager_unittest.cc', 590 'wm/shelf_layout_manager_unittest.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 'shell/cocoa/app-Info.plist', 731 'shell/cocoa/app-Info.plist',
731 ], 732 ],
732 'xcode_settings': { 733 'xcode_settings': {
733 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 734 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
734 }, 735 },
735 }], 736 }],
736 ], 737 ],
737 }, 738 },
738 ], 739 ],
739 } 740 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | ash/wm/ash_activation_controller_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698