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

Unified Diff: base/base_untrusted.gyp

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
« no previous file with comments | « no previous file | build/common.gypi » ('j') | media/media_untrusted.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_untrusted.gyp
===================================================================
--- base/base_untrusted.gyp (revision 239156)
+++ base/base_untrusted.gyp (working copy)
@@ -34,6 +34,14 @@
'dependencies': [
'<(DEPTH)/native_client/tools.gyp:prep_toolchain',
],
+ 'conditions': [
+ ['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 | « no previous file | build/common.gypi » ('j') | media/media_untrusted.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698