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', |
+ ], |
+ }], |
+ ], |
}, |
], |
}], |