summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/js/DEPS
blob: 106715869f3dbfbef7e6254c9cccae662ae649f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include_rules = [
  "-chrome",

  "+chrome/browser/sync/js",

  "+chrome/browser/sync/internal_api",
  "+chrome/browser/sync/sessions/session_state.h",
  "+chrome/browser/sync/syncable/model_type.h",
  "+chrome/browser/sync/protocol/sync_protocol_error.h",
  "+chrome/browser/sync/syncable/transaction_observer.h",
  "+chrome/browser/sync/test",
  "+chrome/browser/sync/util",

  # TODO(akalin): this should be in base.
  "+chrome/browser/sync/weak_handle.h",
  "+chrome/browser/sync/shared_value.h",

]