blob: df74b4f918daff5735cde37f9414413fddfe5227 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"+google_apis/gaia/gaia_urls.h",
"+grit", # For generated headers
"+jni",
"+net",
# Allow inclusion of WebKit API files.
"+third_party/WebKit/public/platform",
"+third_party/WebKit/Source/WebKit/chromium",
"+ui",
]
|