| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ic5ee2fec31358bbee305f7e915442377bfa6cda6
|
|
|
|
| |
Change-Id: I4b89f1034e28cc1ff8cf0a64d8644b40ced9829f
|
|
|
|
|
|
|
|
| |
Deleting some files that does not exist upstream.
Removing our local changes by adding a define to android/prefix.h
Change-Id: Ied224565987723ce6458f504a7327945178ffc5a
|
|
|
|
|
|
| |
Not including third_party/icu as it contains huge data files that break Gerrit, and aren't actually used.
Change-Id: I428a386e70f3b58cacd28677b8cfda282e891e15
|
|
|
|
|
|
|
|
| |
Time is running out, I guess we have to submit this and remember to upstream.
Rebased to chromium r53293
Change-Id: Ie61ca0433b1eedd90144aee87c5efcd68fdc37ac
|
|
|
|
| |
Change-Id: Ia79acf8670f385cee48c45b0a75371d8e950af34
|
|
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.
|