blob: bb331a3d2a5a71a210bf401196dde3c641bec802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+gfx",
"+google/protobuf",
"+media/base",
# TODO(ajwong): Remove when xmpp code is out of jingle_glue.
"+net",
"+talk",
"+third_party/npapi",
"+third_party/zlib",
]
|