OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+bindings", | 2 "+bindings", |
3 "+core", | 3 "+core", |
4 "+mozilla", | 4 "+mozilla", |
5 "+platform", | 5 "+platform", |
6 "+public/platform", | 6 "+public/platform", |
7 "+sys", | 7 "+sys", |
8 "+weborigin", | 8 "+weborigin", |
9 | 9 |
10 # core/ should not depend on modules/ at all, but there are a number of pieces | 10 # core/ should not depend on modules/ at all, but there are a number of pieces |
11 # of code that do. Please don't add to this list of exceptions. | 11 # of code that do. Please don't add to this list of exceptions. |
12 "!modules/encryptedmedia/MediaKeyNeededEvent.h", | 12 "!modules/encryptedmedia/MediaKeyNeededEvent.h", |
13 "!modules/encryptedmedia/MediaKeys.h", | 13 "!modules/encryptedmedia/MediaKeys.h", |
14 "!modules/filesystem/DraggedIsolatedFileSystem.h", | 14 "!modules/filesystem/DraggedIsolatedFileSystem.h", |
15 "!modules/geolocation/GeolocationClient.h", | 15 "!modules/geolocation/GeolocationClient.h", |
16 "!modules/geolocation/GeolocationController.h", | 16 "!modules/geolocation/GeolocationController.h", |
17 "!modules/geolocation/GeolocationError.h", | 17 "!modules/geolocation/GeolocationError.h", |
18 "!modules/geolocation/GeolocationPosition.h", | 18 "!modules/geolocation/GeolocationPosition.h", |
19 "!modules/mediastream/MediaStreamRegistry.h", | 19 "!modules/mediastream/MediaStreamRegistry.h", |
20 "!modules/mediastream/MediaStreamTrackSourcesRequest.h", | 20 "!modules/mediastream/MediaStreamTrackSourcesRequest.h", |
21 "!modules/mediastream/RTCStatsResponse.h", | 21 "!modules/mediastream/RTCStatsResponse.h", |
22 "!modules/mediastream/SourceInfo.h", | |
23 "!modules/speech/DOMWindowSpeechSynthesis.h", | |
24 "!modules/speech/SpeechRecognitionAlternative.h", | |
25 "!modules/speech/SpeechSynthesis.h", | |
26 "!modules/speech/SpeechSynthesisVoice.h", | |
27 "!modules/webaudio/DelayDSPKernel.h", | |
28 "!modules/webaudio/MediaElementAudioSourceNode.h", | 22 "!modules/webaudio/MediaElementAudioSourceNode.h", |
29 "!modules/webdatabase/DatabaseDetails.h", | |
30 "!modules/webdatabase/DatabaseManager.h", | |
31 "!modules/webdatabase/DatabaseManager.h", | 23 "!modules/webdatabase/DatabaseManager.h", |
32 "!modules/webdatabase/DatabaseTask.h", | 24 "!modules/webdatabase/DatabaseTask.h", |
33 ] | 25 ] |
OLD | NEW |