blob: 05ea4e83c9f2f5b6f38cd7ae4436c9bf1e17aa03 [file] [log] [blame]
# -*- Mode: Python; -*-
include_rules = [
# libcast receiver code must not depend on the sender.
'+cast/common',
'+cast/receiver'
]
specific_include_rules = {
'application_agent_unittest.cc': [
'+json/writer.h',
],
}