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

Unified Diff: base/base.gyp

Issue 10786013: Change explicit usage of each type of message loop in TimerTest to instead loop through an array of… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Better #if-def & array usage Created 8 years, 5 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 | base/timer_unittest.cc » ('j') | base/timer_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index c18ca6308e18ee5d47b9085b4d8d4be503285808..e40260b77685edf7cbdb9cfd90b2568bb3f64986 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -579,7 +579,6 @@
# Unittests that don't pass.
['exclude', '^message_loop_unittest\\.cc$'],
['exclude', '^synchronization/waitable_event_watcher_unittest\\.cc$'],
- ['exclude', '^timer_unittest\\.cc$'],
],
}],
['use_glib==1', {
« no previous file with comments | « no previous file | base/timer_unittest.cc » ('j') | base/timer_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698