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

Side by Side Diff: content/content_browser.gypi

Issue 1405613002: Support vsync-aligned wheel event dispatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@input_cleanup_todo
Patch Set: Rebase Created 5 years, 2 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 | « content/browser/renderer_host/input/wheel_event_queue.cc ('k') | ui/compositor/compositor.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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../components/url_formatter/url_formatter.gyp:url_formatter', 8 '../components/url_formatter/url_formatter.gyp:url_formatter',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../device/battery/battery.gyp:device_battery', 10 '../device/battery/battery.gyp:device_battery',
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 'browser/renderer_host/input/ui_touch_selection_helper.cc', 1240 'browser/renderer_host/input/ui_touch_selection_helper.cc',
1241 'browser/renderer_host/input/ui_touch_selection_helper.h', 1241 'browser/renderer_host/input/ui_touch_selection_helper.h',
1242 'browser/renderer_host/input/web_input_event_builders_android.cc', 1242 'browser/renderer_host/input/web_input_event_builders_android.cc',
1243 'browser/renderer_host/input/web_input_event_builders_android.h', 1243 'browser/renderer_host/input/web_input_event_builders_android.h',
1244 'browser/renderer_host/input/web_input_event_builders_mac.h', 1244 'browser/renderer_host/input/web_input_event_builders_mac.h',
1245 'browser/renderer_host/input/web_input_event_builders_mac.mm', 1245 'browser/renderer_host/input/web_input_event_builders_mac.mm',
1246 'browser/renderer_host/input/web_input_event_builders_win.cc', 1246 'browser/renderer_host/input/web_input_event_builders_win.cc',
1247 'browser/renderer_host/input/web_input_event_builders_win.h', 1247 'browser/renderer_host/input/web_input_event_builders_win.h',
1248 'browser/renderer_host/input/web_input_event_util.cc', 1248 'browser/renderer_host/input/web_input_event_util.cc',
1249 'browser/renderer_host/input/web_input_event_util.h', 1249 'browser/renderer_host/input/web_input_event_util.h',
1250 'browser/renderer_host/input/wheel_event_queue.cc',
1251 'browser/renderer_host/input/wheel_event_queue.h',
1250 'browser/renderer_host/legacy_render_widget_host_win.cc', 1252 'browser/renderer_host/legacy_render_widget_host_win.cc',
1251 'browser/renderer_host/legacy_render_widget_host_win.h', 1253 'browser/renderer_host/legacy_render_widget_host_win.h',
1252 'browser/renderer_host/media/audio_input_debug_writer.cc', 1254 'browser/renderer_host/media/audio_input_debug_writer.cc',
1253 'browser/renderer_host/media/audio_input_debug_writer.h', 1255 'browser/renderer_host/media/audio_input_debug_writer.h',
1254 'browser/renderer_host/media/audio_input_device_manager.cc', 1256 'browser/renderer_host/media/audio_input_device_manager.cc',
1255 'browser/renderer_host/media/audio_input_device_manager.h', 1257 'browser/renderer_host/media/audio_input_device_manager.h',
1256 'browser/renderer_host/media/audio_input_renderer_host.cc', 1258 'browser/renderer_host/media/audio_input_renderer_host.cc',
1257 'browser/renderer_host/media/audio_input_renderer_host.h', 1259 'browser/renderer_host/media/audio_input_renderer_host.h',
1258 'browser/renderer_host/media/audio_input_sync_writer.cc', 1260 'browser/renderer_host/media/audio_input_sync_writer.cc',
1259 'browser/renderer_host/media/audio_input_sync_writer.h', 1261 'browser/renderer_host/media/audio_input_sync_writer.h',
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 ['enable_webvr==1 and OS=="android"', { 2172 ['enable_webvr==1 and OS=="android"', {
2171 'sources': [ 2173 'sources': [
2172 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2174 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2173 'browser/vr/android/cardboard/cardboard_vr_device.h', 2175 'browser/vr/android/cardboard/cardboard_vr_device.h',
2174 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2176 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2175 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2177 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2176 ], 2178 ],
2177 }], 2179 }],
2178 ], 2180 ],
2179 } 2181 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/input/wheel_event_queue.cc ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698