OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/port/browser", | |
3 "+content/public/browser", | 2 "+content/public/browser", |
4 "+media/audio", # For audio input for speech input feature. | 3 "+media/audio", # For audio input for speech input feature. |
5 "+media/base", # For Android JNI registration. | 4 "+media/base", # For Android JNI registration. |
6 "+media/midi", # For Web MIDI API | 5 "+media/midi", # For Web MIDI API |
7 "+media/video", # For Video Device monitoring in Mac. | 6 "+media/video", # For Video Device monitoring in Mac. |
8 "+sql", | 7 "+sql", |
9 "+ui/webui", | 8 "+ui/webui", |
10 "+win8/util", | 9 "+win8/util", |
11 | 10 |
12 # TODO(joi): This was misplaced; need to move it somewhere else, | 11 # TODO(joi): This was misplaced; need to move it somewhere else, |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 # These should be burned down. http://crbug.com/237267 | 65 # These should be burned down. http://crbug.com/237267 |
67 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 66 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
68 | 67 |
69 "+ui/ozone/ozone_platform.h", | 68 "+ui/ozone/ozone_platform.h", |
70 "+ui/ozone/ozone_switches.h", | 69 "+ui/ozone/ozone_switches.h", |
71 | 70 |
72 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 71 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
73 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 72 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
74 # for more information. | 73 # for more information. |
75 ] | 74 ] |
OLD | NEW |