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

Unified Diff: content/content_unittests.isolate

Issue 601283005: Fix asan tests failing on swarming. They need libc++.so. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_unittests.isolate
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 212893685937d3205b41e5a4afc9b8f8534be440..7f4f9c43326240f92dc105c72977b47ad0e34de0 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -93,6 +93,6 @@
}],
],
'includes': [
- '../third_party/icu/icu.isolate',
+ '../base/base.isolate',
],
}
« no previous file with comments | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698