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

Side by Side Diff: cc/cc.gyp

Issue 12822004: Part 3 of cc/ directory shuffles: animation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
« no previous file with comments | « cc/animation_unittest.cc ('k') | cc/cc_tests.gyp » ('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 'variables': { 6 'variables': {
7 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation/animation.cc',
9 'animation.h', 9 'animation/animation.h',
10 'animation_curve.cc', 10 'animation/animation_curve.cc',
11 'animation_curve.h', 11 'animation/animation_curve.h',
12 'animation_events.h', 12 'animation/animation_events.h',
13 'animation_id_provider.cc', 13 'animation/animation_id_provider.cc',
14 'animation_id_provider.h', 14 'animation/animation_id_provider.h',
15 'animation_registrar.cc', 15 'animation/animation_registrar.cc',
16 'animation_registrar.h', 16 'animation/animation_registrar.h',
17 'append_quads_data.h', 17 'append_quads_data.h',
18 'bitmap_content_layer_updater.cc', 18 'bitmap_content_layer_updater.cc',
19 'bitmap_content_layer_updater.h', 19 'bitmap_content_layer_updater.h',
20 'bitmap_skpicture_content_layer_updater.cc', 20 'bitmap_skpicture_content_layer_updater.cc',
21 'bitmap_skpicture_content_layer_updater.h', 21 'bitmap_skpicture_content_layer_updater.h',
22 'caching_bitmap_content_layer_updater.cc', 22 'caching_bitmap_content_layer_updater.cc',
23 'caching_bitmap_content_layer_updater.h', 23 'caching_bitmap_content_layer_updater.h',
24 'checkerboard_draw_quad.cc', 24 'checkerboard_draw_quad.cc',
25 'checkerboard_draw_quad.h', 25 'checkerboard_draw_quad.h',
26 'base/completion_event.h', 26 'base/completion_event.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'image_layer_updater.h', 85 'image_layer_updater.h',
86 'image_layer.cc', 86 'image_layer.cc',
87 'image_layer.h', 87 'image_layer.h',
88 'input_handler.h', 88 'input_handler.h',
89 'io_surface_draw_quad.cc', 89 'io_surface_draw_quad.cc',
90 'io_surface_draw_quad.h', 90 'io_surface_draw_quad.h',
91 'io_surface_layer.cc', 91 'io_surface_layer.cc',
92 'io_surface_layer.h', 92 'io_surface_layer.h',
93 'io_surface_layer_impl.cc', 93 'io_surface_layer_impl.cc',
94 'io_surface_layer_impl.h', 94 'io_surface_layer_impl.h',
95 'keyframed_animation_curve.cc', 95 'animation/keyframed_animation_curve.cc',
96 'keyframed_animation_curve.h', 96 'animation/keyframed_animation_curve.h',
97 'latency_info.h', 97 'latency_info.h',
98 'layer.cc', 98 'layer.cc',
99 'layer.h', 99 'layer.h',
100 'layer_animation_controller.cc', 100 'animation/layer_animation_controller.cc',
101 'layer_animation_controller.h', 101 'animation/layer_animation_controller.h',
102 'layer_animation_event_observer.h', 102 'animation/layer_animation_event_observer.h',
103 'layer_animation_value_observer.h', 103 'animation/layer_animation_value_observer.h',
104 'layer_impl.cc', 104 'layer_impl.cc',
105 'layer_impl.h', 105 'layer_impl.h',
106 'layer_iterator.cc', 106 'layer_iterator.cc',
107 'layer_iterator.h', 107 'layer_iterator.h',
108 'layer_painter.h', 108 'layer_painter.h',
109 'layer_quad.cc', 109 'layer_quad.cc',
110 'layer_quad.h', 110 'layer_quad.h',
111 'layer_sorter.cc', 111 'layer_sorter.cc',
112 'layer_sorter.h', 112 'layer_sorter.h',
113 'layer_tiling_data.cc', 113 'layer_tiling_data.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'scheduler_settings.cc', 229 'scheduler_settings.cc',
230 'scheduler_settings.h', 230 'scheduler_settings.h',
231 'scheduler_state_machine.cc', 231 'scheduler_state_machine.cc',
232 'scheduler_state_machine.h', 232 'scheduler_state_machine.h',
233 'base/scoped_ptr_algorithm.h', 233 'base/scoped_ptr_algorithm.h',
234 'base/scoped_ptr_deque.h', 234 'base/scoped_ptr_deque.h',
235 'base/scoped_ptr_hash_map.h', 235 'base/scoped_ptr_hash_map.h',
236 'base/scoped_ptr_vector.h', 236 'base/scoped_ptr_vector.h',
237 'scoped_resource.cc', 237 'scoped_resource.cc',
238 'scoped_resource.h', 238 'scoped_resource.h',
239 'scrollbar_animation_controller.h', 239 'animation/scrollbar_animation_controller.h',
240 'scrollbar_animation_controller_linear_fade.cc', 240 'animation/scrollbar_animation_controller_linear_fade.cc',
241 'scrollbar_animation_controller_linear_fade.h', 241 'animation/scrollbar_animation_controller_linear_fade.h',
242 'scrollbar_geometry_fixed_thumb.cc', 242 'scrollbar_geometry_fixed_thumb.cc',
243 'scrollbar_geometry_fixed_thumb.h', 243 'scrollbar_geometry_fixed_thumb.h',
244 'scrollbar_geometry_stub.cc', 244 'scrollbar_geometry_stub.cc',
245 'scrollbar_geometry_stub.h', 245 'scrollbar_geometry_stub.h',
246 'scrollbar_layer.cc', 246 'scrollbar_layer.cc',
247 'scrollbar_layer.h', 247 'scrollbar_layer.h',
248 'scrollbar_layer_impl.cc', 248 'scrollbar_layer_impl.cc',
249 'scrollbar_layer_impl.h', 249 'scrollbar_layer_impl.h',
250 'scrollbar_layer_impl_base.h', 250 'scrollbar_layer_impl_base.h',
251 'shader.cc', 251 'shader.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'CC_IMPLEMENTATION=1', 367 'CC_IMPLEMENTATION=1',
368 ], 368 ],
369 'sources': [ 369 'sources': [
370 '<@(cc_source_files)', 370 '<@(cc_source_files)',
371 ], 371 ],
372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
373 'msvs_disabled_warnings': [ 4267, ], 373 'msvs_disabled_warnings': [ 4267, ],
374 }, 374 },
375 ], 375 ],
376 } 376 }
OLDNEW
« no previous file with comments | « cc/animation_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698