Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(545)

Unified Diff: third_party/libc++abi/libc++abi.gyp

Issue 788063003: Move libc++ and libc++abi to buildtools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to buildtools roll and licence whitelist update. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libc++abi/README.chromium ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libc++abi/libc++abi.gyp
diff --git a/third_party/libc++abi/libc++abi.gyp b/third_party/libc++abi/libc++abi.gyp
deleted file mode 100644
index 7a75fe5d0782bc313382b4ac4eae74b4312f4cb4..0000000000000000000000000000000000000000
--- a/third_party/libc++abi/libc++abi.gyp
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'libc++abi',
- 'type': 'static_library',
- 'dependencies=': [],
- 'sources': [
- 'trunk/src/abort_message.cpp',
- 'trunk/src/cxa_aux_runtime.cpp',
- 'trunk/src/cxa_default_handlers.cpp',
- 'trunk/src/cxa_demangle.cpp',
- 'trunk/src/cxa_exception.cpp',
- 'trunk/src/cxa_exception_storage.cpp',
- 'trunk/src/cxa_guard.cpp',
- 'trunk/src/cxa_handlers.cpp',
- 'trunk/src/cxa_new_delete.cpp',
- 'trunk/src/cxa_personality.cpp',
- 'trunk/src/cxa_unexpected.cpp',
- 'trunk/src/cxa_vector.cpp',
- 'trunk/src/cxa_virtual.cpp',
- 'trunk/src/exception.cpp',
- 'trunk/src/private_typeinfo.cpp',
- 'trunk/src/stdexcept.cpp',
- 'trunk/src/typeinfo.cpp',
- ],
- 'include_dirs': [
- 'trunk/include',
- '../libc++/trunk/include'
- ],
- 'cflags': [
- '-fstrict-aliasing',
- '-nostdinc++',
- '-std=c++11',
- ],
- 'cflags_cc!': [
- '-fno-exceptions',
- '-fno-rtti',
- ],
- 'cflags!': [
- '-fvisibility=hidden',
- ],
- 'ldflags': [
- '-nodefaultlibs',
- ],
- 'ldflags!': [
- '-pthread',
- ],
- 'libraries': [
- '-lc',
- '-lgcc_s',
- '-lpthread',
- '-lrt',
- ]
- },
- ]
-}
« no previous file with comments | « third_party/libc++abi/README.chromium ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698