| 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/mime_util", | 4 "+components/mime_util", |
| 5 "+components/scheduler/common", | 5 "+components/scheduler/common", |
| 6 "+components/tracing", | 6 "+components/tracing", |
| 7 | 7 |
| 8 "+content/app/strings/grit", # For generated headers | 8 "+content/app/strings/grit", # For generated headers |
| 9 "+content/public/browser", | 9 "+content/public/browser", |
| 10 "+device/battery", # For battery status service. | 10 "+device/battery", # For battery status service. |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 "+third_party/WebKit/public/web/WebDragStatus.h", | 73 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 74 "+third_party/WebKit/public/web/WebFindOptions.h", | 74 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 75 "+third_party/WebKit/public/web/WebInputEvent.h", | 75 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 76 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 76 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 77 "+third_party/WebKit/public/web/WebPageSerializerClient.h", | 77 "+third_party/WebKit/public/web/WebPageSerializerClient.h", |
| 78 "+third_party/WebKit/public/web/WebPluginAction.h", | 78 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 79 "+third_party/WebKit/public/web/WebPopupType.h", | 79 "+third_party/WebKit/public/web/WebPopupType.h", |
| 80 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 80 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", |
| 81 "+third_party/WebKit/public/web/WebTextDirection.h", | 81 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 82 "+third_party/WebKit/public/web/WebTextInputType.h", | 82 "+third_party/WebKit/public/web/WebTextInputType.h", |
| 83 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| 83 | 84 |
| 84 # These should be burned down. http://crbug.com/237267 | 85 # These should be burned down. http://crbug.com/237267 |
| 85 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 86 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
| 86 | 87 |
| 87 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 88 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 88 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 89 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 89 # for more information. | 90 # for more information. |
| 90 ] | 91 ] |
| OLD | NEW |