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 11453014: Implement the logic to kick off image decoding jobs for TileManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/image.h » ('j') | cc/image.h » ('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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'graphics_context.h', 64 'graphics_context.h',
65 'hash_pair.h', 65 'hash_pair.h',
66 'heads_up_display_layer.cc', 66 'heads_up_display_layer.cc',
67 'heads_up_display_layer.h', 67 'heads_up_display_layer.h',
68 'heads_up_display_layer_impl.cc', 68 'heads_up_display_layer_impl.cc',
69 'heads_up_display_layer_impl.h', 69 'heads_up_display_layer_impl.h',
70 'image_layer_updater.cc', 70 'image_layer_updater.cc',
71 'image_layer_updater.h', 71 'image_layer_updater.h',
72 'image_layer.cc', 72 'image_layer.cc',
73 'image_layer.h', 73 'image_layer.h',
74 'image.cc',
75 'image.h',
74 'input_handler.h', 76 'input_handler.h',
75 'io_surface_draw_quad.cc', 77 'io_surface_draw_quad.cc',
76 'io_surface_draw_quad.h', 78 'io_surface_draw_quad.h',
77 'io_surface_layer.cc', 79 'io_surface_layer.cc',
78 'io_surface_layer.h', 80 'io_surface_layer.h',
79 'io_surface_layer_impl.cc', 81 'io_surface_layer_impl.cc',
80 'io_surface_layer_impl.h', 82 'io_surface_layer_impl.h',
81 'keyframed_animation_curve.cc', 83 'keyframed_animation_curve.cc',
82 'keyframed_animation_curve.h', 84 'keyframed_animation_curve.h',
83 'layer.cc', 85 'layer.cc',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 ], 295 ],
294 'all_dependent_settings': { 296 'all_dependent_settings': {
295 'include_dirs': [ 297 'include_dirs': [
296 # Needed for <public/WebTransformationMatrix.h> in layer.h 298 # Needed for <public/WebTransformationMatrix.h> in layer.h
297 '<(webkit_src_dir)/Source/Platform/chromium', 299 '<(webkit_src_dir)/Source/Platform/chromium',
298 ], 300 ],
299 } 301 }
300 }, 302 },
301 ], 303 ],
302 } 304 }
OLDNEW
« no previous file with comments | « no previous file | cc/image.h » ('j') | cc/image.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698