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

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 unit 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/launcher/launcher.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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 'shell/toplevel_window.cc', 558 'shell/toplevel_window.cc',
559 'shell/widgets.cc', 559 'shell/widgets.cc',
560 'shell/window_type_launcher.cc', 560 'shell/window_type_launcher.cc',
561 'shell/window_watcher.cc', 561 'shell/window_watcher.cc',
562 'shell/window_watcher_unittest.cc', 562 'shell/window_watcher_unittest.cc',
563 'system/tray/system_tray_unittest.cc', 563 'system/tray/system_tray_unittest.cc',
564 'system/web_notification/web_notification_tray_unittest.cc', 564 'system/web_notification/web_notification_tray_unittest.cc',
565 'test/ash_unittests.cc', 565 'test/ash_unittests.cc',
566 'tooltips/tooltip_controller_unittest.cc', 566 'tooltips/tooltip_controller_unittest.cc',
567 'wm/activation_controller_unittest.cc', 567 'wm/activation_controller_unittest.cc',
568 'wm/ash_activation_controller.cc',
sky 2012/12/10 15:37:51 ash_activation_controller.* should be in the ash s
mtomasz 2012/12/11 05:03:32 I think I am doing sth wrong. It is already there,
sky 2012/12/11 16:30:47 Maybe add ASH_EXPORT?
mtomasz 2012/12/13 07:55:29 Done.
569 'wm/ash_activation_controller.h',
570 'wm/ash_activation_controller_unittest.cc',
568 'wm/base_layout_manager_unittest.cc', 571 'wm/base_layout_manager_unittest.cc',
569 'wm/cursor_manager_unittest.cc', 572 'wm/cursor_manager_unittest.cc',
570 'wm/custom_frame_view_ash_unittest.cc', 573 'wm/custom_frame_view_ash_unittest.cc',
571 'wm/drag_window_resizer_unittest.cc', 574 'wm/drag_window_resizer_unittest.cc',
572 'wm/frame_painter_unittest.cc', 575 'wm/frame_painter_unittest.cc',
573 'wm/panel_layout_manager_unittest.cc', 576 'wm/panel_layout_manager_unittest.cc',
574 'wm/power_button_controller_unittest.cc', 577 'wm/power_button_controller_unittest.cc',
575 'wm/screen_dimmer_unittest.cc', 578 'wm/screen_dimmer_unittest.cc',
576 'wm/session_state_controller_impl2_unittest.cc', 579 'wm/session_state_controller_impl2_unittest.cc',
577 'wm/shelf_layout_manager_unittest.cc', 580 'wm/shelf_layout_manager_unittest.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
715 'shell/cocoa/app-Info.plist', 718 'shell/cocoa/app-Info.plist',
716 ], 719 ],
717 'xcode_settings': { 720 'xcode_settings': {
718 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 721 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
719 }, 722 },
720 }], 723 }],
721 ], 724 ],
722 }, 725 },
723 ], 726 ],
724 } 727 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/launcher.h » ('j') | ash/launcher/launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698