Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use protobuf_lite to save on binary size. | agl@chromium.org | 2010-10-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | Now that we have a forked protobuf-lite library which can retain unknown fields, we can switch to using protobuf-lite. The full protobuf target has been renamed to hopefully avoid accidental use in the future. This saves 357K from a stripped, Release, Linux 'chrome' binary (48032752 -> 47676176). BUG=56579 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/3793001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62426 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | protobuf: add unknown field retention to protobuf-lite. | agl@chromium.org | 2010-10-12 | 19 | -622/+589 |
| | | | | | | | | | BUG=56579 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/3544012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62331 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | protobuf: check in local copy. | agl@chromium.org | 2010-09-30 | 238 | -0/+106019 |
This change doesn't make us *use* the local copy yet, that's the next step. The checked in code is taken from the same SVN revision which we currently pull with DEPS. (This is a no-op change from the point of view of the build.) BUG=56579 TEST=none http://codereview.chromium.org/3549005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61072 0039d316-1c4b-4281-b951-d872f2087c98 |