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

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 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
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | 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 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'common/input/input_param_traits.cc', 362 'common/input/input_param_traits.cc',
363 'common/input/input_param_traits.h', 363 'common/input/input_param_traits.h',
364 'common/input/scoped_web_input_event.cc', 364 'common/input/scoped_web_input_event.cc',
365 'common/input/scoped_web_input_event.h', 365 'common/input/scoped_web_input_event.h',
366 'common/input/synthetic_gesture_packet.cc', 366 'common/input/synthetic_gesture_packet.cc',
367 'common/input/synthetic_gesture_packet.h', 367 'common/input/synthetic_gesture_packet.h',
368 'common/input/synthetic_gesture_params.cc', 368 'common/input/synthetic_gesture_params.cc',
369 'common/input/synthetic_gesture_params.h', 369 'common/input/synthetic_gesture_params.h',
370 'common/input/synthetic_pinch_gesture_params.cc', 370 'common/input/synthetic_pinch_gesture_params.cc',
371 'common/input/synthetic_pinch_gesture_params.h', 371 'common/input/synthetic_pinch_gesture_params.h',
372 'common/input/synthetic_smooth_drag_gesture_params.cc',
373 'common/input/synthetic_smooth_drag_gesture_params.h',
372 'common/input/synthetic_smooth_scroll_gesture_params.cc', 374 'common/input/synthetic_smooth_scroll_gesture_params.cc',
373 'common/input/synthetic_smooth_scroll_gesture_params.h', 375 'common/input/synthetic_smooth_scroll_gesture_params.h',
374 'common/input/synthetic_tap_gesture_params.cc', 376 'common/input/synthetic_tap_gesture_params.cc',
375 'common/input/synthetic_tap_gesture_params.h', 377 'common/input/synthetic_tap_gesture_params.h',
376 'common/input/synthetic_web_input_event_builders.cc', 378 'common/input/synthetic_web_input_event_builders.cc',
377 'common/input/synthetic_web_input_event_builders.h', 379 'common/input/synthetic_web_input_event_builders.h',
378 'common/input/touch_event_stream_validator.cc', 380 'common/input/touch_event_stream_validator.cc',
379 'common/input/touch_event_stream_validator.h', 381 'common/input/touch_event_stream_validator.h',
380 'common/input/web_input_event_traits.cc', 382 'common/input/web_input_event_traits.cc',
381 'common/input/web_input_event_traits.h', 383 'common/input/web_input_event_traits.h',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1037 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1036 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 1038 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
1037 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
1038 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1040 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1039 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 1041 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
1040 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
1041 ], 1043 ],
1042 }], 1044 }],
1043 ], 1045 ],
1044 } 1046 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698