summaryrefslogtreecommitdiffstats
path: root/sync/sync.gyp
diff options
context:
space:
mode:
authorquiche <quiche@chromium.org>2014-10-30 14:32:38 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-30 21:32:56 +0000
commitdfad17b4d9648cfa189f36b8c156d7296582bcfa (patch)
tree4c62a752d6a98623edc79c121bf2de1119da6296 /sync/sync.gyp
parent00dc0d43eac8002ab5e1bc5fe44ce4119ce4aca4 (diff)
downloadchromium_src-dfad17b4d9648cfa189f36b8c156d7296582bcfa.zip
chromium_src-dfad17b4d9648cfa189f36b8c156d7296582bcfa.tar.gz
chromium_src-dfad17b4d9648cfa189f36b8c156d7296582bcfa.tar.bz2
sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference
- add a protobuf for WiFi credentials - add a ModelType for syncing WiFi credentials - add UI for controlling whether or not WiFi credentials are synced - add new data type to testserver While there: - update comment in sync_setup_overlay.js - fix ordering of arguments to EXPECT_EQ in CheckBool (sync_setup_handler_unittest) - move GetSelectableTypeNameMap from sync_setup_handler.cc to model_type.cc BUG=chromium:422045 TEST=ProfileSync, SyncSetup, SyncModel, ModelType, NigoriUtil, ProtoEnumConversions, ProtoValueConversions, SyncEncryptionHandlerImpl Review URL: https://codereview.chromium.org/674633002 Cr-Commit-Position: refs/heads/master@{#302159}
Diffstat (limited to 'sync/sync.gyp')
-rw-r--r--sync/sync.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 73beca3..cfb658f 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -506,6 +506,7 @@
'protocol/theme_specifics.proto',
'protocol/typed_url_specifics.proto',
'protocol/unique_position.proto',
+ 'protocol/wifi_credential_specifics.proto',
],
'variables': {
'enable_wexit_time_destructors': 1,