OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-android_webview", | 2 "-android_webview", |
3 "+android_webview/browser", | 3 "+android_webview/browser", |
4 "+android_webview/common", | 4 "+android_webview/common", |
5 "+android_webview/native/public", | 5 "+android_webview/native/public", |
6 "+android_webview/public/browser", | 6 "+android_webview/public/browser", |
7 | 7 |
8 "+cc", | 8 "+cc", |
9 "-cc/blink", | 9 "-cc/blink", |
10 | 10 |
(...skipping 11 matching lines...) Expand all Loading... |
22 "+components/printing/browser", | 22 "+components/printing/browser", |
23 "+components/printing/common", | 23 "+components/printing/common", |
24 "+components/url_formatter", | 24 "+components/url_formatter", |
25 "+components/user_prefs", | 25 "+components/user_prefs", |
26 "+components/visitedlink/browser", | 26 "+components/visitedlink/browser", |
27 "+components/webdata/common", | 27 "+components/webdata/common", |
28 | 28 |
29 "+content/public/browser", | 29 "+content/public/browser", |
30 "+content/public/test", | 30 "+content/public/test", |
31 | 31 |
| 32 "+device/geolocation", |
| 33 |
32 # Explicitly disallow using SyncMessageFilter to prevent browser from | 34 # Explicitly disallow using SyncMessageFilter to prevent browser from |
33 # sending synchronous IPC messages on non-UI threads. | 35 # sending synchronous IPC messages on non-UI threads. |
34 "-ipc/ipc_sync_message_filter.h", | 36 "-ipc/ipc_sync_message_filter.h", |
35 | 37 |
36 "+media/base/android", | 38 "+media/base/android", |
37 | 39 |
38 "+policy/policy_constants.h", | 40 "+policy/policy_constants.h", |
39 | 41 |
40 "+printing", | 42 "+printing", |
41 | 43 |
42 "+ui/gfx", | 44 "+ui/gfx", |
43 "+ui/gl", | 45 "+ui/gl", |
44 | 46 |
45 # Temporary until we bundle our own favicon. See | 47 # Temporary until we bundle our own favicon. See |
46 # AwContentBrowserClient::GetDefaultFavicon | 48 # AwContentBrowserClient::GetDefaultFavicon |
47 "!ui/resources/grit/ui_resources.h", | 49 "!ui/resources/grit/ui_resources.h", |
48 | 50 |
49 # POD structure required by the find-in-page IPC messages. | 51 # POD structure required by the find-in-page IPC messages. |
50 "+third_party/WebKit/public/web/WebFindOptions.h", | 52 "+third_party/WebKit/public/web/WebFindOptions.h", |
51 # Interface required for in-process input event handling. | 53 # Interface required for in-process input event handling. |
52 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" | 54 "+third_party/WebKit/public/web/WebCompositorInputHandler.h" |
53 ] | 55 ] |
OLD | NEW |