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