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

Side by Side Diff: components/packed_ct_ev_whitelist/BUILD.gn

Issue 1482653002: Add more components to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chromeos Created 5 years 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 | « components/ownership/BUILD.gn ('k') | components/page_load_metrics/browser/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 static_library("packed_ct_ev_whitelist") { 5 static_library("packed_ct_ev_whitelist") {
6 sources = [ 6 sources = [
7 "bit_stream_reader.cc", 7 "bit_stream_reader.cc",
8 "bit_stream_reader.h", 8 "bit_stream_reader.h",
9 "packed_ct_ev_whitelist.cc", 9 "packed_ct_ev_whitelist.cc",
10 "packed_ct_ev_whitelist.h", 10 "packed_ct_ev_whitelist.h",
11 ] 11 ]
12 12
13 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 13 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
14 14
15 deps = [ 15 deps = [
16 "//base", 16 "//base",
17 "//content", 17 "//content",
18 "//content/public/browser",
18 "//net", 19 "//net",
19 ] 20 ]
20 } 21 }
21 22
22 source_set("unit_tests") { 23 source_set("unit_tests") {
23 testonly = true 24 testonly = true
24 sources = [ 25 sources = [
25 "bit_stream_reader_unittest.cc", 26 "bit_stream_reader_unittest.cc",
26 "packed_ct_ev_whitelist_unittest.cc", 27 "packed_ct_ev_whitelist_unittest.cc",
27 ] 28 ]
28 29
29 deps = [ 30 deps = [
30 ":packed_ct_ev_whitelist", 31 ":packed_ct_ev_whitelist",
32 "//base",
31 "//testing/gtest", 33 "//testing/gtest",
32 ] 34 ]
33 } 35 }
OLDNEW
« no previous file with comments | « components/ownership/BUILD.gn ('k') | components/page_load_metrics/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698