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

Unified Diff: media/media_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
Index: media/media_untrusted.gyp
===================================================================
--- media/media_untrusted.gyp (revision 239156)
+++ media/media_untrusted.gyp (working copy)
@@ -38,6 +38,14 @@
'sources': [
'<@(shared_memory_support_sources)',
],
+ 'conditions': [
+ ['use_libcxx==1', {
+ 'dependencies!': [
+ '<(DEPTH)/third_party/libc++/libc++.gyp:libc++',
+ '<(DEPTH)/third_party/libc++abi/libc++abi.gyp:libc++abi',
bradn 2013/12/06 18:11:20 I think it would be good to avoid requiring this i
+ ],
+ }],
+ ],
},
],
}],

Powered by Google App Engine
This is Rietveld 408576698