summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
authormaniscalco <maniscalco@chromium.org>2015-07-08 08:43:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-08 15:44:33 +0000
commitc48c05afc620ffa8d00eea2d6e3fa4059e7f88ab (patch)
tree33a18287a9c9cfef42809670626eb492e2b639ef /sync/sync.gyp
parentc927a561cbc64db0326d02f770307663bce83447 (diff)
downloadchromium_src-c48c05afc620ffa8d00eea2d6e3fa4059e7f88ab.zip
chromium_src-c48c05afc620ffa8d00eea2d6e3fa4059e7f88ab.tar.gz
chromium_src-c48c05afc620ffa8d00eea2d6e3fa4059e7f88ab.tar.bz2
[Sync] Add ClearServerData RPC
Add a new message type (ClearServerData) to the sync protocol. Add infrastructure necessary to call the new RPC, but don't actually call it. Calling it will happen in a future CL. Update FakeServer to receive and process the new message type. BUG=490836 Review URL: https://codereview.chromium.org/1213623015 Cr-Commit-Position: refs/heads/master@{#337824}
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index a77feab..25de24d 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -99,6 +99,8 @@
'engine/apply_control_data_updates.h',
'engine/backoff_delay_provider.cc',
'engine/backoff_delay_provider.h',
+ 'engine/clear_server_data.cc',
+ 'engine/clear_server_data.h',
'engine/commit.cc',
'engine/commit.h',
'engine/commit_contribution.cc',
@@ -193,6 +195,8 @@
'internal_api/debug_info_event_listener.cc',
'internal_api/debug_info_event_listener.h',
'internal_api/delete_journal.cc',
+ 'internal_api/events/clear_server_data_request_event.cc',
+ 'internal_api/events/clear_server_data_response_event.cc',
'internal_api/events/commit_request_event.cc',
'internal_api/events/commit_response_event.cc',
'internal_api/events/configure_get_updates_request_event.cc',
@@ -261,6 +265,8 @@
'internal_api/public/engine/polling_constants.h',
'internal_api/public/engine/sync_status.cc',
'internal_api/public/engine/sync_status.h',
+ 'internal_api/public/events/clear_server_data_request_event.h',
+ 'internal_api/public/events/clear_server_data_response_event.h',
'internal_api/public/events/commit_request_event.h',
'internal_api/public/events/commit_response_event.h',
'internal_api/public/events/configure_get_updates_request_event.h',