summaryrefslogtreecommitdiffstats
path: root/net/base/net_util_posix.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge Chromium at r12.0.742.93: Compile fix in net_util_posix.ccKristian Monsen2011-07-081-0/+4
| | | | | Change-Id: I7a758d171b67714048dbad8b52143a63af750a41 http://codereview.chromium.org/6676027
* Merge Chromium at r12.0.742.93: Initial merge by gitKristian Monsen2011-07-081-1/+37
| | | | Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
* Initial source checkin.Patrick Scott2010-02-041-0/+48
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.