summaryrefslogtreecommitdiffstats
path: root/sync/BUILD.gn
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/BUILD.gn
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/BUILD.gn')
-rw-r--r--sync/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index 2d7ea2a..1f44388 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -48,6 +48,8 @@ source_set("sync_core") {
"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",
@@ -142,6 +144,8 @@ source_set("sync_core") {
"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",
@@ -208,6 +212,8 @@ source_set("sync_core") {
"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",