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

Side by Side Diff: trunk/src/ash/ash.gyp

Issue 167273003: Revert 251382 "event-rewrite: Clean up how events are rewritten." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 'includes': [ 10 'includes': [
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'display/shared_display_edge_indicator.cc', 137 'display/shared_display_edge_indicator.cc',
138 'display/shared_display_edge_indicator.h', 138 'display/shared_display_edge_indicator.h',
139 'display/virtual_keyboard_window_controller.cc', 139 'display/virtual_keyboard_window_controller.cc',
140 'display/virtual_keyboard_window_controller.h', 140 'display/virtual_keyboard_window_controller.h',
141 'drag_drop/drag_drop_controller.cc', 141 'drag_drop/drag_drop_controller.cc',
142 'drag_drop/drag_drop_controller.h', 142 'drag_drop/drag_drop_controller.h',
143 'drag_drop/drag_drop_tracker.cc', 143 'drag_drop/drag_drop_tracker.cc',
144 'drag_drop/drag_drop_tracker.h', 144 'drag_drop/drag_drop_tracker.h',
145 'drag_drop/drag_image_view.cc', 145 'drag_drop/drag_image_view.cc',
146 'drag_drop/drag_image_view.h', 146 'drag_drop/drag_image_view.h',
147 'event_rewriter_delegate.h',
147 'first_run/desktop_cleaner.cc', 148 'first_run/desktop_cleaner.cc',
148 'first_run/desktop_cleaner.h', 149 'first_run/desktop_cleaner.h',
149 'first_run/first_run_helper.cc', 150 'first_run/first_run_helper.cc',
150 'first_run/first_run_helper.h', 151 'first_run/first_run_helper.h',
151 'first_run/first_run_helper_impl.cc', 152 'first_run/first_run_helper_impl.cc',
152 'first_run/first_run_helper_impl.h', 153 'first_run/first_run_helper_impl.h',
153 'focus_cycler.cc', 154 'focus_cycler.cc',
154 'focus_cycler.h', 155 'focus_cycler.h',
155 'gpu_support.h', 156 'gpu_support.h',
156 'gpu_support_stub.cc', 157 'gpu_support_stub.cc',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'wm/dock/docked_window_resizer.cc', 489 'wm/dock/docked_window_resizer.cc',
489 'wm/dock/docked_window_resizer.h', 490 'wm/dock/docked_window_resizer.h',
490 'wm/drag_details.cc', 491 'wm/drag_details.cc',
491 'wm/drag_details.h', 492 'wm/drag_details.h',
492 'wm/drag_window_controller.cc', 493 'wm/drag_window_controller.cc',
493 'wm/drag_window_controller.h', 494 'wm/drag_window_controller.h',
494 'wm/drag_window_resizer.cc', 495 'wm/drag_window_resizer.cc',
495 'wm/drag_window_resizer.h', 496 'wm/drag_window_resizer.h',
496 'wm/event_client_impl.cc', 497 'wm/event_client_impl.cc',
497 'wm/event_client_impl.h', 498 'wm/event_client_impl.h',
499 'wm/event_rewriter_event_filter.cc',
500 'wm/event_rewriter_event_filter.h',
498 'wm/frame_border_hit_test_controller.cc', 501 'wm/frame_border_hit_test_controller.cc',
499 'wm/frame_border_hit_test_controller.h', 502 'wm/frame_border_hit_test_controller.h',
500 'wm/header_painter.cc', 503 'wm/header_painter.cc',
501 'wm/header_painter.h', 504 'wm/header_painter.h',
502 'wm/gestures/long_press_affordance_handler.cc', 505 'wm/gestures/long_press_affordance_handler.cc',
503 'wm/gestures/long_press_affordance_handler.h', 506 'wm/gestures/long_press_affordance_handler.h',
504 'wm/gestures/overview_gesture_handler.cc', 507 'wm/gestures/overview_gesture_handler.cc',
505 'wm/gestures/overview_gesture_handler.h', 508 'wm/gestures/overview_gesture_handler.h',
506 'wm/gestures/shelf_gesture_handler.cc', 509 'wm/gestures/shelf_gesture_handler.cc',
507 'wm/gestures/shelf_gesture_handler.h', 510 'wm/gestures/shelf_gesture_handler.h',
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 }, 1091 },
1089 }, 1092 },
1090 'dependencies': [ 1093 'dependencies': [
1091 '../sandbox/sandbox.gyp:sandbox', 1094 '../sandbox/sandbox.gyp:sandbox',
1092 ], 1095 ],
1093 }], 1096 }],
1094 ], 1097 ],
1095 }, 1098 },
1096 ], 1099 ],
1097 } 1100 }
OLDNEW
« no previous file with comments | « trunk/src/ash/accelerators/accelerator_dispatcher.cc ('k') | trunk/src/ash/event_rewriter_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698