blob: fba0249240bbe6d0ccd5ba33f6333ca47c5cd19e (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"-content",
"+components/keyed_service",
"+components/user_prefs",
"+content/public/browser",
"+content/public/test",
"+net/base",
"+net/url_request",
"+third_party/zlib/google/zip.h",
]
|