OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+base/metrics/histogram_macros.h", | |
yhirano
2016/11/17 02:16:56
I don't know if core can depend on base. I'm happy
hajimehoshi
2016/11/17 09:20:00
Done (Added trampoline).
| |
2 "-core", | 3 "-core", |
3 "+core/CoreExport.h", | 4 "+core/CoreExport.h", |
4 "+core/fetch", | 5 "+core/fetch", |
5 | 6 |
6 # core/fetch/ shouldn't depend on anything else in core/, | 7 # core/fetch/ shouldn't depend on anything else in core/, |
7 # but has not been fully isolated yet. | 8 # but has not been fully isolated yet. |
8 # Do not add to this list. | 9 # Do not add to this list. |
9 "!core/css/StyleSheetContents.h", | 10 "!core/css/StyleSheetContents.h", |
10 "!core/dom/XMLDocument.h", | 11 "!core/dom/XMLDocument.h", |
11 "!core/html/parser/TextResourceDecoder.h", | 12 "!core/html/parser/TextResourceDecoder.h", |
12 "!core/svg/graphics/SVGImage.h", | 13 "!core/svg/graphics/SVGImage.h", |
13 ] | 14 ] |
OLD | NEW |