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

Unified Diff: base/using_base.scons

Issue 16545: Butcher some files to make ui_tests run 0 tests on Linux. (Closed)
Patch Set: typo fix Created 11 years, 11 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 | « no previous file | chrome/test/ui/ui_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/using_base.scons
diff --git a/base/using_base.scons b/base/using_base.scons
index f3d58b4dfa1d4f0630ce1a59fb6414a4d712c276..a37652f5f9bb70d225ab7fa8d522dc187f959bff 100644
--- a/base/using_base.scons
+++ b/base/using_base.scons
@@ -13,3 +13,9 @@ env.Append(
'base',
],
)
+
+# base depends on libevent on POSIX systems.
+if env.Bit('posix'):
+ env.ApplySConscript([
+ '$LIBEVENT_DIR/using_libevent.scons',
+ ])
« no previous file with comments | « no previous file | chrome/test/ui/ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698