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

Unified Diff: build/common_untrusted.gypi

Issue 75213003: Add libc++ and libc++abi to third-party. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Add libc++ and libc++abi to third-party. Created 7 years 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
Index: build/common_untrusted.gypi
===================================================================
--- build/common_untrusted.gypi (revision 239156)
+++ build/common_untrusted.gypi (working copy)
@@ -24,6 +24,12 @@
'NVALGRIND',
],
}],
+ ['use_libcxx==1', {
+ 'dependencies!': [
+ '<(DEPTH)/third_party/libc++/libc++.gyp:libc++',
+ '<(DEPTH)/third_party/libc++abi/libc++abi.gyp:libc++abi',
+ ],
+ }],
],
},
-}
+}
« no previous file with comments | « build/common.gypi ('k') | media/media_untrusted.gyp » ('j') | media/media_untrusted.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698