1 # Copyright 2013 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 'target_name': 'libc++abi',
9 'type': 'static_library',
12 'trunk/src/abort_message.cpp',
13 'trunk/src/cxa_aux_runtime.cpp',
14 'trunk/src/cxa_default_handlers.cpp',
15 'trunk/src/cxa_demangle.cpp',
16 'trunk/src/cxa_exception.cpp',
17 'trunk/src/cxa_exception_storage.cpp',
18 'trunk/src/cxa_guard.cpp',
19 'trunk/src/cxa_handlers.cpp',
20 'trunk/src/cxa_new_delete.cpp',
21 'trunk/src/cxa_personality.cpp',
22 'trunk/src/cxa_unexpected.cpp',
23 'trunk/src/cxa_vector.cpp',
24 'trunk/src/cxa_virtual.cpp',
25 'trunk/src/exception.cpp',
26 'trunk/src/private_typeinfo.cpp',
27 'trunk/src/stdexcept.cpp',
28 'trunk/src/typeinfo.cpp',
32 '../libc++/trunk/include'
42 '-Wmissing-field-initializers',
48 '-Wstrict-aliasing=2',
49 '-Wstrict-overflow=4',
59 '-fvisibility=hidden',