Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Do NOT add chrome to the list below. We shouldn't be including files from | |
|
jam
2011/12/13 14:47:28
nit: i think it's redundant to add this here, sinc
| |
| 2 # src/chrome in src/content. | |
| 3 include_rules = [ | |
| 4 "-content", | |
| 5 | |
| 6 # This file does not belong in content/public as it should not be | |
| 7 # included directly by embedders of content/. It must however be | |
| 8 # available to code in content/public. | |
| 9 "+content/common/content_export.h", | |
| 10 "+content/public", | |
| 11 ] | |
| OLD | NEW |