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

Side by Side Diff: gpu/command_buffer/common/BUILD.gn

Issue 2061993003: Pass responsibility for IOSurface-texture reuse to the gpu process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp85_query_in_use
Patch Set: Rebase. 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # The files here go into the "gpu" component in a component build (with 5 # The files here go into the "gpu" component in a component build (with
6 # "command_buffer_common" just forwarding) and goes into a static library in 6 # "command_buffer_common" just forwarding) and goes into a static library in
7 # non-component build. This needs to match the GYP build which was likely an 7 # non-component build. This needs to match the GYP build which was likely an
8 # attempt to make larger components to help with loading. 8 # attempt to make larger components to help with loading.
9 9
10 group("common") { 10 group("common") {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "gpu_memory_buffer_support.h", 44 "gpu_memory_buffer_support.h",
45 "id_allocator.cc", 45 "id_allocator.cc",
46 "id_allocator.h", 46 "id_allocator.h",
47 "id_type.h", 47 "id_type.h",
48 "mailbox.cc", 48 "mailbox.cc",
49 "mailbox.h", 49 "mailbox.h",
50 "mailbox_holder.cc", 50 "mailbox_holder.cc",
51 "mailbox_holder.h", 51 "mailbox_holder.h",
52 "sync_token.cc", 52 "sync_token.cc",
53 "sync_token.h", 53 "sync_token.h",
54 "texture_in_use_response.h",
54 "thread_local.h", 55 "thread_local.h",
55 "time.h", 56 "time.h",
56 ] 57 ]
57 58
58 configs += [ "//gpu:gpu_implementation" ] 59 configs += [ "//gpu:gpu_implementation" ]
59 60
60 public_deps = [ 61 public_deps = [
61 "//ui/gfx:memory_buffer", 62 "//ui/gfx:memory_buffer",
62 "//ui/gfx/geometry", 63 "//ui/gfx/geometry",
63 ] 64 ]
(...skipping 12 matching lines...) Expand all
76 ] 77 ]
77 78
78 defines = [ "GLES2_UTILS_IMPLEMENTATION" ] 79 defines = [ "GLES2_UTILS_IMPLEMENTATION" ]
79 80
80 deps = [ 81 deps = [
81 "//base", 82 "//base",
82 ] 83 ]
83 84
84 all_dependent_configs = [ "//third_party/khronos:khronos_headers" ] 85 all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
85 } 86 }
OLDNEW
« no previous file with comments | « content/browser/compositor/gpu_output_surface_mac.mm ('k') | gpu/command_buffer/common/texture_in_use_response.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698