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

Side by Side Diff: ash/ash.gyp

Issue 47873003: Add a full screen virtual keyboard to virtual keyboard root window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: experiment Created 7 years, 1 month 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/display/display_controller.h » ('j') | ash/keyboard_controller_proxy_stub.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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'autoclick/autoclick_unittest.cc', 729 'autoclick/autoclick_unittest.cc',
730 'desktop_background/desktop_background_controller_unittest.cc', 730 'desktop_background/desktop_background_controller_unittest.cc',
731 'desktop_background/wallpaper_resizer_unittest.cc', 731 'desktop_background/wallpaper_resizer_unittest.cc',
732 'dip_unittest.cc', 732 'dip_unittest.cc',
733 'display/display_change_observer_chromeos_unittest.cc', 733 'display/display_change_observer_chromeos_unittest.cc',
734 'display/display_controller_unittest.cc', 734 'display/display_controller_unittest.cc',
735 'display/display_error_observer_chromeos_unittest.cc', 735 'display/display_error_observer_chromeos_unittest.cc',
736 'display/display_info_unittest.cc', 736 'display/display_info_unittest.cc',
737 'display/display_manager_unittest.cc', 737 'display/display_manager_unittest.cc',
738 'display/mirror_window_controller_unittest.cc', 738 'display/mirror_window_controller_unittest.cc',
739 'display/virtual_keyboard_window_controller_unittest.cc',
739 'display/mouse_cursor_event_filter_unittest.cc', 740 'display/mouse_cursor_event_filter_unittest.cc',
740 'display/resolution_notification_controller_unittest.cc', 741 'display/resolution_notification_controller_unittest.cc',
741 'display/root_window_transformers_unittest.cc', 742 'display/root_window_transformers_unittest.cc',
742 'display/screen_position_controller_unittest.cc', 743 'display/screen_position_controller_unittest.cc',
743 'drag_drop/drag_drop_controller_unittest.cc', 744 'drag_drop/drag_drop_controller_unittest.cc',
744 'drag_drop/drag_drop_tracker_unittest.cc', 745 'drag_drop/drag_drop_tracker_unittest.cc',
745 'extended_desktop_unittest.cc', 746 'extended_desktop_unittest.cc',
746 'focus_cycler_unittest.cc', 747 'focus_cycler_unittest.cc',
747 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc', 748 'keyboard_overlay/keyboard_overlay_delegate_unittest.cc',
748 'keyboard_overlay/keyboard_overlay_view_unittest.cc', 749 'keyboard_overlay/keyboard_overlay_view_unittest.cc',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 }, 953 },
953 }, 954 },
954 'dependencies': [ 955 'dependencies': [
955 '../sandbox/sandbox.gyp:sandbox', 956 '../sandbox/sandbox.gyp:sandbox',
956 ], 957 ],
957 }], 958 }],
958 ], 959 ],
959 }, 960 },
960 ], 961 ],
961 } 962 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_controller.h » ('j') | ash/keyboard_controller_proxy_stub.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698