summaryrefslogtreecommitdiffstats
path: root/base/message_pump_default.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge Chromium at r10.0.634.0: Initial merge by git.Kristian Monsen2011-05-251-1/+1
| | | | Change-Id: Iac2af492818d119bcc2562eb5fdabf5ab0b6df9c
* Merge Chromium at r65505: Initial merge by git.Ben Murdoch2010-11-181-2/+2
| | | | Change-Id: I31d8f1d8cd33caaf7f47ffa7350aef42d5fbdb45
* Merge Chromium at 7.0.540.0 : Initial merge by gitIain Merrick2010-10-191-0/+1
| | | | | | Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used. Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
* Initial source checkin.Patrick Scott2010-02-041-0/+40
The source files were determined by building net_unittests in chromium's source tree. Some of the obvious libraries were left out (v8, gmock, gtest). The Android.mk file has all the sources (minus unittests and tools) that were used during net_unittests compilation. Nothing builds yet because of STL but that is the next task. The .cpp files will most likely not compile anyways because of the LOCAL_CPP_EXTENSION mod. I will have to break this into multiple projects to get around that limitation.