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