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

Side by Side Diff: cc/cc.gyp

Issue 143003012: Revert of cc: Remove WorkerPool class and instead use TaskGraphRunner directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « cc/base/switches.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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'resources/scoped_resource.h', 375 'resources/scoped_resource.h',
376 'resources/scoped_ui_resource.cc', 376 'resources/scoped_ui_resource.cc',
377 'resources/scoped_ui_resource.h', 377 'resources/scoped_ui_resource.h',
378 'resources/shared_bitmap.cc', 378 'resources/shared_bitmap.cc',
379 'resources/shared_bitmap.h', 379 'resources/shared_bitmap.h',
380 'resources/shared_bitmap_manager.h', 380 'resources/shared_bitmap_manager.h',
381 'resources/single_release_callback.cc', 381 'resources/single_release_callback.cc',
382 'resources/single_release_callback.h', 382 'resources/single_release_callback.h',
383 'resources/skpicture_content_layer_updater.cc', 383 'resources/skpicture_content_layer_updater.cc',
384 'resources/skpicture_content_layer_updater.h', 384 'resources/skpicture_content_layer_updater.h',
385 'resources/task_graph_runner.cc',
386 'resources/task_graph_runner.h',
387 'resources/texture_mailbox.cc', 385 'resources/texture_mailbox.cc',
388 'resources/texture_mailbox.h', 386 'resources/texture_mailbox.h',
389 'resources/texture_mailbox_deleter.cc', 387 'resources/texture_mailbox_deleter.cc',
390 'resources/texture_mailbox_deleter.h', 388 'resources/texture_mailbox_deleter.h',
391 'resources/tile.cc', 389 'resources/tile.cc',
392 'resources/tile.h', 390 'resources/tile.h',
393 'resources/tile_manager.cc', 391 'resources/tile_manager.cc',
394 'resources/tile_manager.h', 392 'resources/tile_manager.h',
395 'resources/tile_priority.cc', 393 'resources/tile_priority.cc',
396 'resources/tile_priority.h', 394 'resources/tile_priority.h',
397 'resources/transferable_resource.cc', 395 'resources/transferable_resource.cc',
398 'resources/transferable_resource.h', 396 'resources/transferable_resource.h',
399 'resources/ui_resource_bitmap.cc', 397 'resources/ui_resource_bitmap.cc',
400 'resources/ui_resource_bitmap.h', 398 'resources/ui_resource_bitmap.h',
401 'resources/ui_resource_client.h', 399 'resources/ui_resource_client.h',
402 'resources/ui_resource_request.cc', 400 'resources/ui_resource_request.cc',
403 'resources/ui_resource_request.h', 401 'resources/ui_resource_request.h',
404 'resources/video_resource_updater.cc', 402 'resources/video_resource_updater.cc',
405 'resources/video_resource_updater.h', 403 'resources/video_resource_updater.h',
404 'resources/worker_pool.cc',
405 'resources/worker_pool.h',
406 'scheduler/delay_based_time_source.cc', 406 'scheduler/delay_based_time_source.cc',
407 'scheduler/delay_based_time_source.h', 407 'scheduler/delay_based_time_source.h',
408 'scheduler/frame_rate_controller.cc', 408 'scheduler/frame_rate_controller.cc',
409 'scheduler/frame_rate_controller.h', 409 'scheduler/frame_rate_controller.h',
410 'scheduler/rolling_time_delta_history.cc', 410 'scheduler/rolling_time_delta_history.cc',
411 'scheduler/rolling_time_delta_history.h', 411 'scheduler/rolling_time_delta_history.h',
412 'scheduler/scheduler.cc', 412 'scheduler/scheduler.cc',
413 'scheduler/scheduler.h', 413 'scheduler/scheduler.h',
414 'scheduler/scheduler_settings.cc', 414 'scheduler/scheduler_settings.cc',
415 'scheduler/scheduler_settings.h', 415 'scheduler/scheduler_settings.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'sources': [ 467 'sources': [
468 'surfaces/surface.cc', 468 'surfaces/surface.cc',
469 'surfaces/surface.h', 469 'surfaces/surface.h',
470 'surfaces/surface_manager.cc', 470 'surfaces/surface_manager.cc',
471 'surfaces/surface_manager.h', 471 'surfaces/surface_manager.h',
472 'surfaces/surfaces_export.h', 472 'surfaces/surfaces_export.h',
473 ], 473 ],
474 }, 474 },
475 ], 475 ],
476 } 476 }
OLDNEW
« no previous file with comments | « cc/base/switches.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698