| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU | 2 "+content/gpu", # For gpu_info_collector.h and in-process GPU |
| 3 "+content/port/browser", | 3 "+content/port/browser", |
| 4 "+content/public/browser", | 4 "+content/public/browser", |
| 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 and kEnableEncryptedMedia. | 6 "+media/base", # For Android JNI registration and kEnableEncryptedMedia. |
| 7 "+ui/ui_controls", # this should probably move into a DEPS file under test. | 7 "+ui/ui_controls", # this should probably move into a DEPS file under test. |
| 8 "+win8/util", |
| 8 | 9 |
| 9 # Other libraries. | 10 # Other libraries. |
| 10 "+third_party/iaccessible2", | 11 "+third_party/iaccessible2", |
| 11 "+third_party/isimpledom", | 12 "+third_party/isimpledom", |
| 12 "+third_party/khronos", # For enum definitions only | 13 "+third_party/khronos", # For enum definitions only |
| 13 "+third_party/speex", | 14 "+third_party/speex", |
| 14 | 15 |
| 15 # Allow non-browser Chrome OS code to be used. | 16 # Allow non-browser Chrome OS code to be used. |
| 16 "+chromeos/power", | 17 "+chromeos/power", |
| 17 | 18 |
| 18 # DO NOT ADD ANY CHROME INCLUDES HERE!!! | 19 # DO NOT ADD ANY CHROME INCLUDES HERE!!! |
| 19 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 20 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 20 # for more information. | 21 # for more information. |
| 21 ] | 22 ] |
| OLD | NEW |