1# -*- Mode: Python; -*-
2
3include_rules = [
4   # libcast receiver code must not depend on the sender.
5   '+cast/common',
6   '+cast/receiver'
7]
8
9specific_include_rules = {
10   'application_agent_unittest.cc': [
11      '+json/writer.h',
12   ],
13}
14