| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/app", |
| 3 "+chrome/app/theme", # For resource identifiers |
| 4 "+chrome/app/locales", |
| 2 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome/personalization", |
| 3 "+chrome/tools", | 7 "+chrome/tools", |
| 4 "+chrome/tools/profiles", # For history unit tests. | 8 "+chrome/tools/profiles", # For history unit tests. |
| 5 "+chrome/views", | 9 "+chrome/views", |
| 10 "+sandbox/src", |
| 11 "+skia/include", |
| 12 "+skia/ext", |
| 6 "+webkit/activex_shim", | 13 "+webkit/activex_shim", |
| 7 "+webkit/default_plugin", | 14 "+webkit/default_plugin", |
| 8 "+webkit/glue", # Defines some types that are marshalled over IPC. | 15 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 9 | 16 |
| 10 # Other libraries. | 17 # Other libraries. |
| 11 "+chrome/third_party/hunspell", | 18 "+chrome/third_party/hunspell", |
| 12 "+libxml", # For search engine definition parsing. | 19 "+libxml", # For search engine definition parsing. |
| 13 "+third_party/sqlite", | 20 "+third_party/sqlite", |
| 14 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 21 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 15 | 22 |
| 16 # FIXME: this should probably not be here, we need to find a better | 23 # FIXME: this should probably not be here, we need to find a better |
| 17 # structure for these includes. | 24 # structure for these includes. |
| 18 "+chrome/renderer", | 25 "+chrome/renderer", |
| 19 ] | 26 ] |
| OLD | NEW |