Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 "-content", | |
| 3 | |
| 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 | |
| 6 # available to code in content/public. | |
| 7 "+content/common/content_export.h", | |
| 8 "+content/public", | |
| 9 ] | |
| OLD | NEW |