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': 'shared_library',
11 'prune_self_dependency': 1,
12 # Don't add this target to the dependencies of targets with type=none.
17 'trunk/src/abort_message.cpp',
18 'trunk/src/cxa_aux_runtime.cpp',
19 'trunk/src/cxa_default_handlers.cpp',
20 'trunk/src/cxa_demangle.cpp',
21 'trunk/src/cxa_exception.cpp',
22 'trunk/src/cxa_exception_storage.cpp',
23 'trunk/src/cxa_guard.cpp',
24 'trunk/src/cxa_handlers.cpp',
25 'trunk/src/cxa_new_delete.cpp',
26 'trunk/src/cxa_personality.cpp',
27 'trunk/src/cxa_unexpected.cpp',
28 'trunk/src/cxa_vector.cpp',
29 'trunk/src/cxa_virtual.cpp',
30 'trunk/src/exception.cpp',
31 'trunk/src/private_typeinfo.cpp',
32 'trunk/src/stdexcept.cpp',
33 'trunk/src/typeinfo.cpp',
37 '../libc++/trunk/include'
47 '-Wmissing-field-initializers',
53 '-Wstrict-aliasing=2',
54 '-Wstrict-overflow=4',
59 'direct_dependent_settings': {
60 'target_conditions': [
69 '-L<(PRODUCT_DIR)/lib/',
79 '-fvisibility=hidden',