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

Side by Side Diff: ash/ash.gyp

Issue 1008453002: Allow javascript change the virtual keyboard window size and position freely in FLOATING mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a crash Created 5 years, 8 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.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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'wm/system_gesture_event_filter.h', 590 'wm/system_gesture_event_filter.h',
591 'wm/system_modal_container_event_filter.cc', 591 'wm/system_modal_container_event_filter.cc',
592 'wm/system_modal_container_event_filter.h', 592 'wm/system_modal_container_event_filter.h',
593 'wm/system_modal_container_event_filter_delegate.h', 593 'wm/system_modal_container_event_filter_delegate.h',
594 'wm/system_modal_container_layout_manager.cc', 594 'wm/system_modal_container_layout_manager.cc',
595 'wm/system_modal_container_layout_manager.h', 595 'wm/system_modal_container_layout_manager.h',
596 'wm/toplevel_window_event_handler.cc', 596 'wm/toplevel_window_event_handler.cc',
597 'wm/toplevel_window_event_handler.h', 597 'wm/toplevel_window_event_handler.h',
598 'wm/video_detector.cc', 598 'wm/video_detector.cc',
599 'wm/video_detector.h', 599 'wm/video_detector.h',
600 'wm/virtual_keyboard_container_layout_manager.cc',
601 'wm/virtual_keyboard_container_layout_manager.h',
602 'wm/window_animations.cc', 600 'wm/window_animations.cc',
603 'wm/window_animations.h', 601 'wm/window_animations.h',
604 'wm/window_cycle_controller.cc', 602 'wm/window_cycle_controller.cc',
605 'wm/window_cycle_controller.h', 603 'wm/window_cycle_controller.h',
606 'wm/window_cycle_list.cc', 604 'wm/window_cycle_list.cc',
607 'wm/window_cycle_list.h', 605 'wm/window_cycle_list.h',
608 'wm/window_positioner.cc', 606 'wm/window_positioner.cc',
609 'wm/window_positioner.h', 607 'wm/window_positioner.h',
610 'wm/window_properties.cc', 608 'wm/window_properties.cc',
611 'wm/window_properties.h', 609 'wm/window_properties.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1301 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1304 ], 1302 ],
1305 } 1303 }
1306 ], 1304 ],
1307 ], 1305 ],
1308 }, 1306 },
1309 ], 1307 ],
1310 }], 1308 }],
1311 ], 1309 ],
1312 } 1310 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | ash/root_window_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698