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

Side by Side Diff: content/content_common.gypi

Issue 2047093002: Remove enable/disable wheel gestures setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@can_scroll_remove
Patch Set: Remove unused, uninitialized variable on mac causing occasional failure Created 4 years, 6 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/input_event_utils.cc ('k') | content/public/common/content_switches.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', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'common/input/event_with_latency_info.h', 359 'common/input/event_with_latency_info.h',
360 'common/input/gesture_event_stream_validator.cc', 360 'common/input/gesture_event_stream_validator.cc',
361 'common/input/gesture_event_stream_validator.h', 361 'common/input/gesture_event_stream_validator.h',
362 'common/input/input_event.cc', 362 'common/input/input_event.cc',
363 'common/input/input_event.h', 363 'common/input/input_event.h',
364 'common/input/input_event_ack.cc', 364 'common/input/input_event_ack.cc',
365 'common/input/input_event_ack.h', 365 'common/input/input_event_ack.h',
366 'common/input/input_event_dispatch_type.h', 366 'common/input/input_event_dispatch_type.h',
367 'common/input/input_event_stream_validator.cc', 367 'common/input/input_event_stream_validator.cc',
368 'common/input/input_event_stream_validator.h', 368 'common/input/input_event_stream_validator.h',
369 'common/input/input_event_utils.cc',
370 'common/input/input_event_utils.h',
371 'common/input/input_param_traits.cc', 369 'common/input/input_param_traits.cc',
372 'common/input/input_param_traits.h', 370 'common/input/input_param_traits.h',
373 'common/input/scoped_web_input_event.cc', 371 'common/input/scoped_web_input_event.cc',
374 'common/input/scoped_web_input_event.h', 372 'common/input/scoped_web_input_event.h',
375 'common/input/synthetic_gesture_packet.cc', 373 'common/input/synthetic_gesture_packet.cc',
376 'common/input/synthetic_gesture_packet.h', 374 'common/input/synthetic_gesture_packet.h',
377 'common/input/synthetic_gesture_params.cc', 375 'common/input/synthetic_gesture_params.cc',
378 'common/input/synthetic_gesture_params.h', 376 'common/input/synthetic_gesture_params.h',
379 'common/input/synthetic_pinch_gesture_params.cc', 377 'common/input/synthetic_pinch_gesture_params.cc',
380 'common/input/synthetic_pinch_gesture_params.h', 378 'common/input/synthetic_pinch_gesture_params.h',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 ], 659 ],
662 }], 660 }],
663 ['enable_ipc_fuzzer==1', { 661 ['enable_ipc_fuzzer==1', {
664 'sources': [ 662 'sources': [
665 'common/external_ipc_dumper.cc', 663 'common/external_ipc_dumper.cc',
666 'common/external_ipc_dumper.h', 664 'common/external_ipc_dumper.h',
667 ], 665 ],
668 }], 666 }],
669 ], 667 ],
670 } 668 }
OLDNEW
« no previous file with comments | « content/common/input/input_event_utils.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698