OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+crypto", | 2 "+crypto", |
3 "+sync/internal_api/public/syncable", | 3 "+sync/internal_api/public/syncable", |
| 4 "+sync/internal_api/public/util", |
4 "+sync/protocol", | 5 "+sync/protocol", |
5 "+sync/test/fake_encryptor.h", | 6 "+sync/test/fake_encryptor.h", |
6 | 7 |
7 # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc | 8 # TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc |
8 # is gone. | 9 # is gone. |
9 "+chrome/browser/chromeos/system", | 10 "+chrome/browser/chromeos/system", |
10 ] | 11 ] |
OLD | NEW |