summaryrefslogtreecommitdiffstats
path: root/third_party/libc++abi/libc++abi.gyp
diff options
context:
space:
mode:
authorearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 22:47:49 +0000
committerearthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 22:47:49 +0000
commit96a1362d354d68706bfcfda70362d20359d28183 (patch)
tree014dc34fbb7fea3ee1c95c4a1b6ba07aea9861c8 /third_party/libc++abi/libc++abi.gyp
parent4212d344e3995a6d8d8783aeb1380462d078d939 (diff)
downloadchromium_src-96a1362d354d68706bfcfda70362d20359d28183.zip
chromium_src-96a1362d354d68706bfcfda70362d20359d28183.tar.gz
chromium_src-96a1362d354d68706bfcfda70362d20359d28183.tar.bz2
No longer explicitly provide path to C built-in includes in libc++ builds.
This reverts a workaround for a GOMA bug which should now be fixed. BUG=337426 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/189163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libc++abi/libc++abi.gyp')
-rw-r--r--third_party/libc++abi/libc++abi.gyp6
1 files changed, 1 insertions, 5 deletions
diff --git a/third_party/libc++abi/libc++abi.gyp b/third_party/libc++abi/libc++abi.gyp
index 4790152..64c114b 100644
--- a/third_party/libc++abi/libc++abi.gyp
+++ b/third_party/libc++abi/libc++abi.gyp
@@ -34,9 +34,7 @@
],
'include_dirs': [
'trunk/include',
- '../libc++/trunk/include',
- # TODO(earthdok): remove when http://crbug.com/337426 is fixed
- '../llvm-build/Release+Asserts/lib/clang/3.5/include/'
+ '../libc++/trunk/include'
],
'cflags': [
'-g', '-O3', '-fPIC',
@@ -63,8 +61,6 @@
['_type!="none"', {
'include_dirs': [
'trunk/include',
- # TODO(earthdok): remove when http://crbug.com/337426 is fixed
- '../llvm-build/Release+Asserts/lib/clang/3.5/include/'
],
'cflags_cc': [
'-nostdinc++',