OLD | NEW |
---|---|
(Empty) | |
1 include_rules = [ | |
2 "-chrome", | |
3 | |
4 "+chrome/browser/sync/protocol", | |
5 "+chrome/browser/sync/sessions", | |
6 "+chrome/browser/sync/syncable", | |
7 "+chrome/browser/sync/util", | |
8 | |
9 # this file is wierd. | |
akalin
2011/08/12 17:33:22
weird
| |
10 "+chrome/browser/sync/engine/syncproto.h", | |
11 | |
12 # unittests need this for mac osx keychain overriding | |
13 "+chrome/browser/password_manager/encryptor.h", | |
14 | |
15 # ExtensionsActivityMonitor | |
16 "+chrome/browser/extensions", | |
17 "+chrome/common/extensions", | |
18 "+chrome/common/chrome_notification_types.h", | |
19 | |
20 "+chrome/common/random.h", | |
21 ] | |
22 | |
OLD | NEW |