OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Allow inclusion of specific components that we depend on. We may only | 2 # Allow inclusion of specific components that we depend on. We may only |
3 # depend on components which we share with the mojo html_viewer. | 3 # depend on components which we share with the mojo html_viewer. |
4 "+components/filesystem", | 4 "+components/filesystem", |
5 "+components/leveldb", | 5 "+components/leveldb", |
6 "+components/link_header_util", | 6 "+components/link_header_util", |
7 "+components/mime_util", | 7 "+components/mime_util", |
8 "+components/mus/public/interfaces", | 8 "+components/mus/public/interfaces", |
9 "+components/mus/public", | 9 "+components/mus/public", |
10 "+components/network_session_configurator/switches.h", | 10 "+components/network_session_configurator/switches.h", |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 101 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
102 "+third_party/WebKit/public/web/WebTextDirection.h", | 102 "+third_party/WebKit/public/web/WebTextDirection.h", |
103 "+third_party/WebKit/public/web/WebTextInputType.h", | 103 "+third_party/WebKit/public/web/WebTextInputType.h", |
104 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 104 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
105 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 105 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
106 | 106 |
107 # Until we define where mojo interfaces should live in blink we whitelist each | 107 # Until we define where mojo interfaces should live in blink we whitelist each |
108 # one separately. | 108 # one separately. |
109 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", | 109 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", |
110 "+third_party/WebKit/public/platform/modules/notifications/notification_servic
e.mojom.h", | 110 "+third_party/WebKit/public/platform/modules/notifications/notification_servic
e.mojom.h", |
111 "+third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h" | 111 "+third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h", |
| 112 "+third_party/WebKit/public/platform/resource_hints.mojom.h" |
112 | 113 |
113 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 114 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
114 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 115 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
115 # for more information. | 116 # for more information. |
116 ] | 117 ] |
117 | 118 |
118 specific_include_rules = { | 119 specific_include_rules = { |
119 # See https://crbug.com/612337. | 120 # See https://crbug.com/612337. |
120 "(power_save_blocker_android\.cc" | 121 "(power_save_blocker_android\.cc" |
121 "|power_save_blocker_android\.h" | 122 "|power_save_blocker_android\.h" |
(...skipping 11 matching lines...) Expand all Loading... |
133 "+content/browser/power_save_blocker_impl.h", | 134 "+content/browser/power_save_blocker_impl.h", |
134 "+content/public/browser/power_save_blocker.h", | 135 "+content/public/browser/power_save_blocker.h", |
135 | 136 |
136 # These dependencies need to be removed. | 137 # These dependencies need to be removed. |
137 "!content/browser/android/content_view_core_impl.h", | 138 "!content/browser/android/content_view_core_impl.h", |
138 "!content/browser/web_contents/web_contents_impl.h", | 139 "!content/browser/web_contents/web_contents_impl.h", |
139 "!content/public/browser/android/content_view_core.h", | 140 "!content/public/browser/android/content_view_core.h", |
140 "!content/public/browser/web_contents_observer.h", | 141 "!content/public/browser/web_contents_observer.h", |
141 ] | 142 ] |
142 } | 143 } |
OLD | NEW |