| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+services/ui/common", | 2 "+services/ui/common", |
| 3 "+services/ui/public", | 3 "+services/ui/public", |
| 4 "+grit/ash_mus_resources.h", | 4 "+grit/ash_mus_resources.h", |
| 5 "+mash/public/interfaces", | 5 "+mash/public/interfaces", |
| 6 "+mash/shelf/public", | 6 "+mash/shelf/public", |
| 7 "+mojo/common", | 7 "+mojo/common", |
| 8 "+mojo/public", | 8 "+mojo/public", |
| 9 "+services/catalog/public", | 9 "+services/catalog/public", |
| 10 "+services/service_manager/public", | 10 "+services/service_manager/public", |
| 11 "+services/tracing/public", | 11 "+services/tracing/public", |
| 12 ] | 12 ] |
| 13 | 13 |
| 14 specific_include_rules = { | 14 specific_include_rules = { |
| 15 "ash_window_tree_host_mus\.*": [ |
| 16 "+ash/host", |
| 17 ], |
| 18 |
| 15 "app_launch_unittest.cc": [ | 19 "app_launch_unittest.cc": [ |
| 16 "+mash/quick_launch/public", | 20 "+mash/quick_launch/public", |
| 17 ], | 21 ], |
| 18 | 22 |
| 19 "non_client_frame_controller_unittest.cc": [ | 23 "non_client_frame_controller_unittest.cc": [ |
| 20 # These tests inspect the DrawQuads in the CompositorFrame generated by the | 24 # These tests inspect the DrawQuads in the CompositorFrame generated by the |
| 21 # compositor. So this needs to explicitly depend on cc. | 25 # compositor. So this needs to explicitly depend on cc. |
| 22 "+cc", | 26 "+cc", |
| 23 ], | 27 ], |
| 24 } | 28 } |
| OLD | NEW |