1 # Copyright 2013 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 'target_name': 'brotli',
9 'type': 'static_library',
33 'clang_warning_flags': [
34 # IncrementalCopyFastPath in decode.c can be unused.
35 # (The file looks very different upstream, this is probably no longer
36 # needed after rolling brotli the next time.)
37 '-Wno-unused-function',
41 ['os_posix==1 and (target_arch=="arm" or target_arch=="armv7" or target_arch=="arm64")', {