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

Side by Side Diff: cc/cc.gyp

Issue 11876016: Define cc::TransformOperations and webkit::WebTransformOperationsImpl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Put TransformOperation into its own header Created 7 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
« no previous file with comments | « no previous file | 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.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 'tiling_data.cc', 279 'tiling_data.cc',
280 'tiling_data.h', 280 'tiling_data.h',
281 'time_source.h', 281 'time_source.h',
282 'timing_function.cc', 282 'timing_function.cc',
283 'timing_function.h', 283 'timing_function.h',
284 'top_controls_manager.cc', 284 'top_controls_manager.cc',
285 'top_controls_manager.h', 285 'top_controls_manager.h',
286 'top_controls_manager_client.h', 286 'top_controls_manager_client.h',
287 'transferable_resource.cc', 287 'transferable_resource.cc',
288 'transferable_resource.h', 288 'transferable_resource.h',
289 'transform_operation.cc',
290 'transform_operation.h',
291 'transform_operations.cc',
292 'transform_operations.h',
289 'tree_synchronizer.cc', 293 'tree_synchronizer.cc',
290 'tree_synchronizer.h', 294 'tree_synchronizer.h',
291 'util.h', 295 'util.h',
292 'video_frame_provider.h', 296 'video_frame_provider.h',
293 'video_layer.cc', 297 'video_layer.cc',
294 'video_layer.h', 298 'video_layer.h',
295 'video_layer_impl.cc', 299 'video_layer_impl.cc',
296 'video_layer_impl.h', 300 'video_layer_impl.h',
297 'vsync_time_source.cc', 301 'vsync_time_source.cc',
298 'vsync_time_source.h', 302 'vsync_time_source.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 ], 339 ],
336 'all_dependent_settings': { 340 'all_dependent_settings': {
337 'include_dirs': [ 341 'include_dirs': [
338 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 342 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
339 '<(webkit_src_dir)/Source/Platform/chromium' 343 '<(webkit_src_dir)/Source/Platform/chromium'
340 ] 344 ]
341 } 345 }
342 }, 346 },
343 ], 347 ],
344 } 348 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698