OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "-content", | 2 "-content", |
3 | 3 |
4 # This file does not belong in content/public as it should not be | 4 # This file does not belong in content/public as it should not be |
5 # included directly by embedders of content/. It must however be | 5 # included directly by embedders of content/. It must however be |
6 # available to code in content/public. | 6 # available to code in content/public. |
7 "+content/common/content_export.h", | 7 "+content/common/content_export.h", |
8 "+content/public", | 8 "+content/public/common", |
9 ] | 9 ] |
OLD | NEW |