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

Side by Side Diff: cc/cc.gyp

Issue 17004002: cc: Move WorkerPool from cc/base to cc/resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/base/worker_pool_unittest.cc ('k') | cc/cc_tests.gyp » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 'cc_source_files': [ 8 'cc_source_files': [
9 'animation/animation.cc', 9 'animation/animation.cc',
10 'animation/animation.h', 10 'animation/animation.h',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'base/scoped_ptr_hash_map.h', 42 'base/scoped_ptr_hash_map.h',
43 'base/scoped_ptr_vector.h', 43 'base/scoped_ptr_vector.h',
44 'base/switches.cc', 44 'base/switches.cc',
45 'base/switches.h', 45 'base/switches.h',
46 'base/thread.h', 46 'base/thread.h',
47 'base/thread_impl.cc', 47 'base/thread_impl.cc',
48 'base/thread_impl.h', 48 'base/thread_impl.h',
49 'base/tiling_data.cc', 49 'base/tiling_data.cc',
50 'base/tiling_data.h', 50 'base/tiling_data.h',
51 'base/util.h', 51 'base/util.h',
52 'base/worker_pool.cc',
53 'base/worker_pool.h',
54 'debug/debug_colors.cc', 52 'debug/debug_colors.cc',
55 'debug/debug_colors.h', 53 'debug/debug_colors.h',
56 'debug/debug_rect_history.cc', 54 'debug/debug_rect_history.cc',
57 'debug/debug_rect_history.h', 55 'debug/debug_rect_history.h',
58 'debug/devtools_instrumentation.h', 56 'debug/devtools_instrumentation.h',
59 'debug/fake_web_graphics_context_3d.cc', 57 'debug/fake_web_graphics_context_3d.cc',
60 'debug/fake_web_graphics_context_3d.h', 58 'debug/fake_web_graphics_context_3d.h',
61 'debug/frame_rate_counter.cc', 59 'debug/frame_rate_counter.cc',
62 'debug/frame_rate_counter.h', 60 'debug/frame_rate_counter.h',
63 'debug/layer_tree_debug_state.cc', 61 'debug/layer_tree_debug_state.cc',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'resources/tile.cc', 295 'resources/tile.cc',
298 'resources/tile.h', 296 'resources/tile.h',
299 'resources/tile_manager.cc', 297 'resources/tile_manager.cc',
300 'resources/tile_manager.h', 298 'resources/tile_manager.h',
301 'resources/tile_priority.cc', 299 'resources/tile_priority.cc',
302 'resources/tile_priority.h', 300 'resources/tile_priority.h',
303 'resources/transferable_resource.cc', 301 'resources/transferable_resource.cc',
304 'resources/transferable_resource.h', 302 'resources/transferable_resource.h',
305 'resources/video_resource_updater.cc', 303 'resources/video_resource_updater.cc',
306 'resources/video_resource_updater.h', 304 'resources/video_resource_updater.h',
305 'resources/worker_pool.cc',
306 'resources/worker_pool.h',
307 'scheduler/delay_based_time_source.cc', 307 'scheduler/delay_based_time_source.cc',
308 'scheduler/delay_based_time_source.h', 308 'scheduler/delay_based_time_source.h',
309 'scheduler/frame_rate_controller.cc', 309 'scheduler/frame_rate_controller.cc',
310 'scheduler/frame_rate_controller.h', 310 'scheduler/frame_rate_controller.h',
311 'scheduler/rate_limiter.cc', 311 'scheduler/rate_limiter.cc',
312 'scheduler/rate_limiter.h', 312 'scheduler/rate_limiter.h',
313 'scheduler/rolling_time_delta_history.cc', 313 'scheduler/rolling_time_delta_history.cc',
314 'scheduler/rolling_time_delta_history.h', 314 'scheduler/rolling_time_delta_history.h',
315 'scheduler/scheduler.cc', 315 'scheduler/scheduler.cc',
316 'scheduler/scheduler.h', 316 'scheduler/scheduler.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'CC_IMPLEMENTATION=1', 368 'CC_IMPLEMENTATION=1',
369 ], 369 ],
370 'sources': [ 370 'sources': [
371 '<@(cc_source_files)', 371 '<@(cc_source_files)',
372 ], 372 ],
373 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 373 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
374 'msvs_disabled_warnings': [ 4267, ], 374 'msvs_disabled_warnings': [ 4267, ],
375 }, 375 },
376 ], 376 ],
377 } 377 }
OLDNEW
« no previous file with comments | « cc/base/worker_pool_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698