| 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/bluetooth", # For Web Bluetooth API in content/*/bluetooth. | 5 "+device/bluetooth", # For Web Bluetooth API in content/*/bluetooth. |
| 6 "+device/vibration", # For Vibration API | 6 "+device/vibration", # For Vibration API |
| 7 "+media/audio", # For audio input for speech input feature. | 7 "+media/audio", # For audio input for speech input feature. |
| 8 "+media/base", # For Android JNI registration. | 8 "+media/base", # For Android JNI registration. |
| 9 "+media/filters", # For reporting GPU decoding UMA. | 9 "+media/filters", # For reporting GPU decoding UMA. |
| 10 "+media/midi", # For Web MIDI API | 10 "+media/midi", # For Web MIDI API |
| 11 "+media/mojo", # For mojo media services. |
| 11 "+media/video", # For Video Device monitoring in Mac. | 12 "+media/video", # For Video Device monitoring in Mac. |
| 12 "+mojo", | 13 "+mojo", |
| 13 "+sql", | 14 "+sql", |
| 14 "+ui/webui", | 15 "+ui/webui", |
| 15 "+win8/util", | 16 "+win8/util", |
| 16 | 17 |
| 17 # TODO(joi): This was misplaced; need to move it somewhere else, | 18 # TODO(joi): This was misplaced; need to move it somewhere else, |
| 18 # since //content shouldn't depend on //components, which is a layer | 19 # since //content shouldn't depend on //components, which is a layer |
| 19 # above. | 20 # above. |
| 20 "+components/tracing", | 21 "+components/tracing", |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "+third_party/WebKit/public/web/WebTextDirection.h", | 81 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 81 "+third_party/WebKit/public/web/WebTextInputType.h", | 82 "+third_party/WebKit/public/web/WebTextInputType.h", |
| 82 | 83 |
| 83 # These should be burned down. http://crbug.com/237267 | 84 # These should be burned down. http://crbug.com/237267 |
| 84 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 85 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
| 85 | 86 |
| 86 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 87 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 87 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 88 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 88 # for more information. | 89 # for more information. |
| 89 ] | 90 ] |
| OLD | NEW |