OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+base", | 2 "+base", |
3 "+cc", | 3 "+cc", |
4 "-cc/blink", | 4 "-cc/blink", |
5 "-chrome" | 5 "-chrome" |
6 "-content", | 6 "-content", |
7 "+gpu", | 7 "+gpu", |
8 "+jni", | 8 "+jni", |
| 9 "+net", |
9 "+skia", | 10 "+skia", |
10 "+third_party/skia", | 11 "+third_party/skia", |
11 "+ui/gfx", | 12 "+ui/gfx", |
12 "+ui/gl", | 13 "+ui/gl", |
13 "+url", | 14 "+url", |
14 | 15 |
15 # TODO(dtrainor): Remove this once Toast uses are removed from Java. | 16 # TODO(dtrainor): Remove this once Toast uses are removed from Java. |
16 "!ui/android", | 17 "!ui/android", |
17 | 18 |
18 # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp | 19 # TODO(dtrainor): Remove this once the LayerTreeHost settings for Blimp |
19 # are finalized or are pushed from the server component. See | 20 # are finalized or are pushed from the server component. See |
20 # crbug.com/527655. | 21 # crbug.com/527655. |
21 "!content/public/common/content_switches.h", | 22 "!content/public/common/content_switches.h", |
22 "!ui/native_theme/native_theme_switches.h", | 23 "!ui/native_theme/native_theme_switches.h", |
23 ] | 24 ] |
OLD | NEW |