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

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

Issue 2310623002: Remove GPU memory UMAs (Closed)
Patch Set: Rebase Created 4 years, 3 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 | « content/gpu/gpu_child_thread.cc ('k') | gpu/ipc/common/gpu_memory_uma_stats.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 group("common") { 8 group("common") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 } 60 }
61 61
62 source_set("ipc_common_sources") { 62 source_set("ipc_common_sources") {
63 # External code should depend on this via //gpu/ipc/common above rather than 63 # External code should depend on this via //gpu/ipc/common above rather than
64 # depending on this directly or the component build will break. 64 # depending on this directly or the component build will break.
65 visibility = [ "//gpu/*" ] 65 visibility = [ "//gpu/*" ]
66 66
67 sources = [ 67 sources = [
68 "gpu_memory_buffer_support.cc", 68 "gpu_memory_buffer_support.cc",
69 "gpu_memory_buffer_support.h", 69 "gpu_memory_buffer_support.h",
70 "gpu_memory_uma_stats.h",
71 "gpu_message_generator.cc", 70 "gpu_message_generator.cc",
72 "gpu_message_generator.h", 71 "gpu_message_generator.h",
73 "gpu_messages.h", 72 "gpu_messages.h",
74 "gpu_param_traits.cc", 73 "gpu_param_traits.cc",
75 "gpu_param_traits.h", 74 "gpu_param_traits.h",
76 "gpu_param_traits_macros.h", 75 "gpu_param_traits_macros.h",
77 "gpu_stream_constants.h", 76 "gpu_stream_constants.h",
78 "gpu_surface_lookup.cc", 77 "gpu_surface_lookup.cc",
79 "gpu_surface_lookup.h", 78 "gpu_surface_lookup.h",
80 "memory_stats.cc", 79 "memory_stats.cc",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "mailbox_holder_struct_traits.h", 149 "mailbox_holder_struct_traits.h",
151 "mailbox_struct_traits.h", 150 "mailbox_struct_traits.h",
152 "sync_token_struct_traits.h", 151 "sync_token_struct_traits.h",
153 ] 152 ]
154 deps = [ 153 deps = [
155 ":interfaces_shared_cpp_sources", 154 ":interfaces_shared_cpp_sources",
156 "//gpu/command_buffer/common", 155 "//gpu/command_buffer/common",
157 "//mojo/public/cpp/bindings:bindings", 156 "//mojo/public/cpp/bindings:bindings",
158 ] 157 ]
159 } 158 }
OLDNEW
« no previous file with comments | « content/gpu/gpu_child_thread.cc ('k') | gpu/ipc/common/gpu_memory_uma_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698