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

Side by Side Diff: chrome/tools/profile_reset/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 | « chrome/tools/convert_dict/BUILD.gn ('k') | chrome/tools/service_discovery_sniffer/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 executable("jtl_compiler") { 5 executable("jtl_compiler") {
6 sources = [ 6 sources = [
7 "//chrome/browser/profile_resetter/jtl_foundation.cc", 7 "//chrome/browser/profile_resetter/jtl_foundation.cc",
8 "//chrome/browser/profile_resetter/jtl_foundation.h", 8 "//chrome/browser/profile_resetter/jtl_foundation.h",
9 "jtl_compiler_frontend.cc", 9 "jtl_compiler_frontend.cc",
10 ] 10 ]
11 deps = [ 11 deps = [
12 ":jtl_compiler_lib", 12 ":jtl_compiler_lib",
13 "//base", 13 "//base",
14 "//build/config/sanitizers:deps",
14 "//crypto", 15 "//crypto",
15 ] 16 ]
16 } 17 }
17 18
18 source_set("jtl_compiler_lib") { 19 source_set("jtl_compiler_lib") {
19 sources = [ 20 sources = [
20 "//chrome/browser/profile_resetter/jtl_foundation.h", 21 "//chrome/browser/profile_resetter/jtl_foundation.h",
21 "//chrome/browser/profile_resetter/jtl_instructions.h", 22 "//chrome/browser/profile_resetter/jtl_instructions.h",
22 "jtl_compiler.cc", 23 "jtl_compiler.cc",
23 "jtl_compiler.h", 24 "jtl_compiler.h",
24 "jtl_parser.cc", 25 "jtl_parser.cc",
25 "jtl_parser.h", 26 "jtl_parser.h",
26 ] 27 ]
27 deps = [ 28 deps = [
28 "//base", 29 "//base",
29 "//third_party/re2", 30 "//third_party/re2",
30 ] 31 ]
31 } 32 }
OLDNEW
« no previous file with comments | « chrome/tools/convert_dict/BUILD.gn ('k') | chrome/tools/service_discovery_sniffer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698