diff options
author | leng@chromium.org <leng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 11:22:59 +0000 |
---|---|---|
committer | leng@chromium.org <leng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 11:22:59 +0000 |
commit | 835332b5007452324810de8913d7fe0a3861c4b7 (patch) | |
tree | 47d2ca4e671f1bbe0b9e4e22787f0302f8084ae0 /base/base.gyp | |
parent | a016195404c7e24658a900baba532b1b19dfe7c4 (diff) | |
download | chromium_src-835332b5007452324810de8913d7fe0a3861c4b7.zip chromium_src-835332b5007452324810de8913d7fe0a3861c4b7.tar.gz chromium_src-835332b5007452324810de8913d7fe0a3861c4b7.tar.bz2 |
Change explicit usage of each type of message loop in TimerTest to instead loop through an array of message loop types.
This allows for easier-to-read code while including a platform that cannot run the tests on every kind of message loop. Specifically, iOS cannot run the UI loop for unit tests.
Un-exclude timer_unittest.cc on ios in base.gyp.
BUG=b/6825060
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10786013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146980 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp index 1873943..151c2ea 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -572,7 +572,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', { |