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

Side by Side Diff: cc/cc.gyp

Issue 11644004: Only create instances of WebTransformOperations using cc::TransformOperations::Create (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase, and fix WebTransformAnimationCurveImpl Created 8 years 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 | « no previous file | cc/keyframed_animation_curve.h » ('j') | cc/transform_operations.cc » ('J')
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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'tiled_layer.h', 272 'tiled_layer.h',
273 'tiled_layer_impl.cc', 273 'tiled_layer_impl.cc',
274 'tiled_layer_impl.h', 274 'tiled_layer_impl.h',
275 'tiling_data.cc', 275 'tiling_data.cc',
276 'tiling_data.h', 276 'tiling_data.h',
277 'time_source.h', 277 'time_source.h',
278 'timing_function.cc', 278 'timing_function.cc',
279 'timing_function.h', 279 'timing_function.h',
280 'transferable_resource.cc', 280 'transferable_resource.cc',
281 'transferable_resource.h', 281 'transferable_resource.h',
282 'transform_operations.cc',
283 'transform_operations.h',
282 'tree_synchronizer.cc', 284 'tree_synchronizer.cc',
283 'tree_synchronizer.h', 285 'tree_synchronizer.h',
284 'util.h', 286 'util.h',
285 'video_layer.cc', 287 'video_layer.cc',
286 'video_layer.h', 288 'video_layer.h',
287 'video_layer_impl.cc', 289 'video_layer_impl.cc',
288 'video_layer_impl.h', 290 'video_layer_impl.h',
289 'yuv_video_draw_quad.cc', 291 'yuv_video_draw_quad.cc',
290 'yuv_video_draw_quad.h', 292 'yuv_video_draw_quad.h',
291 ], 293 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ], 327 ],
326 'all_dependent_settings': { 328 'all_dependent_settings': {
327 'include_dirs': [ 329 'include_dirs': [
328 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 330 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
329 '<(webkit_src_dir)/Source/Platform/chromium' 331 '<(webkit_src_dir)/Source/Platform/chromium'
330 ] 332 ]
331 } 333 }
332 }, 334 },
333 ], 335 ],
334 } 336 }
OLDNEW
« no previous file with comments | « no previous file | cc/keyframed_animation_curve.h » ('j') | cc/transform_operations.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698