1 # Copyright (c) 2012 The Native Client 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 'chromium_code': 1, # Use higher warning level.
12 'pnacl_coordinator.cc',
14 'pnacl_translate_thread.cc',
15 'sel_ldr_launcher_chrome.cc',
24 '../../../../../native_client/build/common.gypi',
28 'target_platform': 'none',
36 '-Wno-unused-parameter', # be a bit stricter to match NaCl flags.
39 ['asan!=1 and msan!=1 and ubsan_vptr!=1', {
41 # Catch unresolved symbols.
55 '-Wno-unused-parameter', # be a bit stricter to match NaCl flags.
59 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',