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

Side by Side Diff: cc/cc.gyp

Issue 11225022: cc: Remove CC*.h temporary includes, part 2/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « cc/CCYUVVideoDrawQuad.h ('k') | cc/delay_based_time_source.h » ('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 '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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'texture.cc', 144 'texture.cc',
145 'texture.h', 145 'texture.h',
146 'texture_draw_quad.cc', 146 'texture_draw_quad.cc',
147 'texture_draw_quad.h', 147 'texture_draw_quad.h',
148 'texture_layer_impl.cc', 148 'texture_layer_impl.cc',
149 'texture_layer_impl.h', 149 'texture_layer_impl.h',
150 'texture_update_controller.cc', 150 'texture_update_controller.cc',
151 'texture_update_controller.h', 151 'texture_update_controller.h',
152 'texture_update_queue.cc', 152 'texture_update_queue.cc',
153 'texture_update_queue.h', 153 'texture_update_queue.h',
154 'CCThread.h', 154 'thread.h',
155 'thread_proxy.cc', 155 'thread_proxy.cc',
156 'CCThreadProxy.h', 156 'thread_proxy.h',
157 'CCThreadTask.h', 157 'thread_task.h',
158 'tile_draw_quad.cc', 158 'tile_draw_quad.cc',
159 'CCTileDrawQuad.h', 159 'tile_draw_quad.h',
160 'tiled_layer_impl.cc', 160 'tiled_layer_impl.cc',
161 'CCTiledLayerImpl.h', 161 'tiled_layer_impl.h',
162 'CCTimeSource.h', 162 'time_source.h',
163 'timer.cc', 163 'timer.cc',
164 'CCTimer.h', 164 'timer.h',
165 'timing_function.cc', 165 'timing_function.cc',
166 'CCTimingFunction.h', 166 'timing_function.h',
167 'video_layer_impl.cc', 167 'video_layer_impl.cc',
168 'CCVideoLayerImpl.h', 168 'video_layer_impl.h',
169 'yuv_video_draw_quad.cc', 169 'yuv_video_draw_quad.cc',
170 'CCYUVVideoDrawQuad.h', 170 'yuv_video_draw_quad.h',
171 'canvas_layer_texture_updater.cc', 171 'canvas_layer_texture_updater.cc',
172 'canvas_layer_texture_updater.h', 172 'canvas_layer_texture_updater.h',
173 'content_layer.cc', 173 'content_layer.cc',
174 'content_layer.h', 174 'content_layer.h',
175 'content_layer_client.h', 175 'content_layer_client.h',
176 'delegated_renderer_layer.cc', 176 'delegated_renderer_layer.cc',
177 'delegated_renderer_layer.h', 177 'delegated_renderer_layer.h',
178 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', 178 'frame_buffer_skpicture_canvas_layer_texture_updater.cc',
179 'frame_buffer_skpicture_canvas_layer_texture_updater.h', 179 'frame_buffer_skpicture_canvas_layer_texture_updater.h',
180 'geometry_binding.cc', 180 'geometry_binding.cc',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'scheduler_state_machine.h', 278 'scheduler_state_machine.h',
279 'scoped_texture.h', 279 'scoped_texture.h',
280 'scoped_thread_proxy.h', 280 'scoped_thread_proxy.h',
281 'scrollbar_animation_controller.h', 281 'scrollbar_animation_controller.h',
282 'scrollbar_animation_controller_linear_fade.h', 282 'scrollbar_animation_controller_linear_fade.h',
283 'scrollbar_geometry_fixed_thumb.h', 283 'scrollbar_geometry_fixed_thumb.h',
284 'scrollbar_geometry_stub.h', 284 'scrollbar_geometry_stub.h',
285 'scrollbar_layer_impl.h', 285 'scrollbar_layer_impl.h',
286 'settings.h', 286 'settings.h',
287 'threaded_test.h', 287 'threaded_test.h',
288 'thread.h',
289 'thread_proxy.h',
290 'thread_task.h',
291 'tiled_layer_impl.h',
292 'tile_draw_quad.h',
293 'timer.h',
294 'time_source.h',
295 'timing_function.h',
296 'video_layer_impl.h',
297 'yuv_video_draw_quad.h',
298 ], 288 ],
299 }, 289 },
300 'targets': [ 290 'targets': [
301 { 291 {
302 'target_name': 'cc', 292 'target_name': 'cc',
303 'type': 'static_library', 293 'type': 'static_library',
304 'includes': [ 294 'includes': [
305 'cc.gypi', 295 'cc.gypi',
306 ], 296 ],
307 'dependencies': [ 297 'dependencies': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'stubs/int_rect.h', 338 'stubs/int_rect.h',
349 'stubs/int_size.h', 339 'stubs/int_size.h',
350 'stubs/not_implemented.h', 340 'stubs/not_implemented.h',
351 'stubs/skia_utils.h', 341 'stubs/skia_utils.h',
352 'stubs/tiling_data.h', 342 'stubs/tiling_data.h',
353 'stubs/unit_bezier.h', 343 'stubs/unit_bezier.h',
354 ], 344 ],
355 }, 345 },
356 ], 346 ],
357 } 347 }
OLDNEW
« no previous file with comments | « cc/CCYUVVideoDrawQuad.h ('k') | cc/delay_based_time_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698