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

Unified Diff: base/base.gyp

Issue 264613005: Change the way libc++ is linked when use_custom_libcxx=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/L/l Created 6 years, 8 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f2151b3521e061a2a74dcc62d53ce627658fab8f..50d788076b772f2117e5dd6419a79df965b6f6cf 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -974,8 +974,7 @@
'conditions': [
['use_custom_libcxx==1', {
'dependencies!': [
- '../third_party/libc++/libc++.gyp:libc++',
- '../third_party/libc++abi/libc++abi.gyp:libc++abi',
+ '../third_party/libc++/libc++.gyp:libcxx_proxy',
],
}],
],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698