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

Side by Side Diff: cc/cc.gyp

Issue 1951193002: cc: Add mailbox support to ResourceProvider write locks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@worker_context_stream
Patch Set: compile error fix Created 4 years, 7 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
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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'quads/texture_draw_quad.cc', 411 'quads/texture_draw_quad.cc',
412 'quads/texture_draw_quad.h', 412 'quads/texture_draw_quad.h',
413 'quads/tile_draw_quad.cc', 413 'quads/tile_draw_quad.cc',
414 'quads/tile_draw_quad.h', 414 'quads/tile_draw_quad.h',
415 'quads/yuv_video_draw_quad.cc', 415 'quads/yuv_video_draw_quad.cc',
416 'quads/yuv_video_draw_quad.h', 416 'quads/yuv_video_draw_quad.h',
417 'raster/bitmap_raster_buffer_provider.cc', 417 'raster/bitmap_raster_buffer_provider.cc',
418 'raster/bitmap_raster_buffer_provider.h', 418 'raster/bitmap_raster_buffer_provider.h',
419 'raster/gpu_raster_buffer_provider.cc', 419 'raster/gpu_raster_buffer_provider.cc',
420 'raster/gpu_raster_buffer_provider.h', 420 'raster/gpu_raster_buffer_provider.h',
421 'raster/gpu_rasterizer.cc',
422 'raster/gpu_rasterizer.h',
423 'raster/one_copy_raster_buffer_provider.cc', 421 'raster/one_copy_raster_buffer_provider.cc',
424 'raster/one_copy_raster_buffer_provider.h', 422 'raster/one_copy_raster_buffer_provider.h',
425 'raster/raster_buffer.cc', 423 'raster/raster_buffer.cc',
426 'raster/raster_buffer.h', 424 'raster/raster_buffer.h',
427 'raster/raster_buffer_provider.cc', 425 'raster/raster_buffer_provider.cc',
428 'raster/raster_buffer_provider.h', 426 'raster/raster_buffer_provider.h',
429 'raster/scoped_gpu_raster.cc', 427 'raster/scoped_gpu_raster.cc',
430 'raster/scoped_gpu_raster.h', 428 'raster/scoped_gpu_raster.h',
431 'raster/single_thread_task_graph_runner.cc', 429 'raster/single_thread_task_graph_runner.cc',
432 'raster/single_thread_task_graph_runner.h', 430 'raster/single_thread_task_graph_runner.h',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'surfaces/surface_resource_holder.cc', 699 'surfaces/surface_resource_holder.cc',
702 'surfaces/surface_resource_holder.h', 700 'surfaces/surface_resource_holder.h',
703 'surfaces/surfaces_export.h', 701 'surfaces/surfaces_export.h',
704 ], 702 ],
705 'includes': [ 703 'includes': [
706 '../build/android/increase_size_for_speed.gypi', 704 '../build/android/increase_size_for_speed.gypi',
707 ], 705 ],
708 }, 706 },
709 ], 707 ],
710 } 708 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/gl_renderer.cc » ('j') | cc/raster/gpu_raster_buffer_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698