| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/public/browser", | 2 "+content/public/browser", |
| 3 "+media/audio", # For audio input for speech input feature. | 3 "+media/audio", # For audio input for speech input feature. |
| 4 "+media/base", # For Android JNI registration. | 4 "+media/base", # For Android JNI registration. |
| 5 "+media/midi", # For Web MIDI API | 5 "+media/midi", # For Web MIDI API |
| 6 "+media/video", # For Video Device monitoring in Mac. | 6 "+media/video", # For Video Device monitoring in Mac. |
| 7 "+sql", | 7 "+sql", |
| 8 "+ui/webui", | 8 "+ui/webui", |
| 9 "+win8/util", | 9 "+win8/util", |
| 10 | 10 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 "-third_party/WebKit", | 33 "-third_party/WebKit", |
| 34 "+third_party/WebKit/public/platform/WebBatteryStatus.h", | 34 "+third_party/WebKit/public/platform/WebBatteryStatus.h", |
| 35 "+third_party/WebKit/public/platform/WebCursorInfo.h", | 35 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
| 36 "+third_party/WebKit/public/platform/WebGamepad.h", | 36 "+third_party/WebKit/public/platform/WebGamepad.h", |
| 37 "+third_party/WebKit/public/platform/WebGamepads.h", | 37 "+third_party/WebKit/public/platform/WebGamepads.h", |
| 38 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 38 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
| 39 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", | 39 "+third_party/WebKit/public/platform/WebIDBDatabaseException.h", |
| 40 "+third_party/WebKit/public/platform/WebIDBTypes.h", | 40 "+third_party/WebKit/public/platform/WebIDBTypes.h", |
| 41 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 41 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 42 "+third_party/WebKit/public/platform/WebLockOrientationError.h", | 42 "+third_party/WebKit/public/platform/WebLockOrientationError.h", |
| 43 "+third_party/WebKit/public/platform/WebNotificationPermission.h", |
| 43 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", | 44 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h", |
| 44 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", | 45 "+third_party/WebKit/public/platform/WebScreenOrientationType.h", |
| 45 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 46 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 46 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", | 47 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
| 47 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", | 48 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", |
| 48 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", | 49 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", |
| 49 "+third_party/WebKit/public/platform/WebString.h", | 50 "+third_party/WebKit/public/platform/WebString.h", |
| 50 "+third_party/WebKit/public/platform/WebVibration.h", | 51 "+third_party/WebKit/public/platform/WebVibration.h", |
| 51 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 52 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
| 52 "+third_party/WebKit/public/web/WebAXEnums.h", | 53 "+third_party/WebKit/public/web/WebAXEnums.h", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 65 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 66 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", |
| 66 "+third_party/WebKit/public/web/WebTextDirection.h", | 67 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 67 | 68 |
| 68 # These should be burned down. http://crbug.com/237267 | 69 # These should be burned down. http://crbug.com/237267 |
| 69 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 70 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
| 70 | 71 |
| 71 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 72 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 72 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 73 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 73 # for more information. | 74 # for more information. |
| 74 ] | 75 ] |
| OLD | NEW |