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

Side by Side Diff: content/content_common.gypi

Issue 997283002: Coalesce async touch move events until the ack back from render (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format input_message Created 5 years, 7 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/common/input_messages.h ('k') | content/renderer/input/input_event_filter.cc » ('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', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'common/indexed_db/indexed_db_key_range.h', 360 'common/indexed_db/indexed_db_key_range.h',
361 'common/indexed_db/indexed_db_messages.h', 361 'common/indexed_db/indexed_db_messages.h',
362 'common/indexed_db/indexed_db_param_traits.cc', 362 'common/indexed_db/indexed_db_param_traits.cc',
363 'common/indexed_db/indexed_db_param_traits.h', 363 'common/indexed_db/indexed_db_param_traits.h',
364 'common/input/did_overscroll_params.cc', 364 'common/input/did_overscroll_params.cc',
365 'common/input/did_overscroll_params.h', 365 'common/input/did_overscroll_params.h',
366 'common/input/gesture_event_stream_validator.cc', 366 'common/input/gesture_event_stream_validator.cc',
367 'common/input/gesture_event_stream_validator.h', 367 'common/input/gesture_event_stream_validator.h',
368 'common/input/input_event.cc', 368 'common/input/input_event.cc',
369 'common/input/input_event.h', 369 'common/input/input_event.h',
370 'common/input/input_event_ack.cc',
371 'common/input/input_event_ack.h',
370 'common/input/input_event_stream_validator.cc', 372 'common/input/input_event_stream_validator.cc',
371 'common/input/input_event_stream_validator.h', 373 'common/input/input_event_stream_validator.h',
372 'common/input/input_param_traits.cc', 374 'common/input/input_param_traits.cc',
373 'common/input/input_param_traits.h', 375 'common/input/input_param_traits.h',
374 'common/input/scoped_web_input_event.cc', 376 'common/input/scoped_web_input_event.cc',
375 'common/input/scoped_web_input_event.h', 377 'common/input/scoped_web_input_event.h',
376 'common/input/synthetic_gesture_packet.cc', 378 'common/input/synthetic_gesture_packet.cc',
377 'common/input/synthetic_gesture_packet.h', 379 'common/input/synthetic_gesture_packet.h',
378 'common/input/synthetic_gesture_params.cc', 380 'common/input/synthetic_gesture_params.cc',
379 'common/input/synthetic_gesture_params.h', 381 'common/input/synthetic_gesture_params.h',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1055 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1054 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1056 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1055 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1057 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1056 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1058 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1057 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1059 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1058 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1060 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1059 ], 1061 ],
1060 }], 1062 }],
1061 ], 1063 ],
1062 } 1064 }
OLDNEW
« no previous file with comments | « content/common/input_messages.h ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698