| 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 30 matching lines...) Expand all Loading... |
| 41 # header-only types, and some selected common code. | 41 # header-only types, and some selected common code. |
| 42 "-third_party/WebKit", | 42 "-third_party/WebKit", |
| 43 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", | 43 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
| 44 "+third_party/WebKit/public/platform/WebCursorInfo.h", | 44 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
| 45 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 45 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 46 "+third_party/WebKit/public/platform/WebFocusType.h", | 46 "+third_party/WebKit/public/platform/WebFocusType.h", |
| 47 "+third_party/WebKit/public/platform/WebGamepad.h", | 47 "+third_party/WebKit/public/platform/WebGamepad.h", |
| 48 "+third_party/WebKit/public/platform/WebGamepads.h", | 48 "+third_party/WebKit/public/platform/WebGamepads.h", |
| 49 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", | 49 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", |
| 50 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 50 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
| 51 "+third_party/WebKit/public/platform/WebLockOrientationError.h", | 51 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", |
| 52 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 52 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 53 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 53 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 54 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 54 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 55 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", | 55 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", |
| 56 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", | 56 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", |
| 57 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", | 57 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
| 58 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", | 58 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", |
| 59 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", | 59 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", |
| 60 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", | 60 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", |
| 61 "+third_party/WebKit/public/platform/WebString.h", | 61 "+third_party/WebKit/public/platform/WebString.h", |
| 62 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", | 62 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", |
| 63 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 63 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
| 64 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", | 64 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", |
| 65 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 65 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 83 "+third_party/WebKit/public/web/WebTextInputType.h", | 83 "+third_party/WebKit/public/web/WebTextInputType.h", |
| 84 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 84 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
| 85 | 85 |
| 86 # These should be burned down. http://crbug.com/237267 | 86 # These should be burned down. http://crbug.com/237267 |
| 87 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 87 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
| 88 | 88 |
| 89 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 89 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 90 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 90 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 91 # for more information. | 91 # for more information. |
| 92 ] | 92 ] |
| OLD | NEW |