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