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

Side by Side Diff: trunk/src/webkit/renderer/compositor_bindings/compositor_bindings.gyp

Issue 141953013: Revert 245663 "Revert 245645 "Define WebScrollOffsetAnimationCur..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'web_float_animation_curve_impl.cc', 62 'web_float_animation_curve_impl.cc',
63 'web_float_animation_curve_impl.h', 63 'web_float_animation_curve_impl.h',
64 'web_image_layer_impl.cc', 64 'web_image_layer_impl.cc',
65 'web_image_layer_impl.h', 65 'web_image_layer_impl.h',
66 'web_layer_impl.cc', 66 'web_layer_impl.cc',
67 'web_layer_impl.h', 67 'web_layer_impl.h',
68 'web_layer_impl_fixed_bounds.cc', 68 'web_layer_impl_fixed_bounds.cc',
69 'web_layer_impl_fixed_bounds.h', 69 'web_layer_impl_fixed_bounds.h',
70 'web_nine_patch_layer_impl.cc', 70 'web_nine_patch_layer_impl.cc',
71 'web_nine_patch_layer_impl.h', 71 'web_nine_patch_layer_impl.h',
72 'web_scroll_offset_animation_curve_impl.cc',
73 'web_scroll_offset_animation_curve_impl.h',
72 'web_scrollbar_layer_impl.cc', 74 'web_scrollbar_layer_impl.cc',
73 'web_scrollbar_layer_impl.h', 75 'web_scrollbar_layer_impl.h',
74 'web_solid_color_layer_impl.cc', 76 'web_solid_color_layer_impl.cc',
75 'web_solid_color_layer_impl.h', 77 'web_solid_color_layer_impl.h',
76 'web_to_cc_animation_delegate_adapter.cc', 78 'web_to_cc_animation_delegate_adapter.cc',
77 'web_to_cc_animation_delegate_adapter.h', 79 'web_to_cc_animation_delegate_adapter.h',
78 'web_transform_animation_curve_impl.cc', 80 'web_transform_animation_curve_impl.cc',
79 'web_transform_animation_curve_impl.h', 81 'web_transform_animation_curve_impl.h',
80 'web_transform_operations_impl.cc', 82 'web_transform_operations_impl.cc',
81 'web_transform_operations_impl.h', 83 'web_transform_operations_impl.h',
82 ], 84 ],
83 }, 85 },
84 ], 86 ],
85 } 87 }
OLDNEW
« no previous file with comments | « trunk/src/cc/animation/animation.cc ('k') | trunk/src/webkit/renderer/compositor_bindings/web_animation_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698