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

Side by Side Diff: cc/cc.gyp

Issue 11270047: cc: Rename TextureUpdate to ResourceUpdate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
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 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_deque.h', 9 'scoped_ptr_deque.h',
10 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'solid_color_layer_impl.cc', 142 'solid_color_layer_impl.cc',
143 'solid_color_layer_impl.h', 143 'solid_color_layer_impl.h',
144 'stream_video_draw_quad.cc', 144 'stream_video_draw_quad.cc',
145 'stream_video_draw_quad.h', 145 'stream_video_draw_quad.h',
146 'texture.cc', 146 'texture.cc',
147 'texture.h', 147 'texture.h',
148 'texture_draw_quad.cc', 148 'texture_draw_quad.cc',
149 'texture_draw_quad.h', 149 'texture_draw_quad.h',
150 'texture_layer_impl.cc', 150 'texture_layer_impl.cc',
151 'texture_layer_impl.h', 151 'texture_layer_impl.h',
152 'texture_update_controller.cc', 152 'resource_update_controller.cc',
153 'texture_update_controller.h', 153 'resource_update_controller.h',
154 'texture_update_queue.cc', 154 'resource_update_queue.cc',
155 'texture_update_queue.h', 155 'resource_update_queue.h',
156 'thread.h', 156 'thread.h',
157 'thread_proxy.cc', 157 'thread_proxy.cc',
158 'thread_proxy.h', 158 'thread_proxy.h',
159 'thread_task.h', 159 'thread_task.h',
160 'tile_draw_quad.cc', 160 'tile_draw_quad.cc',
161 'tile_draw_quad.h', 161 'tile_draw_quad.h',
162 'tiled_layer_impl.cc', 162 'tiled_layer_impl.cc',
163 'tiled_layer_impl.h', 163 'tiled_layer_impl.h',
164 'time_source.h', 164 'time_source.h',
165 'timer.cc', 165 'timer.cc',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'stubs/int_rect.h', 276 'stubs/int_rect.h',
277 'stubs/int_size.h', 277 'stubs/int_size.h',
278 'stubs/not_implemented.h', 278 'stubs/not_implemented.h',
279 'stubs/skia_utils.h', 279 'stubs/skia_utils.h',
280 'stubs/tiling_data.h', 280 'stubs/tiling_data.h',
281 'stubs/unit_bezier.h', 281 'stubs/unit_bezier.h',
282 ], 282 ],
283 }, 283 },
284 ], 284 ],
285 } 285 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698