| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/port/browser", | 2 "+content/port/browser", |
| 3 "+content/public/browser", | 3 "+content/public/browser", |
| 4 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit | 4 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit |
| 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 "+sql", | 8 "+sql", |
| 9 "+ui/webui", | 9 "+ui/webui", |
| 10 "+win8/util", | 10 "+win8/util", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "+third_party/WebKit/public/web/WebInputEvent.h", | 50 "+third_party/WebKit/public/web/WebInputEvent.h", |
| 51 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 51 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 52 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 52 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
| 53 "+third_party/WebKit/public/web/WebPageSerializerClient.h", | 53 "+third_party/WebKit/public/web/WebPageSerializerClient.h", |
| 54 "+third_party/WebKit/public/web/WebPluginAction.h", | 54 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 55 "+third_party/WebKit/public/web/WebPopupType.h", | 55 "+third_party/WebKit/public/web/WebPopupType.h", |
| 56 "+third_party/WebKit/public/web/WebScreenInfo.h", | 56 "+third_party/WebKit/public/web/WebScreenInfo.h", |
| 57 "+third_party/WebKit/public/web/WebTextDirection.h", | 57 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 58 | 58 |
| 59 # These should be burned down. http://crbug.com/237267 | 59 # These should be burned down. http://crbug.com/237267 |
| 60 "!third_party/WebKit/public/web/gtk/WebInputEventFactory.h", | |
| 61 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 60 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
| 62 | 61 |
| 63 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 62 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 64 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 63 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 65 # for more information. | 64 # for more information. |
| 66 ] | 65 ] |
| OLD | NEW |