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

Side by Side Diff: ash/ash.gyp

Issue 657603002: ash: ozone: apply transformation to events outside the root window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Flatten TranslateLocatedEvent() Created 6 years 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/host/ash_window_tree_host.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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'frame/header_painter.h', 136 'frame/header_painter.h',
137 'frame/header_painter_util.cc', 137 'frame/header_painter_util.cc',
138 'frame/header_painter_util.h', 138 'frame/header_painter_util.h',
139 'gpu_support.h', 139 'gpu_support.h',
140 'gpu_support_stub.cc', 140 'gpu_support_stub.cc',
141 'gpu_support_stub.h', 141 'gpu_support_stub.h',
142 'high_contrast/high_contrast_controller.cc', 142 'high_contrast/high_contrast_controller.cc',
143 'high_contrast/high_contrast_controller.h', 143 'high_contrast/high_contrast_controller.h',
144 'host/ash_remote_window_tree_host_win.cc', 144 'host/ash_remote_window_tree_host_win.cc',
145 'host/ash_remote_window_tree_host_win.h', 145 'host/ash_remote_window_tree_host_win.h',
146 'host/ash_window_tree_host.cc',
146 'host/ash_window_tree_host.h', 147 'host/ash_window_tree_host.h',
147 'host/ash_window_tree_host_init_params.cc', 148 'host/ash_window_tree_host_init_params.cc',
148 'host/ash_window_tree_host_init_params.h', 149 'host/ash_window_tree_host_init_params.h',
149 'host/ash_window_tree_host_ozone.cc', 150 'host/ash_window_tree_host_ozone.cc',
150 'host/ash_window_tree_host_win.cc', 151 'host/ash_window_tree_host_win.cc',
151 'host/ash_window_tree_host_x11.cc', 152 'host/ash_window_tree_host_x11.cc',
152 'host/ash_window_tree_host_x11.h', 153 'host/ash_window_tree_host_x11.h',
153 'host/root_window_transformer.h', 154 'host/root_window_transformer.h',
154 'host/transformer_helper.cc', 155 'host/transformer_helper.cc',
155 'host/transformer_helper.h', 156 'host/transformer_helper.h',
(...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 '../build/isolate.gypi', 1299 '../build/isolate.gypi',
1299 ], 1300 ],
1300 'sources': [ 1301 'sources': [
1301 'ash_unittests.isolate', 1302 'ash_unittests.isolate',
1302 ], 1303 ],
1303 }, 1304 },
1304 ], 1305 ],
1305 }], 1306 }],
1306 ], 1307 ],
1307 } 1308 }
OLDNEW
« no previous file with comments | « no previous file | ash/host/ash_window_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698