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.
8 # GN version: //components/packed_ct_ev_whitelist
9 'target_name': 'packed_ct_ev_whitelist',
10 'type': 'static_library',
15 '../base/base.gyp:base',
16 '../content/content.gyp:content_common',
20 # Note: sources list duplicated in GN build.
21 'packed_ct_ev_whitelist/bit_stream_reader.cc',
22 'packed_ct_ev_whitelist/bit_stream_reader.h',
23 'packed_ct_ev_whitelist/packed_ct_ev_whitelist.cc',
24 'packed_ct_ev_whitelist/packed_ct_ev_whitelist.h',
26 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
27 'msvs_disabled_warnings': [4267, ],