blob: 5b0050c7264ad32d3f7dafbe877c1ef235d9e76e (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"-android_webview",
"+android_webview/common",
"+android_webview/renderer",
"+content/public/renderer",
"+third_party/WebKit/Source/WebKit/chromium/public",
"+third_party/WebKit/Source/Platform/chromium/public",
]
|