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

Side by Side Diff: net/tools/ct_mapper/BUILD.gn

Issue 1238413004: Framework for iterating over certificates in CT database from Chromium code. (not for review) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make samples page work Created 3 years, 6 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 | « net/cert/internal/cert_errors.h ('k') | net/tools/ct_mapper/FILE_FORMAT.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 executable("ct_mapper") {
2 testonly = true
3 sources = [
4 "ct_mapper_main.cc",
5 "entry.cc",
6 "entry.h",
7 "entry_reader.cc",
8 "entry_reader.h",
9 "mapper.cc",
10 "mapper.h",
11 "metrics.cc",
12 "metrics.h",
13 "my_visitor.cc",
14 "my_visitor.h",
15 "visitor.h",
16 "write_results.cc",
17 "write_results.h",
18 ]
19
20 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
21 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
22
23 deps = [
24 "//net",
25 "//base",
26 ]
27 }
28
OLDNEW
« no previous file with comments | « net/cert/internal/cert_errors.h ('k') | net/tools/ct_mapper/FILE_FORMAT.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698