Skip to content

Commit

Permalink
Fix asan tests failing on swarming. They need libc++.so.
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome/interactive_ui_tests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
}],
],
'includes': [
'../third_party/icu/icu.isolate',
'../base/base.isolate',
],
}
2 changes: 1 addition & 1 deletion content/content_browsertests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@
}],
],
'includes': [
'../third_party/icu/icu.isolate',
'../base/base.isolate',
],
}
2 changes: 1 addition & 1 deletion content/content_unittests.isolate
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@
}],
],
'includes': [
'../third_party/icu/icu.isolate',
'../base/base.isolate',
],
}

0 comments on commit b71251a

Please sign in to comment.