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.
6 include_dirs = [ "include" ]
11 "include/ots-memory-stream.h",
12 "include/opentype-sanitiser.h",
15 "src/cff_type2_charstring.cc",
16 "src/cff_type2_charstring.h",
77 direct_dependent_configs = [ ":ots_config" ]
80 "//third_party/brotli",
86 "/wd4267", # Conversion from size_t to 'type'.
87 "/wd4334", # 32-bit shift implicitly converted to 64-bits.