| 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 "+webkit/database", |
| 11 "+webkit/default_plugin", | 12 "+webkit/default_plugin", |
| 12 "+webkit/glue", # Defines some types that are marshalled over IPC. | 13 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 13 "+xib_localizers", # For generated mac localization helpers | 14 "+xib_localizers", # For generated mac localization helpers |
| 14 | 15 |
| 15 # Other libraries. | 16 # Other libraries. |
| 16 "+chrome/third_party/hunspell", | 17 "+chrome/third_party/hunspell", |
| 17 "+libxml", # For search engine definition parsing. | 18 "+libxml", # For search engine definition parsing. |
| 18 "+media/audio", # Chrome's lightweight audio library. | 19 "+media/audio", # Chrome's lightweight audio library. |
| 19 "+media/base", | 20 "+media/base", |
| 20 "+third_party/sqlite", | 21 "+third_party/sqlite", |
| 21 "+third_party/libevent", # For the remote V8 debugging server | 22 "+third_party/libevent", # For the remote V8 debugging server |
| 22 "+third_party/cld", | 23 "+third_party/cld", |
| 23 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 24 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 24 | 25 |
| 25 # FIXME: this should probably not be here, we need to find a better | 26 # FIXME: this should probably not be here, we need to find a better |
| 26 # structure for these includes. | 27 # structure for these includes. |
| 27 "+chrome/renderer", | 28 "+chrome/renderer", |
| 28 ] | 29 ] |
| OLD | NEW |