summaryrefslogtreecommitdiffstats
path: root/sdch
Commit message (Collapse)AuthorAgeFilesLines
* Merge Chromium at r12.0.742.93: Initial merge by gitKristian Monsen2011-07-083-37/+51
| | | | Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
* Delete unused makefiles not in upstream chromiumKristian Monsen2010-10-262-151/+0
| | | | Change-Id: I4b89f1034e28cc1ff8cf0a64d8644b40ced9829f
* Syncing external/chromium with chromium release 61029, sdchKristian Monsen2010-10-254-647/+1
| | | | | | | | Deleting some files that does not exist upstream. Removing our local changes by adding a define to android/prefix.h Change-Id: Ied224565987723ce6458f504a7327945178ffc5a
* Merge Chromium at 7.0.540.0 : Initial merge by gitIain Merrick2010-10-191-2/+5
| | | | | | Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used. Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
* 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
* Merge Chromium src@r53293Ben Murdoch2010-08-042-0/+148
| | | | Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
* Initial source checkin.Patrick Scott2010-02-04159-0/+88801
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.