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

Side by Side Diff: content/content_common.gypi

Issue 281723010: Bundle DidOverscrollParams with the InputEventAck (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 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/view_messages.h ('k') | content/renderer/input/input_event_filter.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 '../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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'common/indexed_db/indexed_db_key_range.cc', 298 'common/indexed_db/indexed_db_key_range.cc',
299 'common/indexed_db/indexed_db_key_range.h', 299 'common/indexed_db/indexed_db_key_range.h',
300 'common/indexed_db/indexed_db_messages.h', 300 'common/indexed_db/indexed_db_messages.h',
301 'common/indexed_db/indexed_db_param_traits.cc', 301 'common/indexed_db/indexed_db_param_traits.cc',
302 'common/indexed_db/indexed_db_param_traits.h', 302 'common/indexed_db/indexed_db_param_traits.h',
303 'common/input/did_overscroll_params.h', 303 'common/input/did_overscroll_params.h',
304 'common/input/gesture_event_stream_validator.cc', 304 'common/input/gesture_event_stream_validator.cc',
305 'common/input/gesture_event_stream_validator.h', 305 'common/input/gesture_event_stream_validator.h',
306 'common/input/input_event.cc', 306 'common/input/input_event.cc',
307 'common/input/input_event.h', 307 'common/input/input_event.h',
308 'common/input/input_event_ack_state.h',
309 'common/input/input_event_stream_validator.cc', 308 'common/input/input_event_stream_validator.cc',
310 'common/input/input_event_stream_validator.h', 309 'common/input/input_event_stream_validator.h',
311 'common/input/input_param_traits.cc', 310 'common/input/input_param_traits.cc',
312 'common/input/input_param_traits.h', 311 'common/input/input_param_traits.h',
313 'common/input/scoped_web_input_event.cc', 312 'common/input/scoped_web_input_event.cc',
314 'common/input/scoped_web_input_event.h', 313 'common/input/scoped_web_input_event.h',
315 'common/input/synthetic_gesture_packet.cc', 314 'common/input/synthetic_gesture_packet.cc',
316 'common/input/synthetic_gesture_packet.h', 315 'common/input/synthetic_gesture_packet.h',
317 'common/input/synthetic_gesture_params.cc', 316 'common/input/synthetic_gesture_params.cc',
318 'common/input/synthetic_gesture_params.h', 317 'common/input/synthetic_gesture_params.h',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 784 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
786 'common/sandbox_linux/bpf_renderer_policy_linux.h', 785 'common/sandbox_linux/bpf_renderer_policy_linux.h',
787 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 786 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
788 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 787 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
789 ], 788 ],
790 }, { 789 }, {
791 'defines': ['USE_SECCOMP_BPF'], 790 'defines': ['USE_SECCOMP_BPF'],
792 }], 791 }],
793 ], 792 ],
794 } 793 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698