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

Side by Side Diff: content/content_common.gypi

Issue 367173003: [Android] Implementation of overscroll effect for Android L (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review Created 6 years, 4 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') | content/renderer/input/input_event_filter.cc » ('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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'common/indexed_db/indexed_db_constants.h', 328 'common/indexed_db/indexed_db_constants.h',
329 'common/indexed_db/indexed_db_key.cc', 329 'common/indexed_db/indexed_db_key.cc',
330 'common/indexed_db/indexed_db_key.h', 330 'common/indexed_db/indexed_db_key.h',
331 'common/indexed_db/indexed_db_key_path.cc', 331 'common/indexed_db/indexed_db_key_path.cc',
332 'common/indexed_db/indexed_db_key_path.h', 332 'common/indexed_db/indexed_db_key_path.h',
333 'common/indexed_db/indexed_db_key_range.cc', 333 'common/indexed_db/indexed_db_key_range.cc',
334 'common/indexed_db/indexed_db_key_range.h', 334 'common/indexed_db/indexed_db_key_range.h',
335 'common/indexed_db/indexed_db_messages.h', 335 'common/indexed_db/indexed_db_messages.h',
336 'common/indexed_db/indexed_db_param_traits.cc', 336 'common/indexed_db/indexed_db_param_traits.cc',
337 'common/indexed_db/indexed_db_param_traits.h', 337 'common/indexed_db/indexed_db_param_traits.h',
338 'common/input/did_overscroll_params.cc',
338 'common/input/did_overscroll_params.h', 339 'common/input/did_overscroll_params.h',
339 'common/input/gesture_event_stream_validator.cc', 340 'common/input/gesture_event_stream_validator.cc',
340 'common/input/gesture_event_stream_validator.h', 341 'common/input/gesture_event_stream_validator.h',
341 'common/input/input_event.cc', 342 'common/input/input_event.cc',
342 'common/input/input_event.h', 343 'common/input/input_event.h',
343 'common/input/input_event_stream_validator.cc', 344 'common/input/input_event_stream_validator.cc',
344 'common/input/input_event_stream_validator.h', 345 'common/input/input_event_stream_validator.h',
345 'common/input/input_param_traits.cc', 346 'common/input/input_param_traits.cc',
346 'common/input/input_param_traits.h', 347 'common/input/input_param_traits.h',
347 'common/input/scoped_web_input_event.cc', 348 'common/input/scoped_web_input_event.cc',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 'defines': ['USE_SECCOMP_BPF'], 888 'defines': ['USE_SECCOMP_BPF'],
888 }], 889 }],
889 ['use_ozone==1', { 890 ['use_ozone==1', {
890 'dependencies': [ 891 'dependencies': [
891 '../ui/ozone/ozone.gyp:ozone', 892 '../ui/ozone/ozone.gyp:ozone',
892 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', 893 '../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu',
893 ], 894 ],
894 }], 895 }],
895 ], 896 ],
896 } 897 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698