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.
14 'nacl_http_response_headers.cc',
17 'pnacl_coordinator.cc',
20 'pnacl_translate_thread.cc',
21 'scriptable_plugin.cc',
22 'sel_ldr_launcher_chrome.cc',
29 # Append the arch-specific ISA code to common_sources.
31 # Note: this test assumes that if this is not an ARM build, then this is
32 # is an x86 build. This is because |target_arch| for x86 can be one of a
33 # number of values (x64, ia32, etc.).
34 ['target_arch=="arm"', {
36 'arch_arm/sandbox_isa.cc',
38 }, { # else: 'target_arch != "arm"
40 'arch_x86/sandbox_isa.cc',
46 '../../../../../native_client/build/common.gypi',
50 'target_platform': 'none',
62 '-Wno-unused-parameter', # be a bit stricter to match NaCl flags.
67 # Catch unresolved symbols.
80 'TARGET_API_MAC_CARBON=1',
88 '-Wno-unused-parameter', # be a bit stricter to match NaCl flags.
92 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',