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

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: Fix win build. Created 7 years, 11 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 | « no previous file | cc/raster_worker_pool.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 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'prioritized_resource_manager.h', 161 'prioritized_resource_manager.h',
162 'priority_calculator.cc', 162 'priority_calculator.cc',
163 'priority_calculator.h', 163 'priority_calculator.h',
164 'program_binding.cc', 164 'program_binding.cc',
165 'program_binding.h', 165 'program_binding.h',
166 'proxy.cc', 166 'proxy.cc',
167 'proxy.h', 167 'proxy.h',
168 'quad_culler.cc', 168 'quad_culler.cc',
169 'quad_culler.h', 169 'quad_culler.h',
170 'quad_sink.h', 170 'quad_sink.h',
171 'raster_worker_pool.cc',
172 'raster_worker_pool.h',
171 'rate_limiter.cc', 173 'rate_limiter.cc',
172 'rate_limiter.h', 174 'rate_limiter.h',
173 'region.cc', 175 'region.cc',
174 'region.h', 176 'region.h',
175 'render_pass.cc', 177 'render_pass.cc',
176 'render_pass.h', 178 'render_pass.h',
177 'render_pass_draw_quad.cc', 179 'render_pass_draw_quad.cc',
178 'render_pass_draw_quad.h', 180 'render_pass_draw_quad.h',
179 'render_pass_sink.h', 181 'render_pass_sink.h',
180 'render_surface.cc', 182 'render_surface.cc',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ], 327 ],
326 'all_dependent_settings': { 328 'all_dependent_settings': {
327 'include_dirs': [ 329 'include_dirs': [
328 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 330 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
329 '<(webkit_src_dir)/Source/Platform/chromium' 331 '<(webkit_src_dir)/Source/Platform/chromium'
330 ] 332 ]
331 } 333 }
332 }, 334 },
333 ], 335 ],
334 } 336 }
OLDNEW
« no previous file with comments | « no previous file | cc/raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698