summaryrefslogtreecommitdiffstats
path: root/base/sys_info_mac.cc
Commit message (Collapse)AuthorAgeFilesLines
* Merge Chromium at r12.0.742.93: Initial merge by gitKristian Monsen2011-07-081-4/+4
| | | | Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
* Initial source checkin.Patrick Scott2010-02-041-0/+89
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.