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

Side by Side Diff: cc/BUILD.gn

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: vmpstr's review 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 | « no previous file | cc/cc.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "quads/texture_draw_quad.cc", 347 "quads/texture_draw_quad.cc",
348 "quads/texture_draw_quad.h", 348 "quads/texture_draw_quad.h",
349 "quads/tile_draw_quad.cc", 349 "quads/tile_draw_quad.cc",
350 "quads/tile_draw_quad.h", 350 "quads/tile_draw_quad.h",
351 "quads/yuv_video_draw_quad.cc", 351 "quads/yuv_video_draw_quad.cc",
352 "quads/yuv_video_draw_quad.h", 352 "quads/yuv_video_draw_quad.h",
353 "raster/bitmap_raster_buffer_provider.cc", 353 "raster/bitmap_raster_buffer_provider.cc",
354 "raster/bitmap_raster_buffer_provider.h", 354 "raster/bitmap_raster_buffer_provider.h",
355 "raster/gpu_raster_buffer_provider.cc", 355 "raster/gpu_raster_buffer_provider.cc",
356 "raster/gpu_raster_buffer_provider.h", 356 "raster/gpu_raster_buffer_provider.h",
357 "raster/gpu_rasterizer.cc",
358 "raster/gpu_rasterizer.h",
359 "raster/one_copy_raster_buffer_provider.cc", 357 "raster/one_copy_raster_buffer_provider.cc",
360 "raster/one_copy_raster_buffer_provider.h", 358 "raster/one_copy_raster_buffer_provider.h",
361 "raster/raster_buffer.cc", 359 "raster/raster_buffer.cc",
362 "raster/raster_buffer.h", 360 "raster/raster_buffer.h",
363 "raster/raster_buffer_provider.cc", 361 "raster/raster_buffer_provider.cc",
364 "raster/raster_buffer_provider.h", 362 "raster/raster_buffer_provider.h",
365 "raster/scoped_gpu_raster.cc", 363 "raster/scoped_gpu_raster.cc",
366 "raster/scoped_gpu_raster.h", 364 "raster/scoped_gpu_raster.h",
367 "raster/single_thread_task_graph_runner.cc", 365 "raster/single_thread_task_graph_runner.cc",
368 "raster/single_thread_task_graph_runner.h", 366 "raster/single_thread_task_graph_runner.h",
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 "//ui/gfx/geometry", 1014 "//ui/gfx/geometry",
1017 "//ui/gl", 1015 "//ui/gl",
1018 "//ui/gl:test_support", 1016 "//ui/gl:test_support",
1019 ] 1017 ]
1020 1018
1021 # This target should not require the Chrome executable to run. 1019 # This target should not require the Chrome executable to run.
1022 assert_no_deps = [ "//chrome" ] 1020 assert_no_deps = [ "//chrome" ]
1023 } 1021 }
1024 # When adding support for isolates, please have a look at run-time dependencies 1022 # When adding support for isolates, please have a look at run-time dependencies
1025 # in the cc_unittests_run target in cc_tests.gyp. 1023 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698