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

Side by Side Diff: cc/cc.gyp

Issue 11348371: cc: Move WebCompositorOutputSurface and related classes into cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'managed_memory_policy.h', 108 'managed_memory_policy.h',
109 'math_util.cc', 109 'math_util.cc',
110 'math_util.h', 110 'math_util.h',
111 'nine_patch_layer.cc', 111 'nine_patch_layer.cc',
112 'nine_patch_layer.h', 112 'nine_patch_layer.h',
113 'nine_patch_layer_impl.cc', 113 'nine_patch_layer_impl.cc',
114 'nine_patch_layer_impl.h', 114 'nine_patch_layer_impl.h',
115 'occlusion_tracker.cc', 115 'occlusion_tracker.cc',
116 'occlusion_tracker.h', 116 'occlusion_tracker.h',
117 'output_surface.h', 117 'output_surface.h',
118 'output_surface_client.h',
118 'overdraw_metrics.cc', 119 'overdraw_metrics.cc',
119 'overdraw_metrics.h', 120 'overdraw_metrics.h',
120 'page_scale_animation.cc', 121 'page_scale_animation.cc',
121 'page_scale_animation.h', 122 'page_scale_animation.h',
122 'picture.cc', 123 'picture.cc',
123 'picture.h', 124 'picture.h',
124 'picture_layer.cc', 125 'picture_layer.cc',
125 'picture_layer.h', 126 'picture_layer.h',
126 'picture_layer_impl.cc', 127 'picture_layer_impl.cc',
127 'picture_layer_impl.h', 128 'picture_layer_impl.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'scrollbar_layer_impl.cc', 203 'scrollbar_layer_impl.cc',
203 'scrollbar_layer_impl.h', 204 'scrollbar_layer_impl.h',
204 'shader.cc', 205 'shader.cc',
205 'shader.h', 206 'shader.h',
206 'shared_quad_state.cc', 207 'shared_quad_state.cc',
207 'shared_quad_state.h', 208 'shared_quad_state.h',
208 'single_thread_proxy.cc', 209 'single_thread_proxy.cc',
209 'single_thread_proxy.h', 210 'single_thread_proxy.h',
210 'skpicture_content_layer_updater.cc', 211 'skpicture_content_layer_updater.cc',
211 'skpicture_content_layer_updater.h', 212 'skpicture_content_layer_updater.h',
213 'software_output_device.h',
212 'software_renderer.cc', 214 'software_renderer.cc',
213 'software_renderer.h', 215 'software_renderer.h',
214 'solid_color_draw_quad.cc', 216 'solid_color_draw_quad.cc',
215 'solid_color_draw_quad.h', 217 'solid_color_draw_quad.h',
216 'solid_color_layer.cc', 218 'solid_color_layer.cc',
217 'solid_color_layer.h', 219 'solid_color_layer.h',
218 'solid_color_layer_impl.cc', 220 'solid_color_layer_impl.cc',
219 'solid_color_layer_impl.h', 221 'solid_color_layer_impl.h',
220 'stream_video_draw_quad.cc', 222 'stream_video_draw_quad.cc',
221 'stream_video_draw_quad.h', 223 'stream_video_draw_quad.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 ], 296 ],
295 'all_dependent_settings': { 297 'all_dependent_settings': {
296 'include_dirs': [ 298 'include_dirs': [
297 # Needed for <public/WebTransformationMatrix.h> in layer.h 299 # Needed for <public/WebTransformationMatrix.h> in layer.h
298 '<(webkit_src_dir)/Source/Platform/chromium', 300 '<(webkit_src_dir)/Source/Platform/chromium',
299 ], 301 ],
300 } 302 }
301 }, 303 },
302 ], 304 ],
303 } 305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698