blob: a087ecf5b56b8785e01dd975ee633da3873182f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
# TODO(beng): Modify this link to be more specific about what resource
# headers are included once app gets its own strings.
"+grit",
"+net",
# TODO(beng): Sever these links once we have extracted all deps from
# chrome/common.
"+chrome/common/chrome_paths.h",
"+skia",
]
|