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

Unified Diff: src/base.isolate

Issue 2190543003: [swarming] Remove hard-coded shared library configs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove unused config var Created 4 years, 5 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 | « gypfiles/isolate.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/base.isolate
diff --git a/src/base.isolate b/src/base.isolate
index 9da978c6e09f57ce802b38a5a21e5daa0a69b95f..a9cfc89218017cda6d0bd6ba384aa4f42d944931 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -7,13 +7,6 @@
'../gypfiles/config/win/msvs_dependencies.isolate',
],
'conditions': [
- ['use_custom_libcxx==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/lib/libc++.so',
- ],
- },
- }],
['v8_use_snapshot=="true" and v8_use_external_startup_data==1', {
'variables': {
'files': [
« no previous file with comments | « gypfiles/isolate.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698