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

Side by Side Diff: content/content_common.gypi

Issue 136173004: Early terminate flings when scrolling impossible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 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 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'common/indexed_db/indexed_db_constants.h', 289 'common/indexed_db/indexed_db_constants.h',
290 'common/indexed_db/indexed_db_key.cc', 290 'common/indexed_db/indexed_db_key.cc',
291 'common/indexed_db/indexed_db_key.h', 291 'common/indexed_db/indexed_db_key.h',
292 'common/indexed_db/indexed_db_key_path.cc', 292 'common/indexed_db/indexed_db_key_path.cc',
293 'common/indexed_db/indexed_db_key_path.h', 293 'common/indexed_db/indexed_db_key_path.h',
294 'common/indexed_db/indexed_db_key_range.cc', 294 'common/indexed_db/indexed_db_key_range.cc',
295 'common/indexed_db/indexed_db_key_range.h', 295 'common/indexed_db/indexed_db_key_range.h',
296 'common/indexed_db/indexed_db_messages.h', 296 'common/indexed_db/indexed_db_messages.h',
297 'common/indexed_db/indexed_db_param_traits.cc', 297 'common/indexed_db/indexed_db_param_traits.cc',
298 'common/indexed_db/indexed_db_param_traits.h', 298 'common/indexed_db/indexed_db_param_traits.h',
299 'common/input/did_overscroll_params.h',
299 'common/input/gesture_event_stream_validator.cc', 300 'common/input/gesture_event_stream_validator.cc',
300 'common/input/gesture_event_stream_validator.h', 301 'common/input/gesture_event_stream_validator.h',
301 'common/input/input_event.cc', 302 'common/input/input_event.cc',
302 'common/input/input_event.h', 303 'common/input/input_event.h',
303 'common/input/input_event_stream_validator.cc', 304 'common/input/input_event_stream_validator.cc',
304 'common/input/input_event_stream_validator.h', 305 'common/input/input_event_stream_validator.h',
305 'common/input/input_param_traits.cc', 306 'common/input/input_param_traits.cc',
306 'common/input/input_param_traits.h', 307 'common/input/input_param_traits.h',
307 'common/input/scoped_web_input_event.cc', 308 'common/input/scoped_web_input_event.cc',
308 'common/input/scoped_web_input_event.h', 309 'common/input/scoped_web_input_event.h',
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
754 'common/sandbox_linux/bpf_renderer_policy_linux.h', 755 'common/sandbox_linux/bpf_renderer_policy_linux.h',
755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
757 ], 758 ],
758 }, { 759 }, {
759 'defines': ['USE_SECCOMP_BPF'], 760 'defines': ['USE_SECCOMP_BPF'],
760 }], 761 }],
761 ], 762 ],
762 } 763 }
OLDNEW
« no previous file with comments | « content/common/input/did_overscroll_params.h ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698