diff options
Diffstat (limited to 'chrome/browser/sync/tools/DEPS')
-rw-r--r-- | chrome/browser/sync/tools/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/sync/tools/DEPS b/chrome/browser/sync/tools/DEPS index 877f421..5fa3c59 100644 --- a/chrome/browser/sync/tools/DEPS +++ b/chrome/browser/sync/tools/DEPS @@ -1,4 +1,6 @@ include_rules = [ + # sync_tools needs to manage its own BrowserThreads. + "+content/browser", # sync_tools depends on the google cache invalidation API. "+google/cacheinvalidation", # sync_tools depends on libjingle. |