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