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

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

Issue 2732223004: DiscardableHandle Implementation (Closed)
Patch Set: remove unused var Created 3 years, 8 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 | « gpu/BUILD.gn ('k') | gpu/command_buffer/common/discardable_handle.h » ('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) 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 19 matching lines...) Expand all
30 "buffer.h", 30 "buffer.h",
31 "capabilities.cc", 31 "capabilities.cc",
32 "capabilities.h", 32 "capabilities.h",
33 "cmd_buffer_common.cc", 33 "cmd_buffer_common.cc",
34 "cmd_buffer_common.h", 34 "cmd_buffer_common.h",
35 "command_buffer.h", 35 "command_buffer.h",
36 "command_buffer_id.h", 36 "command_buffer_id.h",
37 "constants.h", 37 "constants.h",
38 "debug_marker_manager.cc", 38 "debug_marker_manager.cc",
39 "debug_marker_manager.h", 39 "debug_marker_manager.h",
40 "discardable_handle.cc",
41 "discardable_handle.h",
40 "gles2_cmd_format.cc", 42 "gles2_cmd_format.cc",
41 "gles2_cmd_format.h", 43 "gles2_cmd_format.h",
42 "gles2_cmd_format_autogen.h", 44 "gles2_cmd_format_autogen.h",
43 "gles2_cmd_ids.h", 45 "gles2_cmd_ids.h",
44 "gles2_cmd_ids_autogen.h", 46 "gles2_cmd_ids_autogen.h",
45 "gpu_memory_buffer_support.cc", 47 "gpu_memory_buffer_support.cc",
46 "gpu_memory_buffer_support.h", 48 "gpu_memory_buffer_support.h",
47 "id_allocator.cc", 49 "id_allocator.cc",
48 "id_allocator.h", 50 "id_allocator.h",
49 "id_type.h", 51 "id_type.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 83
82 defines = [ "GLES2_UTILS_IMPLEMENTATION" ] 84 defines = [ "GLES2_UTILS_IMPLEMENTATION" ]
83 85
84 deps = [ 86 deps = [
85 "//base", 87 "//base",
86 "//ui/gfx/geometry", 88 "//ui/gfx/geometry",
87 ] 89 ]
88 90
89 all_dependent_configs = [ "//third_party/khronos:khronos_headers" ] 91 all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
90 } 92 }
OLDNEW
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/common/discardable_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698