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

Side by Side Diff: ash/ash.gyp

Issue 617553002: Fix size and position of the virtual keyboard after a screen rotation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | ash/root_window_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 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 'wm/system_gesture_event_filter.h', 609 'wm/system_gesture_event_filter.h',
610 'wm/system_modal_container_event_filter.cc', 610 'wm/system_modal_container_event_filter.cc',
611 'wm/system_modal_container_event_filter.h', 611 'wm/system_modal_container_event_filter.h',
612 'wm/system_modal_container_event_filter_delegate.h', 612 'wm/system_modal_container_event_filter_delegate.h',
613 'wm/system_modal_container_layout_manager.cc', 613 'wm/system_modal_container_layout_manager.cc',
614 'wm/system_modal_container_layout_manager.h', 614 'wm/system_modal_container_layout_manager.h',
615 'wm/toplevel_window_event_handler.cc', 615 'wm/toplevel_window_event_handler.cc',
616 'wm/toplevel_window_event_handler.h', 616 'wm/toplevel_window_event_handler.h',
617 'wm/video_detector.cc', 617 'wm/video_detector.cc',
618 'wm/video_detector.h', 618 'wm/video_detector.h',
619 "wm/virtual_keyboard_container_layout_manager.cc",
620 "wm/virtual_keyboard_container_layout_manager.h",
619 'wm/window_animations.cc', 621 'wm/window_animations.cc',
620 'wm/window_animations.h', 622 'wm/window_animations.h',
621 'wm/window_positioner.cc', 623 'wm/window_positioner.cc',
622 'wm/window_positioner.h', 624 'wm/window_positioner.h',
623 'wm/window_state.cc', 625 'wm/window_state.cc',
624 'wm/window_state.h', 626 'wm/window_state.h',
625 'wm/window_state_delegate.cc', 627 'wm/window_state_delegate.cc',
626 'wm/window_state_delegate.h', 628 'wm/window_state_delegate.h',
627 'wm/window_state_observer.h', 629 'wm/window_state_observer.h',
628 'wm/window_state_util.cc', 630 'wm/window_state_util.cc',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1268 'conditions': [ 1270 'conditions': [
1269 ['chromeos==1', { 1271 ['chromeos==1', {
1270 'dependencies': [ 1272 'dependencies': [
1271 '../ui/display/display.gyp:display', 1273 '../ui/display/display.gyp:display',
1272 ], 1274 ],
1273 }], 1275 }],
1274 ], 1276 ],
1275 }, 1277 },
1276 ], 1278 ],
1277 } 1279 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | ash/root_window_controller_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698