diff options
Diffstat (limited to 'chrome/browser/sync/DEPS')
-rw-r--r-- | chrome/browser/sync/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/DEPS b/chrome/browser/sync/DEPS index 847cc5b..f3fa22a 100644 --- a/chrome/browser/sync/DEPS +++ b/chrome/browser/sync/DEPS @@ -1,9 +1,10 @@ include_rules = [ # For files not in a subdirectory (what a mess!). - "+sync/js", "+sync/engine/model_changing_syncer_command.h", "+sync/engine/model_safe_worker.h", "+sync/engine/polling_constants.h", + "+sync/internal_api", + "+sync/js", "+sync/notifier/invalidation_version_tracker.h", "+sync/sessions/session_state.h", "+sync/syncable/model_type.h", |