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

Side by Side Diff: ash/ash.gyp

Issue 313913004: Block internal PlatformEvents before they are dispatched in touchview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove obsolete comment and unnecessary includes. Created 6 years, 6 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 | Annotate | Revision Log
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 'targets': [ 10 'targets': [
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'wm/app_list_controller_unittest.cc', 992 'wm/app_list_controller_unittest.cc',
993 'wm/ash_native_cursor_manager_unittest.cc', 993 'wm/ash_native_cursor_manager_unittest.cc',
994 'wm/dock/docked_window_layout_manager_unittest.cc', 994 'wm/dock/docked_window_layout_manager_unittest.cc',
995 'wm/dock/docked_window_resizer_unittest.cc', 995 'wm/dock/docked_window_resizer_unittest.cc',
996 'wm/drag_window_resizer_unittest.cc', 996 'wm/drag_window_resizer_unittest.cc',
997 'wm/gestures/overview_gesture_handler_unittest.cc', 997 'wm/gestures/overview_gesture_handler_unittest.cc',
998 'wm/immersive_fullscreen_controller_unittest.cc', 998 'wm/immersive_fullscreen_controller_unittest.cc',
999 'wm/lock_state_controller_unittest.cc', 999 'wm/lock_state_controller_unittest.cc',
1000 'wm/maximize_mode/accelerometer_test_data_literals.cc', 1000 'wm/maximize_mode/accelerometer_test_data_literals.cc',
1001 'wm/maximize_mode/maximize_mode_controller_unittest.cc', 1001 'wm/maximize_mode/maximize_mode_controller_unittest.cc',
1002 'wm/maximize_mode/maximize_mode_event_blocker_unittest.cc',
1002 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 1003 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
1003 'wm/mru_window_tracker_unittest.cc', 1004 'wm/mru_window_tracker_unittest.cc',
1004 'wm/overview/window_selector_unittest.cc', 1005 'wm/overview/window_selector_unittest.cc',
1005 'wm/panels/panel_layout_manager_unittest.cc', 1006 'wm/panels/panel_layout_manager_unittest.cc',
1006 'wm/panels/panel_window_resizer_unittest.cc', 1007 'wm/panels/panel_window_resizer_unittest.cc',
1007 'wm/partial_screenshot_view_unittest.cc', 1008 'wm/partial_screenshot_view_unittest.cc',
1008 'wm/resize_shadow_and_cursor_unittest.cc', 1009 'wm/resize_shadow_and_cursor_unittest.cc',
1009 'wm/screen_dimmer_unittest.cc', 1010 'wm/screen_dimmer_unittest.cc',
1010 'wm/stacking_controller_unittest.cc', 1011 'wm/stacking_controller_unittest.cc',
1011 'wm/system_gesture_event_filter_unittest.cc', 1012 'wm/system_gesture_event_filter_unittest.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'conditions': [ 1215 'conditions': [
1215 ['chromeos==1', { 1216 ['chromeos==1', {
1216 'dependencies': [ 1217 'dependencies': [
1217 '../ui/display/display.gyp:display', 1218 '../ui/display/display.gyp:display',
1218 ], 1219 ],
1219 }], 1220 }],
1220 ], 1221 ],
1221 }, 1222 },
1222 ], 1223 ],
1223 } 1224 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/maximize_mode/internal_input_device_list.h » ('j') | ash/wm/maximize_mode/internal_input_device_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698