| include_rules = [ |
| "+content/gpu", # For gpu_info_collector.h and in-process GPU |
| "+content/port/browser", |
| "+content/public/browser", |
| "+media/audio", # For audio input for speech input feature. |
| "+media/base/android", # For Android JNI registration. |
| |
| # Other libraries. |
| "+third_party/iaccessible2", |
| "+third_party/isimpledom", |
| "+third_party/speex", |
| |
| # DO NOT ADD ANY CHROME INCLUDES HERE!!! |
| # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| # for more information. |
| |
| # ONLY USED BY TESTS |
| "+chrome/browser/ui/browser.h", |
| ] |