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

Side by Side Diff: ash/ash.gyp

Issue 580553002: Remove deprecated cursor event filter for Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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 | « ash/BUILD.gn ('k') | ash/display/mouse_cursor_event_filter.h » ('j') | no next file with comments »
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'display/display_layout_store.cc', 82 'display/display_layout_store.cc',
83 'display/display_manager.cc', 83 'display/display_manager.cc',
84 'display/display_manager.h', 84 'display/display_manager.h',
85 'display/display_pref_util.h', 85 'display/display_pref_util.h',
86 'display/event_transformation_handler.cc', 86 'display/event_transformation_handler.cc',
87 'display/event_transformation_handler.h', 87 'display/event_transformation_handler.h',
88 'display/mirror_window_controller.cc', 88 'display/mirror_window_controller.cc',
89 'display/mirror_window_controller.h', 89 'display/mirror_window_controller.h',
90 'display/mouse_cursor_event_filter.cc', 90 'display/mouse_cursor_event_filter.cc',
91 'display/mouse_cursor_event_filter.h', 91 'display/mouse_cursor_event_filter.h',
92 'display/mouse_cursor_event_filter_ozone.cc',
93 'display/projecting_observer_chromeos.cc', 92 'display/projecting_observer_chromeos.cc',
94 'display/projecting_observer_chromeos.h', 93 'display/projecting_observer_chromeos.h',
95 'display/resolution_notification_controller.cc', 94 'display/resolution_notification_controller.cc',
96 'display/resolution_notification_controller.h', 95 'display/resolution_notification_controller.h',
97 'display/root_window_transformers.cc', 96 'display/root_window_transformers.cc',
98 'display/root_window_transformers.h', 97 'display/root_window_transformers.h',
99 'display/screen_ash.cc', 98 'display/screen_ash.cc',
100 'display/screen_ash.h', 99 'display/screen_ash.h',
101 'display/screen_position_controller.cc', 100 'display/screen_position_controller.cc',
102 'display/screen_position_controller.h', 101 'display/screen_position_controller.h',
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1269 'conditions': [ 1268 'conditions': [
1270 ['chromeos==1', { 1269 ['chromeos==1', {
1271 'dependencies': [ 1270 'dependencies': [
1272 '../ui/display/display.gyp:display', 1271 '../ui/display/display.gyp:display',
1273 ], 1272 ],
1274 }], 1273 }],
1275 ], 1274 ],
1276 }, 1275 },
1277 ], 1276 ],
1278 } 1277 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/display/mouse_cursor_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698