OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+chrome/grit", | 2 "+chrome/grit", |
3 "+chrome/installer/util", | 3 "+chrome/installer/util", |
| 4 "+components/payments/content/android/utility", |
4 "+components/safe_json", | 5 "+components/safe_json", |
5 "+components/wifi", | 6 "+components/wifi", |
6 "+content/public/child", | 7 "+content/public/child", |
7 "+content/public/utility", | 8 "+content/public/utility", |
8 "+courgette", | 9 "+courgette", |
9 "+extensions/common", | 10 "+extensions/common", |
10 "+extensions/features", | 11 "+extensions/features", |
11 "+media", | 12 "+media", |
12 "+services/image_decoder", | 13 "+services/image_decoder", |
13 "+services/service_manager/public/cpp", | 14 "+services/service_manager/public/cpp", |
14 "+skia/ext", | 15 "+skia/ext", |
15 "+third_party/libxml", | 16 "+third_party/libxml", |
16 "+third_party/zlib/google", | 17 "+third_party/zlib/google", |
17 ] | 18 ] |
OLD | NEW |