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

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

Issue 2649553003: gpu: merge gpu/ipc/host/gpu_memory_buffer_support.cc to gpu/ipc/common/
Patch Set: fix bot failure Created 3 years, 11 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 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_message_generator.cc", 70 "gpu_message_generator.cc",
71 "gpu_message_generator.h", 71 "gpu_message_generator.h",
72 "gpu_messages.h", 72 "gpu_messages.h",
73 "gpu_param_traits.cc", 73 "gpu_param_traits.cc",
74 "gpu_param_traits.h", 74 "gpu_param_traits.h",
75 "gpu_param_traits_macros.h", 75 "gpu_param_traits_macros.h",
76 "gpu_stream_constants.h", 76 "gpu_stream_constants.h",
77 "gpu_switches.cc",
78 "gpu_switches.h",
77 "memory_stats.cc", 79 "memory_stats.cc",
78 "memory_stats.h", 80 "memory_stats.h",
79 ] 81 ]
80 82
81 configs += [ 83 configs += [
82 "//gpu:gpu_implementation", 84 "//gpu:gpu_implementation",
83 "//third_party/khronos:khronos_headers", 85 "//third_party/khronos:khronos_headers",
84 ] 86 ]
85 87
86 public_deps = [ 88 public_deps = [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "surface_handle_struct_traits.h", 174 "surface_handle_struct_traits.h",
173 "sync_token_struct_traits.h", 175 "sync_token_struct_traits.h",
174 ] 176 ]
175 deps = [ 177 deps = [
176 ":interfaces_shared_cpp_sources", 178 ":interfaces_shared_cpp_sources",
177 ":surface_handle_type", 179 ":surface_handle_type",
178 "//gpu/command_buffer/common", 180 "//gpu/command_buffer/common",
179 "//mojo/public/cpp/bindings:bindings", 181 "//mojo/public/cpp/bindings:bindings",
180 ] 182 ]
181 } 183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698