| 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 23 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 "-webkit/renderer", | 35 "-webkit/renderer", |
| 36 | 36 |
| 37 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 37 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 38 # header-only types, and some selected common code. | 38 # header-only types, and some selected common code. |
| 39 "-third_party/WebKit", | 39 "-third_party/WebKit", |
| 40 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", | 40 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
| 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/WebGraphicsContext3D.h", | 45 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
| 45 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", | 46 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", |
| 46 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 47 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
| 47 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 48 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 48 "+third_party/WebKit/public/platform/WebLockOrientationError.h", | 49 "+third_party/WebKit/public/platform/WebLockOrientationError.h", |
| 49 "+third_party/WebKit/public/platform/WebNotificationPermission.h", | 50 "+third_party/WebKit/public/platform/WebNotificationPermission.h", |
| 50 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 51 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
| 51 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", | 52 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", |
| 52 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 53 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 53 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", | 54 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 75 "+third_party/WebKit/public/web/WebTextDirection.h", | 76 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 76 "+third_party/WebKit/public/web/WebTextInputType.h", | 77 "+third_party/WebKit/public/web/WebTextInputType.h", |
| 77 | 78 |
| 78 # These should be burned down. http://crbug.com/237267 | 79 # These should be burned down. http://crbug.com/237267 |
| 79 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 80 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
| 80 | 81 |
| 81 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 82 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 82 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 83 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 83 # for more information. | 84 # for more information. |
| 84 ] | 85 ] |
| OLD | NEW |