diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 22:27:57 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-07 22:27:57 +0000 |
commit | baefae90f294a981c973bffbdd3eccabfe796b6a (patch) | |
tree | d55ee1e86fe8db74ed7bbebfd844bdd803f343b4 /sync/protocol/preference_specifics.proto | |
parent | 5a246999dda2dd518d88f160294a071b4dd6486b (diff) | |
download | chromium_src-baefae90f294a981c973bffbdd3eccabfe796b6a.zip chromium_src-baefae90f294a981c973bffbdd3eccabfe796b6a.tar.gz chromium_src-baefae90f294a981c973bffbdd3eccabfe796b6a.tar.bz2 |
Linux: change protobuf default option to allow building
with unpatched system protobuf.
This is a preparation for landing https://codereview.chromium.org/11231046/
and a solution chosen because our custom protobuf changes will not
be accepted upstream.
Setting defaults to optimize for lite runtime and retain unknown fields
makes it possible to use the same .proto files with system protobuf.
BUG=157155
TEST=none
Review URL: https://codereview.chromium.org/11228038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166534 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/protocol/preference_specifics.proto')
-rw-r--r-- | sync/protocol/preference_specifics.proto | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/protocol/preference_specifics.proto b/sync/protocol/preference_specifics.proto index 4827c5d..433df4d 100644 --- a/sync/protocol/preference_specifics.proto +++ b/sync/protocol/preference_specifics.proto @@ -9,9 +9,6 @@ syntax = "proto2"; -option optimize_for = LITE_RUNTIME; -option retain_unknown_fields = true; - package sync_pb; // Properties of preference sync objects. |