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

Side by Side Diff: cc/cc.gyp

Issue 11745018: Not for review: Move the implementation of WebTransformOperations into chromium (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: New approach 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') | 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 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'tiled_layer.h', 275 'tiled_layer.h',
276 'tiled_layer_impl.cc', 276 'tiled_layer_impl.cc',
277 'tiled_layer_impl.h', 277 'tiled_layer_impl.h',
278 'tiling_data.cc', 278 'tiling_data.cc',
279 'tiling_data.h', 279 'tiling_data.h',
280 'time_source.h', 280 'time_source.h',
281 'timing_function.cc', 281 'timing_function.cc',
282 'timing_function.h', 282 'timing_function.h',
283 'transferable_resource.cc', 283 'transferable_resource.cc',
284 'transferable_resource.h', 284 'transferable_resource.h',
285 'transform_operations.cc',
286 'transform_operations.h',
285 'tree_synchronizer.cc', 287 'tree_synchronizer.cc',
286 'tree_synchronizer.h', 288 'tree_synchronizer.h',
287 'util.h', 289 'util.h',
288 'video_frame_provider.h', 290 'video_frame_provider.h',
289 'video_layer.cc', 291 'video_layer.cc',
290 'video_layer.h', 292 'video_layer.h',
291 'video_layer_impl.cc', 293 'video_layer_impl.cc',
292 'video_layer_impl.h', 294 'video_layer_impl.h',
293 'yuv_video_draw_quad.cc', 295 'yuv_video_draw_quad.cc',
294 'yuv_video_draw_quad.h', 296 'yuv_video_draw_quad.h',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 331 ],
330 'all_dependent_settings': { 332 'all_dependent_settings': {
331 'include_dirs': [ 333 'include_dirs': [
332 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 334 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
333 '<(webkit_src_dir)/Source/Platform/chromium' 335 '<(webkit_src_dir)/Source/Platform/chromium'
334 ] 336 ]
335 } 337 }
336 }, 338 },
337 ], 339 ],
338 } 340 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/transform_operations.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698