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

Side by Side Diff: ui/aura/BUILD.gn

Issue 1318343003: Annotate GN executables and shared_libraries with sanitizer deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ui/app_list/BUILD.gn ('k') | ui/ozone/demo/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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 testonly = true 222 testonly = true
223 223
224 sources = [ 224 sources = [
225 "demo/demo_main.cc", 225 "demo/demo_main.cc",
226 ] 226 ]
227 227
228 deps = [ 228 deps = [
229 ":aura", 229 ":aura",
230 ":test_support", 230 ":test_support",
231 "//base", 231 "//base",
232 "//build/config/sanitizers:deps",
232 "//base:i18n", 233 "//base:i18n",
233 "//skia", 234 "//skia",
234 "//third_party/icu", 235 "//third_party/icu",
235 "//ui/base", 236 "//ui/base",
236 "//ui/compositor", 237 "//ui/compositor",
237 "//ui/compositor:test_support", 238 "//ui/compositor:test_support",
238 "//ui/events", 239 "//ui/events",
239 "//ui/gfx", 240 "//ui/gfx",
240 "//ui/gfx/geometry", 241 "//ui/gfx/geometry",
241 "//ui/gl", 242 "//ui/gl",
242 ] 243 ]
243 244
244 if (use_x11) { 245 if (use_x11) {
245 deps += [ "//ui/gfx/x" ] 246 deps += [ "//ui/gfx/x" ]
246 } 247 }
247 } 248 }
248 249
249 executable("bench") { 250 executable("bench") {
250 output_name = "aura_bench" 251 output_name = "aura_bench"
251 testonly = true 252 testonly = true
252 253
253 sources = [ 254 sources = [
254 "bench/bench_main.cc", 255 "bench/bench_main.cc",
255 ] 256 ]
256 257
257 deps = [ 258 deps = [
258 ":test_support", 259 ":test_support",
259 "//base", 260 "//base",
260 "//base:i18n", 261 "//base:i18n",
262 "//build/config/sanitizers:deps",
261 "//cc", 263 "//cc",
262 "//gpu/command_buffer/client:gles2_interface", 264 "//gpu/command_buffer/client:gles2_interface",
263 "//skia", 265 "//skia",
264 "//third_party/icu", 266 "//third_party/icu",
265 "//ui/base", 267 "//ui/base",
266 "//ui/compositor", 268 "//ui/compositor",
267 "//ui/compositor:test_support", 269 "//ui/compositor:test_support",
268 "//ui/events", 270 "//ui/events",
269 "//ui/gfx", 271 "//ui/gfx",
270 "//ui/gfx/geometry", 272 "//ui/gfx/geometry",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "//ui/gfx/geometry", 310 "//ui/gfx/geometry",
309 "//ui/gl", 311 "//ui/gl",
310 ] 312 ]
311 313
312 if (is_linux) { 314 if (is_linux) {
313 deps += [ "//third_party/mesa" ] 315 deps += [ "//third_party/mesa" ]
314 } 316 }
315 317
316 data_deps = [ "//third_party/mesa:osmesa" ] 318 data_deps = [ "//third_party/mesa:osmesa" ]
317 } 319 }
OLDNEW
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/ozone/demo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698