OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+cc/output/compositor_frame_sink.h", | |
sky
2017/05/08 22:36:43
Is there a reason to only include certain files fr
Peng
2017/05/09 17:26:57
Changed it to folder. Done
| |
3 "+cc/surfaces/frame_sink_id.h", | |
2 "+cc/surfaces/surface_id.h", | 4 "+cc/surfaces/surface_id.h", |
3 "+cc/surfaces/surface_sequence.h", | |
4 "+cc/surfaces/frame_sink_id.h", | |
5 "+mojo/common", | 5 "+mojo/common", |
6 "+mojo/public/cpp/bindings", | 6 "+mojo/public/cpp/bindings", |
7 "+net/base/filename_util.h", | 7 "+net/base/filename_util.h", |
8 "+services/service_manager/public/cpp", | 8 "+services/service_manager/public/cpp", |
9 "+services/service_manager/public/interfaces", | 9 "+services/service_manager/public/interfaces", |
10 "+services/ui/public/interfaces", | 10 "+services/ui/public/interfaces", |
11 "+skia/ext", | 11 "+skia/ext", |
12 "+third_party/skia", | 12 "+third_party/skia", |
13 "+ui/base", | 13 "+ui/base", |
14 "+ui/compositor", | 14 "+ui/compositor", |
15 "+ui/display", | 15 "+ui/display", |
16 "+ui/events", | 16 "+ui/events", |
17 "+ui/gfx", | 17 "+ui/gfx", |
18 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host | 18 "+ui/metro_viewer", # TODO(beng): investigate moving remote_root_window_host |
19 # to ui/metro_viewer. | 19 # to ui/metro_viewer. |
20 "+ui/ozone/public", | 20 "+ui/ozone/public", |
21 "+ui/platform_window", | 21 "+ui/platform_window", |
22 "+ui/wm/public", | 22 "+ui/wm/public", |
23 ] | 23 ] |
24 | 24 |
OLD | NEW |