diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-13 18:21:19 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-13 18:21:19 +0000 |
commit | af3176a286d63c0db0ca7370e37b8e452e2a0200 (patch) | |
tree | c82605aff317ffeda943ba1afe240694c9ac8f17 /chrome/browser/userfeedback/proto/common.proto | |
parent | 990de36904afa4af6bd23728cd5fae8468593d30 (diff) | |
download | chromium_src-af3176a286d63c0db0ca7370e37b8e452e2a0200.zip chromium_src-af3176a286d63c0db0ca7370e37b8e452e2a0200.tar.gz chromium_src-af3176a286d63c0db0ca7370e37b8e452e2a0200.tar.bz2 |
Use protobuf_lite to save on binary size.
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
Diffstat (limited to 'chrome/browser/userfeedback/proto/common.proto')
-rw-r--r-- | chrome/browser/userfeedback/proto/common.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/userfeedback/proto/common.proto b/chrome/browser/userfeedback/proto/common.proto index 291e6a1..d4c3db3 100644 --- a/chrome/browser/userfeedback/proto/common.proto +++ b/chrome/browser/userfeedback/proto/common.proto @@ -6,6 +6,8 @@ syntax = "proto2"; +option optimize_for = LITE_RUNTIME; + package userfeedback; // Data present in all kinds of feedbacks, regardless of source (Web, Android, |