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/base", | 9 "+net/base", |
10 "+skia", | 10 "+skia", |
11 "+third_party/skia", | 11 "+third_party/skia", |
12 "+third_party/WebKit/public/web/WebInputEvent.h", | 12 "+third_party/WebKit/public/web/WebInputEvent.h", |
13 "+ui/events", | |
13 "+ui/events/android", | 14 "+ui/events/android", |
14 "+ui/events/blink", | 15 "+ui/events/blink", |
15 "+ui/events/gesture_detection", | 16 "+ui/events/gesture_detection", |
16 "+ui/events/gestures/blink", | 17 "+ui/events/gestures/blink", |
17 "+ui/gfx", | 18 "+ui/gfx", |
18 "+ui/gl", | 19 "+ui/gl", |
20 "+ui/platform_window", | |
nyquist
2015/12/17 03:00:21
Nit: Could this live in //blimp/client/linux inste
| |
19 "+url", | 21 "+url", |
20 | 22 |
21 # TODO(dtrainor): Remove this once Toast uses are removed from Java. | 23 # TODO(dtrainor): Remove this once Toast uses are removed from Java. |
22 "!ui/android", | 24 "!ui/android", |
23 ] | 25 ] |
OLD | NEW |