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

Side by Side Diff: cc/cc.gyp

Issue 1952563002: Rename and refactor ScrollOffsetAnimations to ScrollOffsetAnimationsImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/ScrollOffsetAnimationsHostImpl/ScrollOffsetAnimationsImpl Created 4 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
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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'animation/animation_player.cc', 49 'animation/animation_player.cc',
50 'animation/animation_player.h', 50 'animation/animation_player.h',
51 'animation/animation_timeline.cc', 51 'animation/animation_timeline.cc',
52 'animation/animation_timeline.h', 52 'animation/animation_timeline.h',
53 'animation/element_animations.cc', 53 'animation/element_animations.cc',
54 'animation/element_animations.h', 54 'animation/element_animations.h',
55 'animation/keyframed_animation_curve.cc', 55 'animation/keyframed_animation_curve.cc',
56 'animation/keyframed_animation_curve.h', 56 'animation/keyframed_animation_curve.h',
57 'animation/scroll_offset_animation_curve.cc', 57 'animation/scroll_offset_animation_curve.cc',
58 'animation/scroll_offset_animation_curve.h', 58 'animation/scroll_offset_animation_curve.h',
59 'animation/scroll_offset_animations_impl.cc',
60 'animation/scroll_offset_animations_impl.h',
59 'animation/target_property.cc', 61 'animation/target_property.cc',
60 'animation/target_property.h', 62 'animation/target_property.h',
61 'animation/timing_function.cc', 63 'animation/timing_function.cc',
62 'animation/timing_function.h', 64 'animation/timing_function.h',
63 'animation/transform_operation.cc', 65 'animation/transform_operation.cc',
64 'animation/transform_operation.h', 66 'animation/transform_operation.h',
65 'animation/transform_operations.cc', 67 'animation/transform_operations.cc',
66 'animation/transform_operations.h', 68 'animation/transform_operations.h',
67 'base/completion_event.h', 69 'base/completion_event.h',
68 'base/container_util.h', 70 'base/container_util.h',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'surfaces/surface_resource_holder.cc', 701 'surfaces/surface_resource_holder.cc',
700 'surfaces/surface_resource_holder.h', 702 'surfaces/surface_resource_holder.h',
701 'surfaces/surfaces_export.h', 703 'surfaces/surfaces_export.h',
702 ], 704 ],
703 'includes': [ 705 'includes': [
704 '../build/android/increase_size_for_speed.gypi', 706 '../build/android/increase_size_for_speed.gypi',
705 ], 707 ],
706 }, 708 },
707 ], 709 ],
708 } 710 }
OLDNEW
« cc/animation/animation_host.h ('K') | « cc/animation/scroll_offset_animations_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698