OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Allow inclusion of specific components that we depend on. We may only | 2 # Allow inclusion of specific components that we depend on. We may only |
3 # depend on components which we share with the mojo html_viewer. | 3 # depend on components which we share with the mojo html_viewer. |
4 "+components/mime_util", | 4 "+components/mime_util", |
5 "+components/scheduler/common", | 5 "+components/scheduler/common", |
6 "+components/tracing", | 6 "+components/tracing", |
7 "+components/url_formatter", | |
8 | 7 |
9 "+content/app/strings/grit", # For generated headers | 8 "+content/app/strings/grit", # For generated headers |
10 "+content/public/browser", | 9 "+content/public/browser", |
11 "+device/battery", # For battery status service. | 10 "+device/battery", # For battery status service. |
12 "+device/vibration", # For Vibration API | 11 "+device/vibration", # For Vibration API |
13 "+gin/v8_initializer.h", | 12 "+gin/v8_initializer.h", |
14 "+media/audio", # For audio input for speech input feature. | 13 "+media/audio", # For audio input for speech input feature. |
15 "+media/base", # For Android JNI registration. | 14 "+media/base", # For Android JNI registration. |
16 "+media/filters", # For reporting GPU decoding UMA. | 15 "+media/filters", # For reporting GPU decoding UMA. |
17 "+media/midi", # For Web MIDI API | 16 "+media/midi", # For Web MIDI API |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 "+third_party/WebKit/public/web/WebTextInputType.h", | 85 "+third_party/WebKit/public/web/WebTextInputType.h", |
87 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 86 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
88 | 87 |
89 # These should be burned down. http://crbug.com/237267 | 88 # These should be burned down. http://crbug.com/237267 |
90 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 89 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
91 | 90 |
92 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 91 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
93 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 92 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
94 # for more information. | 93 # for more information. |
95 ] | 94 ] |
OLD | NEW |