Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / libc++abi / libc++abi.gyp
index 6e56ff9..c3aa87e 100644 (file)
@@ -32,7 +32,9 @@
       ],
       'include_dirs': [
         'trunk/include',
-        '../libc++/trunk/include'
+        '../libc++/trunk/include',
+        # TODO(earthdok): remove when http://crbug.com/337426 is fixed
+        '../llvm-build/Release+Asserts/lib/clang/3.5/include/'
       ],
       'cflags': [
         '-g', '-O3', '-fPIC',
@@ -59,6 +61,8 @@
           ['_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++',