OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/app/strings/grit", # For generated headers | 2 "+content/app/strings/grit", # For generated headers |
3 "+content/public/browser", | 3 "+content/public/browser", |
4 "+device/battery", # For battery status service. | 4 "+device/battery", # For battery status service. |
5 "+media/audio", # For audio input for speech input feature. | 5 "+media/audio", # For audio input for speech input feature. |
6 "+media/base", # For Android JNI registration. | 6 "+media/base", # For Android JNI registration. |
7 "+media/midi", # For Web MIDI API | 7 "+media/midi", # For Web MIDI API |
8 "+media/video", # For Video Device monitoring in Mac. | 8 "+media/video", # For Video Device monitoring in Mac. |
9 "+mojo", | 9 "+mojo", |
10 "+sql", | 10 "+sql", |
(...skipping 30 matching lines...) Expand all Loading... |
41 "+third_party/WebKit/public/platform/WebCursorInfo.h", | 41 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
42 "+third_party/WebKit/public/platform/WebGamepad.h", | 42 "+third_party/WebKit/public/platform/WebGamepad.h", |
43 "+third_party/WebKit/public/platform/WebGamepads.h", | 43 "+third_party/WebKit/public/platform/WebGamepads.h", |
44 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", | 44 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", |
45 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 45 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
46 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", | 46 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", |
47 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 47 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
48 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 48 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
49 "+third_party/WebKit/public/platform/WebLockOrientationError.h", | 49 "+third_party/WebKit/public/platform/WebLockOrientationError.h", |
50 "+third_party/WebKit/public/platform/WebNotificationPermission.h", | 50 "+third_party/WebKit/public/platform/WebNotificationPermission.h", |
| 51 "+third_party/WebKit/public/platform/WebPushPermissionStatus.h", |
51 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 52 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
52 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", | 53 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", |
53 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 54 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
54 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", | 55 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", |
55 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", | 56 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
56 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", | 57 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", |
57 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", | 58 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", |
58 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", | 59 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", |
59 "+third_party/WebKit/public/platform/WebString.h", | 60 "+third_party/WebKit/public/platform/WebString.h", |
60 "+third_party/WebKit/public/platform/WebVibration.h", | 61 "+third_party/WebKit/public/platform/WebVibration.h", |
(...skipping 15 matching lines...) Expand all Loading... |
76 "+third_party/WebKit/public/web/WebTextDirection.h", | 77 "+third_party/WebKit/public/web/WebTextDirection.h", |
77 "+third_party/WebKit/public/web/WebTextInputType.h", | 78 "+third_party/WebKit/public/web/WebTextInputType.h", |
78 | 79 |
79 # These should be burned down. http://crbug.com/237267 | 80 # These should be burned down. http://crbug.com/237267 |
80 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 81 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
81 | 82 |
82 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 83 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
83 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 84 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
84 # for more information. | 85 # for more information. |
85 ] | 86 ] |
OLD | NEW |