| 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   "+jni", # For generated JNI includes |  | 
| 6   "+media/audio",  # For audio input for speech input feature. | 5   "+media/audio",  # For audio input for speech input feature. | 
| 7   "+media/base/android",  # For Android JNI registration. | 6   "+media/base/android",  # For Android JNI registration. | 
| 8   "+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. | 
| 9 | 8 | 
| 10   # Other libraries. | 9   # Other libraries. | 
| 11   "+third_party/iaccessible2", | 10   "+third_party/iaccessible2", | 
| 12   "+third_party/isimpledom", | 11   "+third_party/isimpledom", | 
| 13   "+third_party/speex", | 12   "+third_party/speex", | 
| 14 | 13 | 
| 15   # DO NOT ADD ANY CHROME INCLUDES HERE!!! | 14   # DO NOT ADD ANY CHROME INCLUDES HERE!!! | 
| 16   # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 15   # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 
| 17   # for more information. | 16   # for more information. | 
| 18 | 17 | 
| 19   # ONLY USED BY TESTS | 18   # ONLY USED BY TESTS | 
| 20   "+chrome/browser/ui/browser.h", | 19   "+chrome/browser/ui/browser.h", | 
| 21 ] | 20 ] | 
| OLD | NEW | 
|---|