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

Side by Side Diff: cc/cc.gyp

Issue 141163019: Re-land: cc: Remove WorkerPool class and instead use TaskGraphRunner directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix 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
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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'resources/scoped_resource.h', 371 'resources/scoped_resource.h',
372 'resources/scoped_ui_resource.cc', 372 'resources/scoped_ui_resource.cc',
373 'resources/scoped_ui_resource.h', 373 'resources/scoped_ui_resource.h',
374 'resources/shared_bitmap.cc', 374 'resources/shared_bitmap.cc',
375 'resources/shared_bitmap.h', 375 'resources/shared_bitmap.h',
376 'resources/shared_bitmap_manager.h', 376 'resources/shared_bitmap_manager.h',
377 'resources/single_release_callback.cc', 377 'resources/single_release_callback.cc',
378 'resources/single_release_callback.h', 378 'resources/single_release_callback.h',
379 'resources/skpicture_content_layer_updater.cc', 379 'resources/skpicture_content_layer_updater.cc',
380 'resources/skpicture_content_layer_updater.h', 380 'resources/skpicture_content_layer_updater.h',
381 'resources/task_graph_runner.cc',
382 'resources/task_graph_runner.h',
381 'resources/texture_mailbox.cc', 383 'resources/texture_mailbox.cc',
382 'resources/texture_mailbox.h', 384 'resources/texture_mailbox.h',
383 'resources/texture_mailbox_deleter.cc', 385 'resources/texture_mailbox_deleter.cc',
384 'resources/texture_mailbox_deleter.h', 386 'resources/texture_mailbox_deleter.h',
385 'resources/tile.cc', 387 'resources/tile.cc',
386 'resources/tile.h', 388 'resources/tile.h',
387 'resources/tile_manager.cc', 389 'resources/tile_manager.cc',
388 'resources/tile_manager.h', 390 'resources/tile_manager.h',
389 'resources/tile_priority.cc', 391 'resources/tile_priority.cc',
390 'resources/tile_priority.h', 392 'resources/tile_priority.h',
391 'resources/transferable_resource.cc', 393 'resources/transferable_resource.cc',
392 'resources/transferable_resource.h', 394 'resources/transferable_resource.h',
393 'resources/ui_resource_bitmap.cc', 395 'resources/ui_resource_bitmap.cc',
394 'resources/ui_resource_bitmap.h', 396 'resources/ui_resource_bitmap.h',
395 'resources/ui_resource_client.h', 397 'resources/ui_resource_client.h',
396 'resources/ui_resource_request.cc', 398 'resources/ui_resource_request.cc',
397 'resources/ui_resource_request.h', 399 'resources/ui_resource_request.h',
398 'resources/video_resource_updater.cc', 400 'resources/video_resource_updater.cc',
399 'resources/video_resource_updater.h', 401 'resources/video_resource_updater.h',
400 'resources/worker_pool.cc',
401 'resources/worker_pool.h',
402 'scheduler/delay_based_time_source.cc', 402 'scheduler/delay_based_time_source.cc',
403 'scheduler/delay_based_time_source.h', 403 'scheduler/delay_based_time_source.h',
404 'scheduler/frame_rate_controller.cc', 404 'scheduler/frame_rate_controller.cc',
405 'scheduler/frame_rate_controller.h', 405 'scheduler/frame_rate_controller.h',
406 'scheduler/rolling_time_delta_history.cc', 406 'scheduler/rolling_time_delta_history.cc',
407 'scheduler/rolling_time_delta_history.h', 407 'scheduler/rolling_time_delta_history.h',
408 'scheduler/scheduler.cc', 408 'scheduler/scheduler.cc',
409 'scheduler/scheduler.h', 409 'scheduler/scheduler.h',
410 'scheduler/scheduler_settings.cc', 410 'scheduler/scheduler_settings.cc',
411 'scheduler/scheduler_settings.h', 411 'scheduler/scheduler_settings.h',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'sources': [ 463 'sources': [
464 'surfaces/surface.cc', 464 'surfaces/surface.cc',
465 'surfaces/surface.h', 465 'surfaces/surface.h',
466 'surfaces/surface_manager.cc', 466 'surfaces/surface_manager.cc',
467 'surfaces/surface_manager.h', 467 'surfaces/surface_manager.h',
468 'surfaces/surfaces_export.h', 468 'surfaces/surfaces_export.h',
469 ], 469 ],
470 }, 470 },
471 ], 471 ],
472 } 472 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698