blob: 68da1614668bd9b270fb8fa45e825f3e21d3f06b [file] [log] [blame]
[email protected]885c0e92012-11-13 20:27:421include_rules = [
2 "+base",
[email protected]993da5e2013-03-23 21:25:163 "+content/public/common",
4 "+crypto",
[email protected]e9f541a2012-11-19 21:52:315 "+googleurl",
[email protected]993da5e2013-03-23 21:25:166 "+testing",
7 "+ui"
[email protected]885c0e92012-11-13 20:27:428]
[email protected]993da5e2013-03-23 21:25:169
10# More specific rules for what we are allowed to include.
11specific_include_rules = {
12 ".*test\.cc": [
13 # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions.
14 "+chrome/common/chrome_paths.h",
15 "+content/public/test",
16 ]
17}