blob: f40a6cae47d9d12960b1c92f6463c96794f66bec (
plain)
1
2
3
4
5
6
7
8
|
specific_include_rules = {
# GoogleURLTracker can't use WebContents, since it is used by iOS.
# If WebContents functionality is needed, add it to
# GoogleURLTrackerNavigationHelperImpl.
'google_url_tracker\.': [
"-content/public/browser/web_contents.h",
],
}
|