| 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 "+device/vibration", # For Vibration API | 5 "+device/vibration", # For Vibration API |
| 6 "+media/audio", # For audio input for speech input feature. | 6 "+media/audio", # For audio input for speech input feature. |
| 7 "+media/base", # For Android JNI registration. | 7 "+media/base", # For Android JNI registration. |
| 8 "+media/filters", # For reporting GPU decoding UMA. | 8 "+media/filters", # For reporting GPU decoding UMA. |
| 9 "+media/midi", # For Web MIDI API | 9 "+media/midi", # For Web MIDI API |
| 10 "+media/mojo", # For mojo media services. | 10 "+media/mojo", # For mojo media services. |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "+chromeos", | 36 "+chromeos", |
| 37 "+third_party/cros_system_api", | 37 "+third_party/cros_system_api", |
| 38 | 38 |
| 39 "-webkit/renderer", | 39 "-webkit/renderer", |
| 40 | 40 |
| 41 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 41 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 42 # header-only types, and some selected common code. | 42 # header-only types, and some selected common code. |
| 43 "-third_party/WebKit", | 43 "-third_party/WebKit", |
| 44 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", | 44 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", |
| 45 "+third_party/WebKit/public/platform/WebCursorInfo.h", | 45 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
| 46 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 46 "+third_party/WebKit/public/platform/WebFocusType.h", | 47 "+third_party/WebKit/public/platform/WebFocusType.h", |
| 47 "+third_party/WebKit/public/platform/WebGamepad.h", | 48 "+third_party/WebKit/public/platform/WebGamepad.h", |
| 48 "+third_party/WebKit/public/platform/WebGamepads.h", | 49 "+third_party/WebKit/public/platform/WebGamepads.h", |
| 49 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", | 50 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", |
| 50 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 51 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
| 51 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", | 52 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", |
| 52 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 53 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
| 53 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 54 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 54 "+third_party/WebKit/public/platform/WebLockOrientationError.h", | 55 "+third_party/WebKit/public/platform/WebLockOrientationError.h", |
| 55 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 56 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 81 "+third_party/WebKit/public/web/WebTextDirection.h", | 82 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 82 "+third_party/WebKit/public/web/WebTextInputType.h", | 83 "+third_party/WebKit/public/web/WebTextInputType.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 |