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

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

Issue 167113004: Explicitly provide path to C built-in includes in libc++ builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | third_party/libc++abi/libc++abi.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/'
+ ],
}],
],
},
« no previous file with comments | « no previous file | third_party/libc++abi/libc++abi.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698