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

Side by Side Diff: cc/cc.gyp

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

Powered by Google App Engine
This is Rietveld 408576698