| include_rules = [ |
| "+ash/app_list/model", |
| "+ash/resources", |
| "+ash/strings", |
| "+components/app_constants", |
| "+components/services/app_service/public", |
| ] |
| |
| specific_include_rules = { |
| "app_service_app_item_browsertest\.cc": [ |
| "+ash/app_list/app_list_controller_impl.h", |
| "+ash/app_list/app_list_model_provider.h", |
| "+ash/app_list/model/app_list_item.h", |
| "+ash/shell.h", |
| ], |
| |
| "app_list_sort_browsertest\.cc": [ |
| "+ash/app_list/views/app_list_item_view.h", |
| "+ash/app_list/views/app_list_menu_model_adapter.h", |
| "+ash/app_list/views/apps_grid_context_menu.h", |
| "+ash/app_list/views/apps_grid_view.h", |
| "+ash/shell.h", |
| ], |
| |
| "app_list_syncable_service_unittest\.cc": [ |
| "+cc/base/math_util.h", |
| ], |
| } |