OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "-chrome", | 2 "-chrome", |
3 | 3 |
4 "+chrome/browser/sync/api", | 4 "+chrome/browser/sync/api", |
5 "+chrome/browser/sync/internal_api/base_node.h", | 5 "+chrome/browser/sync/internal_api/base_node.h", |
6 "+chrome/browser/sync/protocol", | 6 "+sync/protocol", |
7 "+chrome/browser/sync/syncable/model_type.h", | 7 "+sync/syncable/model_type.h", |
8 "+chrome/browser/sync/util/immutable.h", | 8 "+sync/util/immutable.h", |
9 ] | 9 ] |
10 | 10 |
OLD | NEW |