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

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

Issue 1800343002: Enable GN check for gpu and rlz (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/config/BUILD.gn » ('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 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 include_dirs = [ "//third_party/mesa/src/include" ] 138 include_dirs = [ "//third_party/mesa/src/include" ]
139 139
140 public_deps = [ 140 public_deps = [
141 "//gpu/command_buffer/common:common_sources", 141 "//gpu/command_buffer/common:common_sources",
142 ] 142 ]
143 deps = [ 143 deps = [
144 ":disk_cache_proto", 144 ":disk_cache_proto",
145 "//base", 145 "//base",
146 "//base/third_party/dynamic_annotations", 146 "//base/third_party/dynamic_annotations",
147 "//crypto", 147 "//crypto",
148 "//gpu/command_buffer/client:client_sources",
149 "//gpu/command_buffer/common:gles2_utils",
148 "//gpu/config:config_sources", 150 "//gpu/config:config_sources",
149 "//third_party/angle:commit_id", 151 "//third_party/angle:commit_id",
150 "//third_party/angle:translator", 152 "//third_party/angle:translator",
151 "//third_party/protobuf:protobuf_lite", 153 "//third_party/protobuf:protobuf_lite",
152 "//third_party/re2", 154 "//third_party/re2",
153 "//third_party/smhasher:cityhash", 155 "//third_party/smhasher:cityhash",
154 "//ui/gfx", 156 "//ui/gfx",
155 "//ui/gfx/geometry", 157 "//ui/gfx/geometry",
156 "//ui/gl", 158 "//ui/gl",
157 ] 159 ]
(...skipping 11 matching lines...) Expand all
169 configs -= [ "//build/config/compiler:default_optimization" ] 171 configs -= [ "//build/config/compiler:default_optimization" ]
170 configs += [ "//build/config/compiler:optimize_max" ] 172 configs += [ "//build/config/compiler:optimize_max" ]
171 } 173 }
172 } 174 }
173 175
174 proto_library("disk_cache_proto") { 176 proto_library("disk_cache_proto") {
175 sources = [ 177 sources = [
176 "disk_cache_proto.proto", 178 "disk_cache_proto.proto",
177 ] 179 ]
178 } 180 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_utils.cc ('k') | gpu/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698