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

Unified Diff: src/platform/power_manager/SConstruct

Issue 1035001: Fix off-by-one bug for the negative transition in XIdle::AddIdleTimeout, which (Closed)
Patch Set: Update to address Dan's comments Created 10 years, 9 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 | src/platform/power_manager/xidle.h » ('j') | src/platform/power_manager/xidle.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/power_manager/SConstruct
diff --git a/src/platform/power_manager/SConstruct b/src/platform/power_manager/SConstruct
index d0b0be4f29d7394854b7db0002c417b64c187b8e..39edffa537a8546dbbb30b072b5a67fd7bc748a5 100644
--- a/src/platform/power_manager/SConstruct
+++ b/src/platform/power_manager/SConstruct
@@ -39,7 +39,7 @@ Default(xidle_example)
# Build unit tests
test_env = base_env.Clone()
-test_env.Append(LIBS=['gtest'])
+test_env.Append(LIBS=['gtest','Xtst'])
Daniel Erat 2010/03/16 21:40:01 nit: add a space after the comma
test_env.Program('xidle_unittest',
['testrunner.cc', 'xidle_unittest.cc', xidle])
tests = []
« no previous file with comments | « no previous file | src/platform/power_manager/xidle.h » ('j') | src/platform/power_manager/xidle.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698