| 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 "+components/url_formatter", | 7 "+components/url_formatter", |
| 8 | 8 |
| 9 "+content/app/strings/grit", # For generated headers | 9 "+content/app/strings/grit", # For generated headers |
| 10 "+content/public/browser", | 10 "+content/public/browser", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", | 70 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", |
| 71 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", | 71 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", |
| 72 "+third_party/WebKit/public/web/WebAXEnums.h", | 72 "+third_party/WebKit/public/web/WebAXEnums.h", |
| 73 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 73 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
| 74 "+third_party/WebKit/public/web/WebConsoleMessage.h", | 74 "+third_party/WebKit/public/web/WebConsoleMessage.h", |
| 75 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 75 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
| 76 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", | 76 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
| 77 "+third_party/WebKit/public/web/WebDragOperation.h", | 77 "+third_party/WebKit/public/web/WebDragOperation.h", |
| 78 "+third_party/WebKit/public/web/WebDragStatus.h", | 78 "+third_party/WebKit/public/web/WebDragStatus.h", |
| 79 "+third_party/WebKit/public/web/WebFindOptions.h", | 79 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 80 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", |
| 80 "+third_party/WebKit/public/web/WebInputEvent.h", | 81 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 81 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 82 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 82 "+third_party/WebKit/public/web/WebPluginAction.h", | 83 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 83 "+third_party/WebKit/public/web/WebPopupType.h", | 84 "+third_party/WebKit/public/web/WebPopupType.h", |
| 84 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 85 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
| 85 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 86 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", |
| 86 "+third_party/WebKit/public/web/WebTextDirection.h", | 87 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 87 "+third_party/WebKit/public/web/WebTextInputType.h", | 88 "+third_party/WebKit/public/web/WebTextInputType.h", |
| 88 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 89 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| 89 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 90 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 90 | 91 |
| 91 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 92 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 92 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 93 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 93 # for more information. | 94 # for more information. |
| 94 ] | 95 ] |
| OLD | NEW |