blob: 2a4b7d8dbbb01fe6c0d8b1c0a107097eb579a74d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include_rules = [
"-chrome",
"+chrome/test/base",
"+chrome/browser/sync/engine",
"+chrome/browser/sync/protocol",
"+chrome/browser/sync/sessions",
"+chrome/browser/sync/syncable",
"+chrome/browser/sync/test",
"+chrome/browser/sync/util",
"-chrome/browser/sync/internal_api",
]
|