OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/gpu", # For gpu_info_collector.h and in-process GPU | |
3 "+content/port/browser", | 2 "+content/port/browser", |
4 "+content/public/browser", | 3 "+content/public/browser", |
5 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit | 4 "+content/child/webkitplatformsupport_impl.h", # For in-process webkit |
6 "+media/audio", # For audio input for speech input feature. | 5 "+media/audio", # For audio input for speech input feature. |
7 "+media/base", # For Android JNI registration. | 6 "+media/base", # For Android JNI registration. |
8 "+media/midi", # For Web MIDI API | 7 "+media/midi", # For Web MIDI API |
9 "+sql", | 8 "+sql", |
10 "+ui/webui", | 9 "+ui/webui", |
11 "+win8/util", | 10 "+win8/util", |
12 | 11 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "+third_party/WebKit/public/web/WebTextDirection.h", | 56 "+third_party/WebKit/public/web/WebTextDirection.h", |
58 | 57 |
59 # These should be burned down. http://crbug.com/237267 | 58 # These should be burned down. http://crbug.com/237267 |
60 "!third_party/WebKit/public/web/gtk/WebInputEventFactory.h", | 59 "!third_party/WebKit/public/web/gtk/WebInputEventFactory.h", |
61 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 60 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
62 | 61 |
63 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 62 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
64 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 63 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
65 # for more information. | 64 # for more information. |
66 ] | 65 ] |
OLD | NEW |