OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+bindings", | 2 "+bindings", |
3 "+core", | 3 "+core", |
4 "+heap", | 4 "+heap", |
5 "+mozilla", | 5 "+mozilla", |
6 "+platform", | 6 "+platform", |
7 "+public/platform", | 7 "+public/platform", |
8 "+sys", | 8 "+sys", |
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/filesystem/DraggedIsolatedFileSystem.h", | |
13 "!modules/webaudio/MediaElementAudioSourceNode.h", | 12 "!modules/webaudio/MediaElementAudioSourceNode.h", |
14 ] | 13 ] |
OLD | NEW |