OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+content/public/browser", | 2 "+content/public/browser", |
3 "+media/audio", # For audio input for speech input feature. | 3 "+media/audio", # For audio input for speech input feature. |
4 "+media/base", # For Android JNI registration. | 4 "+media/base", # For Android JNI registration. |
5 "+media/midi", # For Web MIDI API | 5 "+media/midi", # For Web MIDI API |
6 "+media/video", # For Video Device monitoring in Mac. | 6 "+media/video", # For Video Device monitoring in Mac. |
7 "+sql", | 7 "+sql", |
8 "+ui/webui", | 8 "+ui/webui", |
9 "+win8/util", | 9 "+win8/util", |
10 | 10 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 61 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
62 "+third_party/WebKit/public/web/WebPageSerializerClient.h", | 62 "+third_party/WebKit/public/web/WebPageSerializerClient.h", |
63 "+third_party/WebKit/public/web/WebPluginAction.h", | 63 "+third_party/WebKit/public/web/WebPluginAction.h", |
64 "+third_party/WebKit/public/web/WebPopupType.h", | 64 "+third_party/WebKit/public/web/WebPopupType.h", |
65 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 65 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", |
66 "+third_party/WebKit/public/web/WebTextDirection.h", | 66 "+third_party/WebKit/public/web/WebTextDirection.h", |
67 | 67 |
68 # These should be burned down. http://crbug.com/237267 | 68 # These should be burned down. http://crbug.com/237267 |
69 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 69 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
70 | 70 |
71 "+ui/ozone/ozone_platform.h", | |
72 "+ui/ozone/ozone_switches.h", | |
73 | |
74 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 71 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
75 # 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 |
76 # for more information. | 73 # for more information. |
77 ] | 74 ] |
OLD | NEW |