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

Side by Side Diff: cc/cc.gyp

Issue 11593030: cc: Add RasterWorkerPool class. (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/raster_worker.h » ('j') | cc/raster_worker.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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'prioritized_resource_manager.h', 158 'prioritized_resource_manager.h',
159 'priority_calculator.cc', 159 'priority_calculator.cc',
160 'priority_calculator.h', 160 'priority_calculator.h',
161 'program_binding.cc', 161 'program_binding.cc',
162 'program_binding.h', 162 'program_binding.h',
163 'proxy.cc', 163 'proxy.cc',
164 'proxy.h', 164 'proxy.h',
165 'quad_culler.cc', 165 'quad_culler.cc',
166 'quad_culler.h', 166 'quad_culler.h',
167 'quad_sink.h', 167 'quad_sink.h',
168 'raster_worker.cc',
169 'raster_worker.h',
168 'rate_limiter.cc', 170 'rate_limiter.cc',
169 'rate_limiter.h', 171 'rate_limiter.h',
170 'region.cc', 172 'region.cc',
171 'region.h', 173 'region.h',
172 'render_pass.cc', 174 'render_pass.cc',
173 'render_pass.h', 175 'render_pass.h',
174 'render_pass_draw_quad.cc', 176 'render_pass_draw_quad.cc',
175 'render_pass_draw_quad.h', 177 'render_pass_draw_quad.h',
176 'render_pass_sink.h', 178 'render_pass_sink.h',
177 'render_surface.cc', 179 'render_surface.cc',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 ], 317 ],
316 'all_dependent_settings': { 318 'all_dependent_settings': {
317 'include_dirs': [ 319 'include_dirs': [
318 # Needed for <public/WebTransformationMatrix.h> in layer.h 320 # Needed for <public/WebTransformationMatrix.h> in layer.h
319 '<(webkit_src_dir)/Source/Platform/chromium', 321 '<(webkit_src_dir)/Source/Platform/chromium',
320 ], 322 ],
321 } 323 }
322 }, 324 },
323 ], 325 ],
324 } 326 }
OLDNEW
« no previous file with comments | « no previous file | cc/raster_worker.h » ('j') | cc/raster_worker.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698