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

Side by Side Diff: cc/cc.gyp

Issue 485043003: cc: Use correct message loop proxy in BlockingTaskRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits. Created 6 years, 3 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/BUILD.gn ('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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'resources/scoped_gpu_raster.h', 421 'resources/scoped_gpu_raster.h',
422 'resources/scoped_resource.cc', 422 'resources/scoped_resource.cc',
423 'resources/scoped_resource.h', 423 'resources/scoped_resource.h',
424 'resources/scoped_ui_resource.cc', 424 'resources/scoped_ui_resource.cc',
425 'resources/scoped_ui_resource.h', 425 'resources/scoped_ui_resource.h',
426 'resources/shared_bitmap.cc', 426 'resources/shared_bitmap.cc',
427 'resources/shared_bitmap.h', 427 'resources/shared_bitmap.h',
428 'resources/shared_bitmap_manager.h', 428 'resources/shared_bitmap_manager.h',
429 'resources/single_release_callback.cc', 429 'resources/single_release_callback.cc',
430 'resources/single_release_callback.h', 430 'resources/single_release_callback.h',
431 'resources/single_release_callback_impl.cc',
432 'resources/single_release_callback_impl.h',
431 'resources/skpicture_content_layer_updater.cc', 433 'resources/skpicture_content_layer_updater.cc',
432 'resources/skpicture_content_layer_updater.h', 434 'resources/skpicture_content_layer_updater.h',
433 'resources/task_graph_runner.cc', 435 'resources/task_graph_runner.cc',
434 'resources/task_graph_runner.h', 436 'resources/task_graph_runner.h',
435 'resources/texture_mailbox.cc', 437 'resources/texture_mailbox.cc',
436 'resources/texture_mailbox_deleter.cc', 438 'resources/texture_mailbox_deleter.cc',
437 'resources/texture_mailbox_deleter.h', 439 'resources/texture_mailbox_deleter.h',
438 'resources/texture_mailbox.h', 440 'resources/texture_mailbox.h',
439 'resources/texture_uploader.cc', 441 'resources/texture_uploader.cc',
440 'resources/texture_uploader.h', 442 'resources/texture_uploader.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 'surfaces/surface_id_allocator.h', 530 'surfaces/surface_id_allocator.h',
529 'surfaces/surface_manager.cc', 531 'surfaces/surface_manager.cc',
530 'surfaces/surface_manager.h', 532 'surfaces/surface_manager.h',
531 'surfaces/surface_resource_holder.cc', 533 'surfaces/surface_resource_holder.cc',
532 'surfaces/surface_resource_holder.h', 534 'surfaces/surface_resource_holder.h',
533 'surfaces/surfaces_export.h', 535 'surfaces/surfaces_export.h',
534 ], 536 ],
535 }, 537 },
536 ], 538 ],
537 } 539 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698