Popular sites on the NTP: Try to keep the ordering constant
[chromium-blink-merge.git] / components / packed_ct_ev_whitelist / BUILD.gn
blobc3ca36c9d23daf458e5ceacdcee5e4c2eb97c8cb
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
3 # found in the LICENSE file.
5 static_library("packed_ct_ev_whitelist") {
6   sources = [
7     "bit_stream_reader.cc",
8     "bit_stream_reader.h",
9     "packed_ct_ev_whitelist.cc",
10     "packed_ct_ev_whitelist.h",
11   ]
13   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
15   deps = [
16     "//base",
17     "//content",
18     "//net",
19   ]
22 source_set("unit_tests") {
23   testonly = true
24   sources = [
25     "bit_stream_reader_unittest.cc",
26     "packed_ct_ev_whitelist_unittest.cc",
27   ]
29   deps = [
30     ":packed_ct_ev_whitelist",
31     "//testing/gtest",
32   ]