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 '../../native_client/build/untrusted.gypi',
12 'target_name': 'libwebm_nacl',
15 'nlib_target': 'libwebm_nacl.a',
18 'build_pnacl_newlib': 1,
21 '../../native_client/tools.gyp:prep_toolchain',
24 '<@(libwebm_sources)',
27 # LLONG_MIN and UULONG_MAX are defined in newlib only for C++11.
28 'LLONG_MIN=LONG_LONG_MIN',
29 'ULLONG_MAX=ULONG_LONG_MAX',
31 }, # target libwebm_nacl