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

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

Issue 2456213002: WebVR: implement SetSurfaceHandleCHROMIUM extension for gvr_device.
Patch Set: Rebase, set dependency. 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 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("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 group("service") { 8 group("service") {
9 if (is_component_build) { 9 if (is_component_build) {
10 public_deps = [ 10 public_deps = [
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "//gpu/command_buffer/common:common_sources", 158 "//gpu/command_buffer/common:common_sources",
159 ] 159 ]
160 deps = [ 160 deps = [
161 ":disk_cache_proto", 161 ":disk_cache_proto",
162 "//base", 162 "//base",
163 "//base/third_party/dynamic_annotations", 163 "//base/third_party/dynamic_annotations",
164 "//crypto", 164 "//crypto",
165 "//gpu/command_buffer/client:client_sources", 165 "//gpu/command_buffer/client:client_sources",
166 "//gpu/command_buffer/common:gles2_utils", 166 "//gpu/command_buffer/common:gles2_utils",
167 "//gpu/config:config_sources", 167 "//gpu/config:config_sources",
168 "//gpu/ipc/common:ipc_common_sources",
168 "//gpu/ipc/common:surface_handle_type", 169 "//gpu/ipc/common:surface_handle_type",
169 "//media:media_features", 170 "//media:media_features",
170 "//third_party/angle:angle_image_util", 171 "//third_party/angle:angle_image_util",
171 "//third_party/angle:commit_id", 172 "//third_party/angle:commit_id",
172 "//third_party/angle:translator", 173 "//third_party/angle:translator",
173 "//third_party/protobuf:protobuf_lite", 174 "//third_party/protobuf:protobuf_lite",
174 "//third_party/re2", 175 "//third_party/re2",
175 "//third_party/smhasher:cityhash", 176 "//third_party/smhasher:cityhash",
176 "//ui/gfx", 177 "//ui/gfx",
177 "//ui/gfx/geometry", 178 "//ui/gfx/geometry",
(...skipping 14 matching lines...) Expand all
192 configs -= [ "//build/config/compiler:default_optimization" ] 193 configs -= [ "//build/config/compiler:default_optimization" ]
193 configs += [ "//build/config/compiler:optimize_max" ] 194 configs += [ "//build/config/compiler:optimize_max" ]
194 } 195 }
195 } 196 }
196 197
197 proto_library("disk_cache_proto") { 198 proto_library("disk_cache_proto") {
198 sources = [ 199 sources = [
199 "disk_cache_proto.proto", 200 "disk_cache_proto.proto",
200 ] 201 ]
201 } 202 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698