forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix asan tests failing on swarming. They need libc++.so.
BUG=414808 R=maruel@chromium.org Review URL: https://codereview.chromium.org/601283005 Cr-Commit-Position: refs/heads/master@{#296800}
- Loading branch information
John Abd-El-Malek
committed
Sep 25, 2014
1 parent
860c654
commit b71251a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,6 +115,6 @@ | |
}], | ||
], | ||
'includes': [ | ||
'../third_party/icu/icu.isolate', | ||
'../base/base.isolate', | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,6 +116,6 @@ | |
}], | ||
], | ||
'includes': [ | ||
'../third_party/icu/icu.isolate', | ||
'../base/base.isolate', | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,6 @@ | |
}], | ||
], | ||
'includes': [ | ||
'../third_party/icu/icu.isolate', | ||
'../base/base.isolate', | ||
], | ||
} |