| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Allow inclusion of specific components that we depend on. We may only | 2 # Allow inclusion of specific components that we depend on. We may only |
| 3 # depend on components which we share with the mojo html_viewer. | 3 # depend on components which we share with the mojo html_viewer. |
| 4 "+components/mime_util", |
| 4 "+components/scheduler/common", | 5 "+components/scheduler/common", |
| 5 "+components/tracing", | 6 "+components/tracing", |
| 6 | 7 |
| 7 "+content/app/strings/grit", # For generated headers | 8 "+content/app/strings/grit", # For generated headers |
| 8 "+content/public/browser", | 9 "+content/public/browser", |
| 9 "+device/battery", # For battery status service. | 10 "+device/battery", # For battery status service. |
| 10 "+device/vibration", # For Vibration API | 11 "+device/vibration", # For Vibration API |
| 11 "+media/audio", # For audio input for speech input feature. | 12 "+media/audio", # For audio input for speech input feature. |
| 12 "+media/base", # For Android JNI registration. | 13 "+media/base", # For Android JNI registration. |
| 13 "+media/filters", # For reporting GPU decoding UMA. | 14 "+media/filters", # For reporting GPU decoding UMA. |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "+third_party/WebKit/public/web/WebTextDirection.h", | 83 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 83 "+third_party/WebKit/public/web/WebTextInputType.h", | 84 "+third_party/WebKit/public/web/WebTextInputType.h", |
| 84 | 85 |
| 85 # These should be burned down. http://crbug.com/237267 | 86 # These should be burned down. http://crbug.com/237267 |
| 86 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 87 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
| 87 | 88 |
| 88 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 89 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 89 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 90 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 90 # for more information. | 91 # for more information. |
| 91 ] | 92 ] |
| OLD | NEW |