Index: third_party/libc++/libc++.gyp |
diff --git a/third_party/libc++/libc++.gyp b/third_party/libc++/libc++.gyp |
index fd9c604c7c483e441b02ba23c2a82b62c52d20f2..7f87eadb1b33222b99ed8defec22bc2ab5b2f71a 100644 |
--- a/third_party/libc++/libc++.gyp |
+++ b/third_party/libc++/libc++.gyp |
@@ -42,6 +42,8 @@ |
'include_dirs': [ |
'trunk/include', |
'../libc++abi/trunk/include', |
+ # TODO(earthdok): remove when http://crbug.com/337426 is fixed |
+ '../llvm-build/Release+Asserts/lib/clang/3.5/include/' |
], |
'cflags': [ |
'-g', '-Os', '-fPIC', |
@@ -71,6 +73,10 @@ |
'-stdlib=libc++', |
'-L<(PRODUCT_DIR)/lib/', |
], |
+ 'include_dirs': [ |
+ # TODO(earthdok): remove when http://crbug.com/337426 is fixed |
+ '../llvm-build/Release+Asserts/lib/clang/3.5/include/' |
+ ], |
}], |
], |
}, |