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

Side by Side Diff: ui/ozone/ozone.gyp

Issue 508303002: Move touchscreen device caching to DeviceDataManager (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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'external_ozone_platforms': [], 8 'external_ozone_platforms': [],
9 'external_ozone_platform_files': [], 9 'external_ozone_platform_files': [],
10 'external_ozone_platform_deps': [], 10 'external_ozone_platform_deps': [],
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 # chromeos=0, by exclusion rules in filename_rules.gypi due to the 84 # chromeos=0, by exclusion rules in filename_rules.gypi due to the
85 # 'chromeos' folder name. 85 # 'chromeos' folder name.
86 'common/chromeos/display_mode_proxy.cc', 86 'common/chromeos/display_mode_proxy.cc',
87 'common/chromeos/display_mode_proxy.h', 87 'common/chromeos/display_mode_proxy.h',
88 'common/chromeos/display_snapshot_proxy.cc', 88 'common/chromeos/display_snapshot_proxy.cc',
89 'common/chromeos/display_snapshot_proxy.h', 89 'common/chromeos/display_snapshot_proxy.h',
90 'common/chromeos/display_util.cc', 90 'common/chromeos/display_util.cc',
91 'common/chromeos/display_util.h', 91 'common/chromeos/display_util.h',
92 'common/chromeos/native_display_delegate_ozone.cc', 92 'common/chromeos/native_display_delegate_ozone.cc',
93 'common/chromeos/native_display_delegate_ozone.h', 93 'common/chromeos/native_display_delegate_ozone.h',
94 'common/chromeos/touchscreen_device_manager_ozone.cc',
95 'common/chromeos/touchscreen_device_manager_ozone.h',
96 'common/gpu/ozone_gpu_message_generator.cc', 94 'common/gpu/ozone_gpu_message_generator.cc',
97 'common/gpu/ozone_gpu_message_generator.h', 95 'common/gpu/ozone_gpu_message_generator.h',
98 'common/gpu/ozone_gpu_message_params.cc', 96 'common/gpu/ozone_gpu_message_params.cc',
99 'common/gpu/ozone_gpu_message_params.h', 97 'common/gpu/ozone_gpu_message_params.h',
100 'common/gpu/ozone_gpu_messages.h', 98 'common/gpu/ozone_gpu_messages.h',
101 'public/ozone_platform.cc', 99 'public/ozone_platform.cc',
102 'public/ozone_platform.h', 100 'public/ozone_platform.h',
103 'public/ozone_switches.cc', 101 'public/ozone_switches.cc',
104 'public/ozone_switches.h', 102 'public/ozone_switches.h',
105 'public/ui_thread_gpu.cc', 103 'public/ui_thread_gpu.cc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'platform/dri/gbm.gypi', 205 'platform/dri/gbm.gypi',
208 ], 206 ],
209 }], 207 }],
210 ['<(ozone_platform_test) == 1', { 208 ['<(ozone_platform_test) == 1', {
211 'includes': [ 209 'includes': [
212 'platform/test/test.gypi', 210 'platform/test/test.gypi',
213 ], 211 ],
214 }], 212 }],
215 ], 213 ],
216 } 214 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698