1 # Copyright (c) 2012 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.
12 '-Wno-unused-parameter',
29 'third_party/brotli/dec',
49 'GCC_DYNAMIC_NO_PIC': 'NO', # No -mdynamic-no-pic
50 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
57 '/System/Library/Frameworks/ApplicationServices.framework',
70 'AdditionalLibraryDirectories': ['third_party/zlib'],
71 'DelayLoadDLLs': ['zlib1.dll'],
78 'NOMINMAX', # To suppress max/min macro definition.
87 'type': 'static_library',
92 'third_party/brotli.gyp:brotli',
95 '<@(ots_include_dirs)',
97 'direct_dependent_settings': {
99 '<@(ots_include_dirs)',
104 'target_name': 'freetype2',
108 'direct_dependent_settings': {
110 '<!(pkg-config freetype2 --cflags)',
114 '<!(pkg-config freetype2 --libs)',
122 'target_name': 'idempotent',
123 'type': 'executable',
125 'test/idempotent.cc',
146 'target_name': 'ot-sanitise',
147 'type': 'executable',
149 'test/ot-sanitise.cc',
150 'test/file-stream.h',
158 ['OS=="linux" or OS=="mac"', {
161 'target_name': 'validator_checker',
162 'type': 'executable',
164 'test/validator-checker.cc',
178 'target_name': 'perf',
179 'type': 'executable',
188 'target_name': 'cff_type2_charstring_test',
189 'type': 'executable',
191 'test/cff_type2_charstring_test.cc',
205 'target_name': 'layout_common_table_test',
206 'type': 'executable',
208 'test/layout_common_table_test.cc',
222 'target_name': 'table_dependencies_test',
223 'type': 'executable',
225 'test/table_dependencies_test.cc',
243 'target_name': 'side_by_side',
244 'type': 'executable',
246 'test/side-by-side.cc',