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

Side by Side Diff: chrome/browser/sync_file_system/sync_file_system.proto

Issue 11228038: Linux: change protobuf default option to allow building (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Protocol buffer definitions for Syncable FileSystem. 5 // Protocol buffer definitions for Syncable FileSystem.
6 6
7 syntax = "proto2"; 7 syntax = "proto2";
8 8
9 option optimize_for = LITE_RUNTIME;
10
11 package sync_file_system; 9 package sync_file_system;
12 10
13 message DriveMetadata { 11 message DriveMetadata {
14 required string resource_id = 1; 12 required string resource_id = 1;
15 required string md5_checksum = 2; 13 required string md5_checksum = 2;
16 } 14 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/report.proto ('k') | chrome/common/metrics/proto/chrome_experiments.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698