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

Unified Diff: chrome/browser/sync/protocol/sync_proto.gyp

Issue 7150023: Add protobuffer and model type for syncing custom search engines. Includes all boilerplate helper... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
Index: chrome/browser/sync/protocol/sync_proto.gyp
===================================================================
--- chrome/browser/sync/protocol/sync_proto.gyp (revision 89422)
+++ chrome/browser/sync/protocol/sync_proto.gyp (working copy)
@@ -23,6 +23,7 @@
'nigori_specifics.proto',
'password_specifics.proto',
'preference_specifics.proto',
+ 'search_engine_specifics.proto',
'session_specifics.proto',
'test.proto',
'theme_specifics.proto',
@@ -76,6 +77,8 @@
'<(protoc_out_dir)/chrome/browser/sync/protocol/password_specifics.pb.h',
'<(protoc_out_dir)/chrome/browser/sync/protocol/preference_specifics.pb.cc',
'<(protoc_out_dir)/chrome/browser/sync/protocol/preference_specifics.pb.h',
+ '<(protoc_out_dir)/chrome/browser/sync/protocol/search_engine_specifics.pb.cc',
+ '<(protoc_out_dir)/chrome/browser/sync/protocol/search_engine_specifics.pb.h',
'<(protoc_out_dir)/chrome/browser/sync/protocol/session_specifics.pb.cc',
'<(protoc_out_dir)/chrome/browser/sync/protocol/session_specifics.pb.h',
'<(protoc_out_dir)/chrome/browser/sync/protocol/theme_specifics.pb.cc',
« no previous file with comments | « chrome/browser/sync/protocol/search_engine_specifics.proto ('k') | chrome/browser/sync/syncable/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698