1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/webrtc/trunk/build/common_untrusted.gypi Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# Copyright (c) 2012 The Chromium Authors. All rights reserved. 1.5 +# Use of this source code is governed by a BSD-style license that can be 1.6 +# found in the LICENSE file. 1.7 + 1.8 +# This GYP file should be included for every target in Chromium that is built 1.9 +# using the NaCl toolchain. 1.10 +{ 1.11 + 'includes': [ 1.12 + '../native_client/build/untrusted.gypi', 1.13 + ], 1.14 + 'target_defaults': { 1.15 + 'conditions': [ 1.16 + ['target_arch=="arm"', { 1.17 + 'variables': { 1.18 + 'clang': 1, 1.19 + }, 1.20 + 'defines': [ 1.21 + # Needed by build/build_config.h processor architecture detection. 1.22 + '__ARMEL__', 1.23 + # Needed by base/third_party/nspr/prtime.cc. 1.24 + '__arm__', 1.25 + # Disable ValGrind. The assembly code it generates causes the build 1.26 + # to fail. 1.27 + 'NVALGRIND', 1.28 + ], 1.29 + }], 1.30 + ], 1.31 + }, 1.32 +} 1.33 \ No newline at end of file