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.
7 '../../native_client/build/untrusted.gypi',
11 'target_name': 'opus_nacl',
14 'nlib_target': 'libopus_nacl.a',
17 'build_pnacl_newlib': 1,
20 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
35 'includes': ['opus_srcs.gypi', ],
37 '<@(opus_common_sources)',
38 '<@(opus_float_sources)',
40 # Suppress a warning given by opus_decoder.c that tells us
41 # optimizations are turned off.
43 '-Wno-#pragma-messages',
45 }, # end of target 'opus_nacl'