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

Side by Side Diff: content/content_common.gypi

Issue 929333002: Adding synthetic touch/mouse drag [Part1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed few comments. Created 5 years, 10 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 (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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'common/input/input_param_traits.cc', 365 'common/input/input_param_traits.cc',
366 'common/input/input_param_traits.h', 366 'common/input/input_param_traits.h',
367 'common/input/scoped_web_input_event.cc', 367 'common/input/scoped_web_input_event.cc',
368 'common/input/scoped_web_input_event.h', 368 'common/input/scoped_web_input_event.h',
369 'common/input/synthetic_gesture_packet.cc', 369 'common/input/synthetic_gesture_packet.cc',
370 'common/input/synthetic_gesture_packet.h', 370 'common/input/synthetic_gesture_packet.h',
371 'common/input/synthetic_gesture_params.cc', 371 'common/input/synthetic_gesture_params.cc',
372 'common/input/synthetic_gesture_params.h', 372 'common/input/synthetic_gesture_params.h',
373 'common/input/synthetic_pinch_gesture_params.cc', 373 'common/input/synthetic_pinch_gesture_params.cc',
374 'common/input/synthetic_pinch_gesture_params.h', 374 'common/input/synthetic_pinch_gesture_params.h',
375 'common/input/synthetic_smooth_drag_gesture_params.cc',
376 'common/input/synthetic_smooth_drag_gesture_params.h',
375 'common/input/synthetic_smooth_scroll_gesture_params.cc', 377 'common/input/synthetic_smooth_scroll_gesture_params.cc',
376 'common/input/synthetic_smooth_scroll_gesture_params.h', 378 'common/input/synthetic_smooth_scroll_gesture_params.h',
377 'common/input/synthetic_tap_gesture_params.cc', 379 'common/input/synthetic_tap_gesture_params.cc',
378 'common/input/synthetic_tap_gesture_params.h', 380 'common/input/synthetic_tap_gesture_params.h',
379 'common/input/synthetic_web_input_event_builders.cc', 381 'common/input/synthetic_web_input_event_builders.cc',
380 'common/input/synthetic_web_input_event_builders.h', 382 'common/input/synthetic_web_input_event_builders.h',
381 'common/input/touch_event_stream_validator.cc', 383 'common/input/touch_event_stream_validator.cc',
382 'common/input/touch_event_stream_validator.h', 384 'common/input/touch_event_stream_validator.h',
383 'common/input/web_input_event_traits.cc', 385 'common/input/web_input_event_traits.cc',
384 'common/input/web_input_event_traits.h', 386 'common/input/web_input_event_traits.h',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1038 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1041 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1040 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1042 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1041 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1043 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1044 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1043 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1045 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1044 ], 1046 ],
1045 }], 1047 }],
1046 ], 1048 ],
1047 } 1049 }
OLDNEW
« content/common/input/synthetic_smooth_drag_gesture_params.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698