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

Side by Side Diff: ui/ozone/platform/dri/dri.gypi

Issue 556073003: [Ozone-DRI] Do proper bounds checks when moving the cursor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@restore-cursor
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 | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/dri_cursor.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'internal_ozone_platform_deps': [ 7 'internal_ozone_platform_deps': [
8 'ozone_platform_dri', 8 'ozone_platform_dri',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'dri_surface_factory.h', 55 'dri_surface_factory.h',
56 'dri_util.cc', 56 'dri_util.cc',
57 'dri_util.h', 57 'dri_util.h',
58 'dri_vsync_provider.cc', 58 'dri_vsync_provider.cc',
59 'dri_vsync_provider.h', 59 'dri_vsync_provider.h',
60 'dri_window.cc', 60 'dri_window.cc',
61 'dri_window.h', 61 'dri_window.h',
62 'dri_window_delegate.h', 62 'dri_window_delegate.h',
63 'dri_window_delegate_impl.cc', 63 'dri_window_delegate_impl.cc',
64 'dri_window_delegate_impl.h', 64 'dri_window_delegate_impl.h',
65 'dri_window_delegate_manager.cc',
66 'dri_window_delegate_manager.h',
65 'dri_window_manager.cc', 67 'dri_window_manager.cc',
66 'dri_window_manager.h', 68 'dri_window_manager.h',
67 'dri_wrapper.cc', 69 'dri_wrapper.cc',
68 'dri_wrapper.h', 70 'dri_wrapper.h',
69 'hardware_display_controller.cc', 71 'hardware_display_controller.cc',
70 'hardware_display_controller.h', 72 'hardware_display_controller.h',
71 'ozone_platform_dri.cc', 73 'ozone_platform_dri.cc',
72 'ozone_platform_dri.h', 74 'ozone_platform_dri.h',
73 'scoped_drm_types.cc', 75 'scoped_drm_types.cc',
74 'scoped_drm_types.h', 76 'scoped_drm_types.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'dri_surface_unittest.cc', 111 'dri_surface_unittest.cc',
110 'hardware_display_controller_unittest.cc', 112 'hardware_display_controller_unittest.cc',
111 'screen_manager_unittest.cc', 113 'screen_manager_unittest.cc',
112 'test/mock_dri_wrapper.cc', 114 'test/mock_dri_wrapper.cc',
113 'test/mock_dri_wrapper.h', 115 'test/mock_dri_wrapper.h',
114 ], 116 ],
115 }, 117 },
116 }, 118 },
117 ], 119 ],
118 } 120 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/dri_cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698