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 'ppapi_entrypoints.cc',
16 'sel_ldr_launcher_chrome.cc',
25 '../../../../../native_client/build/common.gypi',
29 'target_platform': 'none',
37 '-Wno-unused-parameter', # be a bit stricter to match NaCl flags.
40 ['asan!=1 and msan!=1 and ubsan_vptr!=1', {
42 # Catch unresolved symbols.
56 '-Wno-unused-parameter', # be a bit stricter to match NaCl flags.
60 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',