summaryrefslogtreecommitdiffstats
path: root/sdch/open-vcdiff
Commit message (Collapse)AuthorAgeFilesLines
* Syncing external/chromium with chromium release 61029, sdchKristian Monsen2010-10-251-5/+1
| | | | | | | | Deleting some files that does not exist upstream. Removing our local changes by adding a define to android/prefix.h Change-Id: Ied224565987723ce6458f504a7327945178ffc5a
* Collection of all the changs to external chromium.Ben Murdoch2010-08-111-1/+5
| | | | | | | | Time is running out, I guess we have to submit this and remember to upstream. Rebased to chromium r53293 Change-Id: Ie61ca0433b1eedd90144aee87c5efcd68fdc37ac
* Initial source checkin.Patrick Scott2010-02-04151-0/+87749
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.