OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+bindings/core", | 2 "+bindings/core", |
3 "-bindings/modules", | 3 "-bindings/modules", |
4 "+core", | 4 "+core", |
5 "+heap", | 5 "+heap", |
6 "+gin/public", | 6 "+gin/public", |
7 "-modules", | 7 "-modules", |
8 "+platform", | 8 "+platform", |
9 "+public/platform", | 9 "+public/platform", |
10 "+third_party/snappy/src", | |
10 "-web", | 11 "-web", |
11 | 12 |
12 # TODO(tasak): Get this list to zero. | 13 # TODO(tasak): Get this list to zero. |
13 "!bindings/modules/v8/V8CryptoKey.h", | 14 "!bindings/modules/v8/V8CryptoKey.h", |
14 "!bindings/modules/v8/V8DOMFileSystem.h", | 15 "!bindings/modules/v8/V8DOMFileSystem.h", |
15 ] | 16 ] |
OLD | NEW |