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

Side by Side Diff: gpu/skia_runner/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 | « gpu/gles2_conform_support/BUILD.gn ('k') | gpu/tools/compositor_model_bench/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 6
7 # GYP version: //gpu/skia_runner/skia_runner.gyp:skia_runner 7 # GYP version: //gpu/skia_runner/skia_runner.gyp:skia_runner
8 executable("skia_runner") { 8 executable("skia_runner") {
9 sources = [ 9 sources = [
10 "in_process_graphics_system.cc", 10 "in_process_graphics_system.cc",
11 "sk_picture_rasterizer.cc", 11 "sk_picture_rasterizer.cc",
12 "skia_runner.cc", 12 "skia_runner.cc",
13 ] 13 ]
14 14
15 deps = [ 15 deps = [
16 "//base", 16 "//base",
17 "//build/config/sanitizers:deps",
17 "//gpu/command_buffer/common:gles2_utils", 18 "//gpu/command_buffer/common:gles2_utils",
18 "//gpu/command_buffer/client:gles2_implementation", 19 "//gpu/command_buffer/client:gles2_implementation",
19 "//gpu/command_buffer/client:gl_in_process_context", 20 "//gpu/command_buffer/client:gl_in_process_context",
20 "//gpu/skia_bindings", 21 "//gpu/skia_bindings",
21 "//skia", 22 "//skia",
22 "//third_party/WebKit/public:blink", 23 "//third_party/WebKit/public:blink",
23 "//ui/gfx", 24 "//ui/gfx",
24 "//ui/gl", 25 "//ui/gl",
25 ] 26 ]
26 27
27 configs -= [ "//build/config/compiler:chromium_code" ] 28 configs -= [ "//build/config/compiler:chromium_code" ]
28 configs += [ "//build/config/compiler:no_chromium_code" ] 29 configs += [ "//build/config/compiler:no_chromium_code" ]
29 } 30 }
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | gpu/tools/compositor_model_bench/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698