Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7493)

Unified Diff: chrome/chrome.gyp

Issue 2951016: Switched sync protobufs to use "heavy" protobufs. (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/protocol/typed_url_specifics.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f8d27cb37863297e41d8e282377c3ff19f02d44b..e1cec4ace242c832e16b0969a44bc448e8a4f8f8 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -953,7 +953,9 @@
'../skia/skia.gyp:skia',
'../third_party/libjingle/libjingle.gyp:libjingle',
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
- '../third_party/protobuf2/protobuf.gyp:protobuf_lite#target',
+ # TODO(akalin): Change back to protobuf_lite once it supports
+ # preserving unknown fields.
+ '../third_party/protobuf2/protobuf.gyp:protobuf#target',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « chrome/browser/sync/protocol/typed_url_specifics.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698