diff options
Diffstat (limited to 'sync/api/DEPS')
-rw-r--r-- | sync/api/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sync/api/DEPS b/sync/api/DEPS new file mode 100644 index 0000000..157d02f --- /dev/null +++ b/sync/api/DEPS @@ -0,0 +1,6 @@ +include_rules = [ + "+sync/internal_api/base_node.h", + "+sync/protocol", + "+sync/syncable/model_type.h", + "+sync/util/immutable.h", +] |