specific_include_rules = { | |
"show_permissions_dialog_helper.cc": [ | |
#TODO(crbug.com/41407829): Remove this. | |
"+chrome/browser/apps/platform_apps/app_load_service.h", | |
], | |
"developer_private_api_unittest.cc": [ | |
# Allow the unittest to create a data_decoder service. | |
"+services/data_decoder" | |
], | |
# This DEPS violation snuck in while there was a bug in the checkdeps tool. | |
# https://crbug.com/1084826 | |
"developer_private_api\.cc": [ | |
"+chrome/browser/apps/app_service/app_launch_params.h", | |
], | |
} |