Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Chromium at r12.0.742.93: Compile fix in net_util_posix.cc | Kristian Monsen | 2011-07-08 | 1 | -0/+4 |
| | | | | | Change-Id: I7a758d171b67714048dbad8b52143a63af750a41 http://codereview.chromium.org/6676027 | ||||
* | Merge Chromium at r12.0.742.93: Initial merge by git | Kristian Monsen | 2011-07-08 | 1 | -1/+37 |
| | | | | Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6 | ||||
* | Initial source checkin. | Patrick Scott | 2010-02-04 | 1 | -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. |